Category: ArcticTracker
-
Assembling and testing the tracker lab model
The picture above shows the PCB for the Arctic Tracker with most parts mounted. It was straightforward to solder the parts on the board, except the Teensy. It can be tricky since it need to have 37 pins soldered on it first, and these should either be soldered onto the PCB either directly or a…
-
Designing a lab model
The Arctic Tracker project is not dead (yet). The idea is to develop a tracker device with traits like these: It is modular, it can be assembled mainly from existing modules. Should be fairly easy to assemble. It has plenty of computing room and is open source. It can be a platform for hacking and…
-
Receiving APRS packets
Receiving and decoding of APRS packets is now implemented and it seems to work. It is more tricky than sending packets but there are a fair amount of examples to look at. For instance the BeRTOS TNC implementation. Ok, here is how it is done: First, the audio signal from the receiver is fed to…
-
Transmitting APRS packets
APRS packet transmission is now tested and it works. It is clear that the SA818 radio module is not usable for this project. The time it takes to key up the transmitter and get a decent modulation running is far too long. In addition it seems to vary and it seems like there is some…
-
Using the DAC
Can we use the 12 bit DAC of the Teensy 3.1 to generate AFSK (Audio Frequency Shift Keying) signals? Lets try. First, we try to generate sine waves with frequencies of 1200 or 2200 Hz. If we could quickly toggle between those two frequencies, it would support generating AFSK. The idea is to use a…
-
Hacking the radio module
It works. I connected the SA818 module to the Teensy 3.1 and wrote some code to control it. I tested that I could turn it on, set the frequency and engage the PTT from software, and yes, it it transmits on the selected frequency. The serial port is connected to the third serial port of…
-
Towards a next generation tracker
The Polaric Tracker developed by LA3T was just the right APRS tracker for search and rescue services. Now the question is, could we take this a step further and develop a new tracker which is even more advanced, yet simple to use and easy to assemble for amateurs? I believe so. The idea is to…
-
ArcticTracker
After a somewhat successful campaign from LA3T, the PolaricTracker where born, and with it PolaricServer and PolaricApp. Unfortunately, for unknown reasons (presumably cost and assembly time), the hardware part of the project died, leaving a void in the tracker market. (It was the only 5W one-button, 24H operation tracker WITH Rx and TRUE usb) PolaricTracker where…