-->
Page 1 of 13

Arduino code on the ESP8266?

PostPosted: Sat Oct 04, 2014 12:14 pm
by dnhkng
Now that the GCC compiler is being sorted out, is there any chance we could see it incorporated into an Arduino-like toolchain?

I had a look at the IoT code examples, and they look much harder to write than Arduino code. Also, the existing wealth of easy-to-use libraries make Arduino a great starting point for intermediate programmers (like me), who want to implement stuff in hardware with PWM's, analog inputs and connect to I2C stuff, but aren't up to scratch on the real low-level stuff. So, are the architectural differences between this chip and the Arduino Due minor enough that this could be a possibility? Or what about Micropython? A 32 bit, python-interpreting, Wifi enabled IoT device for $4 would be pretty neat... :D

David

Re: Arduino code on the ESP8266?

PostPosted: Sat Nov 29, 2014 12:12 am
by samprice
Im kind of working on that.
Did you get anywhere with this?

Re: Arduino code on the ESP8266?

PostPosted: Sat Nov 29, 2014 2:00 am
by gerardwr
samprice wrote:Im kind of working on that.
Did you get anywhere with this?


Tell us more, we're curious people :D

Re: Arduino code on the ESP8266?

PostPosted: Sat Nov 29, 2014 5:40 pm
by alonewolfx2
This is very cool if it possible. Arduino have a lot of library for many things.
Actually arduino due have 32bit arm controller. Maybe due bootloader can be edited and worked.