New answers tagged esp32
0
votes
Problem with ESP32 bluetooth
I experienced the same. Impossible to open the COM port. I use Windows 11.
The transmission works well when I use my android smartphone (Serial Bluetooth Terminal APP) rather than a serial terminal in ...
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
votes
ESP32-S3 continuous reboot after flashing larger firmware
This worked for me. I replaced the code of the lcd test example of waveshare wiki ESP32-S3-LCD-1.28-Test.ino. After hours of trying, I was able to write the screen with no rebooting. But in Arduino, ...
0
votes
Can I make this changes to this diagram of a ESP32-CAM?
This is the typical connection bwetween the ESP32-CAM and the FTDI module if you want to connect the ESP32-CAM to the laptop. If VCC is 5V,the VCC pin of the FTDI must be connected to the 5V pin of ...
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 ...
-1
votes
Accepted
Is there a c++ library for the GitHub API and Arduino compatible?
I made a library for the GitHub API compatible with Arduino and ESP32 devices. Here's the link:
https://github.com/aeonSolutions/AeonLabs-GitHub-API-C-library
Top 50 recent answers are included
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