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

NRF52832 BT multiple connection

I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc side I want to know which sensor data comes from which node.

For this purpose I bought two Taiyo Yudens EYSHSNZWZ eval kit which includes NRF52832 IC to learn their usage. 

Is there any way to make these connection with these modules?  At pc side should I use any bluetooth hardware

Parents
  • Hi Şeyma,

    First  \nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_multilink_central\pca10040 programming Taiyo Yuden board. This board must connected PC. You can monitoring Putty.

    Secandly \nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\..... programming other Taiyo Yuden board. 

    This scenario for two devices monitoring real time. If you want lots of devices monitoring same time this is not possible. If you monitoring same time lots of devices you should use mesh. nRF52832 supported (SDK 14.2 s132) mesh protocol. 

Reply
  • Hi Şeyma,

    First  \nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_multilink_central\pca10040 programming Taiyo Yuden board. This board must connected PC. You can monitoring Putty.

    Secandly \nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\..... programming other Taiyo Yuden board. 

    This scenario for two devices monitoring real time. If you want lots of devices monitoring same time this is not possible. If you monitoring same time lots of devices you should use mesh. nRF52832 supported (SDK 14.2 s132) mesh protocol. 

Children
Related