Search found 1 match

by sa4ima
Tue May 09, 2023 6:51 pm
Forum: General Discussion
Topic: slow logging with WiFi download example
Replies: 0
Views: 614

slow logging with WiFi download example

Hi, I'd like to build a device using ESP32-C3 that collects data over I2C a couple of times a minute and writes it to internal flash, then wakes up on WiFi once a month and dumps the trace to a server. I can talk to my sensor over I2C, and I looked over the WiFi and filesystem examples, so overall I...