Ideas to make a esp32 wake up, send a EspNow msg, and sleep as fast as possible

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
  • esp-idf

    Espressif IoT Development Framework. Official development framework for Espressif SoCs.

  • Another big factor is phy calibration. Normally this is reasonably quick out of deep sleep because it loads previous data from NVS, but if you're really pushing the envelope here then even initialising and loading data from NVS is relatively slow, especially if the partition is large. See https://github.com/espressif/esp-idf/pull/5708 for a (abandoned) solution.

  • HULP

    ESP32 ULP Coprocessor Helper

  • Maybe https://github.com/boarchuz/HULP will be useful for the ULP? It supports IDF and Arduino, though admittedly there's not much effort on the Arduino side.

  • 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