1

Hey guys I have ESP8266 and want to remote control a sailboat with it. Till now it works fine but how is it possible to send continuous data between the Arduino/ESP8266 and my smartphone? If you need any further information just add a comment. Thanks guys

3
  • Do you have an ESP8266 dev board like a NodeMCU or an Arduino plus an ESP8266 with AT firmware on it? The design of the project is up to you, but normally you would let the ESP create a wifi access point, connect with the smartphone and then send messages over the network via websockets or similar (also depending on the question above) Commented Sep 14, 2021 at 18:46
  • 1
    @chrisl, why 'web'? plain TCP socket or UDP will be faster Commented Sep 14, 2021 at 19:12
  • @chrisl I use Arduino Uno + ESP8266 Commented Sep 14, 2021 at 19:35

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.