“Microduino-CC3000”的版本间的差异
Imicroduino(讨论 | 贡献) 小 (correcting some sentences) |
Jasonsheng(讨论 | 贡献) (→Note for how to use the library) |
||
第109行: | 第109行: | ||
*【U8glib libray'''[http://code.google.com/p/u8glib/ google download ]''' 】 | *【U8glib libray'''[http://code.google.com/p/u8glib/ google download ]''' 】 | ||
− | === | + | ===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+: | ||
第116行: | 第116行: | ||
**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”; |
2014年2月5日 (三) 05:55的版本
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.
| ||||||||||||||||||||||||||||
目录Features
| ||||||||||||||||||||||||||||
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 文件: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 |