Open dolanmiu opened 8 years ago
I find that many WiFi routers do not play nicely with the CC3000. A few things you can try:
For me, the Adafruit's one doesn't work at all, it goes into an infinite while loop because it cannot connect! I changed the pins from 3 to 2, and 7 to 5 as mentioned before
I will try to contact SparkFun tech support
If that doesn't work, then I think I will need to switch over to the Raspberry Pi as I feel the Arduino is a little edgy with this kind of thing. I read on forums where the Arduino Wifi only stays connected for 30mins to 1 hour and needs to reset before being able to connect again.
Raspberry Pi 3 has built in reliable Wifi
What do you think?
Sorry to hear that. As I mentioned, the CC3000 just doesn't seem to want to work with some WiFi networks. The RPi is definitely a good bet. If you'd like to stick with Arduino, the ESP8266 (and variant boards, like The Thing) seem to work well and on more networks than the CC3000.
I bought a
CC3000 Wifi Shield
from Sparkfun and attached it to myArduino Uno
board. The first thing I tested the board with was the board test example withSparkFun CC3000 - Board Test
:Then I scanned the networks with
SparkFun CC3000 - Scan Test
:I set the SSID and the password and tried to connect with
SparkFun CC3000 - Connection Test
My constants are:
I definitely typed the
SSID
and Password correct and tried multiple combinations. Even tried turning off all security and connecting directly. I can see all theSSIDs
but cannot connect!