Search found 2 matches
- 21:25, 06 Oct 2014
- Forum: Questions and answers
- Topic: Evothings on arduino cc3000 wifi board
- Replies: 4
- Views: 28458
Re: Evothings on arduino cc3000 wifi board
I run the arduinowifi.ino and the board couldn't find the shield, then I tried with examples of the arduino wifi examples and again the same result. When I tried with the Adafruit_CC3000 library the board was capable to find the shield and communicate. I believe CC3000 is not compatible with the Ard...
- 23:20, 04 Oct 2014
- Forum: Questions and answers
- Topic: Evothings on arduino cc3000 wifi board
- Replies: 4
- Views: 28458
Evothings on arduino cc3000 wifi board
I was trying to adapt the evothings example Arduino LED On/Off TCP code to a cc3000 wifi shield board, using the Adafruit Library. Below the example code of the WebClient library(it worked this way. My board could connect). #include <Adafruit_CC3000.h> #include <ccspi.h> #include <SPI.h> #include <s...