CC3000 WiFi Breakout

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
mhadfield04
 
Posts: 4
Joined: Tue Feb 09, 2016 1:17 pm

CC3000 WiFi Breakout

Post by mhadfield04 »

I have a new CC3000 Breakout Board that I’m wiring up with an Arduino Leonardo. I get the following errors when attempting to upload the sample sketch.

processing.app.debug.RunnerException: Couldn't find a Board on the selected port. Check that you have the correct port selected. If it is correct, try pressing the board's reset button after initiating the upload.
at cc.arduino.packages.uploaders.SerialUploader.waitForUploadPort(SerialUploader.java:231)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:127)
at processing.app.debug.Compiler.upload(Compiler.java:157)
at processing.app.Sketch.upload(Sketch.java:1259)
at processing.app.Sketch.exportApplet(Sketch.java:1201)
at processing.app.Sketch.exportApplet(Sketch.java:1173)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2432)
at java.lang.Thread.run(Thread.java:745)
Couldn't find a Board on the selected port. Check that you have the correct port selected. If it is correct, try pressing the board's reset button after initiating the upload.

Board at COM3 is not available

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: CC3000 WiFi Breakout

Post by adafruit_support_mike »

From the errors, it looks like you're using Processing and the IDE can't find the microcontroller.

Try using the Arduino IDE, version 1.6.5 and see if that works.

User avatar
mhadfield04
 
Posts: 4
Joined: Tue Feb 09, 2016 1:17 pm

Re: CC3000 WiFi Breakout

Post by mhadfield04 »

Thank you for the reply. No go / no good. I think it's a bad board. Arduino IDE doesn't even create a serial connection. The Arduino Leonardo works great if I unplug the CC3000 or use it with my other projects. I will work on a rma.

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

Return to “Arduino”