Skip to content

solanto/ultrasonic-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ultrasonic-scanner

an image of the paper I wrote on this device a picture of my prototype, static a picture of my prototype in action

This uses an Arduino, a cheap ultrasonic sensor, and a servo to make a map of the environment and display it on an 8 by 8 dot grid module. A full paper with background, documentation, and pictures can be found here.

Deploy the project super easily with PlatformIO. Alternatively, to use the Arduino IDE: open the library manager and download the Servo, Ultrasonic, and MD_MAX72XX libraries, then copy in src/main.cpp.

This was my final project for JHU's EN.560.112 Electromagnetism & Sensors Lab course in Spring 2021.