PSoc BLE 4200 (pioneer kit)

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

cross mob
Anonymous
Not applicable

Hi guys !

   

I have some questions about PSoc BLE. I try to connect the Psoc (in mode peripherical) to a smartphone (mode central) by GATT protocol.

   

I don't want to used authentification, but only send some byte to the smartphone. (An interrupt wake up BLE and send byte). The smartphone recognize (connect) the PSoc only with the UUID.

   

 

   

I searched on example code and over this comunity but i did find an answer. Maybe i don't use the good words. Which services need i to use ? And How configurethe BLE module in PSoc creator ?

   

 

   

I do an advertising with BLE but i'm lost in the next step 🙂

   

 

   

Thanks for your help.

0 Likes
1 Solution
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Some additional ref material -

   

 

   

http://www.cypress.com/?rID=102512     AN91445 - Antenna Design Guide

   

http://www.cypress.com/?rID=102505     AN94020 - Getting Started with PRoC™ BLE

   

http://www.cypress.com/?rID=110007     AN92584 - Designing for Low Power and Estimating Battery Life for BLE Applications

   

http://www.cypress.com/?rID=109900     AN91162 - Creating a BLE Custom Profile

   

http://www.cypress.com/?rID=110107     AN91184 - PSoC 4 BLE - Designing BLE Applications

   

http://www.cypress.com/?rID=102504     AN91267 - Getting Started with PSoC® 4 BLE

   

http://www.cypress.com/?rID=107332     AN95089 - PSoC® 4/PRoC™ BLE Crystal Oscillator Selection and Tuning Techniques

   

 

   

Regards, Dana.

View solution in original post

0 Likes
3 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Sir: have you checked out the 100 projects in 100 days Ble examples? Here is one that may help you https://github.com/cypresssemiconductorco/PSoC-4-BLE/tree/master/100_Projects_in_100_Days/Day001_Fin.... If you need more information check out the other examples on that search.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Some additional ref material -

   

 

   

http://www.cypress.com/?rID=102512     AN91445 - Antenna Design Guide

   

http://www.cypress.com/?rID=102505     AN94020 - Getting Started with PRoC™ BLE

   

http://www.cypress.com/?rID=110007     AN92584 - Designing for Low Power and Estimating Battery Life for BLE Applications

   

http://www.cypress.com/?rID=109900     AN91162 - Creating a BLE Custom Profile

   

http://www.cypress.com/?rID=110107     AN91184 - PSoC 4 BLE - Designing BLE Applications

   

http://www.cypress.com/?rID=102504     AN91267 - Getting Started with PSoC® 4 BLE

   

http://www.cypress.com/?rID=107332     AN95089 - PSoC® 4/PRoC™ BLE Crystal Oscillator Selection and Tuning Techniques

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

Thanks for your replies.

   

I'm currently using custom profiles in peripherical mode. I send data correctly using notification services with CyBle_GattsNotification().

0 Likes