Post by papa on Aug 30, 2021 19:47:48 GMT
Latest Programming for ALL RFM69 Nodes:
Because this DIY Home Automation project can be challenging, I encourage you to begin with a basic RFM69 network of Gateway & first node. See this thread for help.
This thread assumes you have built & programmed a RFM69 Gateway that is compatible with the end node you are creating. See this thread for help on this.
In keeping with lowpowerlab.com's Node sketch, two lines related to Promiscuous mode are disabled. (Anyway Promiscuous Mode was set to false in the previous sketch)
See the links in this post for documentation on several kinds of nodes you can program with this sketch. (You may need to adapt from OH 2.5 procedures to OH 3.)
Next, Latest Initial Customizing for ALL Nodes
Because this DIY Home Automation project can be challenging, I encourage you to begin with a basic RFM69 network of Gateway & first node. See this thread for help.
This thread assumes you have built & programmed a RFM69 Gateway that is compatible with the end node you are creating. See this thread for help on this.
This thread also assumes you have built an RFM69 end node with the wiring to support the functions you are programming on it.
I'm currently using Arduino IDE 1.8.15.
I'm currently using Arduino IDE 1.8.15.
At the end of the downloadable sketch below is a version history, summary of possible nodes, & some documentation.
This post usually has the latest node choices sketch in the next line.
choose_nodes_MiF9r1_pub.ino (135.74 KB) << Updated August 30, 2021 Forum members (free registration) can download this Node Choices sketch that I & others expanded from computourist's original DHT End Node sketch.
^^ This version includes code for Piezo Alarm, Automatic Transmission Control, MQ Gas Sensor, SOILMOIST & always sending uptime.
Particularly it updates how to get the code libraries to be #included (except WirelessAnarduinoHEX69.h & RFM69_OTAa.h)
Particularly it updates how to get the code libraries to be #included (except WirelessAnarduinoHEX69.h & RFM69_OTAa.h)
In keeping with lowpowerlab.com's Node sketch, two lines related to Promiscuous mode are disabled. (Anyway Promiscuous Mode was set to false in the previous sketch)
See the links in this post for documentation on several kinds of nodes you can program with this sketch. (You may need to adapt from OH 2.5 procedures to OH 3.)
Before uploading this sketch, customization is usually needed. See the next post ...
Next, Latest Initial Customizing for ALL Nodes