An open API service indexing awesome lists of open source software.

https://github.com/alvii147/distancemeter

Distance measuring device using ultrasonic sensor and ATmega32A
https://github.com/alvii147/distancemeter

atmega32a c

Last synced: 8 days ago
JSON representation

Distance measuring device using ultrasonic sensor and ATmega32A

Awesome Lists containing this project

README

          

# Distance Meter
## Overview
Distance measuring device built using [HC-SR04 Ultrasonic Sensor](https://cdn.sparkfun.com/datasheets/Sensors/Proximity/HCSR04.pdf) and [Atmel ATmega32A microcontroller](http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega32A-DataSheet-Complete-DS40002072A.pdf). Features temperature sensor to account for variability in sound speed and interrupt calls to switch between centimetres and inches.
## Diagram & Images
![Breadboard Setup](Breadboard%20Setup.png)
![img01](img01.jpg)
![img02](img02.jpg)