Name of the project l152_ds18b20_multiple Description The project query two DS18B20 Dallas temperature sensors over a 1-wire bus, using their own unique ID's (see here how to get the ID of a sensor). If the sensors are present, the temperatures are shown on the first row of a 2×16 LCD. If not, error messages will … Continue reading DS18B20 multiple temperature sensors (l152)
ds18b20
DS18B20 single temperature sensor (l152)
Name of the project l152_ds18b20_single Description The project query a single DS18B20 Dallas temperature sensor over a 1-wire bus. If the sensor is present, the temperature and it's ID will be shown on a 2x16 LCD. If not, error messages will be displayed on the second row of the LCD. Code snippet (initial code, project … Continue reading DS18B20 single temperature sensor (l152)