Raspberry Pi 4: The Ultimate Ultrasonic Sensor Guide

  Рет қаралды 46,126

RaspBerry Pi Made Easy

RaspBerry Pi Made Easy

Күн бұрын

Пікірлер: 37
@RixtronixLAB
@RixtronixLAB Жыл бұрын
Nice video, thanks :)
@egbuzobijoel581
@egbuzobijoel581 2 жыл бұрын
very nice and simple work
@vomm27
@vomm27 3 жыл бұрын
bro seems you connected pin 2 to negative railway and pin 6 to positive railway can you please confirm
@WalkingBlock
@WalkingBlock Жыл бұрын
great thanks
@Detopie
@Detopie Жыл бұрын
i don’t have a 2kohm resistor, but i have lots of 1KOhm. how would i wire it that way?
@JellyFoxYT
@JellyFoxYT Жыл бұрын
the resistance can stack
@lagtabhamza1676
@lagtabhamza1676 8 ай бұрын
Hi can i ask you please, is there's is a sensor that can present radar sensor ( calculating speed and velocity ) ? if yes tell me and thaak you so much brother
@raspberrypimadeeasy
@raspberrypimadeeasy 7 ай бұрын
Yes, there are radar sensors that can be used with a Raspberry Pi to calculate speed and velocity. Here are a couple of examples: • OmniPreSense OPS243-A Doppler Radar Sensor: This sensor was used in a project to build a “speed trap” that uses machine learning to identify vehicles and a radar sensor to measure speed1. The data was then reported to the cloud1. • HB100 Radar Sensor: This sensor can be wired to a Raspberry Pi to calculate the speed/velocity of an object2. • A111 Pulsed Radar Sensor: This is a single-chip solution for pulsed coherent radar (PCR) and comes complete with antennae and an SPI interface capable of speeds of up to 50MHz3. Applications for PCR include distance-sensing, gesture, motion, and speed detection. Check out this links below wiki.ros.org/Drivers/Tutorials/SpeedMeasurementWithRadarSensorHB100Python www.tomshardware.com/news/raspberry-pi-mobile-speed-trap learn.sparkfun.com/tutorials/getting-started-with-the-a111-pulsed-radar-sensor/all
@lagtabhamza1676
@lagtabhamza1676 7 ай бұрын
@@raspberrypimadeeasy I just want to know if there's sensor's do the same thing, that i can use in proteus simulation
@raspberrypimadeeasy
@raspberrypimadeeasy 7 ай бұрын
You can simulate the ultrasonic sensor in Proteus using the Ultrasonic Sensor Library
@siriustoolshobbies229
@siriustoolshobbies229 2 жыл бұрын
Can i add 2 more sensor in the same raspberry? volts/amps problems?
@JellyFoxYT
@JellyFoxYT Жыл бұрын
I know this is super late but volts are the amount of pressure and won't change unless you either add more power sources change the voltage on the existing one. The sensor needs 5V and the GPIO pins get fried on anything more than 3.3V. Amps shouldn't be a problem either.
@nedsonbeulamw870
@nedsonbeulamw870 2 жыл бұрын
Thank you very much
@mrkeji1002
@mrkeji1002 4 ай бұрын
any idea why echo pin can't reach high?
@bliqtv2043
@bliqtv2043 4 жыл бұрын
What coding software did u use
@raspberrypimadeeasy
@raspberrypimadeeasy 4 жыл бұрын
The Raspberry Pi comes preloaded with Python which you can use to code
@thefishersfisher2378
@thefishersfisher2378 3 жыл бұрын
Terminal or thonny that come preinstalled into the pi
@siddharthgarg6641
@siddharthgarg6641 3 жыл бұрын
@@thefishersfisher2378 idk if you still need it but it's a command line text editor called GNU Nano
@vomm27
@vomm27 3 жыл бұрын
im getting waiting for sensors to settle then no reading any idea bro whatwent wrong
@marck4039
@marck4039 2 жыл бұрын
did you figure it out
@Waja_Dadkarim
@Waja_Dadkarim 2 жыл бұрын
@@marck4039 change TRIG from 16 to 23 and ECHO from 18 to 24 into the code only.
@Waja_Dadkarim
@Waja_Dadkarim 2 жыл бұрын
it needs GPIO value not pin number
@JellyFoxYT
@JellyFoxYT Жыл бұрын
@@Waja_Dadkarim I have it wired to GPIO pins 21 and 20 and in the code, I assigned the right values to the variables. I don't know what the issue is though.
@suomynona7261
@suomynona7261 9 ай бұрын
@@JellyFoxYTdid you figure it out?
@crashhhhhhh3068
@crashhhhhhh3068 2 жыл бұрын
I'm not getting a continuous output. I need to keep pressing Run on the code in order to get a single reading. Anyone knows how to fix this?
@wanderingsaint2659
@wanderingsaint2659 Жыл бұрын
Same here did you find the answer
@crashhhhhhh3068
@crashhhhhhh3068 Жыл бұрын
@@wanderingsaint2659 nope
@sameel9777
@sameel9777 Жыл бұрын
Yes , You can add “while (True):” Then put your code after this sentence then it will run continuously
@leenavin2005
@leenavin2005 Жыл бұрын
Put your code in a for loop or while loop and that should give you a continuous reading. I have noticed that the sensor gets overheated sometimes, hence make sure that you let it rest for some time using sleep.
@Waja_Dadkarim
@Waja_Dadkarim 2 жыл бұрын
working
@FHCRT2
@FHCRT2 7 ай бұрын
not working
@raspberrypimadeeasy
@raspberrypimadeeasy 7 ай бұрын
@FHCRT2 can you provide more details on what's not working ?
@FHCRT2
@FHCRT2 7 ай бұрын
@@raspberrypimadeeasy It does not work
@raspberrypimadeeasy
@raspberrypimadeeasy 7 ай бұрын
@@FHCRT2 if you require more help please provide more detail on what's not working. I won't be able to help you if I don't know what's not working
@FHCRT2
@FHCRT2 7 ай бұрын
@@raspberrypimadeeasy I used the whole code you wrote and it is not working. Also I have a raspberry pi 4 not arduino Uno. And I have a breadboard connected with a transfer of all GPIO pins to the breadboard.
@amroelmughrabi
@amroelmughrabi Жыл бұрын
Did you film with potato?
Raspberry Pi 5: The Ultimate Ultrasonic Sensor Guide
5:01
RaspBerry Pi Made Easy
Рет қаралды 4,9 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
How To Control A Standard Servo With Raspberry Pi
7:40
Core Electronics
Рет қаралды 91 М.
Raspberry Pi GPIO Tutorial: The Basics Explained
8:57
Pi My Life Up
Рет қаралды 338 М.
How to interface ultrasonic sensor with Raspberry Pi
14:26
Kitflix
Рет қаралды 45 М.
Connecting an HC-SR04 Ultrasonic Sensor to a Raspberry Pi
15:48
Lori Pfahler
Рет қаралды 5 М.
I Can Save You Money! - Raspberry Pi Alternatives
15:04
Linus Tech Tips
Рет қаралды 3,6 МЛН
Control Your Raspberry Pi Remotely Using Your Phone | RaspController
8:22
How to Use a PIR Motion Sensor with Raspberry Pi
12:24
Tech With Tim
Рет қаралды 117 М.
Raspberry Pi: The Ultimate Guide to Controlling Stepper Motors
10:16
RaspBerry Pi Made Easy
Рет қаралды 3,7 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН