- 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
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Qt 5 and OpenCV 4 Computer Vision Projects
- Visual C++程序設計教程
- UML和模式應用(原書第3版)
- Instant Apache Stanbol
- Boost C++ Application Development Cookbook(Second Edition)
- C語言程序設計基礎與實驗指導
- Raspberry Pi for Secret Agents(Third Edition)
- React.js Essentials
- Getting Started with Nano Server
- Illustrator CS6設計與應用任務教程
- Fastdata Processing with Spark
- Python機器學習開發實戰
- Java Web開發教程:基于Struts2+Hibernate+Spring
- Java程序設計(項目教學版)