Welcome.
I am about to purchase an ESP8266 module. I want to connect it to an Arduino and read data from it. I found such a guide . And now the Arduino and ESP serial ports are connected, yes?
So how do I make it so that, for example, ESP reads a number from some page, sends it to the port and Arduino sets a variable to that number? Is there any other way to send information to the Arduino via the ESP? It doesn't even have to be a number, it could be the logical state itself.
I only care that there is an ESP used for this because I just want to learn it
.
Maybe some other way of connecting?
I am about to purchase an ESP8266 module. I want to connect it to an Arduino and read data from it. I found such a guide . And now the Arduino and ESP serial ports are connected, yes?
So how do I make it so that, for example, ESP reads a number from some page, sends it to the port and Arduino sets a variable to that number? Is there any other way to send information to the Arduino via the ESP? It doesn't even have to be a number, it could be the logical state itself.
I only care that there is an ESP used for this because I just want to learn it
Maybe some other way of connecting?