DBK
LIFE MEMBER
In my continuing quest to avoid growing old I've been playing with a small homemade radio tracker. I haven't been doing this with a MH application in mind though in theory it might be used, though probably as a backup to a more conventional tracker. If someone wants to try that angle then feel free to go ahead!
What I've made is this:
The thing in the middle is a Raspberry Pi Zero and is about 3" long. The little board on the left is a GPS module with built in antenna. The thing on the right attached by a ribbon cable is a Raspberry Pi camera, its pointing at the bench so you can't see the lens. The small board inside the red case on the right of the Pi Zero main board with the wires going to it is a radio transceiver module, that is it can both transmit and receive. The orange wire you can see going off to the right is the antenna for the radio. It is only about 6" long.
The other half of this setup is this:
This is a normal Raspberry Pi but the green board you can see with the antenna sticking out is a ready made radio gadget which uses exactly the same transceiver module as I've attached to the Pi Zero. This board just fits on top of the Pi.
The radio system uses a system called LoRa, which stands for Long Range. In theory with suitable antenna a range of two or three hundred kilometres is possible, but it only works line of site. In a built up area a range of only one or two kilometres might be possible. The radio uses very little power and operates at around 434MHz. No license is required to use. LoRa is a very clever system and if you want to really stretch your brain cells I suggest trying to read a description of how it works! I've watch a video of someone describing it and my brain melted about a quarter of the way through.
The software I've used is available from the Pi In The Sky project, which is about using Raspberry Pi devices to track high altitude balloons. The description how to make both the tracker and the ground station can be found on this website:
The output is shown on this screenshot.
The lines of text on the bottom are the individual packets of data which includes the GPS location, altitude and almost at the end temperature - 22.9. I've edited the image as it was of course showing my exact location. The software also takes a picture with the camera every 30 seconds and uploads that too.
There is a high altitude balloon community who run a website where in theory your balloon shows on a map with data uploaded from your own ground station but also other ground stations around Europe.
I'm very tentatively planning to fly a balloon myself but it won't be until much later this year. I want to do a lot more testing of my equipment and almost certainly build a second tracker and ground station so there is redundancy in case one link fails. Balloons typically carry two trackers for this very reason.
I should say this isn't the easiest of projects. Nothing worked when I first turned it on but after a few days head scratching and experimentation I think it is working now. I also need to investigate the best types of antenna to use.
If anyone has any expertise in any of this, the radio uses what is called the 70cm band, then all advice will be gratefully received.
It will all keep me out of mischief for a while...
What I've made is this:
The thing in the middle is a Raspberry Pi Zero and is about 3" long. The little board on the left is a GPS module with built in antenna. The thing on the right attached by a ribbon cable is a Raspberry Pi camera, its pointing at the bench so you can't see the lens. The small board inside the red case on the right of the Pi Zero main board with the wires going to it is a radio transceiver module, that is it can both transmit and receive. The orange wire you can see going off to the right is the antenna for the radio. It is only about 6" long.
The other half of this setup is this:
This is a normal Raspberry Pi but the green board you can see with the antenna sticking out is a ready made radio gadget which uses exactly the same transceiver module as I've attached to the Pi Zero. This board just fits on top of the Pi.
The radio system uses a system called LoRa, which stands for Long Range. In theory with suitable antenna a range of two or three hundred kilometres is possible, but it only works line of site. In a built up area a range of only one or two kilometres might be possible. The radio uses very little power and operates at around 434MHz. No license is required to use. LoRa is a very clever system and if you want to really stretch your brain cells I suggest trying to read a description of how it works! I've watch a video of someone describing it and my brain melted about a quarter of the way through.
The software I've used is available from the Pi In The Sky project, which is about using Raspberry Pi devices to track high altitude balloons. The description how to make both the tracker and the ground station can be found on this website:
DIY Lightweight Pi Tracker with SSDV – Dave Akerman
www.daveakerman.com
The output is shown on this screenshot.
The lines of text on the bottom are the individual packets of data which includes the GPS location, altitude and almost at the end temperature - 22.9. I've edited the image as it was of course showing my exact location. The software also takes a picture with the camera every 30 seconds and uploads that too.
There is a high altitude balloon community who run a website where in theory your balloon shows on a map with data uploaded from your own ground station but also other ground stations around Europe.
I'm very tentatively planning to fly a balloon myself but it won't be until much later this year. I want to do a lot more testing of my equipment and almost certainly build a second tracker and ground station so there is redundancy in case one link fails. Balloons typically carry two trackers for this very reason.
I should say this isn't the easiest of projects. Nothing worked when I first turned it on but after a few days head scratching and experimentation I think it is working now. I also need to investigate the best types of antenna to use.
If anyone has any expertise in any of this, the radio uses what is called the 70cm band, then all advice will be gratefully received.
It will all keep me out of mischief for a while...
Last edited: