a few comprehension questions
Posted: Thu Aug 27, 2015 10:13 am
Hello,
I have a few comprehension questions about the possibilities and limitations of the ESP8266 module.
Maybe someone with an overview and more experience than me could give me an answer.
I would like use an ESP8266 with, at least:
three sensors (two PIR Sensors, one light sensor)
four Mosfets (to control two LED stripes RGB+White)
one 433MHZ transmitter module (to control a wireless outlet)
one Potentiometer (not necessarily)
Digital Outputs with PMW: 4
Digital Outputs: 1
Digital Inputs: 2
Analog Inputs: 2
The whole thing should be controlled by an Android tablet over http get/post requests.
My Questions:
1) I there an ESP-module that meet all requirements, If yes which one can you recommended?
2) Assuming I use an Arduino for this setup with the ESP only as Wi-Fi support, than I just connect the ESP with the Arduino and that’s it. Means the complete Software, including webserver, is only on the Arduino side? Does this configuration make sense considering the ESP have much more power?
3) Can I use a 12 V power adapter with the LD1117V33 voltage regulators or even a simply 35 ohm resistor to power up the ESP
4) If I connect the ESP with an Arduino would it suffice to connect the data pins with a 10 ohm resistor, because of the voltage difference?
5) Are signals over http get/post are processed as quickly as over the input pins? Because I read ESPs Wi-Fi module falls in deep sleep modus.
Best regards
I have a few comprehension questions about the possibilities and limitations of the ESP8266 module.
Maybe someone with an overview and more experience than me could give me an answer.
I would like use an ESP8266 with, at least:
three sensors (two PIR Sensors, one light sensor)
four Mosfets (to control two LED stripes RGB+White)
one 433MHZ transmitter module (to control a wireless outlet)
one Potentiometer (not necessarily)
Digital Outputs with PMW: 4
Digital Outputs: 1
Digital Inputs: 2
Analog Inputs: 2
The whole thing should be controlled by an Android tablet over http get/post requests.
My Questions:
1) I there an ESP-module that meet all requirements, If yes which one can you recommended?
2) Assuming I use an Arduino for this setup with the ESP only as Wi-Fi support, than I just connect the ESP with the Arduino and that’s it. Means the complete Software, including webserver, is only on the Arduino side? Does this configuration make sense considering the ESP have much more power?
3) Can I use a 12 V power adapter with the LD1117V33 voltage regulators or even a simply 35 ohm resistor to power up the ESP
4) If I connect the ESP with an Arduino would it suffice to connect the data pins with a 10 ohm resistor, because of the voltage difference?
5) Are signals over http get/post are processed as quickly as over the input pins? Because I read ESPs Wi-Fi module falls in deep sleep modus.
Best regards