-->
Page 3 of 5

Re: micropython esp8266-port

PostPosted: Sun Feb 08, 2015 3:50 am
by alonewolfx2
It's old binary without WiFi function.
I wonder one thing. Microphyton is standalone interpreter for esp8266 right? Is it use espressif closed source library file (ex: libmain.a) or fully standalone?

Re: micropython esp8266-port

PostPosted: Mon Feb 09, 2015 5:45 am
by kfricke
As far as i do understand it, it shares the CPU with the stock firmware and works in co-operative mode. Or however the mode is called.

Re: micropython esp8266-port

PostPosted: Mon Feb 09, 2015 5:47 am
by kfricke
raz123 wrote:
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
Check that thread in their forum, where i have shared a link to my firmware build. I haven't had the possibility to test it up to now. Please report there or here as well in case on any progress. Thanks!

Re: micropython esp8266-port

PostPosted: Mon Feb 09, 2015 8:38 am
by alonewolfx2
is there any code examples for connecting to wifi?