AMG8833 INTERFACING TO RASPBERRY PI 4 DEMO TUTORIAL

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025
  • НаукаНаука

Комментарии • 23

  • @StudentTrader
    @StudentTrader 9 месяцев назад

    I got a numpy source error…any tips

  • @johnjayveec.alindayo9278
    @johnjayveec.alindayo9278 2 года назад

    How to show the actual temperature value?

  • @sevikharvarid9893
    @sevikharvarid9893 4 года назад +3

    Hello, thanks for your tutorial, but how to print the value in Celcius ? Ex : 36 Celcius etc in Terminal

    • @circuitdesolator
      @circuitdesolator  4 года назад

      What do you mean? What do you want to achieve? If you run the python script on terminal, you can show the temperature here.

    • @sevikharvarid9893
      @sevikharvarid9893 4 года назад +1

      @@circuitdesolator i mean just print the value of temperature, not a pixel

    • @circuitdesolator
      @circuitdesolator  4 года назад

      @@sevikharvarid9893 i see. You can manipulate the values depending on your needs. You can average, get max or min, etc. But you need to know how to manipulate lists on python. You can check python tutorials online.

    • @nryalife2459
      @nryalife2459 3 года назад

      @@circuitdesolator any link how to do it???

  • @infectiouspeanut7263
    @infectiouspeanut7263 3 года назад

    can you make the amg8833 display bigger?

  • @TJS522
    @TJS522 4 года назад +2

    May I know if I use other AMG8833 that not manufacture by Adafruit, can I still use the code?

    • @circuitdesolator
      @circuitdesolator  4 года назад +2

      Yes. You still can 👍🏼😊

    • @TJS522
      @TJS522 4 года назад

      @@circuitdesolator Thank you, well just run the phyton code and screen will display the image, no software needed to install to display it ?

    • @circuitdesolator
      @circuitdesolator  4 года назад +1

      @@TJS522 you need to get the necessary python libraries. You can check it on the video as well 👍🏼😊

    • @TJS522
      @TJS522 4 года назад +1

      @@circuitdesolator I can't install sudo pip3 install scipy, can I know why?
      Failed building wheel for scipy
      Failed cleaning build dir for scipy
      Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-j40fqaq_/scipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
      ', '
      ');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-k607pe28/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-j40fqaq_/scipy/

    • @circuitdesolator
      @circuitdesolator  4 года назад +1

      @@TJS522 probably you need to update your pip. Also have you done an upgrade and update?

  • @kahocheung1736
    @kahocheung1736 4 года назад +1

    how's the detection distance?

  • @tubolar123
    @tubolar123 4 года назад +1

    Hi , could u provide the link to download sudo? I cant seem to download it

  • @mickhernandez2665
    @mickhernandez2665 3 года назад

    very nice project ❤ . sir do you know the code if i add a buzzer to it and i wanna make it sound when 37 celcius is detected?