Now f ind the IP address of your ReSpeaker by using the command below .
ip address
In the example below , w e can see that this ReSpeaker's IP address is
192.168.7.108
root@v2:/home/respeaker# ip address
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1
link/sit 0.0.0.0 brd 0.0.0.0
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether e0:76:d0:37:38:6d brd ff:ff:ff:ff:ff:ff
inet **192.168.7.108**/24 brd 192.168.7.255 scope global dynamic wlan0
valid_lft 604332sec preferred_lft 604332sec
inet6 2601:647:4680:ebf0:ec0a:5965:e710:f329/64 scope global noprefixroute dynamic
valid_lft 345598sec preferred_lft 345598sec
inet6 fe80::64de:cac8:65ef:aac8/64 scope link
valid_lft forever preferred_lft forever
In addition to the Netw or Manager GUI interf ace, Netw ork Manager also has a command line tool. If you are connecting to a hidden Wi-Fi netw ork, you'll need to use
this command line tool:
nmcli c add type wifi con-name mywifi ifname wlan0 ssid your_wifi_ssid
nmcli con modify mywifi wifi-sec.key-mgmt wpa-psk
nmcli con modify mywifi wifi-sec.psk your_wifi_password
nmcli con up mywifi
B. Ethe rne t Conne ctiv ity
You can connect to a netw ork using an Ethernet cable. Just plug the Ethernet cable w hich has connected to the Internet w ill be OK.
Connect to SSH & VNC
A. SSH
SSH server starts automatically in ReSpeaker V2. For Window s Users, third-party SSH clients are available. For Linux/Mac Users, SSH client is built in.
Window s: Use PUTTY, select SSH protocol, f ill in correct IP address and click open. Login as respeaker user and passw ord is respeaker too.
Linux/Mac: