-->
Page 1 of 5

micropython esp8266-port

PostPosted: Thu Nov 27, 2014 5:32 pm
by shekel
has anyone got to play with it?

https://github.com/micropython/micropython
https://github.com/micropython/micropython/pull/990

there is also a compiled image available.
Code: Select allwget http://micropython.org/resources/upy.img
python esptool.py --port COM6 write_flash 0x00000000 upy.img


tried a few python bits at 115200 baud, it works.
doesn't seem to do wifi ATM

Re: micropython esp8266-port

PostPosted: Thu Nov 27, 2014 6:02 pm
by alonewolfx2
sounds good. but no wifi is very bad.

Re: micropython esp8266-port

PostPosted: Mon Dec 01, 2014 2:37 am
by dnhkng
alonewolfx2 wrote:sounds good. but no wifi is very bad.


That was mentioned when the code was added: https://github.com/micropython/micropython/issues/992

I wish my C was good enough to tackle this issue :(

Re: micropython esp8266-port

PostPosted: Mon Dec 01, 2014 5:00 am
by alonewolfx2
Can you give a link for pwm or i2c usage example on the pyhton