This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF24LE1 (multiple) to nRF24L01 (1) sample RF projects?

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:

  1. Keil uVision V5.20.0.39
  2. Arduino Uno using the RF24 library (code in Wiring), connected to nRF24L01.
  3. Windows 10 Home.
  4. 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!!

Related