Hello, I just downloaded Keil and ran through a few tutorials for the nRF51 Dev Kit, so I am brand new to this development environment.
I am trying to get the nRF51422 Dev Kit to communicate with our other nRF24L01+ modules. For starters, I just wanted to get a simple application running where all its doing is listening, and whenever a payload comes over it displays it with printf so it shows up in Termite serial terminal.
I downloaded the SDK_11, and found a project in examples\peripheral\radio\receiver\pca10028\arm5_no_packs and I figured this would be a good start to modify this project into something that I described above.
Am I on the right track here? Are there other projects that might get me up and running faster? I'm not gonna lie, the way this library is programmed is significantly different than our nRF24L01+ libraries, so there is some confusing stuff in here.
Any help or advice would be greatly appreciated!
Here are the settings we are using with all of the nRF24L01+ devices:
- 250kbps data rate
- Channel 37 (e.g. 2437MHz)
- Audo-acknowledgement and auto-retransmission disabled
- Address width - 5 bytes
- Payload size - 32 bytes
- Max CRC setting (2 bytes)
- Both receive and transmit address is E7E7E7E7E7
- Only using data pipe 0