Atmel interface with trw-2.4g

hello all,

i’ve been working with a trw-2.4g trans receiver with an Atmel. I’m simply trying to configure it so i can light up an LED with a nordic FOB. i do not have much experience in regards to this. does anyone have a link to a good example with code and schematic that can guide me through this. i can post the code i have already if desired. Thanks

How do you write code, c or assembly?

Here is something I did a couple of years ago in assembly for an atmega8515L, but it can be changed to use any avr that will run at 3.3V.

http://www.avrfreaks.net/index.php?modu … le&id=2565

Good Luck