Arduino - LASER Tripwire Alarm
0:27
5 жыл бұрын
Easy Arduino Parking radar sensor
2:01
Пікірлер
@Israeliyanuoluwaadebisi
@Israeliyanuoluwaadebisi 16 күн бұрын
Hello, pls i need an alarm that can set up to 5 alarms
@idrisas-salam1281
@idrisas-salam1281 19 күн бұрын
Can the sensor be attached to other body areas such as the wrist?
@SurtrTech
@SurtrTech 19 күн бұрын
Hello, you can try to place it and hold it with a band, then compare the two readings. You can use DFRobot SEN0203 module, it's more adapted for this.
@HorkinHorken
@HorkinHorken Ай бұрын
انت متعلم انجليزي بمدارس حكومة .
@justarand00mdood123
@justarand00mdood123 Ай бұрын
thank you so much but see you nvr hehe srry xx
@celestedelarosa6237
@celestedelarosa6237 2 ай бұрын
Como conectas el digital?
@toilaquang5454
@toilaquang5454 2 ай бұрын
Thanks for your helpful video, Other videos and libraries are too complicated for me
@dvtdiara7114
@dvtdiara7114 2 ай бұрын
can i get the file library?
@SurtrTech
@SurtrTech 2 ай бұрын
drive.google.com/file/d/13t90wROPHBRyZHQy7vMvZV_HSpU-jWUN/view
@WalterJohnson-b2f
@WalterJohnson-b2f 3 ай бұрын
Thompson Nancy Johnson Robert Walker Kenneth
@stemoleum
@stemoleum 4 ай бұрын
How did you make it? Any links to parts used? Thanks
@MasoomVideos
@MasoomVideos 5 ай бұрын
It's heart rate or pulse rate??
@أدهمقيسقاسمهادي
@أدهمقيسقاسمهادي 5 ай бұрын
ااكود
@Thanusha-c3q
@Thanusha-c3q 5 ай бұрын
Audio not clear
@SueTruBliss
@SueTruBliss 5 ай бұрын
the third pin in the middle of two pins on the laser module is the (5v) pin. without plugging in the 5v pin the laser diode doesn't have power and won't function properly
@hardcoded6325
@hardcoded6325 6 ай бұрын
Salvou muito irmão
@mj2068
@mj2068 6 ай бұрын
thanks for this very helpful video. is it possible to use this as a generic controller for games?
@henryleonardocamposgarcia1040
@henryleonardocamposgarcia1040 6 ай бұрын
Maybe I'm late to this butif you want to turn off the buzzer you must digitalWrite your pin to HIGH, because is a low level trigger module
@-copyknight-2471
@-copyknight-2471 6 ай бұрын
code?
@a330turbinex7
@a330turbinex7 6 ай бұрын
Please, pay attention ti the header pins that are soldered in the board. Some of them are metalic-magnetic and will produce "noise" to the sensor. Use a magnet to check ig the pins provided are metalic. Use copper wire instead.
@qsdrfghgujfddyffguff
@qsdrfghgujfddyffguff 7 ай бұрын
TOTALLY TIME WASTE FOLLOW MCUFRIEND
@lisamarie21687
@lisamarie21687 7 ай бұрын
Please is there an ultrasonic sensor that works underwater and measure distances ?
@sofianetidjani
@sofianetidjani 7 ай бұрын
Hello there, Mr Yassine , you are doing a good presentation , thank you so much. I want to be good PLC and autmation mates. Allah yberek Fik. Tidjani Mohammed - control system engineer.
@captain-od1me
@captain-od1me 7 ай бұрын
Code does not work so who ever keeps trying just call it they keep these videos up to keep you coming back to try and figure it out but does not work
@justarand00mdood123
@justarand00mdood123 7 ай бұрын
Quick question, the module for the heart rate sensor i am using has 8 pins (4 on each side) but yours has 4 (4 one one side and the other side nothing), thus i cannot connect it properly (straight). Is there anything u suggest or am i using the wrong module?
@istel26
@istel26 7 ай бұрын
Does it also work on SIM800L V2 and DHT22?
@maxxima-wb7yk
@maxxima-wb7yk 8 ай бұрын
How to make this one without using breadboard, please someone help
@gjagadish8826
@gjagadish8826 8 ай бұрын
Please put the code that you uploaded
@gfutsdesign
@gfutsdesign 8 ай бұрын
Hello! how do i make 10 images in the slideshow
@славакалинин-д2ч
@славакалинин-д2ч 8 ай бұрын
в место значений пишет nan,что делать?
@md.shimanto4542
@md.shimanto4542 9 ай бұрын
Hi I am using a MG995 servo and I want it to rotate from 0 degree to 90 degrees and then come back to 0 degree through the same way .... what should my code look like?
@TooSlowTube
@TooSlowTube 6 ай бұрын
Try a for loop with a delay, sending a pulse that increases in length from (I'm guessing) about 100ms to 200ms. Then copy that and paste it below, but reverse the direction, e.g for(int p= 100; p < 200; p++) { servo.pulse(p); delay(25); } for(int p= 200; p >= 100 ; p--) servo.pulse(p); delay(25); } You may need different numbers for the delay time, centre point and shortest and longest pulses, and substitute your own version of servo.pulse() for the library you're using.
@TooSlowTube
@TooSlowTube 6 ай бұрын
If you have the 360 degrees continuous rotation version, you'd have to send a pulse with the length needed to set the speed for e.g. clockwise rotation, wait a while, then send a pulse that sets the speed for the opposite rotation, wait a while, then send the pulse length that corresponds to stop. I don't know if there's a way to set it to a particular position, with a continuous rotation servo, other than by eye. Maybe add a 10k pot so you can feed in the pulse length in real time, to set it manually.
@mouadboujdi8503
@mouadboujdi8503 9 ай бұрын
Thank you for your
@anthonyclark2873
@anthonyclark2873 9 ай бұрын
US Units are usually in Millibars (mb), or Inches of Mercury (InHg).
@mariuspetcu7482
@mariuspetcu7482 10 ай бұрын
Hello mate , I was tray to follow your example but NO matter what I have don I can't get rid of this error : /// sketch_mar06a:22:8: error: 'DS3231 clock' redeclared as different kind of symbol DS3231 clock; /// Any idea why ? ... what could be wrong and where ? Many Thanks in Advance ...
@MohitKumar-p9z2n
@MohitKumar-p9z2n 10 ай бұрын
hello surtrtech, can we get the heartrate, spo2 and temperature in a single program?
@amlsaid8314
@amlsaid8314 10 ай бұрын
can i use the same code for r MAX30100 sensor?!
@mettahconradbameh5837
@mettahconradbameh5837 10 ай бұрын
Hello Sir... I wonder why mine isn't working! I did the same thing but the RFID Reader isn't scanning and the LCD is not displaying anything
@kryptography8397
@kryptography8397 10 ай бұрын
Fun fact..qmc vs hmm = Honeywell production sold to another company. Same chip design. The breakout board likely uses cheap components but as i have one its just as good as the hmc
@maxsword2397
@maxsword2397 11 ай бұрын
modul G Y -271 chip L883 SCAN = 0X1E
@jonathanferdian7294
@jonathanferdian7294 11 ай бұрын
kapan pasang buzzernya?
@jeffbluejets2626
@jeffbluejets2626 11 ай бұрын
Volume is no good.......
@martinaquino7905
@martinaquino7905 11 ай бұрын
Do you have step by step toturial with this pls?
@SurtrTech
@SurtrTech 11 ай бұрын
kzbin.info/www/bejne/iaTJe6aan8uUp6c
@markm.p346
@markm.p346 11 ай бұрын
Thanks for the tutorial. I keep getting 'unable to read data from device' error after following all the details. I am running my apps on a virtual machine, using an s7-1200 PLC. Could this be the problem?
@omenechris4698
@omenechris4698 Жыл бұрын
The Best!
@sudhindrasukumar2605
@sudhindrasukumar2605 Жыл бұрын
Very nice one and educative
@harshkhullar6228
@harshkhullar6228 Жыл бұрын
hey! i am taking help from ur video for my project so can u tell me which libraries should i download for ds1307 and for pinpad, i2c led and a buzzer?? hope u will reply soon!! thank you
@esraparlak8065
@esraparlak8065 Жыл бұрын
Hello! Can we use pulse sensör and lcd with Arduino Lilypad? Can you write the name of hardwares. Thank you.
@USIMAZIGHENA.M.C.A.C
@USIMAZIGHENA.M.C.A.C Жыл бұрын
منين لبلاد اياسمون، باينة عليك مغربي
@Fatimakhaw
@Fatimakhaw Жыл бұрын
Is pulse sensor on tinkercard??
@Fahimhossain81
@Fahimhossain81 Жыл бұрын
😢Hello! Where the code of spO2?
@mrbasic268
@mrbasic268 Жыл бұрын
When I aw this video I don't understand anything.🤣🤣🤣
@mrbasic268
@mrbasic268 Жыл бұрын
correction "saw"
@walterhynson2898
@walterhynson2898 Жыл бұрын
thank you very great video and instructions