ESP8266 module news

GCC for the ESP8266 WiFi Module
October 2, 2014 By Brian Benchoff 34 Comments

When we first heard about it a few weeks ago, we knew the ESP8266 UART to WiFi module was a special beast. It was cheap, gave every microcontroller the ability to connect to a WiFi network, and could – possibly – be programmed itself, turning this little module into a complete Internet of Things solution. The only thing preventing the last feature from being realized was the lack of compiler support. This has now changed. The officially unofficial ESP8266 community forums now has a working GCC for the ESP8266.

Wow

This sounds really interesting.

I've tried one other type of serial wifi module, the TLN13UA06, which is around $15, but as these are half the price, thy could be a real breakthrough

I'm going to get a few of them from eBay

It looks like they have gcc working now

http://www.esp8266.com/index.php

Edit.

Just ordered some of these from eBay

http://www.ebay.com/itm/291262467339

I know they may not be ideal in terms of reprogramming as not all pins go to the header etc, but they are probably OK just to evaluate their use purely as a wifi module for small Arduino projects e.g. Internet of things

And I'm quite adept at soldering to tiny surface mount devices, so I can probably solder extra wires to the chip if necessary

Hey everyone,

did you hear about radino? They already merged the ESP8266 and an Arduino Micro into one single module. (www.radino.cc) and the whole thing runs on 3.3V.

They also provide a Arduino-support package on their website, e.g. containing a simple webserver example for the ESP8266. Maybe this will help someone with their first steps on ESP8266.

There will also be a breakout board for the ESP8266 available after this weekend, featuring almost all GPIOs and the ADC input pins. :wink:

Seems a bit pricey for a Leonardo + a $5 module. ie, for 69,00 €

I'm presuming they are using Leonardo as it has a true serial port free, ie that can go at 115200 rather than using software serial, which wont run that fast.