“Microduino-WiFi”的版本间的差异
(→Specifications) |
(→Development) |
||
第105行: | 第105行: | ||
| | | | ||
==Development== | ==Development== | ||
− | * Make sure +3.3 v | + | * Make sure the current(+3.3 v) can reach 200ma. It is not recommended for using FT232R to debug directly since the output current of FT232R is too small. The FT232R datasheet says you can draw up to 50 mA from its 3.3V output. |
===Arduino library and supported package=== | ===Arduino library and supported package=== | ||
第112行: | 第112行: | ||
*https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_01_Microduino_OLED_U8glib | *https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_01_Microduino_OLED_U8glib | ||
− | === | + | ===Notice for how to use the library=== |
− | *CC3000 patch libry is used for | + | *CC3000 patch libry is used for upgrading the firmware and can't be activated with Adafruit_CC3000's libray at the same time. |
− | *If you want to make these two libraries compatible Microduino Core+: | + | *If you want to make these two libraries compatible with Microduino Core+: |
− | **You need open the “Adafruit_CC3000_4Patching.cpp”(CC3000Patch)or “Adafruit_CC3000.cpp”(Adafruit_CC3000)in library | + | **You need open the “Adafruit_CC3000_4Patching.cpp”(CC3000Patch)or “Adafruit_CC3000.cpp”(Adafruit_CC3000)in library directories firstly; |
− | **Find line | + | **Find the line “#elif defined(__AVR_ATmega1281__) || defined(__AVR_ATmega2561__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega1280__)” in the file; |
− | **Add this “ || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__) ” | + | **Add this “ || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__) ” after the line. |
*CC3000Patch: | *CC3000Patch: | ||
− | **When using CC3000PATCH, please make sure any other cc3000 library should be removed to avoid conflict. And recommend | + | **When using CC3000PATCH, please make sure any other cc3000 library should be removed to avoid conflict. And we recommend using "Aroduino version 1.01 or higher", if you are using lower version, please re-install it again from zero. |
− | **CC3000Patch can be used to | + | **CC3000Patch can be used to upgrade the firmware of CC3000,you need to 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 to 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”; |
− | ** | + | **More usage, please refer to [https://github.com/cmagagna/CC3000Patch/blob/master/README.md author's README] |
*Adafruit_CC3000: | *Adafruit_CC3000: | ||
− | **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 to 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” |
==Application== | ==Application== |
2014年7月31日 (四) 07:25的版本
Language | English |
---|
Microduino-CC3000 is a well-equipped wireless network module, which can simplifies the implementation of the internet connection. SimpleLink? Wi-Fi can largely reduce MCU(Micro Controller Unit)'s software requirement of the host machine, making it ideal for using in any low-cost and low-power MCU of embedded applications.
| ||||||||||||||||||||||||||||
目录Features
SimpleLink? Wi-Fi SmartConfig™ technology can ensure a unique and fast Wi-Fi activation process;
| ||||||||||||||||||||||||||||
Specifications
| ||||||||||||||||||||||||||||
About SmartConfigSimpleLink ™ Wi-Fi SmartConfig ™ technology can ensure a unique and fast activation of Wi-Fi. Developers or end-users could configure the current wireless network through other devices, such as smart phones, tablet PC SmartConfig App program installation. It can configure wireless network information of the current Wifi environment for hardware circuit equipped with CC3000 through the program, including SSID, wireless password, security authentication, and so on. Just one step can it make several devices without display connected to Wifi network and allow people to connect their home network and the Cloud wirelessly. | ||||||||||||||||||||||||||||
Pins
| ||||||||||||||||||||||||||||
DocumentsEagle PCB 文件:Microduino-CC3000.zip Main Components
| ||||||||||||||||||||||||||||
Development
Arduino library and supported package
Notice for how to use the library
ApplicationUpgrade the frimware of CC3000
SimpleLink™ Wi-Fi SmartConfig™ Function
BugHistoryPictureVideo |