πŸ“¦ tobiasmuecksch / NRF24-test

β˜… 0 stars β‘‚ 0 forks πŸ‘ 0 watching
πŸ“₯ Clone https://github.com/tobiasmuecksch/NRF24-test.git
HTTPS git clone https://github.com/tobiasmuecksch/NRF24-test.git
SSH git clone git@github.com:tobiasmuecksch/NRF24-test.git
CLI gh repo clone tobiasmuecksch/NRF24-test
Tobias MΓΌcksch Tobias MΓΌcksch Update README.md 55a3940 7 years ago πŸ“ History
πŸ“‚ master View all commits β†’
πŸ“ controller
πŸ“„ package.json
πŸ“„ README.md
πŸ“„ receiver.js
πŸ“„ sender.js
πŸ“„ README.md

NRF24-test

This is repository contains files to test the NRF24 package. I'm using these files on my Raspberry Pi 3B+ and Raspberry Zero W.

Related issues

Preparation

  • npm i

Tests

With wrapper:

Receiver: sudo node receiver

Sender: sudo node sender

Without wrapper:

Receiver: sudo node receiver_without_wrapper

Sender: sudo node sender_without_wrapper