287
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 10 Sep 2023
287 points (78.2% liked)
Asklemmy
43755 readers
1265 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
Man, you're living a dream over there. As you'd expect, given I'm not running a BnB, your ideas don't have an immediate application to my life, but damn am I impressed!
Could you tell me more about the 400mhz radios? I had a quick look at the code and it looks like you're delegating to a transceiver module or something if I'm reading correctly
The BnB thing certainly is interesting. I like it, but it's not what I expected.
The radios I'm using are these https://www.amazon.com/gp/product/B09KY28VH8
I'm fairly sure the driver I'm using is this https://github.com/PaulStoffregen/RadioHead/tree/master It's been a while since I worked on these.
So one device has an ultrasonic distance sensor and a radio transmitter. It just takes a reading and transmits is once an hour.
The other device monitors the doorbell and has the radio receiver on it. Both of those things are sent to the serial output and monitored by Node-RED.
https://imgur.com/a/SQdc95d
The transmitter and receiver aren't terribly far apart. They're probably like 30 feet or so, but in the basement, with walls in between them. I didn't do any testing on how far apart they worked, but 433mhz is a pretty sturdy frequency and these have been rock solid. With the driver, they're actually super easy to use, too.
Nice one, thanks for the detailed response! It seems like a pretty straightforward solution for simple ad-hoc connectivity. Definitely one to keep in mind
Not least of all, who knows, maybe I'll have a BnB one day!