WiFlyHQ: A new library for the WiFly RN-XV

ndanl:
hi, I have the usb weather board from sparkfun and I am trying to get this RN-XV WiFly Module - RP-SMA Connector - WRL-11047 - SparkFun Electronics to get it work but after uploading the httpserver example all I get is this:

Starting

Free memory: 1337
setPrompt failed
Failed to enter command mode
Failed to start wifly
Terminal ready




what am I doing wrong ?:(

thanks

The XBee hardware interface looks ok, its directly connecting TX and RX to the WiFly at 3.3V.

Those errors indicate that the Library can't talk to the board. Why don't you post the sketch you are using. It might be a simple problem like you're still using software serial when the WiFly is actually connected to the hardware serial interface, or maybe the baud rate doesn't match the rate set in the WiFly module.