node-nrf
node-nrf copied to clipboard
Pure-JavaScript nRF24L01 driver library
Print SPI clockSpeed in printDetails method.
``` 239 verbose stack Error: [email protected] install: `node-gyp rebuild` 239 verbose stack Exit status 1 239 verbose stack at EventEmitter. (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16) 239 verbose stack at EventEmitter.emit (events.js:314:20) 239 verbose stack...
this my nodejs code on Pi3 ``` const cePin = 24; const irqPin = 25; const spiDev = "/dev/spidev0.0"; pipes = [0x746D610000, 0x0000616D74]; var nrf = require('nrf'); var radio =...
Preliminary writeup at https://github.com/natevw/node-nrf/issues/64#issuecomment-503789103. Review and/or make diagram based on that.
Hi, I'm trying to work with your library without success. I Have a sensor based on Arduino nano that communicates with a Raspberry. Arduino and Raspberry are working well with...
Hi, I'm trying for about two days getting your library to work. My setting is Raspberry Pi Zero W should send 5byte data to an Arduino Nano. Also tested sending...
Greetings, This PR fixes two problems. (#47 & #48) in #47: > ceHigh option does not exists somehow; CE was pulled low; PRX was not listening; in #48: > W_ACK_PAYLOAD...
My goal is being able to send commands from my nodejs script and have the arduino pick up the command and do something. As a proof of concept, I'm just...
Hello! I'm trying to launch a test script on my Orange Pi Zero, node version is 8.9.1, and I execute the command as root user, but I get this error:...