Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access point + html log #9

Open
nicolasdb opened this issue Sep 28, 2022 · 3 comments
Open

Access point + html log #9

nicolasdb opened this issue Sep 28, 2022 · 3 comments

Comments

@nicolasdb
Copy link
Owner

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
Copy link
Owner Author

nicolasdb commented Sep 28, 2022

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
Copy link
Owner Author

nicolasdb commented Sep 28, 2022

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
Copy link
Owner Author

Setup ACCESS POINT

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

  • ⚠️ PlateformIO need time to start monitor. Add enough delay in void setup () before the first Serial.print()
    I didn't had the problem in Arduino IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant