eriksl wrote:Works with my code (same SDK).
Yeah, it was also working with another project I used... but I'm trying to understand why my specific solution doesn't work.
Can you share your makefile / source code?
Explore... Chat... Share...
eriksl wrote:Works with my code (same SDK).
eriksl wrote:Yes, works, 4 PWM's! I have enabled gpios 0, 2, 12 and 13 as PWM (because that's where I have the leds currently connected to), set them all on, varied the pwm duty and it just works, exactly as it's supposed to work.
You don't try to use GPIO16 (XP_PD) as GPIO, do you?
Other things that come to my mind:
- too much ram (dram) usage and the stack overflows in the PWM ISR
- too much ram (iram) usage; code too large to fit there (although the linker should warn about that)
- too much code to fit in flash (no warning whatsoever, just crashes); with the default layout from espressif we can only use about 192k of the 512 k flash.
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]