$$SHARK1,143,12:12:12,51.46278,-0.00298,63,0,0,03*CE5A
$$SHARK1,146,12:26:16,51.46287,-0.00283,62,0,0,03*E5CD
The 143, 146 etc are just my message ids - they increase sequentially every 5 seconds. They restart from 1 if the pi restarts but I'm not expecting that to occur / be an issue
I can decode it with my own receiver, but I'd rather not solely rely on my own receiver on launch day!
Thanks,
James
I'm going to try and get my project over the line this summer - I just wanted to check that my telemetry is correct - this is the message I send out over LORA:
$$SHARK1,143,12:12:12,51.46278,-0.00298,63,0,0,03*CE5A
$$SHARK1,146,12:26:16,51.46287,-0.00283,62,0,0,03*E5CD
I can decode it with my own receiver, but I'd rather not solely rely on my own receiver on launch day!
Thanks Nick - that's really helpful, apologies for not giving more to work with!
Would appreciate if there are any recommendations for launch sites in the south or south east but sounds like you would recommend against it given mentioning only one station?
Format and the mystery fields: I'm sending a standard UKHAS-style ASCII sentence:
So in the example I first sent, the two 0s were those temperature/battery placeholders and the trailing 03 was the satellite count. I'll either populate them properly or drop them before flight.
Firmware: I've rolled my own rather than starting from PITS. Node.js on a Pi Zero 2 W reads the u-blox M8Q over I2C and builds the sentence, piped locally to a small Python service that drives the Uputronics (SX1276) board via adafruit_rfm9x. Happy to share the relevant section if it would help you spot anything.
Radio: the board is the Uputronics 434 MHz LoRa hat, so this is a 434 MHz flight, and need to choose exact frequency later. The plan is Mode 2 (explicit, coding 4:8, bandwidth 62.5 kHz, SF8, LDRO off) - if you think this is not correct please let me know!
Receiving, coverage and launch site: to be clear, the coordinates in those test sentences are just my bench location, not a launch site
Would appreciate if there are any recommendations for launch sites in the south or south east
but sounds like you would recommend against it given mentioning only one station?