Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I am really trying to get a decent wireless system with my arduino + amateur radio. I found this IC that decodes FSK signals, and was wondering if it could help me with decoding AFSK 1200baud signals. The IC is the NJM2211. I have no idea how the IC works, how to get it timed correctly, or what it outputs out of that pin.

Should I go this direction? Would this IC help me?

share|improve this question
You might like: argentdata.com/catalog/… – JonnyBoats Feb 25 '12 at 5:58
Do I see an avr ic on that thing? Wish they'd just release the code for it... Would really love to see how they pulled it off cleanly. – Kyle Feb 25 '12 at 6:02

1 Answer

Actually you can decode the signals in software using the Arduino. See Arduino TNC.

The software to do this is open source, BeRTOS.

Here is the hardware interface:

enter image description here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.