Creating access point - Raspberry Pi Zero W

Hi guys. I was on a production img, but fired up a dev image and ssh’ed in so I could take a look.

I noticed right away that I was replacing the UUID in the resin-hotspot config with the full UUID of the resin device, which I now believe is wrong. Doing so also caused the config to fail.

Output from nmcli and nmcli c and nmcli d below;

root@71387c9:~# nmcli c
NAME                UUID                                  TYPE             DEVIC                                 E
Wired connection 1  0fc345f2-d7ab-36e7-a4c7-8408b1267146  802-3-ethernet   eth0                                  
resin-hotspot       36060c57-aebd-4ccf-aba4-ef75121b5f77  802-11-wireless  --                                    
resin-sample        bcb05b81-52cb-3828-8088-c0f55e950375  802-11-wireless  --                                    
root@71387c9:~# nmcli d
DEVICE     TYPE      STATE      CONNECTION
eth0       ethernet  connected  Wired connection 1
docker0    bridge    unmanaged  --
lo         loopback  unmanaged  --
resin-vpn  tun       unmanaged  --
root@71387c9:~#

root@71387c9:~# nmcli
eth0: connected to Wired connection 1
        "ASIX Elec. AX88x72A"
        ethernet (asix), 00:0E:BA:01:A2:D6, hw, mtu 1500
        ip4 default
        inet4 192.168.1.110/24
        inet6 fe80::ad0d:e783:b338:5a75/64

docker0: unmanaged
        bridge, 02:42:3D:5B:C5:48, sw, mtu 1500

lo: unmanaged
        loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536

resin-vpn: unmanaged
        tun, sw, mtu 1500

DNS configuration:
        servers: 192.168.1.1 8.8.8.8
        interface: eth0