2
votes
ESP32 LEDC "hpoint" - Parameter
A few hours later I finally found a resource explaining this - so I thought: might make it a bit more accessible...
Source: https://circuitlabs.net/led-pwm-controller-ledc-of-esp32/
Hpoint (Horizontal ...
1
vote
Missing data when communicating over UART
There are a couple of issues here:
while (Serial0.available() > 0) {
response[index++] = Serial0.read();
timeout = millis() + 1000;
}
First, the variable timeout is updated, but its value is ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
esp32 × 938arduino-ide × 131
esp8266 × 79
wifi × 73
arduino-uno × 66
espressif × 47
serial × 41
bluetooth × 39
i2c × 38
spi × 35
web-server × 34
c++ × 33
sensors × 31
http × 26
power × 22
sd-card × 21
mqtt × 21
ble × 19
uart × 18
json × 18
interrupt × 16
library × 16
adafruit × 16
programming × 15
battery × 15