Home Myradio SDR
Myradio PDF Print E-mail

Myradio is a highly experimental project for implementing a wireless PHY and lower-MAC in ATmega8 controllers.

The PHY uses very simple (dumb) radio hardware. I currently use these simple modules as lowlevel radio. A simple R2R resistor network is used for connecting the PHY microcontroller to the TX radio.

Well, does it work?

Yeah, it does sort of work. Valid packets can be transmitted and received. You still can't do anything useful with it, however. :)

Any pictures?

Here's a picture of some experimental hardware setup:

Myradio testhardware

On the left side you can see the transmitting PHY and on the right side on the white breadboard you can see the receiving PHY (The PHY can do duplex, but on this picture it's not doing duplex). The two PHYs are connected directly by the blue cable. This replaces the wireless link. However, using the radio modules is also tested and works correctly. I just didn't take any pictures of this. In the background on the scope you can see the received and interpreted signal. The MAC chips are not present in this picture, because it's already outdated. (note to self: Make new pictures)

Wanna source!

The sourcecode is available under GPL license in the GIT repository. Install GIT and do the following command to initially fetch a clone of the repository:

		git clone git://git.bu3sch.de/myradio.git
Last Updated on Thursday, 03 June 2010 08:17