Skip to content

Code to control the power and volume of a NAD C740 Receiver via an Arduino

Notifications You must be signed in to change notification settings

gregmatthewcrossley/nad_link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Control a NAD receiver with an Arduino

The NAD C 740 stereo receiver (and probably many others) have a special RCA port in the back, which they call NADLink. Its there so that different NAD components can share IR commands with one another.

But there's nothing magic about the protocol! In fact, its just a rehash of the NEC remote control protocol, where instead of IR pulses it uses 5V TTL over a simple two-conductor RCA cable.

Hopefully, the Arduino code in this repo is helpful to anyone else who's trying to control a NAD receiver via a microcontroller!

Special thanks to Morten Hustveit and Bitraf for their research and code sharing.

About

Code to control the power and volume of a NAD C740 Receiver via an Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages