Place to put your Basic demos and examples

Moderator: Mmiscool

User avatar
By trackerj
#46690 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?
User avatar
By trackerj
#46692 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.