DHT22 Temperature and Humidity Sensor with STM32

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

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

  • @abdulhai2201
    @abdulhai2201 Месяц назад +1

    I2C display interface

    • @theembeddedthings
      @theembeddedthings  Месяц назад

      Thanks for your interest! 😊 The video on 'I2C Display Interface' is coming soon. 📺✨ Make sure to like and subscribe so you don't miss it! 👍🔔

  • @azolaisco3204
    @azolaisco3204 Месяц назад +1

    Where can i have main.c

    • @theembeddedthings
      @theembeddedthings  Месяц назад +1

      Thank you for your interest! The article, along with the main.c file, will be shared as soon as possible. Stay tuned! 😊

  • @bobby9568
    @bobby9568 Месяц назад

    really cool, can you do some more advanced things?

    • @theembeddedthings
      @theembeddedthings  Месяц назад +1

      Thank you for your feedback! I appreciate your interest in more advanced content. I have plans to create several advanced projects in the near future. Your support through likes, subscriptions, and shares would be greatly appreciated, as it motivates me to produce more high-quality videos. Stay tuned for exciting new content!

  • @63rdr
    @63rdr Месяц назад +1

    How can I make it display the readings on lcd not via usart😭

    • @theembeddedthings
      @theembeddedthings  Месяц назад +1

      First, you need to watch a video about using an LCD, including how to add the library and use the API in your main code. You can find the video here: [ruclips.net/video/7f7bSqox7QQ/видео.html]. Then, replace the parts of your code that use UART with the appropriate LCD API calls to display the readings