APRS beacon testers needed
Re: APRS beacon testers needed
The presets values are hardcoded, but you can still make adjustements of the settings after selecting a preset.
Re: APRS beacon testers needed
Thanks, thats what I needed help with was how to change the preset. In case it helps others, Options -> APRS options -> Mode then use rotary knob on RT3S to select "Smart" and while that menu option is still selected, press 1-6 to change what preset you are using.
Still curious what to do about sending wrong Location, when previous Location is populated at power-on. Docs show:
Is there a way to delete Location manually? I can set my coordinates manually, but I'm trying to replicate the "Location?" behavior described above.If the location data is not valid in Manual or PTT beaconing modes, the word "Location?" will be displayed on the screen and the data will not be transmitted. In automatic modes (Auto and Smart), no beacon will be transmitted until a valid location is set (in Location screen screen or having a GPS fix on featured transceivers).
Re: APRS beacon testers needed
The parameters for smart beaconing presets like Car, Sailing or eBike are hard coded and can't be edited.KB8YKF wrote: ↑Tue Jan 09, 2024 1:02 pmIs it possible to clear Location on radio startup?
Sometimes in manual mode I send a beacon, forgetting I need to check if GPS has acquired location yet - and end up sending my last known location which is somewhere else entirely.
Also, the documentation mentions SmartBeaconing™ modes like Car/Sailing/e-Bike - where is that configured? Thanks!
https://github.com/LibreDMR/OpenGD77_Us ... tbeaconing
Currently there is no way to clear the location.
The source code was published for the last Release version on 2023/12/31, so that people can modify it to suit their own requirements
Re: APRS beacon testers needed
Hi Daniel, Roger,M0GZP wrote: ↑Fri Oct 06, 2023 12:29 pmInstalled, beaconing appears to work as described (both smart and auto), intervals work perfectly and messages decode correctly. I've set it on VFO mode at the moment and it transmits on the TX channel set. Usefully you can still TX manually when auto mode is on, and this seems to reset the decay timer, so if you know you're going to start moving and you want to send a packet before you set off then you can. Am only picking up the response locally at the moment (on Pi with NinoTNC connected to a Yaesu 8900 to listen), not feeding to aprs.fi, but will test it going around Harrow and Watford tomorrow where it should be picked up.
One thought for the future -- it may be useful to send the APRS "in the background", that is you can keep the radio listening to whatever channel you want to monitor and when it's time to auto-TX the APRS packet the radio could auto-switch to a dedicated APRS channel (where the frequency is set), send the packet, and then switch back. Probably already in plans, but I thought I'd suggest it. (This is how auto-aprs tx works on my Retevis RT73).
Great work guys
I've gone through this thread from the top, and wondering if the "APRS Beaconing in background" will be possible in the future? It would be great if the radio can switch to APRS frequency (144.390 in North America, 144.66 in Japan, 144.575 in New Zealand, etc.), beacon, and then switch back just like M0GZP suggested.
Thanks,
Charlie,
Re: APRS beacon testers needed
It's on my ToDo list, but don't hold your breath...KA1CM wrote: ↑Sun Nov 03, 2024 4:29 pmHi Daniel, Roger,M0GZP wrote: ↑Fri Oct 06, 2023 12:29 pmInstalled, beaconing appears to work as described (both smart and auto), intervals work perfectly and messages decode correctly. I've set it on VFO mode at the moment and it transmits on the TX channel set. Usefully you can still TX manually when auto mode is on, and this seems to reset the decay timer, so if you know you're going to start moving and you want to send a packet before you set off then you can. Am only picking up the response locally at the moment (on Pi with NinoTNC connected to a Yaesu 8900 to listen), not feeding to aprs.fi, but will test it going around Harrow and Watford tomorrow where it should be picked up.
One thought for the future -- it may be useful to send the APRS "in the background", that is you can keep the radio listening to whatever channel you want to monitor and when it's time to auto-TX the APRS packet the radio could auto-switch to a dedicated APRS channel (where the frequency is set), send the packet, and then switch back. Probably already in plans, but I thought I'd suggest it. (This is how auto-aprs tx works on my Retevis RT73).
Great work guys
I've gone through this thread from the top, and wondering if the "APRS Beaconing in background" will be possible in the future? It would be great if the radio can switch to APRS frequency (144.390 in North America, 144.66 in Japan, 144.575 in New Zealand, etc.), beacon, and then switch back just like M0GZP suggested.
Thanks,
Charlie,
Re: APRS beacon testers needed
I actually started to look at this a few weeks ago, but then had some unrelated problems because I fitted a much better GPS module, externally to my MD9600
I am still working on the code that handles the data from the GPS so that I will support u-blox M10 class multi constellation GPS modules
Re: APRS beacon testers needed
I'm reading in the thread you are working on, very interesting, seems overkill to me though.VK3KYY wrote: ↑Sun Nov 03, 2024 7:52 pm
I actually started to look at this a few weeks ago, but then had some unrelated problems because I fitted a much better GPS module, externally to my MD9600
I am still working on the code that handles the data from the GPS so that I will support u-blox M10 class multi constellation GPS modules
Re: APRS beacon testers needed
Not sure why, but we don't seem to get very good GPS coverage where I live. Even the android based GPS in my car takes several minutes to get a lock.KA1CM wrote: ↑Sun Nov 03, 2024 9:20 pmI'm reading in the thread you are working on, very interesting, seems overkill to me though.VK3KYY wrote: ↑Sun Nov 03, 2024 7:52 pm
I actually started to look at this a few weeks ago, but then had some unrelated problems because I fitted a much better GPS module, externally to my MD9600
I am still working on the code that handles the data from the GPS so that I will support u-blox M10 class multi constellation GPS modules
So we do need this level GPS.
Re: APRS beacon testers needed
Hello, I'm available to be a beta tester.