Search found 2 matches

by pekka.lehtikoski
Fri Mar 20, 2026 12:10 am
Forum: ESP-IDF
Topic: CMAKE error while running comand "idf.py set-target esp32".. Please Help!
Replies: 1
Views: 1623

Re: CMAKE error while running comand "idf.py set-target esp32".. Please Help!

Select configure ESP-IDF Extension, Advanced. And simply replace backslashes '\' in "Enter ESP-IDF directory (IDF_PATH) with forward slashes '/'.
by pekka.lehtikoski
Wed Mar 25, 2020 11:51 am
Forum: General Discussion
Topic: single channel frequency generator
Replies: 4
Views: 18105

Re: single channel frequency generator

/*
* Example: Generate 1 MHz clock signal with ESP32
note 24.3.2020/pekka
ESP32: LEDC peripheral can be used to generate clock signals between 40 MHz (half of APB clock) and approximately 0.001 Hz.
Please check the LEDC chapter in Technical Reference Manual. Example code below.
*/
#include ...

Go to advanced search