Not knowing where else to post this, I will try here.
I have at present: 1 Arduino UNO + ESP8266-01 Wifi board to test.
I am connecting the UNO and ESP via softserial and programming via the Arduino IDE directly to the UNO and using AT-commands.
My aim is three UNO's, each with an ESP module. Each UNO controls at least one motor. They are far apart (5-10m), which makes it impractical to have all motors on one UNO. One UNO also has a sensor delivering data every second. An Ultrasonic sensor could also come into play and maybe a camera.
The whole thing should be controlled via an android tablet (B4A). I know I have asked something similar to this but I cannot find the thread any more.
This is a complete system. There is no possiblility to use internet or external server.
My questions:
1. Would it be better to overwrite the ESP firmware (from Farylink) with B4R?
2. Who is the controlling server or are there more than one?
3. What module gets what type of software server/client?
I am not looking for code, the forum is there for that. I am looking for the basic idea on how to start.
The firmware in the ESP is:
AT version:1.3.0.0(Jul 14 2016 18:54:01)
SDK version:2.0.0(5a875ba)
Farylink Technology Co., Ltd. v1.0.0.2
May 11 2017 22:23:58
I have not used B4R before but am willing to learn. I have read so many threads dealing with MQTT or UDP or HTTP, that now I am lost.
I am grateful for any help.
I have at present: 1 Arduino UNO + ESP8266-01 Wifi board to test.
I am connecting the UNO and ESP via softserial and programming via the Arduino IDE directly to the UNO and using AT-commands.
My aim is three UNO's, each with an ESP module. Each UNO controls at least one motor. They are far apart (5-10m), which makes it impractical to have all motors on one UNO. One UNO also has a sensor delivering data every second. An Ultrasonic sensor could also come into play and maybe a camera.
The whole thing should be controlled via an android tablet (B4A). I know I have asked something similar to this but I cannot find the thread any more.
This is a complete system. There is no possiblility to use internet or external server.
My questions:
1. Would it be better to overwrite the ESP firmware (from Farylink) with B4R?
2. Who is the controlling server or are there more than one?
3. What module gets what type of software server/client?
I am not looking for code, the forum is there for that. I am looking for the basic idea on how to start.
The firmware in the ESP is:
AT version:1.3.0.0(Jul 14 2016 18:54:01)
SDK version:2.0.0(5a875ba)
Farylink Technology Co., Ltd. v1.0.0.2
May 11 2017 22:23:58
I have not used B4R before but am willing to learn. I have read so many threads dealing with MQTT or UDP or HTTP, that now I am lost.
I am grateful for any help.