Communication with other devices

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

cross mob
Anonymous
Not applicable

Hello people!

   

I am newbie to this community. I am working with CY8CKIT-048 PSoC Analog Coprocessor family processor module. I want to transfer my sensor data which can be viewed on BCP to some other device like mobile phone. I used Arduino UNO but having problem in doing so. Can someone please guide me on how this can be done.

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Hello ,

   

You can look into this project for help concerning your application,but it is based on PSOC4 BLE-

   

http://www.cypress.com/blog/100-projects-100-days/project-035-ble-i2c-bridge

View solution in original post

0 Likes
4 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

If "BCP" is "Bulk Copy Program" (and not "Bith Control Pill") you just need to specify which kind of interface to use, UART, I2C or SPI and place the appropriate component on the topdesign.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

BCP is Bridge Control Panel.

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Bridge Control Panel uses on the PSoC side an I2C to UART bridge which is programmed into the Miniprog3 firmware. You probably can get the source from Cypress on request.

   

 

   

Bob

0 Likes
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Hello ,

   

You can look into this project for help concerning your application,but it is based on PSOC4 BLE-

   

http://www.cypress.com/blog/100-projects-100-days/project-035-ble-i2c-bridge

0 Likes