Motoduino WiFi Shield v1.0主要是配合Arduino (Diecimila/Duemilanove/Uno) 及 Motoduino 板子所設計,讓Arduino/Motoduino能有無線網路的功能且提供IEEE 802.11b連線能力。此塊模組完全相容於 Asynclab WiShield 1.0 和 Cupperhead WiFi Shield。
Motoduino WiFi模組特性(Microchip):
802.11b Wi-Fi certified
1Mbps and 2Mbps throughput speeds
Supports both infrastructure (BSS) and ad hoc (IBSS) wireless networks
Ability to create secured and unsecured networks
WEP (64-bit and 128-bit)
WPA/WPA2 (TKIP and AES) PSK
Low power usage
Sleep mode: 250μA
Transmit: 230mA
Receive: 85mA
腳位說明:
1.SPI 介面
* Slave select (SS) : Arduino pin 10
* Clock (SCK) : Arduino pin 13
* Master in, slave out (MISO) : Arduino pin 12
* Master out, slave in (MOSI) : Arduino pin 11
2. Interrupt (Uses only one of the following, depending on jumper setting)
* INT0 : Arduino pin 2
* DIG8 : Arduino pin 8
3. LED : Arduino pin 9
* To regain use of this pin, remove the LED jumper cap
4. 5V power
5. GND
實做應用參考網站: http://www.youtube.com/user/sinocgtchen
部落格參考網站 : http://sinocgtchen.blogspot.com
Motoduino相關資訊: http://motoduino.com
Motoduino WiFi模組特性(Microchip):
802.11b Wi-Fi certified
1Mbps and 2Mbps throughput speeds
Supports both infrastructure (BSS) and ad hoc (IBSS) wireless networks
Ability to create secured and unsecured networks
WEP (64-bit and 128-bit)
WPA/WPA2 (TKIP and AES) PSK
Low power usage
Sleep mode: 250μA
Transmit: 230mA
Receive: 85mA
腳位說明:
1.SPI 介面
* Slave select (SS) : Arduino pin 10
* Clock (SCK) : Arduino pin 13
* Master in, slave out (MISO) : Arduino pin 12
* Master out, slave in (MOSI) : Arduino pin 11
2. Interrupt (Uses only one of the following, depending on jumper setting)
* INT0 : Arduino pin 2
* DIG8 : Arduino pin 8
3. LED : Arduino pin 9
* To regain use of this pin, remove the LED jumper cap
4. 5V power
5. GND
實做應用參考網站: http://www.youtube.com/user/sinocgtchen
部落格參考網站 : http://sinocgtchen.blogspot.com
Motoduino相關資訊: http://motoduino.com
抱歉跟您請教 我使用 WIFISHILD 裡面的測試軟體 SOCKETAPP
回覆刪除然後使用 LINUX 的測試程式 可以互傳 訊息
但是在使用 ANDROID 的時候 卻只能收到對方傳的 STRING
問題在是使用的
1.API不對呢
(DataOutputStream.writechars("") & (DataOutputStream.writeByte(getText.toString)
兩種方法都送過 還是收不到
2.我是使用ANDROID CLINET SEND
還這種方法不對嗎?
但LINUX 也只是創建個SOCKET開口 對上網址 就可以SEND了
我使用的 是 LINUX 筆電 & 手機 ANDROID & ARDUINO WiFi Shield
抱歉 回復太快
回覆刪除再麻煩您 抽空回答