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

Mesh networking for security system

Hey Guys, Thanks for this wonderful first of all. Great work!

Well I am posting my first query related to Nordic mesh, please help

we need the BLE for our Wireless Security Alarm System Project on MESH Technology which work something like that:

  1. We attached one BLE as master with our main control panel through UART or any other protocol & want to control the BLE with our principal controller.

  2. We want to attached nearly 100 ( or more) different BLE as Slave with different address with our Master BLE.

2.a. when Master BLE is in programming mode, & we press the programming switch of any slave BLE, then slave send the own address to master BLE & it automatic store the slave address. similarly the same process for all slave BLE`s.

2.b. After saving all the addresses of all slaves BLE`s, master BLE comes out from the programming mode when it get the command from main controller.

2.c. . Now the master BLE will be in the running mode and check the address and data from slave BLE side on regular bases.

2.d. All slave BLE send the data to main Master BLE directly or through nearest available slave BLE on regular interval to confirm that they are in MESH, & master check the address of slave if address match with save data address then master work on it otherwise it would skip that data.

  1. In first case, All Slave BLE connect directly to Master BLE if they are in direct range.

  2. In second case if any slave BLE will not in direct range of Master BLE, then the Slave No. 1 send the single to nearest available Slave BLE & the 2nd slave again transmit the single or data to main Master BLE with the complete data with slave BLE code to Master BLE to recognise it from which Slave its come.

  3. Vis versa when Master BLE want to send the data to any slave BLE then the Slave BLE receive it if the data for it or it will forward to other available Slave BLE.

The above is main operation what we want to do with BLE.

So can we implement the above project using Nordic mesh network?if yes please guide us on how to proceed with the same? please share related documents.

kind regards PK

Parents
  • Hello ,

    Regarding to mesh I have few more queries as below,

    There are two types Bearer using which we can provision & configure Bluetooth Mesh Devices

    1. GATT
    2. ADV

    Current MESH SDK from Nordic Semiconductor only support ADV Bearer. And you don't have compatible Android/iOS APP which support ADV Bearer.

    On other hand, Silicon Labs have released Android APP (play.google.com/.../details which only support GATT Bearer. But we can't use Silicon Labs APP for provisioning & configuration.

    So please suggest if you have any support which will enable GATT Bearer in the current available MESH SDK. If you provide support for GATT Bearer then at least we can use Silicon Labs APP to proceed further in our R&D.

    We also want to initiate development for Android/iOS App & hence SDKs for mobile APP development is also our prime requirement from Nordic Semiconductor.

    Please inform us as soon as possible.

    Thanks in advance

    Pktron

Reply
  • Hello ,

    Regarding to mesh I have few more queries as below,

    There are two types Bearer using which we can provision & configure Bluetooth Mesh Devices

    1. GATT
    2. ADV

    Current MESH SDK from Nordic Semiconductor only support ADV Bearer. And you don't have compatible Android/iOS APP which support ADV Bearer.

    On other hand, Silicon Labs have released Android APP (play.google.com/.../details which only support GATT Bearer. But we can't use Silicon Labs APP for provisioning & configuration.

    So please suggest if you have any support which will enable GATT Bearer in the current available MESH SDK. If you provide support for GATT Bearer then at least we can use Silicon Labs APP to proceed further in our R&D.

    We also want to initiate development for Android/iOS App & hence SDKs for mobile APP development is also our prime requirement from Nordic Semiconductor.

    Please inform us as soon as possible.

    Thanks in advance

    Pktron

Children
Related