rHttpUtils2 - Http Client v.1.25 with chunked POST for big-data [module]
rHttpUtils2 - Http Client v.1.25 with chunked POST for big-data [module]
@peacemaker · 2025-08-31
esp32 PSRAM
esp32 PSRAM
@peacemaker · 2025-08-11
ds18b20: 1Wire temperature sensor, B4R pin variable
ds18b20: 1Wire temperature sensor, B4R pin variable
@peacemaker · 2025-08-06
INA3221: triple ampermeter & voltmeter
INA3221 can help with measuring up to 3 points: current and voltage.
@peacemaker · 2025-08-05
esp32 OLED display: Adafruit_SSD1306 library
esp32 OLED display: Adafruit_SSD1306 library
@peacemaker · 2025-08-04
esp32 RS485 bus: ModBus RTU module via Serial2: Slave + Master, pins settings
esp32 RS485 bus: ModBus RTU module via Serial2: Slave + Master, pins settings
@peacemaker · 2025-07-28
LED lighting PWM control
LED lighting PWM control
@peacemaker · 2025-07-11
Button processing class: press, short click, long click, periodic event
Button processing class: press, short click, long click, periodic event
@peacemaker · 2025-07-08
DeepSleep until wake up by timer or button [ESP32]
DeepSleep until wake up by timer or button [ESP32]
@peacemaker · 2025-07-07
enable BT or BLE and get MAC-address [ESP32]
enable BT or BLE and get MAC-address [ESP32]
@peacemaker · 2025-02-25
rHttpUtils2 - Http Client with synchronous requests queue [module]
Extended Erel''s module with 8-level FIFO queue manager. Allows to schedule the HTTP-requests one by one, not ideal, with big RAM memory consumption, but works with ESP32. It allows to add requests into a queue and the manager will run them automatically storing against non-stable Internet-connection.
@peacemaker · 2025-02-15
controlling the build in RGB led on the ESP32-S3 Wroom dev board
controlling the build in RGB led on the ESP32-S3 Wroom dev board
@MbedAndroid · 2024-11-26
SD-card: save log into a limited [looped] log file
SD-card: save log into a limited [looped] log file
@peacemaker · 2024-08-25
.bin merging and flashing [ESP32]
.bin merging and flashing [ESP32]
@peacemaker · 2024-08-23
Useful defines
Useful #defines
@Daestrum · 2024-02-29
External I2C 4-channel 16-bit ADC ADS1115
External I2C 4-channel 16-bit ADC ADS1115
@peacemaker · 2024-01-29
ESP32_Dev_Module_Pins Code Module
ESP32_Dev_Module_Pins Code Module
@Cableguy · 2024-01-14
BME280 - well known sensor: thermometer, barometer, hygrometer, altimeter
BME280 - well known sensor: thermometer, barometer, hygrometer, altimeter
@peacemaker · 2023-11-27
Compass - magnet sensor group xxx5883
Compass - magnet sensor group xxx5883
@peacemaker · 2023-11-25
XGZP6897D pressure sensors family
Modern pressure sensors where combined the piezoresistive pressure sensor and the ADC chipset with 24-bit resolution and I2C digital interface (and for temperature 16-bit one).
@peacemaker · 2023-11-17
RCWL-96xx ultrasonic distance sensors [HC-SR04+ or HC-SR04P modules]
Old sensors HC-SR04 are analog, with measuring the distance as the impulse width. Latest models are with i2c interface based on some RCWL chips, like RCWL-9600, 9610, 9620 or soâ¦
@peacemaker · 2023-11-16
ENS160 Multi-Gas Sensor
Sensor ENS160 can measure: Air quality index, Concentration of total volatile organic compounds (ppb), Carbon dioxide equivalent concentration (ppm). Default I2C address: 0x53 (can also work via SPI interface, not used here).
@peacemaker · 2023-11-16
BH1750 - Digital Ambient Light Sensor [ESP32]
BH1750 - Digital Ambient Light Sensor [ESP32]
@peacemaker · 2023-08-15
Sleep until re-power up [ESP32]
Sleep until re-power up [ESP32]
@peacemaker · 2023-08-11
Internal Hall sensor [magnetic] [ESP32]
Internal Hall sensor [magnetic] [ESP32]
@peacemaker · 2023-08-10
WatchDog [ESP32]
WatchDog [ESP32]
@peacemaker · 2023-08-05
NVS storage [ESP32]
Arduino NVS is a port for a non-volatile storage (NVS, flash) library for ESP32 to the Arduino Platform.
@peacemaker · 2023-07-28
flash partitions [ESP32]
Maybe can be useful to work with the partition, result of NVS partition is correct - corresponding to "partitions.csv": # Name, Type, SubType, Offset, Size nvs, data, nvs, 0x9000, 0x5000
@peacemaker · 2023-07-28
OTA update from server via WiFi only [ESP32]
OTA update from server via WiFi only [ESP32]
@peacemaker · 2023-07-25
Analog Input Pin values mapping
In many cases when reading analog input pin, we got a values not what we expect, but in real they are true values, so we need to map them to understandable values.
@Hamied Abou Hulaikah · 2023-07-02