Yveaux / MySensorsRangeTest

Range test for 2 nodes using the MySensors library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySensorsRangeTest

Range test for 2 nodes using the MySensors library

Installation

Required libraries:

Deploy

Prepare two nodes with nRF24 radios. On the top of the MySensorsRangeTest.ino sketch you'll find two defines, MASTER or SLAVE. Flash this sketch to one node with SLAVE #defined and to the other with MASTER #defined.

Running

Connect to the MASTER node with a serial terminal supporting ANSI escape sequences (e.g. Tera Term or Putty on Windows).

Range test screenshot

About

Range test for 2 nodes using the MySensors library

License:GNU General Public License v2.0


Languages

Language:Arduino 50.8%Language:C++ 49.2%