Skip to content

Commit

Permalink
update README and add flash tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rl committed Jul 31, 2013
1 parent 300713b commit 7bb676b
Show file tree
Hide file tree
Showing 3 changed files with 777 additions and 786 deletions.
56 changes: 23 additions & 33 deletions README.md
Expand Up @@ -27,60 +27,46 @@ Tested with:

================================================================================
Quick Start
================================================================================
1) Download CC3000 patch Program (V1.11)from
http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_Downloads select
MSP430FRAM+CC3000 Patch Programmer. You will need a TI account to get the file.
================================================================================
1) Download the repository containing this readme file (msp430_cc3000_smartconfig)
and extract to a folder of your choosing

2) Extract the patch programmer and install it. Refer
http://processors.wiki.ti.com/index.php/CC3000_Patch_Programmer for more detail.
2) Go to the folder flashtool and install the flashtool.msi

3) Install CCS v5.3 from http://processors.wiki.ti.com/index.php/Download_CCS
3) Attach the FRAM board to your PC via the mini-USB connector, make sure the CC3000 module is on the devkit

4) Install CCS with MSP430 support (use default installation options)
4) If you never update the CC3000 driver patch, open Start -> All Programs -> flashtool, then run download_cc3000_patch_programmer_driver

5) If prompted for a license, select the "CODE LIMITED SIZE (MSP430)" - this is
a free 16KB code size compiler for the MSP430

6) Download the repository containing this readme file (msp430_cc3000_smartconfig)
and extract to a folder of your choosing

7) Open CCS v5 - when it asks to input the Workspace path, point it to the
workspace_ccs folder inside this repository
(e.g. at C:\projects\msp430_cc3000_smartconfig\workspace_ccs)

8) Compile to ensure the tools and source code work OK (note, the project
currently has 100 info items, 0 warnings, 0 errors)

9) Open a browser and go to https://ti.exosite.com and sign-up if you don't
5) If you never update the CC3000 firmware patch, Open Start -> All Programs -> flashtool, then run download_cc3000_patch_programmer_firmware

6) Open Start -> All Programs -> flashtool, then run download_exosite_demo

7) Open a browser and go to https://ti.exosite.com and sign-up if you don't
already have an account

10) In the TI Portal, add a new MSP430 + CC3000 device, enter the MAC address from the sticker on the WiFi module.

11) Attach the FRAM board to your PC via the mini-USB connector and
"Download and Debug" to your FRAM kit

12) Press S1 until LED6 starts blinking. Refer http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_MSP430_FRAM_Getting_Started_Guide_Using_Smart_Config
8) In the TI Portal, add a new MSP430 + CC3000 device, enter the MAC address from the sticker on the WiFi module.

9) Press S1 until LED6 starts blinking. Refer http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_MSP430_FRAM_Getting_Started_Guide_Using_Smart_Config
to config WiFi AP.

13) Verify LED1, followed by LED2, LED3 and finally LED4 all come on
10) Verify LED1, followed by LED2, LED3 and finally LED4 all come on
- LED1 is a "communications with WiFi module is working" indicator
- LED2 is a "WiFi signal with appropriate credentials is associated" indicator
- LED3 is a "WiFi signal has been connected" indicator
- LED4 is "Internet communications are working" indicator

14) Verify data in Exosite Portals is being reported to the data sources. Data
11) Verify data in Exosite Portals is being reported to the data sources. Data
is written roughly every 10 seconds to all data sources, while data is read
every two seconds.

15) Verify the kit can receive data from Exosite - go to the /manage/data page
12) Verify the kit can receive data from Exosite - go to the /manage/data page
and click on the LED7 Control data source and enter a '0' in the Write Data
block - LED7 on the MS430 FRAM will turn off.

16) Disconnect from your PC and run anywhere you have a 5v power mini-USB
13) Disconnect from your PC and run anywhere you have a 5v power mini-USB
connector available!

17) See the file utils.h for error codes to assist with troubleshooting. The
14) See the file utils.h for error codes to assist with troubleshooting. The
errorhandler will blink LED 7 rapidly for a couple of seconds and then it
will blink slowly for the following codes:
- 1 blink - not associated with an access point (check SSID/passphrase)
Expand All @@ -93,6 +79,10 @@ MSP430FRAM+CC3000 Patch Programmer. You will need a TI account to get the file.
Release Info
================================================================================
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release 2013-07-31
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--) Add flash tool to update fireware
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release 2013-07-15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--) Update HTTP response parsing in device activation function.
Expand Down

0 comments on commit 7bb676b

Please sign in to comment.