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

Regarding Bluetooth Issue(Chipset model = NR5283)

Hi, I've been developing android beacon application that connects with your chipset NR5283.
What i am trying is make connection to Ble Mode from Peripheral mode, and stream data within the connection. 
We tried with two NR5283 chipset, and found that is is possible, so we tried with test android application(Peripheral mode) and with test module(Ble Mode).
But unfortunately, it seems like the chipset is failing to receive the data.
Please let me know if there is any solution to this issue. Thanks.
​​
Android Log 
-------------------------------------
Uart_c Scan started
start scanning for device name BL_HPUS,0100,01
DEBUG: ..\..\..\main.c:406:on_adv_report(): Connecting to target a4:3c:bc:2e:71:6b
INFO: ..\..\..\main.c:425:on_ble_evt(): Connected to target
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:889:ble_db_discovery_start(): Starting discovery of service with UUID 0xffd0 for Connection handle 0
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:545:on_primary_srv_discovery_rsp(): Found service UUID 0xffd0
DEBUG:
Uart_c Scan started
start scanning for device name BL_HPUS,0100,01
DEBUG: ..\..\..\main.c:406:on_adv_report(): Connecting to target a4:3c:bc:2e:71:6b
INFO: ..\..\..\main.c:425:on_ble_evt(): Connected to target
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:889:ble_db_discovery_start(): Starting discovery of service with UUID 0xffd0 for Connection handle 0
Uart_c Scan started
start scanning for device name BL_HPUS,0100,01
DEBUG: ..\..\..\main.c:406:on_adv_report(): Connecting to target 1f:72:4f:68:f6:6c
INFO: ..\..\..\main.c:425:on_ble_evt(): Connected to target
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:889:ble_db_discovery_start(): Starting discovery of service with UUID 0xffd0 for Connection handle 0
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:545:on_primary_srv_discovery_rsp(): Found service UUID 0xffd0
DEBUG:
Uart_c Scan started
start scanning for device name BL_HPUS,0100,01
DEBUG: ..\..\..\main.c:406:on_adv_report(): Connecting to target 1f:72:4f:68:f6:6c
INFO: ..\..\..\main.c:425:on_ble_evt(): Connected to target
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:889:ble_db_discovery_start(): Starting discovery of service with UUID 0xffd0 for Connection handle 0
-------------------------------------​
Log between NR5283 Module
Uart_c Scan started
start scanning for device name BL_HPUS,0100,01
DEBUG: ..\..\..\main.c:406:on_adv_report(): Connecting to target a0:4a:b8:ca:6a:d8
INFO: ..\..\..\main.c:425:on_ble_evt(): Connected to target
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:889:ble_db_discovery_start(): Starting discovery of service with UUID 0xffd0 for Connection handle 0
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:545:on_primary_srv_discovery_rsp(): Found service UUID 0xffd0
DEBUG: ..\..\..\..\..\..\components\ble\ble_db_discovery\ble_db_discovery.c:812:on_descriptor_discovery_rsp(): Discovery of service with UUID 0xffd0 completed with success for Connectionhandle 0
The device has the Nordic UART Service
[SECURE_REQ_STS]AT+KEY=A7BCM2PB
[SECURE_REQ_STS]AT+KEY=A5B7M2P4
[SECURE_REQ_STS]AT+KEY=A3B2M1P1
[SECURE_REQ_STS]AT+KEY=A1BAM2P2
[SECURE_REQ_STS]AT+KEY=A2B3M0P5
[SECURE_REQ_STS]AT+KEY=A0B1M3PC
[SECURE_REQ_STS]AT+KEY=ACB3M0P4
[SECURE_REQ_STS]AT+KEY=A8B3M2PF
[SECURE_REQ_STS]AT+KEY=A7B6M2PF
[SECURE_REQ_STS]AT+KEY=A9BAM1P7
[SECURE_REQ_STS]AT+KEY=A9BDM1P3
[SECURE_REQ_STS]AT+KEY=A3B5M1P8
[SECURE_REQ_STS]AT+KEY=AABDM1P7
[SECURE_REQ_STS]AT+KEY=A1B5M0P3
[SECURE_REQ_STS]AT+KEY=AFB9M3P6
[SECURE_REQ_STS]AT+KEY=A6B6M3P1
[SECURE_REQ_STS]AT+KEY=ABB9M2P1
[SECURE_REQ_STS]AT+KEY=A8B9M2PE
[SECURE_REQ_STS]AT+KEY=ACBFM2PC
[SECURE_REQ_STS]AT+KEY=A4BEM2P8​
Parents Reply Children
No Data
Related