data logger with MySQL

details

The aim of this project is how to log a temperature and humidity data to MySQL. 

mysql_project3a-300x225

1. How to install MySQL
2. How to create data logger

mysql_logger_seeeduino-286x300

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

mysql_project3a-300x225

1. How to install MySQL
2. How to create data logger

mysql_logger_seeeduino-286x300

  • 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

Please Login to comment
  Subscribe  
Notify of