You are viewing an older revision! See the latest version
cc3000
mbed cc3000 library
Information
The cc3000 library is still under development, please check revision and update your programs.
The Host Driver library¶
This library uses compatible API with the official mbed Ethernet Interface EthernetInterface. It contains the Socket interface, to be compatible with many mbed libraries.
Import librarycc3000_hostdriver_mbedsocket
cc3000 hostdriver with the mbed socket interface
Demos description¶
The hello world demo. It only connects to AP using DHCP and prints a message if DHCP is completed.
Import programcc3000_hello_world_demo
cc3000 hello world demo
There are 3 files which are important and application/board specific.
- The main header file - configuration file
 - The init code file - init routine for specific boards
 - The main code file - demo code
 
NOTE: The main header file contains configuration parameters for connection and board configuration. Please set it before flashing your board.
Two boards are supported at the moment using MY_BOARD selection:
- Wi-Go
 - Wifi DipCortex
 
To select any other board, set UNDEFINED macro for MY_BOARD macro and write your own init routine inside the init code file.
Programs using this library:¶
- program1
 - program2
 - program3
 
