...
Code Block |
---|
ATS1=115 # set the baud rate to 115200 ATS2=64 # set the air data rate to 64kbps. TODO determine if this needs to go up ATS4=2530 # set the TX power to 2530 db (outthe of 30). TODO determine how this affects current draw maximum) ATS6=0 # disable smart Mavlink data framing stuff ATS8=902000 # set the min freq to 902 MHz ATS9=915000 # set the max freq to 915 MHz ATS10=51 # Use 51 hopping channels (not sure why but one of the modems require it to be 51) ATS24=ID # replace ID with the node ID. IDs should be unique, the master radio (rocket) has ID 1 and they increment |
...
When the radios are configured and powered up you should see the green LED flashing. After ~30 seconds they should see eachother each other and connect, which is indicated by the green LED becoming solid and the red LED starting to flash rapidly. You can now send data between them.
...