RoelKroes / TBTracker

RTTY and LoRa High Altitude Balloon Tracker for Arduino and SX127x
29 stars 10 forks source link

Adding Field List to allow Sondehub support #19

Closed KevWal closed 2 years ago

KevWal commented 2 years ago

Hi Roel

A placeholder for fieldlist support to allow Sondehub to understand extra data as per:

https://www.daveakerman.com/?p=2987

I may have a look at implimenting in the comming weeks

Cheers Kev

RoelKroes commented 2 years ago

Hi Kev,

Thanks for letting me know!
I've seen that and indeed an excellent idea from Dave,

I already implemented the code for that last week and tested it. I will release the code this week. I also updated the code to be fully compatible with TinyGS. Luckily a minor change, only like 5 lines of code, so no memory problems :-)

Best Roel.

KevWal commented 2 years ago

Fantastic thanks Roel, looking forward to testing it when you are ready!

RoelKroes commented 2 years ago

I Added the support for (optional) transmitting METADATA compatible with lora-gateway from Dave Akerman and Sondehub.

Best, Roel.