-->
Page 5 of 8

Re: AC Light Dimmer Using PWM Dimmer Module UPDATED! 3-20-20

PostPosted: Mon May 02, 2016 9:12 am
by trackerj
Format didn't work.
Filled full flash with zero, old fashion style, just to be sure.
After that flashed firmware again.
4M version - did not work
512k version - entered in AP mode and can do the setup steps for WIFI.

Why is not working OK the 4M version? any idea? might be a bug or something?

Re: AC Light Dimmer Using PWM Dimmer Module UPDATED! 3-20-20

PostPosted: Mon May 02, 2016 9:30 am
by trackerj
Tried again 4M, no success. Back to the 512k one after another Flash zero fill.
Setup OK, WIFI enabled, client mode OK

Worked out to run the infamous blinky :)

Will do now a quick test for PWM output, with the MPDMv4 Driver.

From documentation:

Code: Select allPWO:
pwo allows you to set pin on the esp for PWM output
pwo {pin no value or var} {value or var}
alternative as function
io(pwo,{pin},{value})


Question: What is the defined range 'value' for PWM output? How many stepts? 0-255 , 0-1024? Need it for calibration.

Suggestion : will be nice to find in documentation also the ranges for different type of variables like the one above. Just my 2 cents one.

Re: AC Light Dimmer Using PWM Dimmer Module UPDATED! 3-20-20

PostPosted: Mon May 02, 2016 9:32 am
by cicciocb
is 0 to 1023

Re: AC Light Dimmer Using PWM Dimmer Module UPDATED! 3-20-20

PostPosted: Mon May 02, 2016 9:34 am
by trackerj
cicciocb wrote:is 0 to 1023


Thank you.