Hi everyone,
I recently purchased my first LoRa modules, which were the two Grove Wio-E5 models. I ran a few tests and sent a few messages using AT commands.
My next step is to build a flight computer for my new RC rocket. I’m looking to transmit data from the BMP280 to the ground station using these modules and two Arduinos. I’m a beginner and I have a few questions about it.
Which mode should I use? Will test mode be ok for that?
How can I automatically execute AT commands during flight with an Arduino? How should I program it to make this work?
For transmitting telemetry data during flight, you should use transparent UART mode or LoRa P2P (Point-to-Point) mode. These modes allow you to send custom data directly from one LoRa module to another without requiring a server.