-->
Page 1 of 8

Making a combi project using esp8266 and arduino uno

PostPosted: Sat Feb 11, 2017 5:17 am
by Lucas neill
Hi all

I have two WiFi modules and two arduinos and one dht22. I want one of modules get the temperature data of my room and send it to the other module connected to my combi by a relay module. So how can I do this?

Re: Making a combi project using esp8266 and arduino uno

PostPosted: Sat Feb 11, 2017 3:05 pm
by martinayotte
One ESP need to be in SoftAP mode while the other must be in STA-Only mode.
You don't even need the Arduino UNO for that tasks, except if you wish them to do something else.

Re: Making a combi project using esp8266 and arduino uno

PostPosted: Sun Feb 12, 2017 6:47 am
by Lucas neill
martinayotte wrote:One ESP need to be in SoftAP mode while the other must be in STA-Only mode.
You don't even need the Arduino UNO for that tasks, except if you wish them to do something else.


ok but then how can i read the temperature readings from my DHT22 without arduino? and to be more clear how can i do this step by step ?

Re: Making a combi project using esp8266 and arduino uno

PostPosted: Sun Feb 12, 2017 9:49 am
by Lucas neill
martinayotte wrote:One ESP need to be in SoftAP mode while the other must be in STA-Only mode.
You don't even need the Arduino UNO for that tasks, except if you wish them to do something else.

should i flash the module with nodemcu firmware and use lua language? i found a code to read dht temperature but how to send this to the other esp?