Raspberry Pi DS18B20 Sensor

  Рет қаралды 21,938

Izzy Analytics

Izzy Analytics

Күн бұрын

Пікірлер: 47
@user-cj9tn4sl7j
@user-cj9tn4sl7j 5 ай бұрын
Dude youre not part of Marvels or DC Comics but just know this, YOU ARE A SUPER HERO
@sodapop.cigarettes91
@sodapop.cigarettes91 2 жыл бұрын
Explanation was straight to the point.Thanks for the useful tutorial! Sensor works :)
@dphair3805
@dphair3805 8 ай бұрын
Once I changed Thonny from micropython to python3 everything worked like you said. Thanks for the code and explanation.
@raysrcsandtech
@raysrcsandtech 3 жыл бұрын
The only tutorial that worked and was explained correctly :)
@izzyanalytics4145
@izzyanalytics4145 3 жыл бұрын
glad to hear!
@subukai
@subukai 4 жыл бұрын
I already have a Raspbery Pi near the attic from another project (Piaware SDR) and wanted to add another project to it. I was curious to compare attic temperature vs outside. Thanks for producing the straight forward tutorial. It was easy follow.
@izzyanalytics4145
@izzyanalytics4145 4 жыл бұрын
Glad it was helpful.
@yugendravenkatadurgamruthk7797
@yugendravenkatadurgamruthk7797 3 жыл бұрын
Everything worked like a charm. Thanks for a wonderful Video .
@izzyanalytics4145
@izzyanalytics4145 3 жыл бұрын
Great to hear!
@Amine-gz7gq
@Amine-gz7gq 8 ай бұрын
Thanks from Tunisia
@espukiberdy
@espukiberdy Жыл бұрын
Wow thank you so much, fast and understandable
@sokoloft3
@sokoloft3 3 жыл бұрын
This would be great to monitor my well house temperature.
@charleslandis8313
@charleslandis8313 3 жыл бұрын
Thanks! Great info! Have mine up and running. Thanks!
@izzyanalytics4145
@izzyanalytics4145 3 жыл бұрын
Glad it helped!
@matthewbalbis1629
@matthewbalbis1629 2 жыл бұрын
hello what can i do, because whenever i typed cd /sys/bus/w1/devices (enter) then ls the value showed is 00-200000000000? pls help me
@crashhhhhhh3068
@crashhhhhhh3068 Жыл бұрын
I have the same problem, and when I type in those numbers in the next step it says no such file or directory. Did you find a solution to this problem?
@crabsodyinblue
@crabsodyinblue 4 жыл бұрын
thanks, fab info.
@ObsesiontecnologicaBlogspot
@ObsesiontecnologicaBlogspot 3 жыл бұрын
thanks a lot. It's work perfectly.
@izzyanalytics4145
@izzyanalytics4145 3 жыл бұрын
You're welcome!
@Yaswanth_Rayana
@Yaswanth_Rayana 2 жыл бұрын
Hello Izzy, the sensor which I am using is not getting registered on the PI. everytime there is a different device name in the "/sys/bus/w1/devices"
@robertreimann1846
@robertreimann1846 Жыл бұрын
There was no explanation for the resistor.
@danielrdugan
@danielrdugan 4 жыл бұрын
Great video man!
@izzyanalytics4145
@izzyanalytics4145 4 жыл бұрын
Thanks!
@AcvaristulLenes
@AcvaristulLenes Жыл бұрын
Can you connect it to rpi without extension board?
@osmankhalid2005
@osmankhalid2005 3 жыл бұрын
I want to collect temperature and switch off a relay on certain temperature limit. What should be next steps.
@pubanz8
@pubanz8 2 жыл бұрын
Hi, thank you for the video. I would be interested in connecting upto 50 devices in a chain. Is that possible? Will there be congestion on the bus? The conversion time is ~90 ms (upto ~800 ms depending on the bit resolution). Does it mean the cycle time for the whole bus would be 50 times 90ms? Or is there a way to send some kind of strobe / sync signal, so that they would all start their measurement at the same time and than read them out sequentially? Thank you.
@bonefletch2010
@bonefletch2010 2 жыл бұрын
Can I ask a tutorial on how to incorporate it to Spreadsheet then to SMS for a threshold alert?
@netsfear4227
@netsfear4227 4 жыл бұрын
hi there, does its need to be a 4.7ohm resistor or could I use a 10k one instead? (Great video)
@izzyanalytics4145
@izzyanalytics4145 4 жыл бұрын
10k should work
@bonefletch2010
@bonefletch2010 2 жыл бұрын
How can I send notifications to my SMS if the temperature surpasses the threshold? Can you help me sir? :(
@sfrooze
@sfrooze 3 жыл бұрын
Hello, good video, what if i want to connect two sensors for two diferent ambients, is it possible?
@synonymiumone1003
@synonymiumone1003 3 жыл бұрын
I am sending a weatherballon into the statosphere and want to use two sensors to measure the temperature inside and outside of the payload-box :D i just tried soldering the necessary wires and resistors and since it was my first time soldering at all it turned out to be a complete abomination xD But hey, as long as it works
@izzyanalytics4145
@izzyanalytics4145 3 жыл бұрын
How it turn out?
@Jamesb1735
@Jamesb1735 3 жыл бұрын
can this be done with 13 temp sensors?
@izzudinihsanm.2445
@izzudinihsanm.2445 2 жыл бұрын
i can't find w1_slave :(
@guilhermefranco2386
@guilhermefranco2386 4 жыл бұрын
Hello, First of all I would like to thank you for the video, it was a great help for my college work. How would I be able to export all temperature readings to a log file, instantly? It could be .csv or .txt. Would you have a code like that?
@izzyanalytics4145
@izzyanalytics4145 4 жыл бұрын
kzbin.info/www/bejne/bYuseI1pbcaBh6c
@izzyanalytics4145
@izzyanalytics4145 4 жыл бұрын
Let me know if this is what you're looking for. If not, there are many ways to do this; I can probably put together a few other examples of needed.
@guilhermefranco2386
@guilhermefranco2386 4 жыл бұрын
@@izzyanalytics4145 Yes, that's what I'm looking for, but in the video you capture the internal readings of the raspberry, right? I look for how to insert the DS18b20 temperature readings into the open file. thank you for your attention
@izzyanalytics4145
@izzyanalytics4145 4 жыл бұрын
It's been a while since I've looked at this, but I believe I did something like that here: github.com/israel-dryer/Raspberry-Pi-Sensors/blob/master/ds18b20_logger.py
@izzyanalytics4145
@izzyanalytics4145 4 жыл бұрын
I'm using f-string formatting, so you'll need to have python 3.6+. Otherwise, all you'd need to do is change the f-string formatting to the `format()` method.
@karejonsson8264
@karejonsson8264 3 жыл бұрын
Is this done with Raspberry 3? Will 3B+ work this way?
@izzyanalytics4145
@izzyanalytics4145 3 жыл бұрын
I used the 3b. Should work fine on the b+
A Simple Guide to Get the DS18B20 Running on Your Pi
9:59
Maker Jake
Рет қаралды 20 М.
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 21 МЛН
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 7 МЛН
Automation Rules | Odoo Subscriptions
4:59
Odoo
Рет қаралды 8
Raspberry Pi DS18B20 Temperature Sensor Tutorial
13:46
Circuit Basics
Рет қаралды 368 М.
Raspberry Pi DHT11 DHT22 Temperature and Humidity Sensor
4:02
TheGeekPub
Рет қаралды 124 М.
Raspberry Pi Temperature Sensor: Build a DS18B20 Circuit
8:32
Pi My Life Up
Рет қаралды 38 М.
Easy Modbus Using A Raspberry Pi
16:08
The Intrigued Engineer
Рет қаралды 47 М.
Raspberry Pi Weather Station
21:42
ExplainingComputers
Рет қаралды 293 М.
Raspberry Pi Analog Water Sensors ADC Tutorial
19:24
rdagger68
Рет қаралды 107 М.