I have a local ipv4 network with a Mac laptop. There is a Raspberry Pi Thread border router connected to the network. There is an nRF52840 running the Thread CLI example.
Following the Border Router example on the InfoCenter, I can
- nRF52840 -> ping -> cloud (using ipv4 address embedded in ipv6)
- nRF52840 -> ping/UDP -> raspberry pi border router (using ipv6 address)
- nRF52840 -> ping/UDP -> Mac laptop (using ipv4 address embedded in ipv6 and custom prefix in tayga.conf)
- border router -> ping/UDP -> nRF52840
I cannot ping from the Mac laptop directly to the nRF52840. Ping on the mac
Is it possible to ping and send UDP to the nRF52840 from a device (laptop) on the local ipv4 LAN? How would I configure or find the corresponding ipv4 address to use on the laptop?
Rob