Jump to content
C4 Forums | Control4

broadcast radio stations to presets


mgtiger

Recommended Posts

I have a denon dra-395 tuner that doesn't have discrete number or preset codes. It only has preset up and down. I'm trying to write some programming to get this to jive with the station selection through navigator and I think I've figured a way to do it, but have run into a snag. I've read other posts where people have stated that if you change the "station #" field in the fm media to say 1, then the controller should send a "1" to the tuner to send it to preset 1. I've done this to test it (and created a fake "1" code in the driver), but when I choose the radio station through the navigator nothing happens. The navigator screen doesn't change and there's no code sent to the tuner. Any ideas?

Link to comment
Share on other sites

  • 4 years later...

Hi guys,i have programmed my denon avr1311 with preset FM station. Remote doesnt have numeric input (0- 9) to set a specific frequency. I have tried to set a preset channel and succeed to it.

You have to first insert code in denon driver for below buttons.

1. Band (AM-FM- toggle)

2. Shift (A to G) (in denon tuner make all band on "SKIP" except A)

3. Tumer CH up

4. Tuner CH down

5. Tuner

now you have to make macro in "set preset ch 1"put below codes.

1.Tuner+ 200ms+ Band+200ms+ Shift

2."set preset ch 2"

Tuner+ 200ms+ Band+200ms+ Shift+200ms+Tuner CH up

3. "set preset ch 3"

Tuner+ 200ms+ Band+200ms+ Shift+200ms+Tuner CH up+200ms+Tuner CH up

you can add upto number of channels similar way by increasing "200ms+Tuner CH up"

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.