Search found 3 matches
- Thu Sep 05, 2024 2:29 pm
- Forum: ESP-IDF
- Topic: macOS location for esp-idf
- Replies: 0
- Views: 489
macOS location for esp-idf
Trying to get esp-idf working on macOS (14 Sonoma) on M1 MacBook Air but not quite there. Downloaded and installed a few times, but esp-idf is not being picked up. I see it is at ~/esp/v5.3.1/esp-idf but the built-in links seem to expect it at ~/esp/esp-idf without the intermediate version directory...
- Fri Aug 02, 2024 7:31 am
- Forum: General Discussion
- Topic: 12 PWM channels
- Replies: 5
- Views: 1848
Re: 12 PWM channels
The ESP32-S3 datasheet shows among other bits: • 45 × programmable GPIOs • Digital interfaces: … LED PWM controller, up to 8 channels … 2 × MCPWM That makes a total of 10 PWM channels, whereas I need 12. Which version of the ESP32 has at least 12 PWM channels?
- Thu Aug 01, 2024 10:10 pm
- Forum: General Discussion
- Topic: 12 PWM channels
- Replies: 5
- Views: 1848
12 PWM channels
I have an existing product design with 3 LEDs and 8 servos, all with independent PWM channels, based on the ESP32-WROOM -1 Devkit. I need 1 more PWM channel for a fan, and more IO lines for other things, making a total of 36 I/O lines. The ESP32-S3-WROOM-1 looks ideal, but I am having trouble modify...