Data between ESP32 - Wifi based?

This page summarizes the projects mentioned and recommended in the original post on /r/esp32

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • and yea there is a webexample as well, all of these examples can be combined. https://gitlab.com/painlessMesh/painlessMesh/-/tree/master/examples I personally run the web service on my server with the MQTT broker which is an SBC so it has a lot more power, to display all the graphs etc of sensors. But from the looks of it you can achieve what you want just from the examples.

  • arduino-esp32

    Arduino core for the ESP32

  • I did not keep my changes but if I remember correctly I added _currentClient.stop() here after the library has processed the incoming request: https://github.com/espressif/arduino-esp32/blob/master/libraries/WebServer/src/WebServer.cpp#L315. Seeing that commented out code there in the master branch makes me sad. The library is a mess. Here it unconditionally sets the "Connection: close" header: https://github.com/espressif/arduino-esp32/blob/master/libraries/WebServer/src/WebServer.cpp#L416. I have no idea why it does not close the client after it has processed the request.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts