Dear John,
When I plug the Portenta into the USC port, upload the code and connect to 'PortentaAccessPort' in my network list, the serial monitor output is as follows:
13:47:13.270 -> Access Point Web Server
13:47:13.270 -> Creating access point named: PortentaAccessPoint
13:47:23.967 -> SSID:
13:47:23.967 -> IP Address: 192.168.4.1
13:47:23.967 -> To see this page in action, open a browser to http://192.168.4.1
13:47:23.967 -> Device disconnected from AP
Then when I go to http://192.168.4.1 in Safari the serial monitor then outputs the following additional lines of code:
13:48:04.880 -> new client
13:48:04.914 -> GET / HTTP/1.1
13:48:04.914 -> Host: 192.168.4.1
13:48:04.914 -> Upgrade-Insecure-Requests: 1
13:48:04.914 -> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
13:48:04.914 -> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15
13:48:04.947 -> Accept-Language: en-us
13:48:04.947 -> Accept-Encoding: gzip, deflate
13:48:04.986 -> Connection: keep-alive
13:48:04.986 ->
At which point all communication with the Portenta stops when I try and press any buttons.
Using ifconfig -a in Terminal, I am presented with a list of network interfaces such as 'en0, en1, en1' of which en1 and en2 are inactive.
Using netstat -r, I am presented with the following:
Internet:
Destination Gateway Flags Netif Expire
default 192.168.1.1 UGSc en0
127 localhost UCS lo0
localhost localhost UH lo0
169.254 link#4 UCS en0 !
192.168.1 link#4 UCS en0 !
192.168.1.1/32 link#4 UCS en0 !
192.168.1.1 f8:8:4f:d8:c2:32 UHLWIir en0 1176
192.168.1.2 64:5a:ed:10:7b:91 UHLWIi en0 1164
192.168.1.3/32 link#4 UCS en0 !
192.168.1.3 4c:32:75:9c:35:eb UHLWIi lo0
192.168.1.255 ff:ff:ff:ff:ff:ff UHLWbI en0 !
224.0.0/4 link#4 UmCS en0 !
all-systems.mcast. 1:0:5e:0:0:1 UHmLWI en0
224.0.0.251 1:0:5e:0:0:fb UHmLWI en0
225.255.255.255 1:0:5e:7f:ff:ff UHmLWI en0
239.255.255.250 1:0:5e:7f:ff:fa UHmLWI en0
255.255.255.255/32 link#4 UCS en0 !
broadcasthost ff:ff:ff:ff:ff:ff UHLWbI en0 !
Internet6:
Destination Gateway Flags Netif Expire
default fe80::fa08:4fff:fe UGc en0
default fe80::%utun0 UGcI utun0
default fe80::%utun1 UGcI utun1
localhost localhost UHL lo0
2600:6c50:7980:1af link#4 UC en0
2600:6c50:7980:1af 4c:32:75:9c:35:eb UHL lo0
2600:6c50:7980:1af 4c:32:75:9c:35:eb UHL lo0
2600:6c50:7980:1af 4c:32:75:9c:35:eb UHL lo0
fe80::%lo0 ryans-macbook-pro- UcI lo0
ryans-macbook-pro- link#1 UHLI lo0
fe80::%en0 link#4 UCI en0
ryans-macbook-pro- 4c:32:75:9c:35:eb UHLI lo0
fe80::fa08:4fff:fe f8:8:4f:d8:c2:32 UHLWIir en0
fe80::%awdl0 link#9 UCI awdl0
fe80::b401:85ff:fe b6:1:85:9:1:bf UHLI lo0
fe80::%llw0 link#10 UCI llw0
fe80::b401:85ff:fe b6:1:85:9:1:bf UHLI lo0
ryans-macbook-pro- link#11 UHLI lo0
ryans-macbook-pro- link#12 UHLI lo0
ff01::%lo0 localhost UmCI lo0
ff01::%en0 link#4 UmCI en0
ff01::%awdl0 link#9 UmCI awdl0
ff01::%llw0 link#10 UmCI llw0
ff02::%lo0 localhost UmCI lo0
ff02::%en0 link#4 UmCI en0
ff02::%awdl0 link#9 UmCI awdl0
ff02::%llw0 link#10 UmCI llw0
From what I understood from your message, the germane part is to look for multiple Gateway addresses such as '192.168.1.1 ' which I do not see. Am I on the right track?
Thanks for all your help and patience.
Ryan