1.0.1 • Published 5 years ago

node-red-contrib-rfm69radio v1.0.1

Weekly downloads
6
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

node-red-contrib-rfm69radio

A node-red node for sending and receiving through RFM69 radios on the Raspberry Pi.

Wraps the rfm69radio code.

Hardware

This version tested on a pair of Adafruit RFM69HCW Radios with this node-red running on a Raspberry Pi 3 Model B.

The default wiring is:

RFM pinPi pin
3v317
DIO018 (GPIO24)
MOSI19 (GPIO10)
MISO21 (GPIO09)
CLK23 (GPIO11)
CS (NSS)24 (GPIO08 CS0)
Ground25
RESET29 (GPIO05)

See here for the Raspberry Pi 3 GPIO pins.

The second radio is connected to an Arduino UNO running the code in frm69_test.ino and connected according to the instrucitons from Adafruit.

Install

cd ~\.node-red
npm install node-red-contrib-rfm69radio