Hi There,
I found a state issue about Ble. I couldn't scanned the device when the device had connected. I'd like to ask what's the cause of this problem?
In addition, Is the maximum number of authentication devices supported with this Bluetooth device not more than 5?
I use the SDK version is 6.0.22.1401.
Thanks for your assist!
BR,
NX
Hi NX,
DA14531 supports 3 connection maximum
BTW, which example you are using?
JH_Renesas.
Hi NX,Please refer on DA14531 DatasheetMost examples will stop advertising when there is a connection established.Please refer on our Git example: ble-sdk6-examples/connectivity/multi_con_periph at main · renesas/ble-sdk6-examplesPlease go through the ReadMe file.Best Regards,OV_Renesas
The program does not work by following the contents of the link. Are there any other tutorials?
Another one is, I couldn't scanned the device when the device had connected. I'd like to ask what's the cause of this problem?
Hi NX,Did you follow the instructions on the ReadMe File?Did you apply the patch and set the Maximum Connections allowed correctly?BR,OV_Rnesas
Thanks for your reply!
For your question: Yes, I did it.
Does this project only support circuit boards designed by your company?
BR,
Look the picture, How do I to solve this problem?
Hi Nx,
Please have a double check with the path you are operating the console, as we can see you are locating in the SDK-version\SDK path, so it can not find the SDK path as you are already in that path.
JH_Renesas
Thanks for your reply.
The phenomenon shown in the picture is obvious that part of the path is recognized and read, and part of the path is not found. Would you please read my message before replying to it? If you think my path is wrong, could you please give a specific example?
Thanks for your assist.
This is the SDK path. call the git bash here
Some issues appeared during patch operation. How do I do this?
Look at the picture, Is there an error in this file(Readme)? According to the modifi in the Readme.file, the APP_IDX_MAX value is always be 1, not be APP_EASY_MAX_ACTIVE_CONNECTION.