要设置Wio Node,我安装了Wio Android应用。之后,我安装了wio-cli和Mac驱动程序。

然后登录。

 % wio login
1.) Global Server (New)[https://us.wio.seeed.io]
2.) Chinese Server [https://cn.wio.seeed.io]
3.) Customize Server
? Please choice server: 1
? First get wio user token from https://wio.seeed.io/login
? Then enter token: xxxxxxxxxxxx
> Successfully completed login! Check state, see 'wio state'


并运行wio setup

 % wio setup
> Setup is easy! Let's get started...

! PROTIP: Hold the Configure button ~4s into Configure Mode!
! PROTIP: Please make sure you are connected to the Server

? Would you like continue? [Y/n]: y
0.) Wio Link v1.0
1.) Wio Node v1.0
? Please choice the board type: 1

! PROTIP: Wireless setup of Wio!
! PROTIP: You need manually change your Wi-Fi network to Wio's network.
! PROTIP: You will lose your connection to the internet periodically.

? Please connect to the Wio_* network now. Press enter when ready: y
? Would you like to manually enter your Wi-Fi network configuration? [y/N]: y
> Please enter the SSID of your Wi-Fi network: TANEMAKI
> Please enter your Wi-Fi network password (leave blank for none): ilovemoguko
> Please enter the name of a device will be created: winnode_tetsu
> Here's what we're going to send to the Wio:

> Wi-Fi network: xxxxxxx
> Password: xxxxxxxxx
> Device name: winnode_ironsand

? Would you like to continue with the information shown above? [Y/n]: y


但是wio list没有显示设备。我该怎么办才能解决问题?

#1 楼

终于找到了错误的原因。
我试图连接到5.0GHz wifi网络,但是Wio节点只能连接2.4GHz网络。

我只需要连接2.4GHz WiFi。就这样。