- Arduino by Example
- Adith Jagadish Boloor
- 125字
- 2021-07-16 20:06:33
Chapter 2. Digital Ruler
You've made it to chapter 2! Congrats! From now on things are going to get a bit complicated as we try to make the most of the powerful capabilities of the Arduino micro controller. In this chapter we are going to learn how to use a sensor and an LCD board to create a digital LCD ruler.
Put simply, we will use the ultrasound sensor to gauge the distance between the sensor and an object. We will use the Arduino and some math to convert the distance into meaningful data (cm, inches) and finally display this on the LCD.
- Prerequisites
- Using an ultrasound sensor
- Hooking up an LCD to the Arduino
- Displaying the sensor data on the LCD
- Summary
推薦閱讀
- Practical Data Analysis Cookbook
- 看透JavaScript:原理、方法與實踐
- Unreal Engine 4 Shaders and Effects Cookbook
- Android Wear Projects
- Java網絡編程實戰
- INSTANT Adobe Edge Inspect Starter
- ArcGIS for Desktop Cookbook
- Kubernetes進階實戰
- Distributed Computing in Java 9
- Linux Networking Cookbook
- HTML5+jQuery Mobile移動應用開發
- The Python Apprentice
- 編程改變生活:用PySide6/PyQt6創建GUI程序(進階篇·微課視頻版)
- 小學生C++編程課堂(新手篇)
- 實戰圖解MACD波段交易技術