News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

programming esp8266

Started by xarrigo, January 10, 2016, 12:35:18 PM

Previous topic - Next topic

xarrigo

Goodmorning everyone,
I'm programming board WiFi ESP12 (esp8266) .
With the Arduino IDE I can use third parties to program it, with CodeBlocks can I? thank you

oBFusCATed

Yes, CB can be used for Arduino development.
I'm using it myself. See this https://github.com/obfuscated/cb_arduino_template project template.
I guess you could use it as a starting point for an esp8266 template.
It is linux only at the moment, btw, or at least it is not tested on windows.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

shuser

I prefer C::B too. I found only this post. http://tomeko.net/other/ESP8266/native.php
Will test it tooday.