SparkFun Forums 

Where electronics enthusiasts find answers.

For the discussion of Arduino related topics.
By diripar8
#136931
I've been trying to use the library of the Wifly shield with the new 1.0 version of arduino but I could not do it, anyone can help?

Has anyone used the microchip chipkit with wifly shield??

Thanks
By avenue33
#138107
Yes, but I get rid of the library.

See an example at :arrow: pic32_RTC: the sketch
• acquires date and time from an NTP server using WiFly, and
• updates the chipKIT UNO32 internal RTC (an additional crystal is required).

Enjoy :)
By satalfa
#139347
Hello,
I've just adapt wifly librarie for a little projet. I've followed the advices of arduino site. My project can build without error, but I don't tested it on a wifly board (I don't have one at this time).
I've replaced Client.h and Server.h by WiFlyClient.h and WiFlyServer.h. And replaced to the classes Client by WiFlyClient and Server by WiFlyServer.
You'll need to change the source of your project to include those new names !
I'm not sure that this will be finallised as "the WiFly librarie for Arduino 1.0", but I suppose it's a good start...

http://dl.free.fr/d8QNZrqdV (right click - save as)

Tell me If this is running...

Bye,
Olivier H