Difference between revisions of "Distance Meter with Big Fonts"
m (Sandeep moved page Distance meter to Distance Meter with Big Fonts) |
|||
Line 22: | Line 22: | ||
| 4|| [https://www.exploreembedded.com/product/LCD%20Breakout%20Board%20for%2016x1%2016x2%2020x4%20128x64 LCD Breakout Board for 16x1 16x2 20x4 128x64]|| <html><img src="https://www.exploreembedded.com/blog/wp-content/uploads/img-collections/lcd-breakout/lcd-breakout.jpg" width = "300"></html> | | 4|| [https://www.exploreembedded.com/product/LCD%20Breakout%20Board%20for%2016x1%2016x2%2020x4%20128x64 LCD Breakout Board for 16x1 16x2 20x4 128x64]|| <html><img src="https://www.exploreembedded.com/blog/wp-content/uploads/img-collections/lcd-breakout/lcd-breakout.jpg" width = "300"></html> | ||
|} | |} | ||
+ | |||
+ | ==Wiring diagram== | ||
+ | [[File:Explore Distance meter.png|x400px|center]] | ||
==Arduino code for Distance Meter== | ==Arduino code for Distance Meter== |
Revision as of 15:34, 19 October 2015
Guru (talk) 10:33, 14 October 2015 (IST)
In this simple tutorial, I will show you how to make a distance meter. It uses a ultrasonic sensor to read distance and display it in custom big fonts on a LCD display. It is powered up by a battery, so that you can take it around for a ride. We also plan to put up a case around it and make a kit. How does that sound?
Contents
Components/Boards Used
You'll require the components below to make it happen. Please consider buying them from the Explore Embedded Store to help us make all the awesome stuff.
1 | Explore One for Arduino | |
2 | Character LCD 16 x 2 - White on Blue | |
3 | HC-SR04 Ultrasonic Sensor Module | |
4 | LCD Breakout Board for 16x1 16x2 20x4 128x64 |
Wiring diagram
Arduino code for Distance Meter
Downloads
References and Credits