Это видео недоступно.
Сожалеем об этом.

033 - MicroPython TechNotes: TCS34725 RGB Color Sensor

Поделиться
HTML-код
  • Опубликовано: 27 апр 2021
  • In this video, we will learn how to use TCS34725 RGB Color Sensor with ESP32 using MicroPython.
    For more details, visit my blog post at:
    techtotinker.c...
    OR watch the whole playlist:
    • 000 - MicroPython Tech...
    Please do Like, Comment, Share, and Subscribe.
    Thank you.
    - George Bantique | tech.to.tinker@gmail.com
    #TechToTinker
    #MicroPython #ESP32 #GorillaCell
    #MicroPythonTutorials
    ---
    MicroPython Tutorials
    How to use TCS34725 in MicroPython
    How to use RGB Color Sensor in MicroPython

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

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

    Great work george 👏

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

      @Younes Ammari, glad you liked it. Thanks. :)

  • @elchadu6873
    @elchadu6873 Год назад

    I have a problem with the libray, can u help me?

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

    بالتوفيق لك

    • @TechToTinker
      @TechToTinker  3 года назад +1

      @electro El mustapha, سعيد لأنك أحببته. شكرا لك.

  • @kimjushuasalon6467
    @kimjushuasalon6467 Год назад

    Hi baka po pwede ka maka Gawa nang Color Detection using SPEAKER PO😊

  • @sergiocasillasdelatorre6535
    @sergiocasillasdelatorre6535 2 года назад

    Hi George, greetings from Mexico I have a problem the color sensor tcs34725 only i have similar results in the meditions tcs.read('raw')
    tcs.read('rgb') tcs.read('hex') tcs.read('dec') and tcs.read('lux')
    (5, 7, 6, 19)

    • @pt9883
      @pt9883 2 года назад

      Lo que ocurre George modifico la librería tcs34725 y por ello a él si le entrega los valores de 'raw', 'rgb', 'hex', 'lux'. Es necesario agregar código en la función read y crear varios if y return los valores necesarios 😁😆

  • @ecchstore2939
    @ecchstore2939 2 года назад

    Next time, when you demonstrate the colors of detected with led, start the video camera with at least EV -2.0 setting.

  • @leanhtrung-thptthanhphosae6367
    @leanhtrung-thptthanhphosae6367 11 месяцев назад

    Hello!
    I tried to follow your instructions, but when I run example 1, I get the following error:
    Traceback (most recent call last):
    File "", line 10, in
    File "tcs34725.py", line 45, in __init__
    RuntimeError: wrong sensor id 0x4d
    I don't know what's wrong and how to fix it? Can you help me?

  • @nichtmatthi3457
    @nichtmatthi3457 Год назад

    Hey nice video. But wen i run code to read the raw data every second -> print(tcs.read('raw')), i get some data and after 20 seconds or so, i get an OSError: [Errno 5] EIO. This Error comes from register 8 or sometimes 16 and i don't know why. Does Anybody have a solution? The Error comes irregular. I'm frustrated.

    • @nichtmatthi3457
      @nichtmatthi3457 Год назад

      Failure comes from the line wich says: self.i2c.writeto_mem(self.address, register, data)