I need a help to create a mesh where two nrf52 dk are connectred in the mesh and one node sends a message and another node recives it and sends to a url
I need a help to create a mesh where two nrf52 dk are connectred in the mesh and one node sends a message and another node recives it and sends to a url
Have you looked at the Mesh SDK ?
a mesh where two nrf52 dk are connectred
It's not really a mesh with only two nodes!
Do you really need a mesh ?
yes i need a mesh
yes i need a mesh
So look at the Mesh SDK, then.
yes i saw that but the message send from 1st node to second node must be sent to an url by second node
The SDK covers the meshing part.
Sending stuff to a URL is an entirely separate matter
yes i want to know how to do it