TX Mode #57
Replies: 2 comments 4 replies
-
Are you trying to transmit actual station data or test packets? For test packets, you need to send the "tx test" command via the UART. This will send a 1 second randomly modulated signal at one of the two channels. Suggest you do that against a measurement instrument, not a live antenna. For actual station data you need to provision first via the "station" command and the GPS must have obtained a position fix. Assuming that you're stationary, transmission interval is 2 minutes for position reports, longer for metadata reports. Absent a GPS fix, no transmission will occur. Read the source for "CommandProcessor.cpp" to see the full list of CLI commands. There are no docs right now. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply.I work with board version 10.0.1.When I sent the "tx test" from UART, I was able to observe the signal CH_87 or CH_88.I want to send the station data, I think it will happen automatically.My string is "station 987654321, "NAUT" ,"" ,0,0,0,0,0" as I sent over uart, I think I'm missing somewhere .I can see the test data over the sdrsharp but I can't see the station data.I think it should automatically generate ais data and send it every 2 minutes .at this point I'm stuck.Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
-
Hi peter , I think it's a very coolproject,in my own experiment.I can get data from rx mode and I can see gps and Ais data from uart but I can't transfer to any channel.When I checked the TX signal, I didn't see anything. Can you help me
Beta Was this translation helpful? Give feedback.
All reactions