-->
Page 2 of 5

Re: micropython esp8266-port

PostPosted: Thu Feb 05, 2015 7:26 am
by kfricke
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!

Re: micropython esp8266-port

PostPosted: Sat Feb 07, 2015 1:57 pm
by raz123
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?

Re: micropython esp8266-port

PostPosted: Sat Feb 07, 2015 3:47 pm
by alonewolfx2
Any one have last binary with wifi? Can anyone share binary?

Re: micropython esp8266-port

PostPosted: Sat Feb 07, 2015 9:31 pm
by raz123
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