[solved] Problem with Wifly + WebServer

  • My platform is Arduino Uno rev3 + Fedora18 + Arduino 1.0.4

  • I have a Sparkfun Wifly Shield rev3 (http://www.sparkfun.com/products/9954)

  • I use the Wifly Library (1.0) https://github.com/jmr13031/WiFly-Shield with no modifications (just over the Credentials.h)

  • The examples “WiFly_Terminal” and “WiFly_WebClient” work OK

  • The example “WiFly_WebServer” works ok but just the first time…after that, the server does not any reply to the web requests until a Reset is done

*I 've tried several hacks i’ve found (like put a delay(200); at begin of loop()), but it fails in the same way

Oh…I think I was spending a lot of time with a wrong lib…

the proper Wifly Lib is https://github.com/sparkfun/WiFly-Shield.git (too buggy at this moment, but some commits work)