“Microduino CC3000 get weather information by internet -203KIT”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
Pkj讨论 | 贡献
 
第38行: 第38行:
 
*Software package
 
*Software package
 
Arduino IDE(1.0 release or upper), Microduino test program (Arduino part), download the "TI WIFI SMARTCINFIG" from App Store.
 
Arduino IDE(1.0 release or upper), Microduino test program (Arduino part), download the "TI WIFI SMARTCINFIG" from App Store.
|-
 
|[[File:SMARTCINFIG.jpg|600px|center|thumb|SMARTCINFIG]]
 
 
|-
 
|-
 
|
 
|
第55行: 第53行:
 
|
 
|
 
*If no extension board, use the jumper to connect the Microduino OLED.
 
*If no extension board, use the jumper to connect the Microduino OLED.
|-
 
|
 
[[File:OLED-ok.jpg|600px|center|thumb|OLED]]
 
 
|-
 
|-
 
|
 
|
第66行: 第61行:
 
Step 3: Open the "SMARTCINFIG" application
 
Step 3: Open the "SMARTCINFIG" application
 
Connect the IOS to router, turn on "TI WIFI SMARTCINFIG", input the "Password".
 
Connect the IOS to router, turn on "TI WIFI SMARTCINFIG", input the "Password".
|-
 
|
 
[[File:SMARTCINFIG-Interface.jpg|600px|center|thumb|SMARTCINFIG-Interface]]
 
 
|-
 
|-
 
|
 
|

2014年9月8日 (一) 16:09的最新版本

Language English

Outline

Project:Microduino CC3000 get the weather information

Objective:Use Microduino CC3000 module to get the specific position's weather information from internet. This experiment need Microduino core+ module. Microduino-core module only can be used for some simple example program, you can try it by yourself.

Difficulty:Elementary

Time-consuming:2 hours

Maker:Microduino Studio-YLB

Bill of Materials

  • Microduino module:(MICRODUINO 202KIT)
Module Number Function
Microduino-Core 1 Core module
Microduino-FT232R 1 Download program
Microduino-CC3000 1 WiFi module
Microduino-OLED 1 Display information
文件:203KIT.jpg
203KIT图片
  • Other equipment

mic USB data cable, OLED Cable connections, bread board and cable connections

  • Software package

Arduino IDE(1.0 release or upper), Microduino test program (Arduino part), download the "TI WIFI SMARTCINFIG" from App Store.

Document

Debugging

Setp 1:Set up hardware

  • Install all module, use the Microduino extension board as the base which looks very beautiful overall.
  • If no extension board, use the jumper to connect the Microduino OLED.

Step 2:download program Start Arduino IED, open the Microduino test program, board type choose "Microduino Core +(Atmega644P@16M,5V)", download directly.

Step 3: Open the "SMARTCINFIG" application Connect the IOS to router, turn on "TI WIFI SMARTCINFIG", input the "Password".

Step 4:Connect IOS device to Microduino Observe the Microduino OLED, when text “Waiting for a SmartConfig connection (~60s) ...” appears,press the "Start", then wait for OLED display the result.

文件:SMARTCINFIG-Connection.jpg
SMARTCINFIG-Connection

Result

After connection success, following information will be display in Microduino OLED上.

  • City
  • Wind speed and direction
  • Temperature, humidity
  • Visibility
  • Access time

Note

  • Use Microduino Core+ module。
  • Connection process may timeout, not available, need to restart the connection again.