Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: xarrigo on January 10, 2016, 12:35:18 pm

Title: programming esp8266
Post by: xarrigo on January 10, 2016, 12:35:18 pm
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
Title: Re: programming esp8266
Post by: oBFusCATed on January 10, 2016, 01:30:51 pm
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.
Title: Re: programming esp8266
Post by: shuser on January 14, 2016, 05:56:20 am
I prefer C::B too. I found only this post. http://tomeko.net/other/ESP8266/native.php (http://tomeko.net/other/ESP8266/native.php)
Will test it tooday.