All Collections
IoT Projects Tutorials
Firmware upgrade for the Adafruit CC3000 Wi-Fi Shield
Firmware upgrade for the Adafruit CC3000 Wi-Fi Shield

Upgrading the firmware of your CC3000 Wi-Fi module

David Sepúlveda avatar
Written by David Sepúlveda
Updated over a week ago

The CC3000 WiFi module from Texas Instruments is one of the most popular Wi-Fi modules in the market. It is widely used in Arduino projects but it can also be used in any microcontroller project, through its SPI communication interface.

As one of the first modules to become popular in the maker world, it quickly caused the hardware community to suggest bug fixes and improvements, helping the manufacturers come up with new and more stable firmware versions. So, in order to get the most out of your CC3000, we really suggest performing a firmware upgrade!

In this post we'll explain how to upgrade the firmware of the CC3000 Wi-Fi module. Before this, keep in mind the following:

  • Do not power your Arduino & CC3000 from a computer/laptop USB port during a firmware upgrade! You MUST use an external power supply with at least 1 amp of current capacity. This is to ensure the Arduino and CC3000 have enough power to operate during the firmware upgrade.

  • Make sure to run firmware updates using Arduino IDE version 1.0.6 and NOT the later beta versions 1.5.7, 1.5.8, or 1.6. The newer toolchain in the beta versions causes problems with the firmware update process.

  • To upgrade to a specific version first make sure you have the most recent Adafruit CC3000 Arduino library installed.  If you installed the CC3000 library some time ago make sure to download and install it again as fixes and new firmware versions are added periodically

  • Read the lastest realease note of Adafruit firmware here.

Requirements

Steps to Upgrade

  1. Download Arduino version 1.0.6 here.

  2. Open your Arduino IDE, click on Sketch -> Include Library -> Add .ZIP Library.

  3. Next make sure your CC3000 is wired to your Arduino and can successfully run CC3000 sketches like buildtest.

  4. Now in the Arduino IDE load one of the driverpatch_X_XX CC3000 examples.

  5.  Adjust any of the pins to communicate with your Arduino just like you would to run build test.

  6. Compile and load the sketch on your Arduino UNO.

  7. Open the serial monitor at 115200 baud and you should see a message such as:

Hello CC3000!

Hit any key & return to start

Enter some text and press any key to start the firmware upgrade process. The upgrade will happen fairly quickly and should be done in a minute or two.

Verifying the Upgrade

After the CC3000 upgrade finishes, load the buildtest example contained in the Adafruit library and run it. If the test runs well, then you have successfully upgraded the firmware of your CC3000 shield!

Want to build awesome IoT projects using this and other modules? Sign up for a Ubidots account to get started.


This article originally appeared in Ubidots' Blog on January 20, 2016.

Did this answer your question?