$10 Arduino Motion Alarm That WORKS! No Fees & Works ANYWHERE!

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 166

  • @danielthrana
    @danielthrana 6 лет назад +6

    I love how you present and do tutorials. Clean, easy and encouraging.
    I find these kind of projects a little overwhelming, but you made it seem straight forward. I wouldn't mind seeing more arduino/smart home/sensor tutorials form you. Keep it up !

    • @MkmeOrg
      @MkmeOrg  6 лет назад +1

      I do my best. Plenty more already on the channel and will keep them coming. Trying to bring up the value and production quality as much as I can ;)

  • @MkmeOrg
    @MkmeOrg  6 лет назад +4

    This is my absolute FAVORITE ESP-8266 project. So simple and works great. Any time I'm out of the house, these little guys are on. UPDATE- GMAIL is dead on IFTTT so just use GMAIL for the IFTTT account then set up a filter action in GMAIL to forward the mails from IFTTT to your mobile email-to-txt address. Works great. Parts kit: store.mkme.org/?product=esp8266-pir-motion-detector-kit Forum for help/discussion: mkme.org/forum/viewtopic.php?f=14&t=1113

    • @thercdoughnuts
      @thercdoughnuts 6 лет назад +1

      It may be because I'm using a newer IDE (1.8.2) but your code didn't work for me at first. The board wouldn't connect to WiFi. I added "WiFi.begin(ssid, password);" under void setup and it works now. Just a heads up in case anyone else encounters this problem.

    • @stupossibleify
      @stupossibleify 6 лет назад

      November Foxtrot Thanks for this. Where do you get your IFTTT key from?

    • @thercdoughnuts
      @thercdoughnuts 6 лет назад +2

      1: sign in
      2: click on your account in the top right corner
      3: select services
      4: select Webhooks
      5: click settings in the top right
      6: under account info, copy everything after maker.ifttt.com/use/ (including underscores)

    • @tomnel
      @tomnel 6 лет назад

      November Foxtrot I can’t get mine to connect to WiFi either. Your adjustment isn’t working for me. I’m on 1.8.5. Were there any other changes to the code you made? Should the (ssid, password) be in quotes like (“ssid, password”). Thanks!

    • @thercdoughnuts
      @thercdoughnuts 6 лет назад

      no, it should be exactly this:
      WiFi.begin(ssid, password);
      Make sure you added it under void setup.
      Also, make sure your ssid and password are correct. They're both case sensitive.
      Other than that I'm not sure, maybe try it in 1.8.2.

  • @lethaldarkness115
    @lethaldarkness115 5 лет назад +16

    The way you say things makes it very welcoming.

    • @diegobermea868
      @diegobermea868 4 года назад

      When i type esp8266 into the board manager to get support, nothing pops up. What’s wrong?

  • @srinathsathyanath7435
    @srinathsathyanath7435 4 года назад +2

    Can we use a 9V battery to power it instead of a usb?

  • @Wolf-ny6bz
    @Wolf-ny6bz 4 года назад +3

    You make sound everything you do so easy, I love it XD

  • @diegobermea868
    @diegobermea868 4 года назад +2

    When i go to type in esp8266 into the board manager to get support installed nothing shows up. Do you know what i did wrong or how else to get support installed?

    • @MkmeOrg
      @MkmeOrg  4 года назад

      www.google.com/search?q=When+i+go+to+type+in+esp8266+into+the+board+manager+to+get+support+installed+nothing+shows+up&oq=When+i+go+to+type+in+esp8266+into+the+board+manager+to+get+support+installed+nothing+shows+up&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8

  • @mcpojack
    @mcpojack 5 лет назад +5

    Found that sometimes the sketch will not load with the PIR sensor hooked up. Disconnect power to the PIR and sketch loads fine. Also this sketch runs well on a NodeMCU platform. Having a ball with this, thanks.

  • @HariWiguna
    @HariWiguna 6 лет назад +3

    That's pretty cool Eric! So compact. I love it.

    • @MkmeOrg
      @MkmeOrg  6 лет назад

      Thanks Hari. I love simple projects that work way better than expected :)

  • @neoandreibulalaque1593
    @neoandreibulalaque1593 5 лет назад +4

    i have problems on connecting the esp8266 to the ifttt
    could you make a full video on how did you code the esp8266

  • @johnski3575
    @johnski3575 4 года назад +2

    Great Video Erik!! Would you be able to pair a motion sensor to a horn siren which is controlled by a fob to arm and disarm ? I’d appreciate a few tips ty

  • @Manche-De-Pelle
    @Manche-De-Pelle 7 месяцев назад

    I bought 2 arduino based ESP32 with integrated Wemos wifi & bluetooth ... Can I use one of those with that code ???

  • @hrobin.1986
    @hrobin.1986 Год назад

    Can I turn my Swann gate sensor into a motion sensor I accidentally bought the wrong one from eBay? Or is it possible to do a diy sensor that will make contact with the Swann receiver?

  • @Adam-vp5lc
    @Adam-vp5lc 5 лет назад +1

    Do you have the PIR in high or low mode? I can only tell you soldered it, but not the setting.

  • @wayneg8809
    @wayneg8809 4 года назад +2

    Can anyone help me please? I followed the instructions and everything, got ifttt working well, but it just keeps on sending the notification, even if i disconnected the PIR sensor, it still keeps on sending. I'm guessing the PIR sensor isn't really connected, and the Wemos board is just looping sending notifications on its own. Help me please!

    • @richy76
      @richy76 4 года назад

      Alpha Zed mine is doing this too. Did you find a fix?

  • @Manche-De-Pelle
    @Manche-De-Pelle 7 месяцев назад

    Also, have you thought of using a ultrasonic component instead of the pir one ?
    I would try to do it with one while waiting the pir components (I don't have any in hands)

  • @cghizzoni
    @cghizzoni 4 года назад +1

    Can I use my phone to turn the sensor on and off?

  • @amrendrapratapsingh2488
    @amrendrapratapsingh2488 5 лет назад +1

    hi actually i want this device known as wemos d1 mini wifi esp 8285 module does esp 8266 also gonna work the same when coding is done ????????? bcz esp 8285 is not available on many sites here in india neither on amazon

  • @cocolemon_gaming
    @cocolemon_gaming 4 года назад +1

    Can I use other services rather than webhooks

  • @wackychimp
    @wackychimp 6 лет назад +2

    Very cool project! How is it powered? Just a USB wall charger or something else?

    • @MkmeOrg
      @MkmeOrg  6 лет назад

      Yep any old USB phone/wall charger. The power draw is so low any of them will handle it.

    • @alanstein9608
      @alanstein9608 6 лет назад +1

      MKme Lab what is the actual power draw? I’m wondering how long these would run on some lipstick usb charger batteries I have lying around?

    • @MkmeOrg
      @MkmeOrg  6 лет назад +1

      I havent measured as it didnt matter running on an adapter. If you want to battery power I would suggest modding the code to use the deep sleep function and interrupt. Then you pretty much only have the sensor powered up.

  • @ninjanuggetsbrozhaf441
    @ninjanuggetsbrozhaf441 5 лет назад +5

    Where can I find the API key plz help

  • @wanikmal123
    @wanikmal123 2 года назад

    do you have any idea for a thief that try to jump over a gate and some kind of alarm with it....its for my final year project ..i hope u can help me with it

  • @bgable7707
    @bgable7707 4 года назад +2

    Eric, great job. AND, might that vise/clamp be a DIY 3D print job? Might you have the file for it or a video on the build. Looks sweet!!!

    • @MkmeOrg
      @MkmeOrg  4 года назад

      Replied to your email with links. Its in my recommended tools list on Amazon linked in every video.

  • @jonny1218
    @jonny1218 3 года назад

    is there a way to adapt this in order to use an existing PIR motion detector instead of the Arduino motion detector ?

  • @andreidalida6284
    @andreidalida6284 Год назад

    Can this be applied on an ultrasonic sensor instead?

  • @merc3968
    @merc3968 4 года назад +1

    do you have to plug it in if so what didi you plug it into

    • @MkmeOrg
      @MkmeOrg  4 года назад

      A USB charger

  • @stevonithewarrior5035
    @stevonithewarrior5035 2 года назад

    So quick question. If we have female to female wires, we don’t have to use clipper or solders to attach wires to the wemos board or PIR Sensor??

  • @peterthinks
    @peterthinks 5 лет назад +1

    Well I set it up loaded it to the board and it doesn't send me texts. The serial monitor shows the board sending something. I can hot spot it to my phone and I can see it connects when powered but it isn't sending. Any ideas? I assume it is connecting to wifi I used the phone hotspot because it lists connected devices.

    • @peterthinks
      @peterthinks 5 лет назад

      It was the baud rate by the way. Tried different speeds till the gibberish turned into text.

  • @cri8tor
    @cri8tor 5 лет назад +1

    How would you add an ESP8266 to the remote receiver of a Harbor Freight Wireless Security Alert System? The system is a PIR with a transmitter and a separate receiver powered by a 6V power supply or 3 C sized batteries.
    Cheers

    • @stevedublin6592
      @stevedublin6592 5 лет назад +1

      started researching today to do exactly the same thing with a similar driveway sensor. I'm hoping to trigger off the output to the bell in the receiver I am a complete novice but fingers crossed

    • @cri8tor
      @cri8tor 5 лет назад

      If you figure out how to build it, let me know.
      Thank you

    • @stevedublin6592
      @stevedublin6592 5 лет назад +1

      I managed to get this working with my driveway sensor - I’m in Ireland so different brand than yours - 1byone - but they look very similar.
      I cut the two battery wires in the receiver and soldered red to 5v and black to Gnd on Wemos - you can then power the receiver off the Wemos and use the battery compartment of the receiver to store the Wemos - I drilled a hole in the battery cover to pass the micro usb lead thru. Check out the hookup smart doorbell vid on this!
      I used pin d8 as the input pin (I had trouble with others) and wired it to the positive leg of one of the LEDs - I checked the voltage on the led and it was 2.7 volts.
      Then the code here worked a treat!!thanks!!

    • @cri8tor
      @cri8tor 5 лет назад

      @@stevedublin6592 That is awesome! Thank you for sharing. Please consider making a short tutorial. It would be great to see your work. Cheers

    • @stevedublin6592
      @stevedublin6592 5 лет назад

      cri8tor I uploaded a short video for you - hope it helps with your project

  • @anirudhsubramanian7302
    @anirudhsubramanian7302 4 года назад +1

    Can you please help I am not understanding how you got to 4:46.

  • @scottmartindale1758
    @scottmartindale1758 5 лет назад +1

    Great Video. Is there a way to send the alarm once and stop until reset? Thanks.

    • @MkmeOrg
      @MkmeOrg  5 лет назад

      Sure just mod the code slightly to trigger once then X reset condition

    • @scottmartindale1758
      @scottmartindale1758 5 лет назад

      @@MkmeOrg How can I do this I'm still a newbie.

    • @richy76
      @richy76 4 года назад

      Scott Martindale did you find a fix?

  • @TomBVoxman
    @TomBVoxman 4 года назад

    Great video, thanks. Do you sell these? Also, I'd love an outdoor alarm that triggers a custom audio response. Does that exist?

  • @CrypTicEndless
    @CrypTicEndless 4 года назад +1

    Can someone help me? For some reason, it just sends me a notification every 20 seconds or so. I tried switching the port from D4 to D3, D2, and D1. It does the same thing. I made sure to change the code accordingly. I tried using new wemos board and new PIR sensors and it does the same thing.

    • @stevedublin6592
      @stevedublin6592 4 года назад +1

      Anthony Vidovic I had similar problem - moved to D8 which solved my issue

  • @diegobermea868
    @diegobermea868 4 года назад +1

    I don’t see the Wemos put motion email applet on my ifttt help plz

  • @kamilz.2044
    @kamilz.2044 4 года назад +1

    Hej, Jak dodać API ? Nie mogę go stworzyć :( HELP

  • @areebabdullah5001
    @areebabdullah5001 5 лет назад +1

    But it uses same WiFi connection on both device which means you have to be inside home to get notified.... Am I right!

    • @MkmeOrg
      @MkmeOrg  5 лет назад +1

      Nope

    • @areebabdullah5001
      @areebabdullah5001 5 лет назад

      @@MkmeOrg okay bro thanks... If it works that way then it's amazing...thank you...

  • @azwarfareedhasni3413
    @azwarfareedhasni3413 5 лет назад +1

    Can you please use pushbullet instead of ifttt? if yes then please guide me

  • @evanbreeze2905
    @evanbreeze2905 6 лет назад +7

    Can you please show the steps on IFTTT in detail?

    • @peterthinks
      @peterthinks 5 лет назад +6

      Go to
      ifttt.com/my_applets
      After making an account of course...
      Select "New Applet"
      Click on the word "This" in "If This then That"
      Search "Webhooks"
      Click "Receive web request"
      Name it
      Click "Create Trigger"
      Click on the "That" In "If (webhook symbol) then That"
      Search "Gmail"
      Select Gmail
      Now pick "Create draft"
      This is the form you are looking for
      Fill it out and hit "Create Action" at the bottom
      Not really user friendly or intuitive. I think I have the software working. I do get texts on my phone from emails sent from this. Currently waiting on parts.
      Good luck with your build!

    • @shaputer
      @shaputer 5 лет назад

      @@peterthinks Where does the api key come from and the url for the Arduino sketch "Ifttt" section in this example.

    • @ninjanuggetsbrozhaf441
      @ninjanuggetsbrozhaf441 5 лет назад

      @@peterthinks thank you

  • @Terrastomper
    @Terrastomper 5 лет назад +1

    What is the range on these things? Are we talking feet or inches?

    • @MkmeOrg
      @MkmeOrg  5 лет назад

      If you are talking about the sensor- it is the same one inside most yard lights. 60ft +

  • @diegobermea868
    @diegobermea868 4 года назад +1

    How do you get the API key?????

  • @dishatamore9552
    @dishatamore9552 3 года назад +1

    which programming language is used

  • @ashleyjun7337
    @ashleyjun7337 4 года назад +1

    Can someone help explain more indepth of the steps once the information is uploaded onto the Wemos D1 Mini? I am stuck on how to set up IFFT, applets, and text messages. This is a part of my senior project and I have to repeat these steps and create 24 of these devices and I would really love some help.

    • @radiofreq7868
      @radiofreq7868 4 года назад

      I'm stuck on that part also.

    • @radiofreq7868
      @radiofreq7868 4 года назад

      Ashley Jun did you get it figured out. I finally got mine working.

    • @tannermesaric8303
      @tannermesaric8303 4 года назад

      @@radiofreq7868 Anyway you could help me? I'm stuck on the same stuff xD

    • @normalguy8780
      @normalguy8780 3 года назад

      @@tannermesaric8303 Go to
      ifttt.com/my_applets
      After making an account of course...
      Select "New Applet"
      Click on the word "This" in "If This then That"
      Search "Webhooks"
      Click "Receive web request"
      Name it
      Click "Create Trigger"
      Click on the "That" In "If (webhook symbol) then That"
      Search "Gmail"
      Select Gmail
      Now pick "Create draft"
      This is the form you are looking for
      Fill it out and hit "Create Action" at the bottom
      Not really user friendly or intuitive. I think I have the software working. I do get texts on my phone from emails sent from this. Currently waiting on parts.
      Good luck with your build!

    • @normalguy8780
      @normalguy8780 3 года назад

      then go ifttt.com/maker_webhooks, then to settings, and you API key should be there (last part of the URL)

  • @Devilgaming-lp6oe
    @Devilgaming-lp6oe 4 года назад +1

    What is the max. Range

  • @ofybc5560
    @ofybc5560 4 года назад +1

    i didnt get any key and i couldnt find on webhooks

  • @TheKSpud
    @TheKSpud 5 лет назад +1

    I used the code provided. Why does it send the "Alarm Detected" every 20 seconds? It does this even with the PIR disconnected. Any ideas? Thanx

    • @MkmeOrg
      @MkmeOrg  5 лет назад

      What does the serial com spit out exactly

    • @TheKSpud
      @TheKSpud 5 лет назад

      @@MkmeOrg
      Alarm detected!
      motion 1
      smoke 1
      Connect to: maker.ifttt.com
      Requesting URL: /trigger/motion/with/key/dUdzrRm9e57Idff-SY-
      Respond:
      closing connection

    • @MkmeOrg
      @MkmeOrg  5 лет назад

      D4 is high. Motion 1 tells you this in serial. Either it is floating high and you need to have the sensor attached or you have an issue with the board. In second case move the pin and code to another if its damaged. Tie it low to find out easy and see whats up

    • @TheKSpud
      @TheKSpud 5 лет назад

      @@MkmeOrg Thanx for the reply. Dumb question... how do I tie it low? I will change the pins and give that a try. I have tried it on three different boards (all Chinese knock offs from same source). It has been doing the same thing with or with out the sensor connected.

    • @MkmeOrg
      @MkmeOrg  5 лет назад

      It is probably just floating/init high. Hook a resistor from pin to ground to tie it low. You can use a wire too but if the pins are enabling as output for some reason (code not used correctly) its no bueno. You can see in serial that smoke pin is also high- they are probably floating if u have nothing hooked up

  • @Sachinpd96
    @Sachinpd96 2 года назад

    I have an issue , I keep getting notifications every 20-30 sec regardless of pir sensor (if pir sensor is not connected then also)

    • @souvikdey9425
      @souvikdey9425 Год назад

      Hi do you have the code, this code doesn't work for me!!

    • @Sachinpd96
      @Sachinpd96 Год назад

      ​@@souvikdey9425 what's the issue

  • @tobiaskittinger8626
    @tobiaskittinger8626 4 года назад +2

    Hello! Can I stop that every 20 seconds notifications come? Please help me!

    • @richy76
      @richy76 4 года назад

      Tobias Kittinger I’m also having the same problem. Did you fix this issue?

  • @diegobermea868
    @diegobermea868 4 года назад +3

    How do you get to 4:46?? Plz help

    • @anirudhsubramanian7302
      @anirudhsubramanian7302 4 года назад

      Did you get the answer? I also need to know how to get there

    • @normalguy8780
      @normalguy8780 3 года назад

      Go to
      ifttt.com/my_applets
      After making an account of course...
      Select "New Applet"
      Click on the word "This" in "If This then That"
      Search "Webhooks"
      Click "Receive web request"
      Name it
      Click "Create Trigger"
      Click on the "That" In "If (webhook symbol) then That"
      Search "Gmail"
      Select Gmail
      Now pick "Create draft"
      This is the form you are looking for
      Fill it out and hit "Create Action" at the bottom
      Not really user friendly or intuitive. I think I have the software working. I do get texts on my phone from emails sent from this. Currently waiting on parts.
      Good luck with your build!

  • @RJGAMING-zg9wu
    @RJGAMING-zg9wu 5 лет назад +1

    Is there a way to make it send the message via sms instead of using wifi to send the messages

    • @mcpojack
      @mcpojack 5 лет назад

      When making your new applet in IFTTT chose SMS rather that email/Gmail in the "that" phase and it will let you fill in a phone # to sent the SMS to. I got it working great. IFTTT was a bit of a challenge but I worked it out after alot of effort.

  • @RingwayManchester
    @RingwayManchester 6 лет назад +1

    Really cool Eric!

  • @john.65432
    @john.65432 3 года назад

    want about the power supply, can you provide a link to that

    • @MkmeOrg
      @MkmeOrg  3 года назад

      amzn.to/3cGsyKg

    • @john.65432
      @john.65432 3 года назад

      @@MkmeOrg Thanks, what diameter of solder wire do you use in the video?

  • @jaredhammel4587
    @jaredhammel4587 5 лет назад

    How would you rate the effective range of this sensor?

    • @brightgarinson3099
      @brightgarinson3099 4 года назад

      You can adjust the range on the PIR sensor. It's one of the yellow screw nobs on it.

  • @fotiskappas8583
    @fotiskappas8583 4 года назад +1

    How can i install include library????

  • @scottriggle
    @scottriggle 6 лет назад

    Can't get mine to work, all i get is this:
    Arduino: 1.8.5 (Mac OS X), Board: "WeMos D1 R1, 80 MHz, Flash, 4M (1M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
    Archiving built core (caching) in: /var/folders/9p/88yc19gx1dl49bm3tmlmbxzw0000gn/T/arduino_cache_104312/core/core_esp8266_esp8266_d1_CpuFrequency_80,VTable_flash,FlashSize_4M1M,LwIPVariant_v2mss536,Debug_Disabled,DebugLevel_None____,FlashErase_none,UploadSpeed_921600_fc2358f000d81302a42e4bcdfd030528.a
    Sketch uses 262908 bytes (25%) of program storage space. Maximum is 1044464 bytes.
    Global variables use 29296 bytes (35%) of dynamic memory, leaving 52624 bytes for local variables. Maximum is 81920 bytes.
    warning: serialport_set_baudrate: baud rate 921600 may not work
    An error occurred while uploading the sketch
    warning: espcomm_sync failed
    error: espcomm_open failed
    error: espcomm_upload_mem failed

    • @MkmeOrg
      @MkmeOrg  6 лет назад

      It's no com. Check your com port and try swapping out cables. Some are power only with no data wires.

  • @GriceldaAlma
    @GriceldaAlma 4 года назад +1

    Do I have a 3-D printer

  • @souvikdey9425
    @souvikdey9425 Год назад

    I am having issue with the coding, can someone please help me with it??

  • @brumby8491
    @brumby8491 4 года назад +1

    Can it run on a battery ?

    • @MkmeOrg
      @MkmeOrg  4 года назад

      Sure

    • @brumby8491
      @brumby8491 4 года назад

      @@MkmeOrg Great ! I will put it in my mailbox .

  • @ArduinoExperiment
    @ArduinoExperiment 5 лет назад +1

    Wow !!😯😍!!
    That's really amazing project..
    I love this project.. 😌❤❤❤❤❤❤
    Really awesome.. ❤❤

  • @caine398
    @caine398 5 лет назад +1

    how do you get to the form at 4:48?

  • @shannonbreaux8442
    @shannonbreaux8442 4 года назад

    Is this possible to make talk to "smart life" app?

  • @davebeckham5429
    @davebeckham5429 6 лет назад +1

    Great video Eric. - Thanks.

  • @doughy67
    @doughy67 6 лет назад

    thanks eric, going to make this one :)

  • @TheTinkerDad
    @TheTinkerDad 6 лет назад +3

    Hah! I just released a very similar video yesterday! :) I was wondering how I'll solve the message sending part - I had something like sending emails via AWS in mind, but now I gotta check out IFTTT too. :)

    • @MkmeOrg
      @MkmeOrg  6 лет назад +3

      Definitely. Their service has been around longer than most and works reliably so good bet they will stay around for years. I like dependability :) Free is great too

    • @webcompanion
      @webcompanion 6 лет назад +1

      Yeah IFTTT is so simple to setup and use... and FREE like Eric said! I also use IFTTT on a daily basis for years now. Great vid Eric!

    • @stupossibleify
      @stupossibleify 6 лет назад

      John W How did you get your IFTTT key?

  • @nazranzafran3807
    @nazranzafran3807 4 года назад

    Can i use nodemcu esp8266

  • @ahchv
    @ahchv 3 года назад

    Could I just buy one from you??

    • @MkmeOrg
      @MkmeOrg  3 года назад

      Sure store.mkme.org/?product=esp8266-pir-motion-detector-kit

  • @rihardssalmins7973
    @rihardssalmins7973 4 года назад +1

    it keeps false triggering with no movement all the time

    • @MkmeOrg
      @MkmeOrg  4 года назад

      Troubleshoot the sensor

  • @ChrisCDXX
    @ChrisCDXX 3 года назад

    Can you do this with mqtt?

  • @skillradius9867
    @skillradius9867 5 лет назад +1

    can i make with a esp8266 01

  • @chummunsarita8871
    @chummunsarita8871 4 года назад +1

    Hey can you make a motion sensor+ a security camera so you can see who was detected by the motion sensor
    Edit: I'm new here

    • @MkmeOrg
      @MkmeOrg  4 года назад

      With an ESP32 probably but would be easier with a Pi. Google "raspberry pi security camera"

    • @fotiskappas8583
      @fotiskappas8583 4 года назад

      How can I install include library???

  • @caseG80
    @caseG80 5 лет назад +1

    Does anybody want to sale me a few of these I need them for my nana who is 93 for when she gets up thur the night. Thanks let me know and we can work something out. Going to do some more research on this stuff maybe try myself but this is something I really need to keep my nana safe and help me get enough sleep so I can care for her. Thanks 🙏🏻

  • @caine398
    @caine398 5 лет назад +1

    good video but i fell as though the ifttt bit on wards was rushed

    • @MkmeOrg
      @MkmeOrg  5 лет назад +1

      That's why there is links and full instruction in it all. Too long for a video to show every little thing in detail

    • @caine398
      @caine398 5 лет назад +1

      @@MkmeOrg ok, but how do you get to the form at 4:48?

    • @caine398
      @caine398 5 лет назад +1

      @@MkmeOrg also i read your write up, it doesn't explain how to get to that form

    • @peterthinks
      @peterthinks 5 лет назад +1

      @@caine398 I am trying to figure that out too.

    • @peterthinks
      @peterthinks 5 лет назад

      @@caine398 Go to
      ifttt.com/my_applets
      After making an account of course...
      Select "New Applet"
      Click on the word "This" in "If This then That"
      Search "Webhooks"
      Click "Receive web request"
      Name it
      Click "Create Trigger"
      Click on the "That" In "If (webhook symbol) then That"
      Search "Gmail"
      Select Gmail
      Now pick "Create draft"
      This is the form you are looking for
      Fill it out and hit "Create Action" at the bottom
      Not really user friendly or intuitive. I think I have the software working. I do get texts on my phone from emails sent from this. Currently waiting on parts.
      Good luck with your build!

  • @ninjanuggetsbrozhaf441
    @ninjanuggetsbrozhaf441 5 лет назад +1

    where can i get the api number

    • @Valerie-xh9ij
      @Valerie-xh9ij 5 лет назад

      bro zhaf1 I was wondering the same thing

  • @chaos2security460
    @chaos2security460 Год назад

    No links?

    • @MkmeOrg
      @MkmeOrg  Год назад

      Like the ones in the description?

  • @krispy._kay
    @krispy._kay 3 года назад

    Can you use a d1 mini pro

    • @MkmeOrg
      @MkmeOrg  3 года назад

      Of course

    • @krispy._kay
      @krispy._kay 3 года назад

      @@MkmeOrg thanks and do you need internet connection or you can use it offline?

  • @squalazzo
    @squalazzo 6 лет назад +1

    everybody doing esp8266 tutorials shoud really stop putting in fixed credentials and move to the WifiManager library to manage runtime setup and additional parameters, without having to recompile or modify ANYTHING in the sketch...
    p.s.: other 2 things that youtubers should avoid are using the esp01 and the dht11... they're BS...

    • @rexxar32
      @rexxar32 6 лет назад +1

      Are you going to make a video on how to use wifimanager?

    • @squalazzo
      @squalazzo 6 лет назад +1

      rexxar there are already many, just Google them...

    • @cri8tor
      @cri8tor 5 лет назад

      Get the feeling you know what you're talking about, so please consider a quick tutorial on the subject. Most people just getting into DIY security know nothing about fixed credentials, WifiManager library, sketch, esp01 and dht11. I plan on researching these subjects, but I assume you could explain the basics in a few minutes.
      Cheers

    • @caseG80
      @caseG80 5 лет назад

      cri8tor definitely I’ve never even heard those words I got here because my nana is 93 and I’m looking for something to alert me when wakes thur out the night. Cheers

  • @docwilson5384
    @docwilson5384 2 года назад

    Amazing ideal...Peace

  • @kristianc3104
    @kristianc3104 4 года назад +1

    Hi there. Nice Video. ifttt problem, anyone help

  • @kolbywallace9914
    @kolbywallace9914 6 лет назад +1

    Can you do drone giveaways

  • @Maidhkshatriyaswarnkarsamaj
    @Maidhkshatriyaswarnkarsamaj 4 года назад +1

    Can you explain in hindi