The code in python for the temperature. I adapted from a Raspberry Pi code.
Ian
Posts made by Ian Pun
-
RE: Driver for 1-Wire sensor bus
-
RE: Driver for 1-Wire sensor bus
Using firmware 0.0.6 b275, the temperature DS18B20 works using a 3.3V connection with a 4.7K pull-up resistor on the Data out line. A DS18B20 PAR (PARASITIC version) also works. I connected it using GPIO 26 and I have an OLED to display the time and temperature using some python code.
Ian