You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using two ble nano (master->slave) in order to discover the maximum data throughput I can achieve in a connection between these two boards (after the connection is established, the slave send by notification a packet of 20 bytes where the first 2 bytes contain a simple index).
I'm using Arduino, and with the board manager I've updated my boards to version 1.0.7. I know that nRF51822 can transmit up to 6 packets in a connection interval, but this is possible using S130 v 2.0.
Is that correct? So what version of S130 my current library is?
In this way I should be able to know how many packets my peripheral can send in a single connection interval.
Thanks
The text was updated successfully, but these errors were encountered:
Hi guys,
I'm currently using two ble nano (master->slave) in order to discover the maximum data throughput I can achieve in a connection between these two boards (after the connection is established, the slave send by notification a packet of 20 bytes where the first 2 bytes contain a simple index).
I'm using Arduino, and with the board manager I've updated my boards to version 1.0.7. I know that nRF51822 can transmit up to 6 packets in a connection interval, but this is possible using S130 v 2.0.
Is that correct? So what version of S130 my current library is?
In this way I should be able to know how many packets my peripheral can send in a single connection interval.
Thanks
The text was updated successfully, but these errors were encountered: