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

Explanation about transmitting packets in master control panel ?

Hi all,

As i understand from useful discussion here, we can send one 20 bytes packet per connection when we use S120 to S110 direction, and this number could be increased to 4 or 6 packets per connection if we use Master Control Panel instead of S120 Softdevice. I work on application that send data through Bluetooth connection to computer, this application written by visual basic language, i am ask if there is a way (ocx or dll or any thing) to read the data from master control panel to my application so we can gain more packet per connection?

Thanks alot for unlimited support in this wonderful forum.

Regards

Parents
  • @ahmed: The S120 support upto 8 peripheral when the MCP dongle only support one peripheral. This explains why on S120 we support only one packet per connection event when we can get up to 6 packets with the dongle.

    There is a better way of taking advantage of the dongle firmware is to use the Master Emulator dll for C#. You can find the dll and example in

    C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\2.1.12.6

Reply
  • @ahmed: The S120 support upto 8 peripheral when the MCP dongle only support one peripheral. This explains why on S120 we support only one packet per connection event when we can get up to 6 packets with the dongle.

    There is a better way of taking advantage of the dongle firmware is to use the Master Emulator dll for C#. You can find the dll and example in

    C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\2.1.12.6

Children
Related