Category: Hardware
-
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…
-
Linking Yaesu DR-1X repeaters without expensive hardware
My club has two DR-1X repeaters on the same site. One is on 2 meters, the other on 70 cm. We wanted to link the repeaters together so they would behave as one when needed. There are several complete solutions for this already on the market, and more on the way. Two alternatives we looked at…
-
Interfacing the DR-1X Repeater
The documentation for the Yaesu DR-1X repeater has a number of shortcomings. This post will describe my findings so that others may hopefully benefit from my research. In our current application we are interfacing two of these repeaters, each connected to a separate USB sound interface and RS-232 serial port for squelch and PTT signaling. In…
-
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…