Other Parts Discussed in Thread: CC2650
I m trying to configure the setup from the cc26xx tutorial from the following link
I have a ethernet cable connected from the raspberry pi to a windows laptop. For this tutorial, on the windows machine are you expected to bridge the ethernet with Wi-Fi in network settings? I did this in order for the raspberry pi to obtain an IPv4 address and for internet access on the pi. I was able to get access to the bbbb::100 webpage. However, from the 6lbr GitHub configuration the network interface setup involves enabling br0 and tap0 from the following link,
In addition the video shows a similar setup
Is this required? So on the raspberry pi, should the bridge be used? e.g display br0 in ifconfig. For NAT64, you need to know the IPv4 address of the pi and i m a little confused as to wether the address should be appearing under eth0 or br0. I am having problems getting the cc2650 to appear on the 6lbr webpage. It would help if the wiki tutorial had more information of the setup of the network interface.