Hi. I'm working with the nrf52832 chip, and had a few high level questions I wanted outside opinions on
1) I have a lot of trouble connecting to my BLE device. I frequently run into scenarios where the connection is dropped during a connection attempt, and then the device stops advertising for a limited period of time (greater than the advertising interval I have set -- 5 seconds). Is there any settings I can improve upon to help with the connection success during these scenarios? Another thing to note is I usually dont have these issues when using the IOS nrfConnect app, but other open source applications run into these issues.
2) There have been quite a few instances where disconnecting from this chip is unsuccessful. Is that normal to happen across different peripheral applications? Do some do that well, and others not so much? I.e. the nrf app seems to be great for connection, but open source ones not so much. Not sure if that is a valid observation, or a anomaly?
3) Is it possible that a longer connection interval negatively impacts the ability to connect to the BLE device? If so, what constitutes a "long" interval?
Thank you!