Also, the KCONFIG has the following; choice ESP8266_TIME_SYSCALL prompt "Timers used for gettimeofday function" default ESP8266_TIME_SYSCALL_USE_FRC1 help This setting defines which hardware timers are used to implement 'gettimeofday' and 'time' functions in C library. - If high-resolution...
Hi, I'm trying to understand all the timers in ESP8266 RTOS SDK. When I used the PWM library, it caused my esp-homekit clients to disconnect. Nothing in the debug logs, they just dropped connections. Perhaps an issue with secure connections, perhaps an issue with Wi-Fi (although the ESP stays connec...
These are my notes; Install Git For Windows Install Python 3.x (ESP-IDF makes a note that their may be issues with 3.x and to use 2.7) Install CMake For Windows When the installer asks for Install Options, select ‘Add CMake to the system PATH for the current user’. Download Ninja Extract the executa...
Windows 10 and Python 3.8 and idf.py works fine. I saw a reference to issues with ESP-IDF and Python 3.x on Espressif’s documents, but so far I haven’t had any issues. What issues are you facing?
Thanks. I finally downloaded both SDKs and Toolchains and configured VSCode. SO much better than PlatformIO (which uses ESP8266 RTOS 1.5). It's great being able to have code that can be (almost) reused on both chips. The sooner Espressif roll BOTH ESP8266 and ESP32 into a single IDF, the better!