Welcome,
As in the subject, I would like to send information from ESP8266mod to arduino uno and vice versa e.g. via RT,TX pins and SoftwareSerial library, (I want ESP8266mod board to be powered by arduino)
I have searched the internet and it is hard to find any sensible tutorial.
I have programmed an ESP8266mod board that connects to a router and is a server so that at the ip address of the board and endpoints it turns off or lights a diode.
About the project:
I want to create a project where a page containing html,js,css as it is now with this simple example with the diode is on the esp8266mod board, and the
all the sensors are connected to the arduino and all the logic from the sensors is uploaded on it.
For example, an endpoint or button on an html page sends (just like the simple example with the diode above ) a signal to the esp8266mod board but now instead of lighting the diode that is connected to it it sends a signal to the arduino and the arduino sends a high state to the pin where the diode is, moreover the communication is supposed to work the other way e.g. the dht11 sensor sends the temperature to the arduino and the arduino sends this to the esp8266mod board and displays it on the page.
Is there anyone who can help me make this two-way communication?
my ESP8266mod board:
.
EDIT:
I managed to do one way communication arduino --> nodemcu
.
As in the subject, I would like to send information from ESP8266mod to arduino uno and vice versa e.g. via RT,TX pins and SoftwareSerial library, (I want ESP8266mod board to be powered by arduino)
I have searched the internet and it is hard to find any sensible tutorial.
I have programmed an ESP8266mod board that connects to a router and is a server so that at the ip address of the board and endpoints it turns off or lights a diode.
About the project:
I want to create a project where a page containing html,js,css as it is now with this simple example with the diode is on the esp8266mod board, and the
all the sensors are connected to the arduino and all the logic from the sensors is uploaded on it.
For example, an endpoint or button on an html page sends (just like the simple example with the diode above ) a signal to the esp8266mod board but now instead of lighting the diode that is connected to it it sends a signal to the arduino and the arduino sends a high state to the pin where the diode is, moreover the communication is supposed to work the other way e.g. the dht11 sensor sends the temperature to the arduino and the arduino sends this to the esp8266mod board and displays it on the page.
Is there anyone who can help me make this two-way communication?
my ESP8266mod board:

EDIT:
I managed to do one way communication arduino --> nodemcu
