Hi, we have the need to implement the border router functionality for 6loWPAN in our device using a nRF52840.
Essentially we need to replace the Raspberry Pi in your examples with our device having internet connectivity. The device has a custom RTOS - no Linux possible. Preferably all bluetooth related processing to be done in nRF chip, IPv6 routing however will be the device's job.
The client nodes would be smaller battery powered devices with same chip (we are looking for long range coded mode of operation). There is no need for mesh, but simple one to many connections. Bandwidth is not a concern, very small amount of data need to be transferred.
Is such a solution even possible using your chipset / SDK? Is it possible to have multiple L2CAP channels open at the same time to many devices (up to 10)? Which node should be in this case advertising (preferably BR since it has permanent power)?
Any example code?
Regards