nicolasdb / M5Stamp-C3U

This is an example PlatformIO project for M5Stamp C3
The Unlicense
1 stars 0 forks source link

Access point + html log #9

Open nicolasdb opened 1 year ago

nicolasdb commented 1 year ago

so I have data collected and stored in a log.txt on the M5Stamp SPIFFS partition. how to access to it and use the data elsewhere?

context:

the cabin where data are to be collected is remote and have no access to grid nor network. 3 leads: WIFI, Bluetooth or BLE

wifi Access point

https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/ image

nicolasdb commented 1 year ago

Bluetooth

https://randomnerdtutorials.com/esp32-bluetooth-classic-arduino-ide/

interesting, but maybe more as a way to control the main unit. Like reset file, or create a new one, backup the last.

but I guess it could be done also on the web server.

nicolasdb commented 1 year ago

BLE

https://randomnerdtutorials.com/esp32-ble-server-client/ https://randomnerdtutorials.com/esp32-bluetooth-low-energy-ble-arduino-ide/

look like it's not what I need. maybe later if I extend data collection nearby with a second M5stamp. I could connect a sensor and send data every X to the main unit.

nicolasdb commented 1 year ago

Setup ACCESS POINT

https://randomnerdtutorials.com/esp32-access-point-ap-web-server/