-->
Page 1 of 5

simple developing and uploading ESP8266 using Arduino IDE.

PostPosted: Thu Mar 26, 2015 4:00 pm
by Jeroen Beemster
Here it is, programming your ESP8266 from Arduino environment. No arduino UNO required.

I started to use the ESP8266 in combination with an Arduino UNO and found out that this Wifi enabled chip as quite powerful. So I developed "Blink" running on native ESP8266. Blink without using an UNO, only the ESP8266 microprocessor. My next challenge was to use Arduino IDE as the development environment. Here is my journey until so far. Have a look at http://www.arduinesp.com. If you like it, improve it.
BlinkWifi.png



http://www.arduinesp.com/

Re: simple developing and uploading ESP8266 using Arduino I

PostPosted: Thu Mar 26, 2015 4:33 pm
by mikekgr
This is really fantastic Mr. Jeroen.

Sorry I am not programmer to contribute your work...
I really don't understand how do you compile ESP8266 code at Arduino. To get an idea, I installed Ubuntu and esp-open-sdk and build up everything fine BUT I can not compile even the examples contained at latest espressif SDK...

Anyway congratulation one more time. You deserve big help and support.

Best Regards,
Mike Kranidis


Jeroen Beemster wrote:Here it is, programming your ESP8266 from Arduino environment. No arduino UNO required.

I started to use the ESP8266 in combination with an Arduino UNO and found out that this Wifi enabled chip as quite powerful. So I developed "Blink" running on native ESP8266. Blink without using an UNO, only the ESP8266 microprocessor. My next challenge was to use Arduino IDE as the development environment. Here is my journey until so far. Have a look at http://www.arduinesp.com. If you like it, improve it.
BlinkWifi.png



http://www.arduinesp.com/

Re: simple developing and uploading ESP8266 using Arduino I

PostPosted: Thu Mar 26, 2015 5:07 pm
by alonewolfx2
also you can check this new native arduino sdk
viewtopic.php?f=6&t=2133

Re: simple developing and uploading ESP8266 using Arduino I

PostPosted: Thu Mar 26, 2015 6:04 pm
by martinayotte
Is there any plans for a Linux version ?