node-nrf24 icon indicating copy to clipboard operation
node-nrf24 copied to clipboard

Hardware Not Found

Open jackjury opened this issue 4 years ago • 2 comments

I have been trying to get 1 x Arduino Uno and 1 x Raspberry Pi 1 (Model B) talking for a couple of weeks now.

I am sure this isn't a hardware issue, as I can get the gettingstarted example in rf24libs working, but I can't make any of the node versions to work.

Each time node seems to fail to detect the hardware, despite me configuring the pins correctly.

I have had similar issues with python ports too, and any of the other lib examples. Any ideas on what might be causing this?

jackjury avatar May 07 '20 13:05 jackjury

I am running node v10.20.1

jackjury avatar May 07 '20 13:05 jackjury

Hi, I have not tested with RPI1. But in principle should work. Can you provide some additional information

  • Sample code and wiring you are using? For troubleshooting I recommend you to use the Gettingstarted.js in the examples folder modify the config of the radio with your wiring. This sript works with getting started of arduino.
  • Result of the output of your code.
  • OS version and SPIDEV configuration?

ludiazv avatar May 07 '20 15:05 ludiazv