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

Pure-JavaScript nRF24L01 driver library

Results 44 node-nrf issues
Sort by recently updated
recently updated
newest added

Hi nathan, I wrote an issue but I used your pin schema and now it's OK . But i still have a problem. I try the ping / pong test...

Hi, I'm struggling with a little issue, hope you can help: My setup is: an Arduino with RF24 library and a simple ping test program with this setup: ``` STATUS...

If I open a pipe like that: var rx = radio.openPipe('rx', 0xF0F0F0F0F1, {size: '5'}); node-nrf get's the data, but does not send back ACK, my Arduino sender says that transmission...

Would be cool if this could work with [johnny-five](https://github.com/rwaldron/johnny-five), where the logic runs on a separate device (e.g. a laptop) than the hardware (e.g. an Arduino tethered via USB). At...

Hello everyone, I've been unable to send messages between 2 radios: - 1 Connected to my Beaglebone Black and - the other one to an Arduino running the RF24 library....

If I open the pipe: var rx = radio.openPipe('rx', 0xF0F0F0F0F1, {size: 'auto'}); for each packet send to my code I get two on('data') events: First one is correct one -...

Nordic also offer the nRF24LU1, a SoC for which I'd like to develop a basic "passthrough" firmware — then instead of having to wire up an nRF24 breakout board via...

Right now TX pipes might not configure the AW setting properly.

The primary concerns driving this: - [x] the original implementation did not have a great async story (some internal race condition bugs in certain cases) - [ ] there are...

https://github.com/tessel/rf-nrf24/issues For example, https://github.com/tessel/rf-nrf24/issues/15 should be done on the upcoming branch here.