The use of the ESP8266 in the world of IoT

User avatar
By Roypo
#29497 Hi all,
I became an esp8266 theoretical fan very recently and the options (I think !?) it could help me develop.
Theoretical fan because of 2 main reasons –
1. i haven’t laid my hand on one yet…
2. I really newbie on electronic design and process

Nevertheless I decided to try a little project and I would be grateful for some gaudiness.
I would like to use esp8266 as a standalone device which will be connected to 5 components leds/motors - a web service should define for each of them should be ON or OFF.
a. Can It be done?
b. I wish to use the smallest power source- can 2032 will do?
c. Which external USB module to use for the programing?
d. I looked but couldn’t find yet similar project – if you think you have can you please direct me at the right direction?

Thanks in advance
roy
User avatar
By GregryCM
#29503 Hi Roy,
For hardware that is ready to go, you may take a look at 'the thing' from Sparkfun. It has lots of the ESP8266 I/O broken out.
https://www.sparkfun.com/products/13231

They also have a USB to TTL interface that has 3V TxD and RxD for programming and debug.

AdaFruit.com also has similar offerings, I have ordered from both, and am a satisfied customer.

Look at the project http://www.john-lassen.de/index.php/pro ... -webconfig for a great start at web interface.

Have Fun!
User avatar
By Mmiscool
#29551 If you already have an ardhino uno board you can pull the avr chip and use the board as a usb to serial converter. Has been working quite well for me and as a bonus it has a 3.3v power pin that can run the esp.

The arduino environment is pretty nice and i have done a ton of developing in it.

The node mcu lua is also some thing to look at. I started out with this. It was not dificult to get started.

If you want some thing real quick. Down and dirty you might try esp8266basic.
User avatar
By Roypo
#29559 Dear Mmiscool and GregryCM thank you very much for directing me to some important stuff,
I will look in to it shortly – have a great day!