Xively wifi cloud connection



程式 :

    編譯時需匯入函式庫 - Xively

https://github.com/neojou/arduino-ameba/blob/master/example/Xively1/Xively1.ino


請注意

  status = WiFi1.begin(ssid);  // 連沒有密碼的 AP

  status = WiFi1.begin(ssid, pass); // 連有密碼的 AP.

目前這版非官方版 : 密碼支援 WPA/WPA2, 但不支援 WEP.
( 可支援 iphone / Android hotspot wifi 熱點 )
 

結果 :

在 瀏覽器上 連 Xively 可看到 :





( log 之後需要清理一下 )

HTTP 回傳 200 表示成功.

UART terminal log:
...
 rtw_set_wpa_psk : psecuritypriv:0x1002aba0 wpa_passphrase : 12345678, len=8
...
association success(res=1)
...
client mode 4-Way Message 4-4 done
...
Set unicastkey for MAC: f2:f6:1c:70:d8:06
======================update_attrib: Send DHCP Packet
SSID: NeoPhone
IP Address: 172.20.10.2
signal strength (RSSI):-34 dBm

temp= 21.00
xivelyclient.put returned 200

temp= 21.10
xivelyclient.put returned 200
...
----

留言

熱門文章