https://github.com/piotrpdev/ldr_tft_servo
Arduino sketch that rotates servo when LDR is exposed to enough light, also displays info on TFT.
https://github.com/piotrpdev/ldr_tft_servo
Last synced: about 1 year ago
JSON representation
Arduino sketch that rotates servo when LDR is exposed to enough light, also displays info on TFT.
- Host: GitHub
- URL: https://github.com/piotrpdev/ldr_tft_servo
- Owner: piotrpdev
- License: mit
- Created: 2024-04-29T17:23:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T14:48:12.000Z (about 2 years ago)
- Last Synced: 2025-03-18T22:40:17.834Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LDR TFT Servo
https://github.com/piotrpdev/furnace_auto_reset/assets/99439005/6d7776c3-94ba-481f-ab1f-77f8868cc247
Arduino sketch that rotates a servo when a light dependent resistor is exposed to enough light, also displays some information on a small TFT display.
## Circuit
### Parts
- Arduino Uno
- SSD1306 TFT display
- SG90 Servo
- GL5516 LDR
- 10 kΩ resistor
### Diagrams
| Breadboard | Schematic |
| ---------- | --------- |
|  |  |
## License
MIT License, see [LICENSE](./LICENSE).
Based on example code from Adafruit, which is under the [BSD license](https://github.com/adafruit/Adafruit_SSD1306/blob/5fa3388757f5a3db2dcf01f888e4b2fa61eebf7e/license.txt).