Dani MP
Dani MP
By the time I created the issue I had only tried "npm install". Checking out master with git results in ALL packets failing with the "RD24 HARDWARE FAIL" message. Even...
I've tried checking out several commits from git in an attempt to isolate the issue, but all I could come up with is this: commits from 8635de7b4deb0034d9949923dc7467001fc21460 to 220d7661776aa4694ac3ecfaac195da17332e3ec ->...
About my setup: Raspberry Pi 3 model b. Running Raspbian GNU/Linux buster/sid nodejs version: v8.11.2 kernel: 4.4.38-v7+ I'm using a nRF24L01+ module with embedded antenna both in this raspberry and...
The "npm install" version of the library doesn't seem to support a second parameter in the .config() call. This is the result running it with git master: ``` STATUS =...
And just for reference, this is the C++ version of the program and it's output. The program: ``` #include #include #include #include #include #include using namespace std; RF24 radio(25,0); const...
Thanks! That post was very helpful when I had wiring issues (I connected the CE and CSS pins backwards initially), but that's something I fixed before I wrote my own...