esp_ads1232 is a library for interfacing with the ADS1232 analog-to-digital converter using the ESP-IDF framework. It provides functions to initialize the device, read data, and configure settings.
WiFi lifecycle manager for ESP-IDF. Handles scanning, credential-based reconnection, and BLE provisioning as a single owned component — including disconnect recovery, multi-AP priority, time-window deadlines, retry-in-place provisioning and NVS-persisted credentials with LRU ranking. Other components observe state through an event interface and never touch esp_wifi directly.
OBD-II vehicle data for ESP-IDF: read live PIDs, supported-PID maps, and DTCs from an ELM327 adapter over Bluetooth Classic SPP or BLE, or directly off the CAN bus via the on-chip TWAI controller. Shared decode layer, pluggable links, configurable via menuconfig.