Search found 3 matches

by ashley.bradow
Wed Sep 11, 2019 5:22 am
Forum: ESP32 Arduino
Topic: How to modify pre-built (esp32 IDF)source files.
Replies: 4
Views: 4330

Re: How to modify pre-built (esp32 IDF)source files.

Thanks, I've managed to get a the blink program up and running using the Arduino code format in ESP IDF. Just need to find out how to add extra libs to the code now.
Visual GDB 5.4 r6 or later makes adding the Arduino platform to the ESP32 IDF quite easy. I needed to upgrade.
Thanks again.
by ashley.bradow
Mon Sep 09, 2019 6:13 am
Forum: ESP32 Arduino
Topic: How to modify pre-built (esp32 IDF)source files.
Replies: 4
Views: 4330

Re: How to modify pre-built (esp32 IDF)source files.

Okay looking into that now.
Thanks.
by ashley.bradow
Sun Sep 08, 2019 10:51 pm
Forum: ESP32 Arduino
Topic: How to modify pre-built (esp32 IDF)source files.
Replies: 4
Views: 4330

How to modify pre-built (esp32 IDF)source files.

Hello, I'm trying to modify the 'clk-160 prescaler' inside the 'mcpwm.c' source file (ESP32 IDF). I need more speed and resolution for the project I'm building. It's has been pre-scaled down to (~1Mhz) so the high frequency carrier can operate over top of the output. I'm not using the 'carrier' and ...