The code in python for the temperature. I adapted from a Raspberry Pi code.
Ian
Ian Pun
@Ian Pun
0
Reputation
2
Posts
1000
Profile views
0
Followers
0
Following
Best posts made by Ian Pun
This user hasn't posted anything yet.
Latest 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