Page 1 of 1

ProMiniExtender PWM

Posted: 05 Mar 2019, 22:01
by Alan_37
Hi
I have just flashed a mini pro (Atmega 328P) with the MiniProExtender.ino on GitHub --> https://github.com/letscontrolit/ESPEas ... roExtender
I can see the pro Extender when scanning I2C, I can also control the output of it's Port ( low and high ) so cmd=EXTGPIO works fine, But I can't output any PWM
from the Mini Pro Extender so command EXTPWM,<pin>,<level> is not working at All . am I missing something ???

Any help on this , please

Re: ProMiniExtender PWM

Posted: 06 Mar 2019, 14:32
by Alan_37
Anyone can help on this one please? or maybe someone has the 328p hex file ready compiled, please

Re: ProMiniExtender PWM

Posted: 24 Jan 2021, 09:15
by Vincenttor
i have the same problem, my led turns on when i set the level on 150.
looks like its working like a gpio instead of pwm.
Did you ever found a solution for this ?