Create your own ISM multi-sensor rtl_433 remote sensor #3197
hdtodd
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For about $7US plus the cost of sensors, you can create your own multi-sensor remote to transmit ISM-band (433MHz) messages to
rtl_433
.I've created the repository for
omnisensor_433
, v1.0, here https://github.com/hdtodd/omnisensor_433 with Arduino IDEomni.ino
code for the Raspberry Pico 2 microcontroller and the corresponding decoder,omni.c
forrtl_433
. With a $5US Pico 2 and $2US 433MHz transmitter, you can build a remote transmitter to send data tortl_433
. If you have sensors that you can interface to the Pico 2, you can connect them to the Pico 2 and havertl_433
receive the data via ISM transmissions.The README file explains how to implement the system. Feedback via Discussion on the repository site would be appreciated.
omnisensor_433
initially supports only Pico 2, but support for Sparkfun's SAMD21 is planned. Support for the Arduino Uno R3 is unlikely because of the limited variable memory space on the R3.Beta Was this translation helpful? Give feedback.
All reactions