Last seen: sty 24, 2025
We have to delay domoticz boot (systemd or init.d). (first option) systemd (add OnBootSec) howto edit: nano /etc/systemd/system/domoticz.service ...
dont forget to install apt install openssh-server Use beta versions of And
change sleep(SLEEP_TIME); to sleep(SLEEP_TIME,true); or sleep(SLEEP_TIME, false); where true/false is SmartSleep mode Each sleep function has a "s...
Connect RX/TX/GND/3.3V from USB TO TTL Desolder R21 (it's just 0 ohm resistor, wire) Solder R3 (bulb, wire, 0 ohm resistor) Download Press butto...
remember about ADC noise.
Lolin32 lite, Pin 34 more info: void setup() { adc1_config_width(ADC_WIDTH_12Bit); adc1_config_channel_atten(ADC1_CHANNEL_6, ADC_ATTEN...
Based on: GitHub - G6EJD/ESP32-Using-Hardware-Serial-Ports: How to use ESP32 hardware serial ports 1. Start Serial2 Serial2.begin(9600, SERIA...