Wio 节点设置失败

物联网 硬件
2021-06-22 02:00:00

为了设置Wio Node,我安装了Wio Android 应用程序。当我尝试像图像一样连接 Wio 设备时,该过程并未结束。

Wio 连接向导截图

之后,我为 Mac安装了wio-cli驱动程序

然后登录。

 % 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显示没有设备。

% wio list
No Wio devices could be found.

我究竟做错了什么?我能做些什么来解决问题?

1个回答

最后我找到了错误的原因。

我试图连接到 5.0GHz wifi 网络,但 Wio 节点只能连接 2.4GHz 网络。

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