Other Parts Discussed in Thread: CC2650, ,
Hi.
Currently Project Zero is downloaded and working on my CC2650 Launchxl board, but it works on the CC2640F128 custom board but does not work.
Please give me a solution as soon as possible.
Thank you.
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.
What does "does not work mean"? If the board files are the problem the program running will fail before reaching the BLE part if I'm not mistaken.
Alsp, if this is a custom board, do you you know if the board is working as intended? See the "board bringup" part of www.ti.com/.../swra640
Sorry for the late response.
The board file has been modified for my custom board, but my custom board still doesn't work. Not working means the custom board doesn't have a Bluetooth connection with my smartphone.
The board is confirmed to operate normally. Because in my custom board, in the case of Simple BLE Peripheral example, BLE connection is normal. However, the Project zero example does not work.
Try to refer to BIM explained in https://processors.wiki.ti.com/index.php/CC2650_SensorTag_User's_Guide
Sorry for the late reply.
I changed my custom board to CC2640R2F because the Project Zero example did not work on my existing CC2640F128 custom board.
The Project Zero example worked fine on the changed custom board.
Thank you for your continuous follow-up.