2019-12-26 03:18 PM
I have a board with HDC1080 Temp/Humidity sensor which has I2C. Following is the Digi-Key part number for 1286-1153-ND. I have this board working with both the Discovery cards. I can display temperature and humidity on the Tera-Term using serial port of Discovery Boards.
Thanks
Kiran
2020-01-02 12:36 AM
you will have to forward the sensor reading to the TouchGFX model, which in turn can send it through the presenter to the view.
if you use RTOS you can set up a queue for this, sending the values between the tasks.
Have a look at this video:
2020-01-04 05:35 PM
2020-01-04 06:17 PM
2021-11-11 05:00 AM
Hi @KMunj ,
Have you interfaced i2c sensor and got values on display?