Line 25: Line 25:
 
==Arduino code for Distance Meter==
 
==Arduino code for Distance Meter==
 
<html>
 
<html>
<script src="https://gist.github.com/raghavendrahassy/187850b35971e23645df.js"></script>
+
<script src="https://gist.github.com/Xplorer001/bb75ae0048212cc6b7b6.js"></script>
 
</html>
 
</html>
 
 
  
 
==Downloads==
 
==Downloads==

Revision as of 09:47, 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 out it and make a kit. How does that sound?


1-1-DSC04314.JPG


Components/Boards Used

You'll require the components below to make it happen. Please consider buying them from the Explore Embedded Store to help 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

Arduino code for Distance Meter

Downloads

References and Credits