My isp (Internet Service Provider) doesn't provide ipv6. Now how do I send ipv6 packets (BLE over ipv6 packets).
Updated: I have an Nrf 52832 and I want to send access my board through the internet, lets say for starters blink the LED of the nrf 52832 board. I've read about the BLE over Ipv6 or 6lowpan and how it can be accessed from the internet if we have a border router (raspberry pi model 3) which is connected to my nrf52832 board and takes the ipv6 packets from nrf52832 via BLE and forwards it to the router. Now here is where I'm not sure about forwarding the ipv6 packets because my router doesn't handle ipv6 packets (it only takes ipv4 packets) and also if do the ipv6 test , it shows ipv6 connectivity as "Not supported" which means that my Internet Service Provider does not provide me with ipv6 network. In this case how can I connect my nrf device to the internet.