Chat freely about anything...

User avatar
By kfricke
#9051 I do not know how this really is supported on the ESP8266 port, but for general MicroPython examples simply visit the comprehensive documentation (do not miss the links for deeper explanations in the linked quick reference):
http://docs.micropython.org/en/latest/quickref.html#pwm-pulse-width-modulation
http://docs.micropython.org/en/latest/quickref.html#i2c-bus

FYI: Recent MicroPython Git commits do contain initial wifi support and i am building up my ESP toolchain to compile the port myself. So soon the ESP port of MicroPython will become more interesting for you all, I hope!
User avatar
By raz123
#9200
kfricke wrote:FYI: Recent MicroPython Git commits do contain initial wifi support and i am building up my ESP toolchain to compile the port myself. So soon the ESP port of MicroPython will become more interesting for you all, I hope!


Have you used micropython on your ESP, yet?
User avatar
By alonewolfx2
#9207 Any one have last binary with wifi? Can anyone share binary?
User avatar
By raz123
#9220
alonewolfx2 wrote:Any one have last binary with wifi? Can anyone share binary?



I don't know how current it is, but here's a binary: http://micropython.org/resources/upy.img

EDIT: WiFi doesn't seem to be in yet. Might want to watch this thread: http://forum.micropython.org/viewtopic. ... 428&p=2978