This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Ping External Internet from End-Device nRF52840 DK + Raspberry Pi 3B+ on Thread Border Router

Hi,

I'm working on a structure based on a Raspi 3B+ with nRF52840 willing to connect to an IoT hub and working as a thread border router with 2 other nRF52840 connected on an Ubuntu 16.04 LTS. The main goal being the thread network working with MQTT-SN.

Following the tutorial: https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Thread_SDK/v0-11-0/thread_mqttsn_example?135#thread_mqttsn_example_testing 

I have managed to ping 64:ff9b::808:808 from the End-Device serial console, ping the wpan0 IPs showing on the Raspi, and ping the End-Device IPs from the raspi.

The thing is, I want to bring the tests further and ping other IP addresses, like for example another raspi connected on the same network as my main Raspi (currently being my mobile phone shared network), but I don't know what to write, which IP to ping. (I do not really understand how all of this works, with all the prefixes and everything).

Thanks for the help.

Related