Ported to esp8266!?

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Ported to esp8266!?

Post by kfricke » Sat Nov 29, 2014 2:53 pm

Does the changelog for version 1.3.7 really mean that we all can buy those shiny little WIFI boards for a few euros and run µPy directly on them? Or did i simply misinterpret the summary this version? If µPy does run on them, are they stull capable of doing all that WIFI stuff?

riklaunim
Posts: 32
Joined: Fri Aug 22, 2014 5:42 pm

Re: Ported to esp8266!?

Post by riklaunim » Sat Nov 29, 2014 5:10 pm


User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: Ported to esp8266!?

Post by kfricke » Sat Nov 29, 2014 6:31 pm

I did before my initial post in this topic and still cannot believe it! :shock:

Damien, you are the greatest britain in existence... far above the queen! Long live the king!!!

riklaunim
Posts: 32
Joined: Fri Aug 22, 2014 5:42 pm

Re: Ported to esp8266!?

Post by riklaunim » Tue Dec 02, 2014 6:48 pm

There is also a olimex board: http://olimex.wordpress.com/2014/11/28/ ... -in-stock/ that has all the gpio available.

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: Ported to esp8266!?

Post by kfricke » Wed Dec 03, 2014 3:42 pm

Thanks, ordered!

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Ported to esp8266!?

Post by pfalcon » Wed Dec 03, 2014 11:57 pm

Does the changelog for version 1.3.7 really mean that we all can buy those shiny little WIFI boards for a few euros and run µPy directly on them? Or did i simply misinterpret the summary this version?
You definitely misinterpreted it ;-). You can buy those boards for few euros. Then you can buy IDA for few Ks. Then you can spend long-long nights reverse-engineering those modules. Then something maybe will work out ;-).
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: Ported to esp8266!?

Post by kfricke » Thu Dec 04, 2014 12:16 pm

I know. Or you can learn chinese and try to take the documentation they provide. But i guess that reverse-engineer the stuff will yield better and faster results :roll:

Architekt
Posts: 10
Joined: Wed Oct 15, 2014 8:59 am

Re: Ported to esp8266!?

Post by Architekt » Thu Dec 04, 2014 12:31 pm

I think there is no need for reverse engeneering. Schema, datasheet, FW, SDK... everything is available: https://nurdspace.nl/ESP8266

Flashing MicroPython into these modules shouldn't be hard. If anyone already tried it, how-to would be appreciated :-)

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Ported to esp8266!?

Post by pfalcon » Fri Dec 05, 2014 2:10 pm

kfricke wrote:I know. Or you can learn chinese and try to take the documentation they provide.
All the information they provide is available in English too. It's just not enough documentation.
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: Ported to esp8266!?

Post by Damien » Mon Dec 08, 2014 11:55 pm

Yes, you can now get a uPy REPL on the ESP8266. But unfortunately no wifi as yet....

Post Reply