Hi guys. I have a problem with CC3000 Wifi shield and Arduino Mega 2560 R3. I can't make connection. I want to see and control someting (digital and analog sensors, leds) via internet. I tried all Adafruit examples and all Arduino Wifi examples but it never run! Adafruit examples said some random characters, and Arduino's examples said that: "WiFi shield not present"... My wifi shield right attached to Mega 2560. Can you help me? What's wrong???
Hi Fuat,
I am also seeing the same issue with this CC3000 shield.
Please let me know if you have any luck (I'll keep you posted too).
Cheers, NB
Hi Rowena,
I fixed my connection but i have another problem.
You should use "Adafruit's examples", not Arduino's.
You should use "your network name (SSID)" and" password of your network".
And you should change your serial monitor baudrate.
Serial monitor's baudrate = baudrate of your code (like Serial.begin(9600)).
Please let me know. Goodbye.