Author Topic: programming esp8266  (Read 9174 times)

xarrigo

  • Guest
programming esp8266
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: programming esp8266
« Reply #1 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.
(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

  • Guest
Re: programming esp8266
« Reply #2 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
Will test it tooday.