Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

ESP8266 - IoT on the cheap ;)

$
0
0

Hi everybody,

 

People might have read the hackaday post describing the ESP8266. The ESP8266 is a really low price Wifi chip, which uses serial communication (just like the Wifly etc.) to connect to wifi. Although the CC3100 and CC3200 are the better chips, the ESP8266 main differentiating point is its ridiculous low price. I've ordered 8 for $3.50 each (aliexpress). It doesn't seem to support IPv6 out of the box, but there is an SDK, which might open future possibilities.

 

I was thinking to make a library for energia to support the ESP8266. Anyone interested? Are there specific starting points to make this library usable?

 

I am looking at two scenario's:

- MQTT client - Relaying sensor data or control.

- Web service - Returning a JSON object with sensor data.

 

It would be nice to use the hooks of an ethernet library and only need to process strings/arrays of bytes. 

 

Edit: As this wifi dongle uses an UART, how do I create two UARTS on a G2553?

 

Kind regards,

 

Eelco Rouw


Viewing all articles
Browse latest Browse all 2077

Trending Articles