how can i make my esp32 autonomous ?

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
  • InfluxDB-Client-for-Arduino

    Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.

  • If each ESP has WiFi access, then you can post the sensor readings straight to a database. There are libraries available for the ESP32 that make it easy to upload datapoints to e.g. an InfluxDB database. You can visualize the data in a neat dashboard with software like Grafana. You could setup a Raspberry Pi or an old laptop/pc to run an InfluxDB and Grafana server, but there are cloud options as well. There are many guides and tutorials available for getting InfluxDB and Grafana running on your own machine, often with the intention to store and visualize sensor data from various sensors at home. Then you just have to write some code with a fitting library, e.g. this InfluxDB Client that sends the sensor readings to the database.

  • 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