Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler code for the transmitter, using a pipe. I think I've the Arduino side covered. After a day of searching, I still haven't found anything useful, which is really frustrating.
For programming the nRF24LE1, I'm using a second Arduino (see Justin's page. I've added an Arduino to LE1 wiring diagram to my github fork of his project).
I'm using:
- Keil uVision V5.20.0.39
- Arduino Uno using the RF24 library (code in Wiring), connected to nRF24L01.
- Windows 10 Home.
- List item
I need just one clear example of TX from nRF24LE1 and RX on nRF24L01. Should I use the code in the hal library? I don't see any good examples in the nRFGo SDK. I've downloaded everything I can: nAN24-12.zip, nRF24LE1_POC_tekka.zip, nAN-15_v1.1.pdf (intro to using Keil compiler with nRF24LE1), nrfgo_sdk_2.3.0_setup.exe, nrfgostudio_win-32_1.21.2_installer.msi, nrfprobe_v2_0_0_7252.exe, and even nrfgostudio_win-64_1.21.2_installer.msi.
Please help!!! Thanks!!