Search found 3 matches

by AbdusSamadTariq
Tue Jun 03, 2025 2:51 pm
Forum: ESP-IDF
Topic: Building ESP-IDF Docs - libxcb.dll Error (v5.4.1, Python 3.13.3 on Windows)
Replies: 0
Views: 156

Building ESP-IDF Docs - libxcb.dll Error (v5.4.1, Python 3.13.3 on Windows)

Hey everyone,

I'm trying to build the ESP-IDF documentation (v5.4.1) on Windows, following all the official steps including setting up the environment and installing Doxygen.

After running export.bat and then build-docs -l en in the docs directory, the build process fails with an OSError: cannot ...
by AbdusSamadTariq
Fri Dec 20, 2024 10:11 am
Forum: Hardware
Topic: Arduino Code works, but same semantics of ESP-IDF doesn't
Replies: 2
Views: 1983

Re: Arduino Code works, but same semantics of ESP-IDF doesn't

Hi, I found out the solution, the delays being used in the ESP32 code were unpredictable. I used the esp_rom_delay_us() function instead. :roll:
by AbdusSamadTariq
Fri Dec 20, 2024 6:59 am
Forum: Hardware
Topic: Arduino Code works, but same semantics of ESP-IDF doesn't
Replies: 2
Views: 1983

Arduino Code works, but same semantics of ESP-IDF doesn't

Below is my arduino code, works perfectly fine with the ESP32 connected to the 28BYJ-48 Stepper Motor with ULN2003 Driver.



#include<Arduino.h>

// Define the pins connected to the ULN2003 driver
#define COIL1 25 // Blue wire
#define COIL2 26 // Pink wire
#define COIL3 27 // Yellow wire
#define ...

Go to advanced search