help with wifi-proto

yes i have the same code and the connections that i said in the last post and it doesn't work :S.

If this is true, you haven't done the necessary change and it's obvious that it doesn't work.

You have to change in the file spi.h:

// Uncomment one line below to
// specify which Arduino pin
// to use as WiShield interrupt
#define USE_DIG0_INTR		// use digital pin 0
//#define USE_DIG8_INTR		// use digital pin 8

to

// Uncomment one line below to
// specify which Arduino pin
// to use as WiShield interrupt
//#define USE_DIG0_INTR		// use digital pin 0
#define USE_DIG8_INTR		// use digital pin 8

What kind of WiFi access point do you have? I made the experience that it doesn't work with every kind of access point, although with most APs I tested it worked (I have one type that doesn't work).