Page 1 of 1

Wifly Shield + Arduino 1.0

Posted: Tue Dec 13, 2011 9:22 am
by diripar8
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

Re: Wifly Shield + Arduino 1.0

Posted: Thu Jan 12, 2012 3:54 am
by avenue33
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 :)

Re: Wifly Shield + Arduino 1.0

Posted: Mon Jan 23, 2012 8:56 am
by diripar8
Thanks for your help.

Re: Wifly Shield + Arduino 1.0

Posted: Mon Feb 06, 2012 3:34 pm
by satalfa
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