slow logging with WiFi download example
Posted: Tue May 09, 2023 6:51 pm
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'm in good shape and understand what I need to do.
What I was wondering is if there's an open-source example that gets me closer, with all these functions already integrated with a host app? This seems like a common enough use case, no point reinventing the wheel.
Thanks!
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'm in good shape and understand what I need to do.
What I was wondering is if there's an open-source example that gets me closer, with all these functions already integrated with a host app? This seems like a common enough use case, no point reinventing the wheel.
Thanks!