Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino Due client/server for nRF905 - missing PWR set HIGH after init() #7

Open
ian-brackenbury opened this issue Jul 28, 2016 · 0 comments

Comments

@ian-brackenbury
Copy link

Had no success connecting up pair of Arduino Due each with Duinotech XC-4522 RF433MHz modules. XC-4522 uses nRF905. Wired up as per the RadioHead example code instructions.

Eventually found this, claiming that the PWR pin was not connected or used in the Radiohead code:
http://www.edaboard.com/thread338917.html

So I did as they recommend and the example sprang into life.

I wired PWR to D7 on each Arduino and added a line of code right after successful init()
digitalWrite(7, HIGH)

Might help some others to know this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant