Comments on: Interfacing DS18B20 Temperature sensor with Raspberry Pi https://electrosome.com/ds18b20-sensor-raspberry-pi-python/ You Inspire.....We Create..... Wed, 22 Jan 2020 06:45:14 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: surya https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/9193 Wed, 22 Jan 2020 06:45:14 +0000 https://electrosome.com/?p=10938#comment-9193 pi@raspberrypi:~ $ sudo modprobe w1-therm
pi@raspberrypi:~ $ sudo modprobe w1-gpio
pi@raspberrypi:~ $ cd /sys/bus/w1/devices
pi@raspberrypi:/sys/bus/w1/devices $ ls
pi@raspberrypi:/sys/bus/w1/devices $
I didn’t getting cd address such as cd 28-xxxxxxxxxxxxx please help me…

]]>
By: Jhansy https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6966 Wed, 27 Dec 2017 05:31:00 +0000 https://electrosome.com/?p=10938#comment-6966 plz give me replay fast

]]>
By: Jhansy https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6965 Wed, 27 Dec 2017 05:30:00 +0000 https://electrosome.com/?p=10938#comment-6965 I am getting error with this code( device_folder = glob.glob(base_dir + ’28*’)[0] # find device with address starting from 28*
IndexError: list index out of range)this is the error

]]>
By: Jhnasy https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6964 Wed, 27 Dec 2017 05:28:00 +0000 https://electrosome.com/?p=10938#comment-6964 I am error with this code which is index( device_folder = glob.glob(base_dir + ’28*’)[0] # find device with address starting from 28*
IndexError: list index out of range) this is the error I am getting.

]]>
By: Muhammad Muneeb https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6943 Sat, 25 Nov 2017 07:46:00 +0000 https://electrosome.com/?p=10938#comment-6943 In reply to Prasanth .s.

https://uploads.disquscdn.com/images/f4193951a173334c45bb39c18e82361f9b956deaaa05fdfbae9b457fb5e043e9.jpg I am also facing same problem. can anyone help

]]>
By: aliah https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6941 Wed, 22 Nov 2017 16:25:00 +0000 https://electrosome.com/?p=10938#comment-6941 In reply to Raj Kumar.

i got same error. did you find the solution?

]]>
By: Raj Kumar https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6782 Sat, 20 May 2017 17:46:00 +0000 https://electrosome.com/?p=10938#comment-6782 i am get this error :
modprobe: FATAL: Module w1–gpio not found.

]]>
By: Prasanth .s https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6623 Wed, 25 Jan 2017 10:54:00 +0000 https://electrosome.com/?p=10938#comment-6623 after installing sudo modprobe w1-gpio and sudo modprobe w1-therm i am not able to get a unique address of the sensor ie. cd /sys/bus/w1/devices/28* what can i do?? i am using raspberry pi 3 B v 1.2
i could able to see two address from 20* and followed by 0s and one wl-master directories. pls do help me with this

]]>
By: Ligo George https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6328 Sat, 10 Sep 2016 16:36:00 +0000 https://electrosome.com/?p=10938#comment-6328 In reply to Sathish Kumar.

We are not feeding 5V to Rpi GPIO pins. 5V in the block diagram is output not for providing input.

]]>
By: Sathish Kumar https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments/6308 Mon, 29 Aug 2016 02:39:00 +0000 https://electrosome.com/?p=10938#comment-6308 In reply to Ligo George.

In Block Diagram u used 3.3v ….

I read somewhere that raspberry pi GPIO pins will burn if we directly feed 5v!

]]>