News and announcements

New release! 1.0.4 GA

Written for MySQL Connector/Arduino by Chuck Bell on 2015-07-29

This is the latest and most stable code for Connector/Arduino. Also, I've created a reference manual for those new to the connector and those who want to learn how best to use it. Enjoy!

Introducing MySQL Connector/Arduino 1.0.2 beta

Written for MySQL Connector/Arduino by Chuck Bell on 2014-04-02

I've completed a new release of the Connector/Arduino! The new release contains some major improvements with memory handling.

- The library has been trimmed to save memory.
  - All static strings moved to PROGMEM strings
  - Unused structures removed (e.g. ok_packet)
  - Moved two more methods to optional compilation
- The WITH_SELECT is turned *OFF* by default. If you want to use select queries, be sure to uncomment this in the mysql.h file.
- Added a CHANGES.txt file to track changes between releases.

Introducing MySQL Connector/Arduino 1.0.0 beta

Written for MySQL Connector/Arduino by Chuck Bell on 2013-10-23

There is a new release of the Connector/Arduino on Launchpad! See
https://launchpad.net/mysql-arduino. The new version supports a number of
refinements and a few new features. These include:

- Support for the Arduino WiFi shield
- Improved support for processing result sets
- Conditional compilation to omit result set handling features to save program space
- New version() method to check version of the connector
- Simplified download (no more patching SHA1!)

13 of 3 results