Psoc 4 BLE HCI-mode

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
0 Likes
9 Replies
ETRO_SSN583
Level 9
Level 9
100 sign-ins 5 likes given 1000 replies posted

Great post but use of invisible text not allowed.

   

 

   

0 Likes
Anonymous
Not applicable
        Hello, First of all I want to say sorry, I couldn't write in the first post, I think it was because I was using Chrome. I am in a Project in which I have to read several sensor and send the information to a external device by bluetooth, in real time and also record measures and after some time send those data. I would like to use the HCI mode to send the recorded measures but I can't connect the bluetooth, the Cyble_start doesn't init the BLE what can I do? I have also tried to use the custom service with some custom attributes but y don't know how to send the data. could anybody help me? Thank you   
0 Likes
ETRO_SSN583
Level 9
Level 9
100 sign-ins 5 likes given 1000 replies posted

Take a look at the projects (10+) here, might be adaptable to what

   

you want -

   

 

   

www.cypress.com/

   

 

   

http://www.cypress.com/?id=5509&StartRow=6&PageNum=2

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable
        Thanks Dana, There I can see some projects about custom service but, do you know where I could find some information for HCI-Mode (Host controller Interface mode Bluetooth Uart)?   
0 Likes
ETRO_SSN583
Level 9
Level 9
100 sign-ins 5 likes given 1000 replies posted

You havbe seen these where the HCI layer is discussed ?

   

 

   

    

   

          

   

http://www.cypress.com/?rID=102505     AN94020

   

http://www.cypress.com/?rID=102504     AN91267

   

 

   

 

   

Regards, Dana.

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored
        I'm afraid there is not much information about the HCI mode. Did you try to configure th BLE component in HCI mode and see what code is generated?   
0 Likes
Anonymous
Not applicable
        Yes I did, but I can't find how to stablice the connection. I will keep looking for the solution, thanks.   
0 Likes
Anonymous
Not applicable
        Dana I don´t know where you meant, but i have seen both pdf files in the links.   
0 Likes
Anonymous
Not applicable

Marco,

   

When component is configured in HCI mode, a UART interface is provided by the component. You can select the UART pins as per your hardware and start sending the standard HCI commands over UART.

   

All the BLE HCI commands (defined in BLE spec) are supported by the component.

   

Regards,

   

Rahul

0 Likes