Page 1 of 1

Very cheap, very small Wifi modules on Kickstarter

Posted: Thu Jan 01, 2015 11:23 pm
by Digit
Last Christmas I found 2 really small Wifi modules under the tree.
These modules have Wifi (duh), UART, GPIO and are programmable in Lua.

Just think about it - a Door sensor for the price of this module (< EUR 10), a reed switch with magnet and some power... yes, it's possible! (haven't tried it yet though, but I'm going to 8) )
If you like what you've read so far and want to know more, you should also read my recent post about those modules - it can save you some time getting things going :wink:

http://blog.hekkers.net/2015/01/01/meet ... ansceiver/
esp8266.jpg
esp8266.jpg (24.03 KiB) Viewed 12414 times

Re: Very cheap, very small Wifi modules

Posted: Fri Jan 02, 2015 12:02 am
by Rene

Re: Very cheap, very small Wifi modules

Posted: Fri Jan 02, 2015 12:09 am
by Digit
LOL, I read this just a few minutes ago :wink:

Re: Very cheap, very small Wifi modules

Posted: Fri Jan 02, 2015 12:24 am
by Rene
I was also monitoring the developments based on this device for several weeks, however did not order yet. Lots of other stuff to do.

Re: Very cheap, very small Wifi modules

Posted: Fri Jan 02, 2015 3:45 am
by Bwired
nice!
and a high tech Santa :)

Re: Very cheap, very small Wifi modules

Posted: Fri Jan 02, 2015 10:26 am
by Henk_J

Re: Very cheap, very small Wifi modules

Posted: Fri Jan 02, 2015 1:26 pm
by Bwired
i backed those
but those are BT and need extra controller

Re: Very cheap, very small Wifi modules

Posted: Fri Jan 09, 2015 12:39 am
by Digit
Just an example of what you can do with these modules; MQTT over Wifi for small MCUs like Arduino/Jeenodes etc.

The resulting compiled code size is much smaller than MQTT library + Ethernet library so this leaves more room for the actual code.
The downside is that there's no auto reconnect (yet) which I personally wouldn't want to do without on Wifi.
http://blog.hekkers.net/2015/01/08/mqtt ... e-esp8266/