Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniodrumond/socialanxietyrobot-arduino
Little Arduino project made as a final project for my LIP class at PUC Minas
https://github.com/antoniodrumond/socialanxietyrobot-arduino
Last synced: 11 days ago
JSON representation
Little Arduino project made as a final project for my LIP class at PUC Minas
- Host: GitHub
- URL: https://github.com/antoniodrumond/socialanxietyrobot-arduino
- Owner: AntonioDrumond
- Created: 2024-06-07T23:44:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T00:07:20.000Z (7 months ago)
- Last Synced: 2024-11-07T06:38:53.256Z (2 months ago)
- Language: C++
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project documentation
### Inicial Idea
+ The base idea for this project is a robot with social anxiety, who will scream and eventually pull it's own plug when approached.### Inicial Sketch
+ The first thing I did was plan my board on [TinkerCAD](https://www.tinkercad.com/), and it went something like this:### Code
+ I did some research to learn more about the ultrassonic sensor, and then tested my sketch on TinkerCAD, making the necessary alterations to my code.
+ After making sure the basic concept worked, it was time to get my hands dirty and build my project with my physical arduino kit### Final Product
+ [Project Video](https://youtu.be/Ph2GAeHxKao)
+ Basically the ultrassonic sensor detects when anything gets close, and activates the buzzer.
+ If anything gets past the last threshhold, the servo motor activates and pulls the GND cable, deactivating the whole system.