Connecting 2 PSoC / PRoC BLE

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

cross mob
Anonymous
Not applicable

Hi all,

   

I am trying two connect tow BLE devices between them. The objective is that they can send messages to each others and based on that they do a little gpio tickeling.

   

Well, I found these posts : 

   

1)  http://www.cypress.com/forum/psoc-4-ble/connecting-two-cyble-224110-eval-between-them

   

They said that they used it to make the connection between the two boards but there is no post if it worked or not

   

2)

   

http://www.cypress.com/forum/psoc-4-ble/send-data-between-two-psoc-4-ble-devices

   

http://www.cypress.com/forum/psoc-4-ble/connecting-two-cy8ckit-042-ble-bluetooth-low-energy-ble-pion...

   

These are kind of old posts. For the first one the link is dead.

   

 

   

Well, I would like to know if there is a concise tuto or AN on how getting two PSoC or PRoC BLE connected together ?

   

 

   

Thanks

0 Likes
1 Solution
Anonymous
Not applicable

i'd get started by looking into the 100 projects in 100 days git cypress released,
the BLE to uart bridge is probably your best bet, considering it has both the central and peripheral roles

   

https://github.com/cypresssemiconductorco/PSoC-4-BLE/tree/master/100_Projects_in_100_Days

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

i'd get started by looking into the 100 projects in 100 days git cypress released,
the BLE to uart bridge is probably your best bet, considering it has both the central and peripheral roles

   

https://github.com/cypresssemiconductorco/PSoC-4-BLE/tree/master/100_Projects_in_100_Days

0 Likes
Anonymous
Not applicable

Hi Ronald,

   

Thanks for the tip, I'm working on that.

   

Ahmed

0 Likes