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

cross mob
StWy_1297206
Level 1
Level 1
First question asked Welcome!

I am attempting to pair a remote to the psoc board. Being very new to BLE I am honestly just not sure where to even start.  I am using  a PSOC4 BLE pioneer kit, and attempting to connect a bluetooth remote to it (Link to remote at the bottom).  My current goal is to get button presses from the remote to adjust the color of the built in LED on the pioneer kit.

Things I need advice on:

Connecting a peripheral device to the psoc 4 pioneer kit.

Using the peripheral device in this case a remote to interact with the built in LED.

https://www.amazon.com/gp/product/B08HHC4Z21/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1

 

 

 

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

Please note that the PSoC 4 BLE device is a bare metal device. There will not be any firmware inside it when it is out of the factory. The users need to develop the firmware according to the application using PSoC Creator GUI.

Coming to the remote, it is specifically designed and developed for Android OS. Since PSoC does not run any OS by default, you need to develop a central application on the PSoC, scan the peripheral accordingly, and perform the steps.

Please note that PSoC 4 BLE device only supports the BLE protocol. From the description of the remote, it is not sure that it works on BLE technology. 

To understand more about what I mentioned above, please go through the following application notes

https://www.cypress.com/documentation/application-notes/an91267-getting-started-psoc-4-ble

https://www.cypress.com/documentation/application-notes/an91184-psoc-4-ble-designing-bluetooth-low-e...

Also, please go through the following and Github page and other few attached PSoC Creator applications regarding PSoC 4 BLE for your understanding. 

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

Thanks and regards

Ganesh

 

View solution in original post

0 Likes
1 Reply
lock attach
Attachments are accessible only for community members.
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

Please note that the PSoC 4 BLE device is a bare metal device. There will not be any firmware inside it when it is out of the factory. The users need to develop the firmware according to the application using PSoC Creator GUI.

Coming to the remote, it is specifically designed and developed for Android OS. Since PSoC does not run any OS by default, you need to develop a central application on the PSoC, scan the peripheral accordingly, and perform the steps.

Please note that PSoC 4 BLE device only supports the BLE protocol. From the description of the remote, it is not sure that it works on BLE technology. 

To understand more about what I mentioned above, please go through the following application notes

https://www.cypress.com/documentation/application-notes/an91267-getting-started-psoc-4-ble

https://www.cypress.com/documentation/application-notes/an91184-psoc-4-ble-designing-bluetooth-low-e...

Also, please go through the following and Github page and other few attached PSoC Creator applications regarding PSoC 4 BLE for your understanding. 

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

Thanks and regards

Ganesh

 

0 Likes