Arduino Micro support for the CC3000?

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
jdoscher
 
Posts: 124
Joined: Tue Jul 22, 2008 12:36 pm

Arduino Micro support for the CC3000?

Post by jdoscher »

I'm reading mixed information when I search for support on the Arduino Micro and the Adafruit CC3000. Can anyone tell me if the latest libraries and sample code for the CC3000 support the Arduino Micro?

Thanks!
Jay

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Arduino Micro support for the CC3000?

Post by adafruit_support_rick »

The Micro is supported.

jdoscher
 
Posts: 124
Joined: Tue Jul 22, 2008 12:36 pm

Re: Arduino Micro support for the CC3000?

Post by jdoscher »

Thank you, I see many tutorials for the Uno and the CC3000, but I can't seem to find any code/wiring examples for the Micro and CC3000. Do you have any links? I am also playing with the CC3000 code samples, but running into issues- the sketches don't seem to be working. I think it's not being wired correctly.

Thanks!
Jay

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Arduino Micro support for the CC3000?

Post by adafruit_support_rick »

No tutorials. The CC3000 needs to be wired to the ICSP header on the Micro. Wire chip select to D10, VBAT to D5, and IRQ to D3.
Here's an ICSP header diagram:
ICSP pinout.png
ICSP pinout.png (9.88 KiB) Viewed 487 times
Pin 1 is marked on the micro with a white dot

jdoscher
 
Posts: 124
Joined: Tue Jul 22, 2008 12:36 pm

Re: Arduino Micro support for the CC3000?

Post by jdoscher »

Perfect! Thank you.

jdoscher
 
Posts: 124
Joined: Tue Jul 22, 2008 12:36 pm

Re: Arduino Micro support for the CC3000?

Post by jdoscher »

I have wired it as follows:

CC3000:
IRQ->D10 on the Micro
VBEN->D5 on the Micro
CS->D3 on the Micro
MOSI->ICSP4 on the Micro
MISO->ICSP1 on the Micro
CLK-> D13 on the Micro
VIN-> 5V on the Micro
GND-> GND on the Micro

Am I missing something?

Thank you!

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Arduino Micro support for the CC3000?

Post by adafruit_support_rick »

jdoscher wrote:CLK-> D13 on the Micro
CLK goes to SCK on the ICSP header

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”