node-red-contrib-rfm69radio 1.0.1

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

npm install node-red-contrib-rfm69radio

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 pin Pi pin
3v3 17
DIO0 18 (GPIO24)
MOSI 19 (GPIO10)
MISO 21 (GPIO09)
CLK 23 (GPIO11)
CS (NSS) 24 (GPIO08 CS0)
Ground 25
RESET 29 (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

Node Info

Version: 1.0.1
Updated 6 years, 9 months ago
License: GPL-3.0-or-later
Rating: not yet rated

Categories

Actions

Rate:

Downloads

3 in the last week

Nodes

  • rfm69-in
  • rfm69-out
  • rfm69-radio
  • rfm69-in
  • rfm69-out
  • rfm69-radio
  • rfm69-in
  • rfm69-out
  • rfm69-radio

Keywords

  • node-red
  • HopeRF
  • RFM69
  • RFM69W
  • RFM69HW
  • RFM69HCW
  • SPI
  • RaspberryPi

Maintainers