does anyone know how to get a bluetooth arduino to display a number count on a bluetooth lcd
thanx
does anyone know how to get a bluetooth arduino to display a number count on a bluetooth lcd
thanx
let's assume that both devices are a wireless rs232 device, I assume that after pairing, you just send data with
serialWrite(data);
as if it was a normal serial connection.
maybe massimo can tell us if it indeed is a serial device to the atmega168