Hi,
where can I find a complete schematic for the mesh kit sense board? The schematic in the documentation is incomplete. https://github.com/espressif/esp-iot-so ... uide_en.md
Thanks in advance,
Christof
Search found 2 matches
- Mon Jun 08, 2020 11:03 pm
- Forum: ESP-MDF
- Topic: mesh kit sense schemativ
- Replies: 2
- Views: 6528
- Fri Jun 05, 2020 4:00 pm
- Forum: ESP-MDF
- Topic: bug in meshkit sense iot_hts221_get_temperature()
- Replies: 0
- Views: 3681
bug in meshkit sense iot_hts221_get_temperature()
Hi, this is just to let you know there is a bug in function iot_hts221_get_temperature(), file hts221.c. The function returns wrong values for temperatures under 21ºC. The reason is you are using unsigned integers instead of signed integers to calculate the temperature. In the code below, tmp_32 as ...