How many radio protocols can MPLS support?

Hi,

Our project requires an unusual combination of running BLE, Gazell, and raw radio packets for time sync simultaneously.

Time sync and BLE are infrequent activities and can be stretched to long intervals, but Gazell is use for low latency purposes.

Can MPLS support such behavior of using 3 different radio protocols?

In all the samples I've seen MPLS is used to send raw radio packets while main app uses BLE, but I haven't found any information about limitations.

Thanks,

Guy.

Parents
  • Hello,

    I do believe all SDK's we have support a feature called timeslots, during a timeslot the application have full control over the radio, which means it can run other radio protocol than BLE. There is one problem running Gazell though, for Gazell to work optimum it needs to retain timing and frequency information from previous packet, however Gazell is not able to retain timing between transmissions in a timeslot, this means each packet will be asynchronous, this will impact the efficiency (meaning it will take longer to send packets, and the max throughput will be lower).

    Kenneth

Reply
  • Hello,

    I do believe all SDK's we have support a feature called timeslots, during a timeslot the application have full control over the radio, which means it can run other radio protocol than BLE. There is one problem running Gazell though, for Gazell to work optimum it needs to retain timing and frequency information from previous packet, however Gazell is not able to retain timing between transmissions in a timeslot, this means each packet will be asynchronous, this will impact the efficiency (meaning it will take longer to send packets, and the max throughput will be lower).

    Kenneth

Children
No Data
Related