Close

Radio Testing

A project log for RF Bike Tracker

A small battery-powered tracking device, mounted on your bike, which will help you retrieve it if somebody steals it.

midnightwarriormidnightwarrior 07/05/2016 at 06:500 Comments

I've procured some Dorji DRA887 radio transmitter and receiver modules. These work on the 433MHz band and can transmit at up to 13dBm, the maximum transmit power limit here in New Zealand. I thought I'd connect a transmitter module to an Arduino Nano to see what sort of performance I could get out of it.

Oh yeah, I also built a couple of bazooka antennas out of RG58 coax (see here: http://www.hamuniverse.com/w4bwsverticalbazooka.html) and attached one to the transmitter. They're darn easy to build and don't look like antennas at all; the uninformed person would probably mistake it for a brake line if mounted on a bike.

To run the test I programmed the Arduino to send periodic tones out on D9, which are then fed into the "data" pin on the transmitter. These transmitters are pretty simple, they use amplitude shift keying (ASK) so this works. I turned the transmitter on and walked down the road listening for each periodic tone using my two-way radio, and I managed to lose the signal at about 500m away line-of-sight! Since the two-way radio is FM only the tones sound quite distorted, so I might get even better results if I used an AM/ASK receiver.

I also did this same test, except I made sure there were plenty of obstacles in the way, and got about 250 metres before loss-of-signal. Which is not bad going, considering this is going to be the more likely scenario if I'm following the bike through an urban area.

My next step is to connect the receiver module to the Arduino, and write some code to trigger the transmitter remotely.

Discussions