查看“Microduino-CC3000”的源代码
←
Microduino-CC3000
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{| style="width: 800px;" |- | [[file:Microduino-CC3000-rect.jpg|400px|thumb|right|Microduino-CC3000]] '''[[Microduino-CC3000]]''' is a well-equipped wireless network processor, which simplifies the implementation process of Internet connectivity. SimpleLink ™ Wi-Fi can significantly reduce a host microcontroller (MCU) software requirements, making it ideal for use in any low-cost and low-power MCU solution for embedded applications. |- | ==Features== * SimpleLink ™ Wi-Fi can significantly reduce a host microcontroller (MCU) software requirements;* Toggle switch controls the charging and discharging, reboot and sleep mode; * SimpleLink ™ Wi-Fi SmartConfig ™ technology, a unique one-step activation process of Wi-Fi; * Small, cheap, stackable, opened platform; * Open source hardware circuit design, compatible with the Arduino IDE development environment for programming; * Define unified interface Microduino specification and contain rich peripheral modules. Set up the quick connection with other Microduino modules and sensors easily and flexibly. * 2.54 pitch row female connector for easy integration into breadboard. |- | ==Specifications== * Wireless Network Processor ** IEEE 802.11 b/g ** Embedded IPv4 TCP/IP stack * The best performance in radio industry ** Tx power:11Mbps CCK with +18dBm ** Rx sensitivity: 11Mbps CCK with -82dBm * Work together with a low-cost microcontroller which using compact memory package and process a million instructions per second (MIPS) ** 2K bytes Flash ** 250 bytes RAM * Low power consumption ** Use the FET, shutdown mode current is less than 5uA * Operating temperature range ** -20°C ~ 70°C * Authenticated by U.S. Federal Communications Commission(FCC), Industry Canada(IC) and Council of Europe (CE) * Based on Texas Instruments (TI)'s seventh generation Wi-Fi solutions. [[File:CC3000-Pinout-2.jpg|800px|thumb|center|Microduino-CC3000-Pinout]] |- | ===About SmartConfig=== SimpleLink ™ Wi-Fi SmartConfig ™ technology, a unique one-step activation process of Wi-Fi that is the developer or end-user, through other devices, such as smart phones, tablet PCs installed SmartConfig App program, and through the program CC3000 is equipped with a hardware circuit to configure current wireless network information of Wifi environment, such as: 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=== * CC3000 expansion board is used as a slave on the SPI bus, SPI master to communicate with Microduino :{|class="wikitable" ! CC3000 Module Pin ! CC3000 Chip Pin ! Micorduino Pin ! Function |- | SCK | 17 | D13 | SIP Bus clock |- | DI | 15(DIN) | D12 | Microduino sends data to CC3000 |- | DO | 13(DOUT) | D11 | CC3000 sends data to Micorduino |- | CS | 12 | D10 | SPI Chip-select signal |- | IRQ | 14 | D2 | Interrupt(INT0) |- | EN | 26 | D9 | Microduino set this PIN to high to enable CC3000 |} |- | ==Documents== Eagle PCB '''[[File:Microduino-CC3000.zip]]''' ===Main Components=== *TI CC3000 IEEE 802.11b/g solution:WG1300-00 WLAN Module '''[[File:WG1300-00-DTS-R04.pdf]]''' *Level converter chip:TC74HC4050 '''[[File:TC74HC4050AF.pdf]]''' *2.4G antenna:AT8010-T2R9HAA '''[[File:AT8010-T2R9HAA.pdf]]''' *[http://processors.wiki.ti.com/index.php/CC3000_Serial_Port_Interface_(SPI) TI Official SPI Stack] *[http://processors.wiki.ti.com/index.php/CC3000 TI Official WIKI] |- | ==Development== * Make sure +3.3 v power supply current can reach 200ma, not recommended for using FT232R debugging directly because FT232R output +3.3 v current is too small. The FT232R datasheet says you can draw up to 50 mA from its 3.3V output. ===Arduino library and supported package=== *【CC3000Patch libray'''[https://github.com/cmagagna/CC3000Patch github download ]''' 】 *【Adafruit_CC3000 libray'''[https://github.com/adafruit/Adafruit_CC3000_Library github download ]''' 】 *【U8glib libray'''[http://code.google.com/p/u8glib/ google download ]''' 】 ===Note 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. *If you want to make these two libraries compatible Microduino Core+: **You need open the “Adafruit_CC3000_4Patching.cpp”(CC3000Patch)or “Adafruit_CC3000.cpp”(Adafruit_CC3000)in library's fold firstly; **Find line that“#elif defined(__AVR_ATmega1281__) || defined(__AVR_ATmega2561__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega1280__)” in file; **Add this “ || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__) ” in the tial of the last line. *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”; **Detailed usage, please refer to [https://github.com/cmagagna/CC3000Patch/blob/master/README.md author's README] *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” ==Application== ===Upgrade the frimware of CC3000=== *Recommend that upgarde the firmware of CC3000 to 1.24 using CC3000Patch,detaile usage refer to [https://github.com/cmagagna/CC3000Patch/blob/master/README.md author's README] **(Note:Firmware upgrade process is operated via the serial port monitor, set the Arduino IDE newline terminator serial monitor is set to "newline and carriage return") *After upgraed, delete the CC3000Patch library,and then start the Adafruit_CC3000 libray,you can run the included examples! ===SimpleLink™ Wi-Fi SmartConfig™ Function=== *If you want to use SimpleLink™ Wi-Fi SmartConfig™ function: **Take the IOS as example,download the "TI WIFI SMARTCINFIG" from App Store firstly; **Connect the IOS device to router,open the "TI WIFI SMARTCINFIG",fill the route key in Password; **Download the SmartConfigCreate to Microduino from the Adafruit_CC3000 library's examples; **Open the serial port monitor(baud rade:115200),When “Waiting for a SmartConfig connection (~60s) ...” displayed,click the "Start" of TI WIFI SMARTCINFIG,waiting for result。 ==Bug== ==History== ==Picture== [[File:Microduino-cc3000-t1.jpg|thumb|600px|center|正面]] [[File:Microduino-cc3000-b1.jpg|thumb|600px|center|背面]] ==Video== *[http://www.kaltura.com/index.php/kwidget/wid/0_yp64zx3k/uiconf_id/2342281 Texas Instruments SimpleLink™ Wi-Fi SmartConfig™Technology] |}
该页面使用的模板:
模板:Language
(
查看源代码
)
模板:Nmbox
(
查看源代码
)
返回至
Microduino-CC3000
。
导航菜单
个人工具
创建账户
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
Welcome
首页
创客大赛
大赛详情
3D打印
安装月球车
图形化编程
操控月球车
升级月球车
编程工具下载
软件下载
Arduino
Processing
Mixly
Scratch
模块套件
Microduino 102
mCookie 102
mCookie 202
mCookie 302
IBC
其他
应用套件
四轴飞行器
平衡车
小车CUBE
音乐播放器
刷卡音乐播放器
wifi气象站
彩虹音乐触摸灯
分贝检测仪
迎门汇报
LED点阵时钟
LED点阵屏幕
硬件
mCookie
Sensor
Microduino
MicroWrt
MicroNux
MicroRobot-Core
MicroRobot-CoreESP
ideaBoard
ideaBox
MicroMV
MicroAI
帮助
常见问题
帮助
工具
链入页面
相关更改
特殊页面
页面信息