I have made a prototype where I can send data from one arduino to another via Bluetooth(hc-05), they are working fine, but now I want to replace the BT module with RF module, how can I do that???
asked Mar 23, 2017 at 4:44
1 Answer 1
Yes, use VirtualWire or RadioHead. You might need to "evolve" your protocol to handle message fragmentation and loss. RadioHead has support for that.
Cheers!
answered Mar 23, 2017 at 11:30
-
OK, I'm gonna try it.SHILADITYA DEY– SHILADITYA DEY2017年03月23日 14:12:50 +00:00Commented Mar 23, 2017 at 14:12
lang-cpp