Skip to content

smokeypell/MySQL_Connector_Arduino_Ceox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Connector/Arduino

Have you ever wanted to connect your Arduino project to a database to either store the data you've collected or retrieve data saved to trigger events in your sketch? Well, now you can connect your Arduino project directly to a MySQL server without using an intermediate computer or a web- or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server.

This also means you can setup your own, local MySQL server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL server via your network, Internet, or even in the cloud!

The MySQL Connector/Arduino is a library that permits you to do exactly that and more!

See the reference manual in the extras folder for how to get starting using the library.

Notice

This is a new, alpha release of the existing Connector/Arduino code found at https://launchpad.net/mysql-arduino. The version on LaunchPad is version 1.0.4ga.

If you are finding this library thinking it is a new library, you're partially correct. This version is greatly improved over the old version. To see what changed, see the "Changes from Previous Versions" section in the reference manual in the extras folder.

About

MySQL_Connector_Arduino - improved release from Ceox Telematics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%