- 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
推薦閱讀
- Arduino開發實戰指南:LabVIEW卷
- 技術領導力:程序員如何才能帶團隊
- OpenNI Cookbook
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- R語言編程指南
- 編寫高質量代碼:改善C程序代碼的125個建議
- 概率成形編碼調制技術理論及應用
- Oracle JDeveloper 11gR2 Cookbook
- Keras深度學習實戰
- jQuery Mobile移動應用開發實戰(第3版)
- Java Web開發就該這樣學
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- QPanda量子計算編程
- Python人工智能項目實戰
- Mastering Unity 2017 Game Development with C#(Second Edition)