An open API service indexing awesome lists of open source software.

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

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

![Fritzing](images/fritzing.png)

![Proteus](images/proteus.jpg)

# 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.