Interfacing BH1750 with SIWG917 and displaying alerts on MEMLCD

Поділитися
Вставка
  • Опубліковано 13 гру 2024
  • 🌟 Learn how to interface the BH1750 light sensor with the SIWG917 microcontroller and display real-time alerts on a MEMLCD! 🖥️📊 This step-by-step guide is perfect for anyone diving into sensor integration and display systems. If you enjoy the video, don’t forget to like, share, and SUBSCRIBE for more exciting tech content! 🔔🚀 #EmbeddedSystems #IoT #siliconlabs

КОМЕНТАРІ • 3

  • @StevenDavis-s5c
    @StevenDavis-s5c 23 години тому

    Great analysis, thank you! Just a quick off-topic question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?

  • @manakanabhijeeth3729
    @manakanabhijeeth3729 День тому

    In the data sheet it's mentioned to wait for 120ns, so where should I include delay?

    • @TechTalks2712
      @TechTalks2712  День тому

      in SI70XX_example.c if you scroll down the file, just below the grayed out code, you will see a function call saying delay(80) you can change it to delay(120) or delay(150)