ESP32‑C3 + TMP102 — Live Demo (simulated)
A browser demo that mimics your firmware: reads every 5 s, prints UART logs, and occasionally shows I²C errors (timeout/NACK).
This simulates your app_main()
loop calling read_raw()
and raw_to_celsius()
every N seconds, with rare timeouts/NACKs—just like the real firmware.