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.

IoT Intro: SMS me when I leave my garage door open

100 pointsby cottsakover 9 years ago

11 comments

lewiover 9 years ago
This project is a great little proof of concept. However, if the electronics still seem a little inaccessible or you don&#x27;t want the hassle; the NodeMCU[1] dev board compresses all those components (ESP8266, USB, buttons &amp; GPIO) onto a easy to use board for ~$12 USD. I&#x27;d highly recommend it.<p>However, you&#x27;ll need a breadboard and a button to complete the project.<p>[1]: <a href="http:&#x2F;&#x2F;nodemcu.com&#x2F;index_en.html" rel="nofollow">http:&#x2F;&#x2F;nodemcu.com&#x2F;index_en.html</a>
评论 #10449814 未加载
评论 #10449275 未加载
评论 #10449372 未加载
DigitalSeaover 9 years ago
You can get into IoT using a cheap tablet off of eBay: <a href="http:&#x2F;&#x2F;ilikekillnerds.com&#x2F;2015&#x2F;10&#x2F;cheap-ebay-android-tablets-and-the-internet-of-things-iot&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ilikekillnerds.com&#x2F;2015&#x2F;10&#x2F;cheap-ebay-android-tablets...</a><p>All you need is a device with wifi, preferably running Android as it is more customisable and easier to hack into. For around $50 you can get a decent tablet (no-name brand) with everything you&#x27;ll ever need (including GPS and sim support).<p>I created a parking inspector sensor at my old workplace because it was all street parking, but only for the residents and nowhere to really park. So we would all park on the street and occasionally the parking inspector would pay a visit.<p>What they would do is chalk your tires and then they would come back a little later and see if you had moved or not. What I did was use a cheap IoT connected device with a sim card, it would send a cheap SMS to my real phone when it detected movement (from being chalked). Occasionally it would trigger false positives, but it worked. I was popular at the office, because they knew if I got chalked, they did as well.<p>Then you would go move your car or wipe off the chalk off of the tyre.
评论 #10451340 未加载
TeMPOraLover 9 years ago
I know many here are pretty into electronics - could you recommend any new interesting boards, chips and devices to check out?<p>I&#x27;m in Shenzhen right now, I&#x27;ve visited the electronics markets and was totally overwhelmed. I would love to check out what weird cool things they&#x27;re pumping out now besides various iterations of ESP8266.
timerotover 9 years ago
I laid out the schematic to see how the wiring works: <a href="https:&#x2F;&#x2F;upverter.com&#x2F;mwismer&#x2F;4427f6f29aa4300d&#x2F;ESP-Garage-Door-Sensor&#x2F;" rel="nofollow">https:&#x2F;&#x2F;upverter.com&#x2F;mwismer&#x2F;4427f6f29aa4300d&#x2F;ESP-Garage-Doo...</a><p>Then I realized that there were already links to similar schematics in the article: <a href="http:&#x2F;&#x2F;www.esp8266.com&#x2F;wiki&#x2F;doku.php?id=getting-started-with-the-esp8266#basic_wiring" rel="nofollow">http:&#x2F;&#x2F;www.esp8266.com&#x2F;wiki&#x2F;doku.php?id=getting-started-with...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;esp8266&#x2F;Arduino&#x2F;blob&#x2F;esp8266&#x2F;hardware&#x2F;esp8266com&#x2F;esp8266&#x2F;doc&#x2F;boards.md#minimal-hardware-setup-for-bootloading-and-usage" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;esp8266&#x2F;Arduino&#x2F;blob&#x2F;esp8266&#x2F;hardware&#x2F;esp...</a>
kevindeasisover 9 years ago
Thanks for this, every time I try to get a project started with hardware I&#x27;m usually looking at $80, which is a big reason why I just stick to software. Since alot of things you can imagine in software can be built cheaply, initially.
评论 #10449571 未加载
StavrosKover 9 years ago
By the way, over the weekend I started prototyping and implementing a proof of concept library for secure communication between IoT devices:<p><a href="http:&#x2F;&#x2F;stringphone.readthedocs.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;stringphone.readthedocs.org&#x2F;</a><p>It allows devices to securely encrypt the messages they send to each other, and also to verify that the device sending the messages is who it says it is. That way, your garage door knows unambiguously that it was your phone that told it to open.<p>If someone would like to contribute some feedback, I would be grateful.
rusbusover 9 years ago
A slightly more expensive (~$50) version I made that can also open and close the door:<p><a href="http:&#x2F;&#x2F;rcoh.svbtle.com&#x2F;how-i-automated-my-garage-door" rel="nofollow">http:&#x2F;&#x2F;rcoh.svbtle.com&#x2F;how-i-automated-my-garage-door</a><p>Since it uses an electric imp, the electronics are significantly simpler (just a transistor &#x2F; resistor to trigger the switch), since the imp has integrated wifi, GPIO, power.
mkhpalmover 9 years ago
Thats pretty cool, I&#x27;ve been thinking about making something like that myself. Just haven&#x27;t decided if it was worth building it or if I should be lazy and buy a Chamberlain&#x27;s MyQ.<p><a href="http:&#x2F;&#x2F;www.chamberlain.com&#x2F;smartphone-control-products&#x2F;smartphone-connectivity" rel="nofollow">http:&#x2F;&#x2F;www.chamberlain.com&#x2F;smartphone-control-products&#x2F;smart...</a>
discardoramaover 9 years ago
Why do you need Twilio? Most carriers will happily accept email; for example, $NUMBER@vtext.com will happily deliver the email to a Verizon number as SMS.
评论 #10462115 未加载
phogsterover 9 years ago
Anyone have info on what kind of licensing from the FCC (or other governmental agencies) a company would need to sell wifi&#x2F;LTE IoT gadgets?
评论 #10449517 未加载
frikover 9 years ago
&gt; &quot;SMS me when I leave my garage door open&quot;<p>Bad example? How about automatically closing the garage door after I left the garage with the car (e.g. Bluetooth of smartphone). We get too many alerts these days. SMS alert make sense (IMHO) for fire&#x2F;burglary alarms.<p>I appreciate such projects and built IoT systems for my needs too.
评论 #10449832 未加载
评论 #10449840 未加载