Hi everyone,
can someone tell me if there is a Wifi UART Module available with which I can send raw serial data from an Arduino to Android and vice versa?
Currently I have a HC-06 Bluetooth Module. With this I can simply type:
Serial1.print("10,50,30.6,340,5.........");
And on Android this is exactly what I will receive.
I have recently tried the ESP8266 module. It was the biggest disappointment ever. I don't want to send the length of the data first and then the data wrapped in html headers etc.
I need to send raw serial data only. No headers, no nothing.
Is anyone aware of a module which fulfills my needs?
Thanks in advance!