Hi,
I have an issue with pinging the nrf52 (PCA10040)(with mqtt_pub loaded), from the PC on the LAN to which the Raspberry Pi is connected to.
I can ping the nrf52 from the PI using the 2001:db8::<nrf MAC based address>. But can not do the same from the Windows PC on the LAN to which both the PC and RasPi are connected. I have been reading about the bridge between eth0 and bt0 which apparenetly cannot be done!??
SO,
I did follow the example here: https://visualgdb.com/tutorials/arm/nrf51/6lowpan/ Once I did all the static ipv6 settings on windows and Raspi, then I was able to ping nrf. But I would like to do this in more dynamic and automatic way!
How can I achieve that once the nrf52 is connected to the Raspi and the RasPi is connected to LAN (and through LAN to internet) it will automatically distribute the bt0 network adresses to the LAN network and further to the interent so that I can connect and ping nrf52 from LAN and then from internet without all that static ipv6 network setup on LAN etc.
Please help!