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

Multi connection of BLE 6LoWPAN Border Router

Hi

I had used one nRF52 Kit(nRF52832+nRF5_SDK_14.2.0) to connect  a BLE 6LoWPAN Border Router(Raspberry Pi 3B+Raspbian)

according to the IoT User Guide.

But in IoT applications, more then one device will connect to a Border Router usually. 

The IoT User Guide only explained the connection method of one device and the Border Router.

I tried to connect another device(TCP Client) in the same way on the basis of connecting one device,

but I could not connect successfully(only bt0 with the one device connected).

Can anyone tell me how to connect multiple devices with a BLE 6LoWPAN Border Router.

Thanks!

Parents Reply
  • Hi,Thank you for your reply.

    Sorry,perhaps I did not write clearly. I mean

    I used echo "connect 00:AA:BB:XX:YY:ZZ 1" > /sys/kernel/debug/bluetooth/6lowpan_control

    to connected a device and PING it successfully.

    But when I connected a another device, used 'hcitool con' could see 2 devices at the same time,

    I could not PING any device anymore.

    Does this mean that the BLE 6LoWPAN Border Router can only connect 1 device at the same time?

Children
Related