News
ES32D26 CircuitPython test code, publish state...
## CircuitPython example for the ES32D26 ## Some libs may not be used, I cleaned this up from another project. # boot_out.txt ## Adafruit CircuitPython 10.0.0 on 2025-10-01; ESP32 Devkit...
ES32D26 CircuitPython test code, publish state...
## CircuitPython example for the ES32D26 ## Some libs may not be used, I cleaned this up from another project. # boot_out.txt ## Adafruit CircuitPython 10.0.0 on 2025-10-01; ESP32 Devkit...
ES32D26 sample code from Italy customer
# --- 1. Impostazioni caratteristiche generali ESP32 --- esphome: name: "es32d26" friendly_name: Centralina Van ES32D26 min_version: 2025.5.0 name_add_mac_suffix: false esp32: board: esp32dev framework: type: arduino # Abilita...
ES32D26 sample code from Italy customer
# --- 1. Impostazioni caratteristiche generali ESP32 --- esphome: name: "es32d26" friendly_name: Centralina Van ES32D26 min_version: 2025.5.0 name_add_mac_suffix: false esp32: board: esp32dev framework: type: arduino # Abilita...
R4D3B16 board controller
Introduction A simple lightweight tool to control relay board via Modbus (RS-485).Works on Windows and LinuxDeveloped with:Rust + FLTK + tokio-modbus Download latest release https://github.com/DDRDmakar/relay-modbus-controller/releases/latest How to build program cargo...
R4D3B16 board controller
Introduction A simple lightweight tool to control relay board via Modbus (RS-485).Works on Windows and LinuxDeveloped with:Rust + FLTK + tokio-modbus Download latest release https://github.com/DDRDmakar/relay-modbus-controller/releases/latest How to build program cargo...
ESC3B04 DIN rail-compatible industrial relay b...
The ESC3B04 is a compact DIN rail-compatible relay board built around the ESP32-C3 Super Mini module for building Wi-Fi remote switches, voltage monitoring systems, motor control, timed automation, and RS-485-based setups. The...
ESC3B04 DIN rail-compatible industrial relay b...
The ESC3B04 is a compact DIN rail-compatible relay board built around the ESP32-C3 Super Mini module for building Wi-Fi remote switches, voltage monitoring systems, motor control, timed automation, and RS-485-based setups. The...
ES32A08 Sample code Testing Digital Inputs and ...
Exploring the ES32A08 Expansion Board – Unlocking Powerful Control and Monitoring with ESP32 Posted on September 30, 2024 by PDAControl I have found this module with interesting features, which I am going to...
ES32A08 Sample code Testing Digital Inputs and ...
Exploring the ES32A08 Expansion Board – Unlocking Powerful Control and Monitoring with ESP32 Posted on September 30, 2024 by PDAControl I have found this module with interesting features, which I am going to...
ES33A08 ES33B08 ESP32 micropython code paste th...
from machine import Pin, ADC import time # Define pins for the shift register 74HC595 CLOCK_595 = 27 # Clock pin for 74HC595 LATCH_595 = 14 # Latch pin...
ES33A08 ES33B08 ESP32 micropython code paste th...
from machine import Pin, ADC import time # Define pins for the shift register 74HC595 CLOCK_595 = 27 # Clock pin for 74HC595 LATCH_595 = 14 # Latch pin...