TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hackable/DIY wireless home security sensor solutions

1 pointsby Kjeldahlalmost 10 years ago
I want to replace my old security system with something more modern, and preferrably something that does not mandate monthly fees and/or proprietary hardware/communication protocols. My old system has wireless sensors, but it uses traditional FM signaling which most computers/phones are unable to intercept (yeah, I dream of a phone with a good programmable software radio). An ideal solution would be Bluetooth LE sensors (door, motion, sirens etc) which I could monitor from an aged Android GSM phone (I can write the software myself if I have to). This "alarm central phone" would then be able to signal alerts to an app and/or SMS messages to other phones (the ones we carry). Any pointers?

2 comments

yy502almost 10 years ago
Arduinos + PIR sensors + magnetic sensors + infrared tripwire modules + 433Mhz transceivers + a computer (raspberry pi) with Internet
Kjeldahlalmost 10 years ago
Another alternative (to non-existing BLE sensors) is hooking up a cheap USB software defined radio stick (like RTL2832) to an Android phone using a USB OTG cable supporting simultaneous charging. That's my current plan anyway.