Files
xod/docs/tutorial/27-lcd-data/README.md
2018-01-26 15:34:36 +03:00

811 B
Raw Blame History

title
title
Displaying Sensor Values on LCD

#27. Displaying Sensor Values on LCD

Displaying static data on the screen is boring. We have more important things to see!

Lets display something useful. For this example, lets show the time from the moment Arduino was started in seconds and the reading from the thermometer we learned about earlier.

Patch

The number data type is compatible with the string data type. Sensor values can be transmitted without additional conversions. They will be transmitted with an accuracy of two decimal places.

Test circuit

Circuit

↓ Download as a Fritzing project

Now you have a portable thermometer. Try to connect other sensors to reinforce the skills.

Next lesson →