Created Tue, 23 Jun 2015 22:54:14 +0000 by beto998
Tue, 23 Jun 2015 22:54:14 +0000
Hi,
I'm relatively new to the Chipkit, and resisted Arduino as long as possible. I used to use raw PIC's for most of my projects, but finally gave in to the WiFire because of all the included peripherals.
I have gotten several of my projects up and running in short order using this platform. Currently, I'm trying to convert the MySQL connector library for Arduino for use with the WiFire. Library is found here:
https://launchpad.net/mysql-arduino
The problem is the references to Ethernet.h and wifi.h -- and the calls to these functions seem peppered throughout several of the library files. Has this been done before? Is there an easier way that I can convert this, like a guide for going from ethernet.h to the DEWFck library?
Sun, 12 Jun 2016 01:45:05 +0000
Here is a thread where someone claims to have gotten this to work but doesn't provide any code. I have use for this myself. As you can see on the thread I was bugging them for code.
http://forums.mysql.com/read.php?175,636172,636172#msg-636172
Jacob