I've been interested in radios and communication for a while, and I've always wanted a radio for my car. There's a barrier to entry with mobile radios, however, and most quality units start at $200 or more. My goal with this project is to design and build a fully open-source, easy to build and decent-performing mobile radio capable of using the entire VHF spectrum.
The heart of the radio will be the DRA818V module from china, which has been around for several months now and has been played with by many amateur radio enthusiasts around the world. These things aren't perfect by any means, but they are cheap. They use the RDA1846 chip, which is found on many small radios from china as a well as a few mobile units that can be had for around ~$150. The module works well enough, and with some filtering and amplification it'll do just fine for a basic mobile radio.
Those little radio modules will give you about a 10 meter range by themselves, so we need to give them a boost. There are countless ways to amplify RF signal, and after searching for a while and asking around I've settled on using the RA30H1317M from Mitsubishi, which boasts a modest 30W of power and runs on 12.5V, perfect for using in an automotive setting. The module takes 100mW of input power, while the '818 puts out 500mW on low and 1W on high, so we'll need to throw in an input attenuator so we don't kill our (relatively speaking) expensive amplifier. Really, the most expensive part of this build is that amp, so don't drop it!
I've always been a huge fan of those nice-looking extruded aluminum enclosures that can be had from several manufactures like Hammond, Taketchi, etc. I chose an enclosure from Hammond for several reasons. It's got plastic end panels which are much easier to cut and machine than aluminum. It's got a decent amount of space inside but is still relatively affordable. It can be used as a heatsink for our power amp (40% efficiency is a wonderful thing if you want to warm up a room) and above everything else, it just looks nice.
That's all for now; I'll be adding and updating the details as I finalize more of the plan, and maybe I'll even get a schematic up within the next month or so.
Cheers!
I am building something even cheaper, aiming for approximately 40 to 50 USD. My prototype currently has an ESP8266 that interfaces with the DRA818V's UART. I built a small app that connects to ESP8266 to tune the thing to particular frequency.
Now I am in the process of getting it all together and making one compact PCB with a 3D printed case.
http://nuclearrambo.com/wordpress/dra818v-vhf-band-transceiver/ Doesnt mention the ESP8266 yet.
You can check out my Git profile if you are interested.