Little Radio Hacking

user warning: Unknown column 'i18n.language' in 'where clause' query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) WHERE (i18n.language ='fr' OR i18n.language ='' OR i18n.language IS NULL) AND ( b.theme = 'garland' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) )ORDER BY b.region, b.weight, b.module in /var/alternc/html/o/orangeseeds/usr/drupal-6/modules/block/block.module on line 456.

I bought a small FM radio at the local Dollarama for 1 CAD. It has a volume knob / switch and three buttons: reset (I dunno what this is but I guess it resets to the first channel on the FM band), scan (goes to the next available channel) and light (activates a small light).

I did a little experiment where I just replaced the sound output by a light-emitting diode (LED), resulting in a light-producing devide that generates light according to the sound of the radio. It adds a strange feel to the object. I suppose this strategy could be used in the street: one would wonder what activates the LED. And it's pretty cheap, the only problem in that respect being that it's battery-powered (requires two AAA batteries).

Commentaires

First of all...I'm not

First of all...I'm not realy understand...would you use radio sound and light in same time ?

  • we can use smd led ( take less batterie juice more brightness)
  • With small amp the sound radio will be enough powerful.

By the way... it's easy to control the radio by attiny13 Ir communication. ; )

Light problems

There's two issues with the LED that would need to be addressed. First, the light is not strong enough, it's pretty faint. This is probably due to the low voltage at this point and could most probably be resolved by reducing the resistance at the start of the circuit or by adding an amplifier at the end.

The other problem is that the light is not always very varying. It depends on the station and since I've removed the headphones it's hard to tell if this is due to the radio channel itself outputing "flat" sound or if it's a deeper problem. I have found out that the problem does not arise for all radio channels. In the cases where it worked well, the light was usually also more vivid, which tells me that this problem might also be party resolved by making the light brighter.