pyboard support esp8266 wifi??

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

pyboard support esp8266 wifi??

Post by skylin008 » Mon Jan 25, 2016 3:51 am

ESP8266 is wifi soc,but input/output pin is less,How to porting the pyboard can support the esp8266 via uart or SPI port ?Thanks!

User avatar
platforma
Posts: 258
Joined: Thu May 28, 2015 5:08 pm
Location: Japan

Re: pyboard support esp8266 wifi??

Post by platforma » Mon Jan 25, 2016 11:48 am

ESP chip already has it's own port. See https://github.com/alex-march/micropyth ... er/esp8266
Or you want to drive the ESP with pyboard?
If all you want is pyboard with wifi, get a wipy instead.

skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

Re: pyboard support esp8266 wifi??

Post by skylin008 » Tue Jan 26, 2016 1:28 am

Thanks platforma .First of all ,I want to use wipy in my R&D,but i can't to buy the wipy in my Country.So,i want to drive ESP with pyboard.

mianos
Posts: 84
Joined: Sat Aug 22, 2015 6:42 am

Re: pyboard support esp8266 wifi??

Post by mianos » Tue Jan 26, 2016 7:55 am

skylin008 wrote:Thanks platforma .First of all ,I want to use wipy in my R&D,but i can't to buy the wipy in my Country.So,i want to drive ESP with pyboard.
You will want to keep in mind the network API is a it different than the wipy one.
Also the networking is not too stable without a few patches. They are in the git issues list.

Post Reply