https://github.com/ynsrc/arduino-sd-sensor-logger
SD Sensor Logger - Arduino Project
https://github.com/ynsrc/arduino-sd-sensor-logger
arduino arduino-library arduino-project electrical-engineering electronics electronics-engineering final-project
Last synced: 4 months ago
JSON representation
SD Sensor Logger - Arduino Project
- Host: GitHub
- URL: https://github.com/ynsrc/arduino-sd-sensor-logger
- Owner: ynsrc
- License: cc-by-4.0
- Created: 2024-05-02T23:26:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:43:19.000Z (almost 2 years ago)
- Last Synced: 2025-09-13T22:24:04.197Z (5 months ago)
- Topics: arduino, arduino-library, arduino-project, electrical-engineering, electronics, electronics-engineering, final-project
- Language: C++
- Homepage:
- Size: 476 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YNSRC - SD Sensor Logger - Arduino Project
# Parts
1. Arduino UNO R3
2. Rotary Encoder
3. DS3231 RTC Module
4. DHT11 Humidiy and Temperature Sensor
5. SD Card Module
6. SD Card
7. 16x2 LCD Display with I2C Interface
# Libraries
1. [DHT Sensor Library](https://github.com/adafruit/DHT-sensor-library)
2. [LiquidCrystal_I2C](https://github.com/marcoschwartz/LiquidCrystal_I2C)
3. [RTClib](https://github.com/adafruit/RTClib)
4. [SD](https://github.com/arduino-libraries/SD)
# Circuit


# License
CC BY 4.0 LEGAL CODE
Attribution 4.0 International
Feel free to use this code in your personal, open-source or even commercial projects. Only attribution needed.