Hi all,
We are new to the PAN1720 / Bluetooth.
Our Main objective is
1. We have the combination of Microcontroller and PAN1720 in our board. We need to get paired with any Android or iOS Phones and get commands/messages from phones which in turn send to microcontroller through UART.
We need to control the PAN1720 using external MCU through UART0. (P0.2 and P0.3) with RTS/CTS optional.
When we downloaded the SimpleBLE Peripheral, we can able to detect the CC2540 in my Android Phone. But when I try to pair the device, first it asking for Passcode and we typed 000000 (After seeing the code we found "000000") it tries to pair but it rejects. Then after simultaneous retry from phone CC2540 wont respond for any instances.
After that we changes the HOSTAPP code, device itself not discovered in my Phone. I changed the USB configuration (CC2540USB to CC2540EM) to UART DMA config and connect theBtool through PC. But no response for first command itself (GAP Init).
Kindly let me know how to sort out this issue..
Thanks