Chat freely about anything...

User avatar
By Esben Soeltoft
#17177 Hello

I have been trying to investigate why it has been necessary to fork the Arduino IDE, but I am not sure if I have understood it correctly, and is hoping someone can point me some source of information to help explain.
1. Are there some fundamental difference in the way the esp8266 works, which conflicts with the mainstream Arduino?
2. Can I use the libraries in this IDE in the mainstream IDE if I just want to work with the esp as a wifi connected to an Arduino board? and if yes, then how?

Best regards
Esben
User avatar
By RichardS
#17188 Different compiler of course, different upload method, bootloaders etc...

Arduino 1.6.4 allows you to add new boards/compilers etc... through a link to an URL, within a week we will have this link for you and you can load new files to the mainstream 1.6.4 so you can have just one IDE.

Richard.
User avatar
By Esben Soeltoft
#17319 Okay, so the esp8266 requires different compilers, etc as it is a different type of board. Are there some posts somewhere which describes the differences and their implications for the IDE in greater details?

But then to the second part of my questions. If I want to use the esp8266 merely as a wifi-module connected to an arduino, is there a way where I can benefit from the libraries in this IDE?
When I try to choose a MEGA board with this IDE, I can't choose to import the esp8266 libraries with the import library menu option. Is there a way around this?


Esben