Difference between revisions of "Microduino-CC3000"
m (correcting some sentences) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Language|Microduino-CC3000}} | ||
{| style="width: 800px;" | {| style="width: 800px;" | ||
|- | |- | ||
| | | | ||
− | [[file:Microduino- | + | [[file:Microduino-cc3000-rect.jpg|400px|thumb|right|Microduino-CC3000]] |
'''[[Microduino-CC3000]]''' is a well-equipped wireless network module, which simplifies the implementation process of Internet connectivity. SimpleLink ™ Wi-Fi can significantly reduce a host microcontroller (MCU) software requirements, making it ideal for using in any low-cost and low-power MCU solution of embedded applications. | '''[[Microduino-CC3000]]''' is a well-equipped wireless network module, which simplifies the implementation process of Internet connectivity. SimpleLink ™ Wi-Fi can significantly reduce a host microcontroller (MCU) software requirements, making it ideal for using in any low-cost and low-power MCU solution of embedded applications. | ||
Line 95: | Line 96: | ||
*2.4G antenna:AT8010-T2R9HAA '''[[File:AT8010-T2R9HAA.pdf]]''' | *2.4G antenna:AT8010-T2R9HAA '''[[File:AT8010-T2R9HAA.pdf]]''' | ||
− | |||
− | |||
− | |||
|- | |- | ||
Line 105: | Line 103: | ||
===Arduino library and supported package=== | ===Arduino library and supported package=== | ||
− | * | + | *https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_03_Microduino_WIFI_CC3000 |
− | * | + | *https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_03_Microduino_WIFI_CC3000_MDNS |
− | * | + | *https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_01_Microduino_OLED_U8glib |
− | === | + | ===Notes for how to use the library=== |
*CC3000 patch libry is used for upgarde the firmware and can't run it with Adafruit_CC3000's libray. | *CC3000 patch libry is used for upgarde the firmware and can't run it with Adafruit_CC3000's libray. | ||
*If you want to make these two libraries compatible Microduino Core+: | *If you want to make these two libraries compatible Microduino Core+: | ||
Line 116: | Line 114: | ||
**Add this “ || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__) ” in the tial of the last line. | **Add this “ || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__) ” in the tial of the last line. | ||
*CC3000Patch: | *CC3000Patch: | ||
+ | **When using CC3000PATCH, please make sure any other cc3000 library should be removed to avoid conflict. And recommend use "Aroduino 1.01 or upper release", if you are using lower release, please re-install it again from zero. | ||
**CC3000Patch can be used to upgarde the firmware of CC3000,you need copy the CC3000Patch.ino to "\examples\CC3000Patch\"; | **CC3000Patch can be used to upgarde the firmware of CC3000,you need copy the CC3000Patch.ino to "\examples\CC3000Patch\"; | ||
**You need set the IRP,VBAT and CI correctly in your program,as follows:“#define CC3000_IRQ 2 ”、“#define ADAFRUIT_CC3000_VBAT 9”、“#define ADAFRUIT_CC3000_CS 10”; | **You need set the IRP,VBAT and CI correctly in your program,as follows:“#define CC3000_IRQ 2 ”、“#define ADAFRUIT_CC3000_VBAT 9”、“#define ADAFRUIT_CC3000_CS 10”; |
Latest revision as of 02:59, 27 July 2016
Language: | English • 中文 |
---|
Microduino-CC3000 is a well-equipped wireless network module, which simplifies the implementation process of Internet connectivity. SimpleLink ™ Wi-Fi can significantly reduce a host microcontroller (MCU) software requirements, making it ideal for using in any low-cost and low-power MCU solution of embedded applications.
| ||||||||||||||||||||||||||||
ContentsFeatures
| ||||||||||||||||||||||||||||
Specifications
| ||||||||||||||||||||||||||||
About SmartConfigSimpleLink ™ Wi-Fi SmartConfig ™ technology is an unique one-step activation process of Wi-Fi, the developer or end-user could configure current wireless network through other devices, such as smart phones, tablet PCs installed SmartConfig App program, and through the program CC3000 is equipped with a hardware circuit. The configuration information of Wifi environment includes SSID, wireless password, security authentication, and so on. Just one simple step can make no more than one display device connected to Wifi network to solve wirelessly connect to your home network and the cloud. | ||||||||||||||||||||||||||||
Pins
| ||||||||||||||||||||||||||||
DocumentsEagle PCB File:Microduino-CC3000.zip Main Components
| ||||||||||||||||||||||||||||
Development
Arduino library and supported package
Notes for how to use the library
ApplicationUpgrade the frimware of CC3000
SimpleLink™ Wi-Fi SmartConfig™ Function
BugHistoryPictureVideo |