Search found 5 matches
- Mon Aug 18, 2025 11:11 am
- Forum: ESP-IDF
- Topic: MCPWM comparator doesn't seem to update
- Replies: 0
- Views: 101
MCPWM comparator doesn't seem to update
Hello, I am wondering if any one has had this issue where the MCPWM comparator register does not update when you call the set_compare_value() function with specific functions. I can't post any test code because the error seems to be completely arbitrary. I have this issue within one function that ...
- Fri May 02, 2025 3:19 am
- Forum: ESP-IDF
- Topic: Control duty-cycle of a PWM signal using mcpwm
- Replies: 3
- Views: 1820
Re: Control duty-cycle of a PWM signal using mcpwm
Are you able to supply a larger extract like showing the comparator setup? I am still a little clueless on how the new MCPWM API works.
- Thu Apr 24, 2025 10:12 am
- Forum: Hardware
- Topic: ESP32S3 module stuck on waiting for download after idf.py flash monitor
- Replies: 2
- Views: 276
Re: ESP32S3 module stuck on waiting for download after idf.py flash monitor
Ohhh, tysm. I tried it and it worked. Without it, it was stuck in a boot loop (without any firmware). Thanks once again!
- Thu Apr 24, 2025 2:40 am
- Forum: Hardware
- Topic: ESP32S3 module stuck on waiting for download after idf.py flash monitor
- Replies: 2
- Views: 276
ESP32S3 module stuck on waiting for download after idf.py flash monitor
Hi, I have a custom ESP32S3 pcb that uses the module. When flashing any firmware to it and trying to subsequently monitor for any STDIO, idf.py monitor always shows that the chip is "stuck" on waiting for download. I have tried to erase all the firmware and confirm that erase firmware, getting Chip ...
- Tue Apr 22, 2025 10:49 am
- Forum: ESP-IDF
- Topic: BNO055 Bosch sensortec library integration
- Replies: 0
- Views: 210
BNO055 Bosch sensortec library integration
Hey everyone,
I am trying to use the BNO055 sensor (a custom breakout) with my project. As I am not using Arduino, I can't use adafruit's library. I sought to use the original library provided by Bosch, but I am not confident my read and write function implementations are correct. Forgive me if ...
I am trying to use the BNO055 sensor (a custom breakout) with my project. As I am not using Arduino, I can't use adafruit's library. I sought to use the original library provided by Bosch, but I am not confident my read and write function implementations are correct. Forgive me if ...