This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Sir/Madam,
I have modified KeyFob source code from SPI to I2C (Don't change code architecture). Reading/Writing Registers via I2C Interface works fine in debug mode but quick disconnection happened when I run atomax App in the iPhone 4S to connect KeyFob. Could you please do me a favor for this issue?
Thanks & Regards
Stevenson Chen
The quick disconnect is usually the iPhone rejecting the connection parameter ranges. The wiki has example mod to peripheral.c to account for this.
Br
Greg
Dear Greg Sir,
Many thanks for your reply and teachings.
I have refered to the following URL link.
http://e2e.ti.com/support/low_power_rf/f/538/t/167385.aspx
http://processors.wiki.ti.com/index.php/Category:BluetoothLE
Which is the right example to peripheral.c modification for this issue?
Please feel free to advise again.
Thanks & Regards
Stevenson Chen
Hi,
Check whether your I2C communication is on polling or interrupt mode. If it is on polling then disconnection may happen .
Thanks ,
Gaurav Jain