danjperron / BitBangingDS18B20

Method to access the DS18B20 sensor using Rapsberry Pi GPIO
41 stars 29 forks source link

BitBangingDS18B20

Raspberry Pi 5 & Pi4 4 update works on 64bits using gpiod
You will need to install gpiod
sudo apt-get install gpiod libgpiod-dev libgpiod-doc

Other Pi method

Method to access the DS18B20 sensor using Rapsberry Pi GPIO

Python Add-on

To install
    sudo apt-get install python-dev
    sudo apt-get install python3-dev
    cd python
    sudo python setup.py install
    sudo python3 setup.py install

Example
DS_Array.py     Read 30 sensors in less than one second using Tkinter

Help inside module
python
help('DS18B20')