-->
Page 1 of 1

ESP8266

PostPosted: Tue Oct 31, 2017 10:05 am
by Jayeezy09
Hello! I wanted to connected my wifi module to an Arduino uno. I only have little knowledge behind these embedded things, but would happily learn about them. As I've searched I've seen that there are different types of these wifi modules. My first question is that is there a difference in the way of connecting it to an Arduino? My second question is that how do I connect my Wifi Module to my Arduino Uno? The pictures are shown below. Third is that my plan is that I would send data to the Arduino uno probably like a number code using the wifi module. Then this number code would be then use on a Keypad to open a Solenoid Valve. Would anyone help me connecting the wifi module, keypad and the valve to the Arduino?

Re: ESP8266

PostPosted: Wed Nov 01, 2017 3:12 am
by QuickFix
There's no direct need to use an Arduino UNO: the ESP8266 itself can be programmed with Arduino if you install the ESP8266 core into the Arduino IDE. :idea:

It's better to start learning the ESP8266 by getting yourself a stand alone ESP development board first (they cost less than €5/$5, see my signature below).
After you're comfortable with the ESP, you can always experiment with other setups.

So you'll only need a ESP8266 board, a keypad and a relay (for the solenoid): I think the best bet to start off with is a Wemos D1 board and a Wemos relay shield. ;)

For a keypad, you can use the pad as in your picture, but you can also attach a TFT-display with touch screen and make it all a bit more fancy (I'm working on a touch screen door entry system at the moment). 8-)

Re: ESP8266

PostPosted: Wed Nov 01, 2017 9:29 am
by Jayeezy09
QuickFix wrote:There's no direct need to use an Arduino UNO: the ESP8266 itself can be programmed with Arduino if you install the ESP8266 core into the Arduino IDE. :idea:

It's better to start learning the ESP8266 by getting yourself a stand alone ESP development board first (they cost less than €5/$5, see my signature below).
After you're comfortable with the ESP, you can always experiment with other setups.

So you'll only need a ESP8266 board, a keypad and a relay (for the solenoid): I think the best bet to start off with is a Wemos D1 board and a Wemos relay shield. ;)

For a keypad, you can use the pad as in your picture, but you can also attach a TFT-display with touch screen and make it all a bit more fancy (I'm working on a touch screen door entry system at the moment). 8-)


So Arduino is out of the picture for this idea