https://github.com/rivques/test-benches
some arduino sketches to test various pieces of equipment
https://github.com/rivques/test-benches
Last synced: 3 months ago
JSON representation
some arduino sketches to test various pieces of equipment
- Host: GitHub
- URL: https://github.com/rivques/test-benches
- Owner: rivques
- License: mit
- Created: 2022-06-06T13:27:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T14:58:40.000Z (over 2 years ago)
- Last Synced: 2025-01-22T06:47:44.511Z (4 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-benches
some arduino sketches to test various pieces of equipmentCan test:
- I2C LCDs (16x2 by default)
- HC-SR04 ultrasonic sensors
- servo motorsNote: When testing servos w/o hc-sr04, servo motion will be jerky because the ultrasonic read will be timing out
## Assembly
attach components according to constants and pin markings
## Usage
The LCD will display its hex address on the first line and the distance reading from the HC-SR04 on the second. The servo will
sweep back and forth a default of once in 4 seconds. Hot-swap any component to test another.