Hi guys, here my problem.
I'd like to wire an arduino bt with an arduino diecimila. Is it possible?
I'd like to send a char to arduino diecimila and the the board let lights a led attached to an arduino bluetooth.
Thanks for help.
Hi guys, here my problem.
I'd like to wire an arduino bt with an arduino diecimila. Is it possible?
I'd like to send a char to arduino diecimila and the the board let lights a led attached to an arduino bluetooth.
Thanks for help.
If you're just trying to get one arduino to talk to another, thats been done before.
You just need to hook up the serial pins between them (Tx>Rx, vise versa) then use serial.print but in binary, and then read it on the other end. There was a thread about it not too long ago here. Have a quick search for it if its what youre after.