SDK: 15.1
SoftDevice: S132, v6.1
IDE: Keil
Hello I am using the nRF dongle combined with nRF Connect on my PC to connect to my BLE peripheral (custom board). During connected state, I am seeing my average current consumption change when I connect to my iPhone versus the dongle. When I connect using the dongle Iavg = 125uA, when I connect using my iPhone Iavg = 100uA.
Q1. What is going on here? Is the dongle changing connection parameters on my peripheral device? If yes, how can I modify it so that it behaves identical to iPhone?
Q2. I ultimately want my peripheral device to connect to iOS or Android cell phone. I am sending 10 bytes of data every minute, so very low throughput. What are my limitations on increasing my connection interval before BLE connection is compromised? I would like to understand the limitations of the peripheral, client, and throughput as they relate to these 2 connection parameters (MIN_CONN_INTERVAL, MAX_CONN_INTERVAL) . Can you point me to some literature?
Thanks for your time