-->
Page 1 of 2

ESB Basic PIR Alarm that sends twitter message using IFTTT

PostPosted: Fri May 05, 2017 6:19 pm
by Luc Volders
I know I am not allowed to crosspost but maybe the guys that do look inside this subforum do not look at the IOT forum.

I just made a alarm that sends a twitter message to your Phone/Tablet when someone enters a room.

The electronics are simple: just a NodeMCU with a control led and a PIR.

Basic.jpg


Basic program is just 16 lines of code !!!!

That is right 16 lines of code is enough to detect a movement with a PIR and send a message to twitter !!!!
Well.... the message is send to IFTTT which send a message to twitter. Nevertheless amazing.

Find the project here:
http://lucstechblog.blogspot.nl/2017/05 ... ifttt.html

Complete with source code, breadboard layout, schematics and STL file for printing your own casing.

Luc Volders

Re: ESB Basic PIR Alarm that sends twitter message using IFT

PostPosted: Fri May 05, 2017 10:03 pm
by heckler
Very nice! Luc,

Thanks for sharing that!
I'm going to give that a try.

cheers
dwight

Re: ESB Basic PIR Alarm that sends twitter message using IFT

PostPosted: Sat May 06, 2017 11:50 am
by bugs
[quote="Luc Volders"
Find the project here:
http://lucstechblog.blogspot.nl/2017/05 ... ifttt.html
Luc Volders[/quote]

Hi - I went there and read the article (thanks) and was interested in this IFTTT that you used, so read your previous blog articles about it. I was able to create a free account ok but failed at the next step on your page where it says "First click on the tab 'My Recipes'" - I cannot find any tab like that and searching for "recipes" does not help!
Any idea what I am doing wrong?

Re: ESB Basic PIR Alarm that sends twitter message using IFT

PostPosted: Sat May 06, 2017 12:03 pm
by Mmiscool
I just read that blog post. It was very nice.

Only thing I would have done differently is use an interupt on the pin trigger from the pir sensor. To prevent the device from being in a constant loop state.

Other than that I have to commend Luc Volders for making an excellent tutorial.