#ds18b20
Read more stories on Hashnode
Articles with this tag
In the previous post, we examined the GPIO settings. The address for GPIO is 0x400010c00, and the pin is 1024. Is 0x400010c00 indeed PB, and is 1024...
In the previous blog post, we set up the GPIO and CLOCK, connected the hardware, and got everything ready to run. However, when we executed the...
Now, looking at the README, we need to set up the timer. Considering that the onewire communication requires delays to perform different commands, we...
The second device we want to control is a temperature sensor. The product is called Ds18B20, and it only has three wires: data, VCC, and ground. So,...