How to transmit telemetry data from Arduino plane to pc

A few months ago I would have mentioned the rf24 radio modules, but lately I have tried out the HC-12 units recommended by @jremington and I second their recommendation. Same or better range, much easier to use and no limit on packet size. They look just like a serial port. The serial input basics tutorial will give you some ideas for robust communication methods and how to build, send, receive and parse packets.

2 Likes