
details
The aim of this project is how to log a temperature and humidity data to MySQL.
1. How to install MySQL
- You need to install MySQL on Windows 7. It is required to create data logger.
http://microcontroller-projects.com/mysql-arduino-installation/
2. How to create data logger
parts
- Arduino Mega – This is mandatory as the code is quite large
- Ethernet shield
- SHT15x Temperature/Humidity Sensor
- DS1307 RTC(Real Time Clock)
software
There is a list of additional library.
- DS1307 library
- SHT1x library
- sha1 libary
- mysql library
You can find more detailed information.
Source: http://microcontroller-projects.com/arduino-data-logger-mysql/
The aim of this project is how to log a temperature and humidity data to MySQL.
1. How to install MySQL
- You need to install MySQL on Windows 7. It is required to create data logger.
http://microcontroller-projects.com/mysql-arduino-installation/
2. How to create data logger
parts
- Arduino Mega – This is mandatory as the code is quite large
- Ethernet shield
- SHT15x Temperature/Humidity Sensor
- DS1307 RTC(Real Time Clock)
software
There is a list of additional library.
- DS1307 library
- SHT1x library
- sha1 libary
- mysql library
You can find more detailed information.
Source: http://microcontroller-projects.com/arduino-data-logger-mysql/
COMMENTS