Transmit/Receive- PSOC 4 BLE SoC, CY8CKIT-042-BLE Pioneer kit

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

cross mob
Anonymous
Not applicable

I'm using your PSOC 4 BLE SoC, CY8CKIT-042-BLE Pioneer kit.  I need to send raw data from the sensor to android application through BLE.  

1. How to send/receive customized data (eg: .CSV file) from board to customized mobile application?

2. How do i program the hardware?

3. Can you provide an example program?  

I request you to get back to me as earliest as possible.

0 Likes
1 Solution
AlanH_86
Employee
Employee
100 replies posted 50 replies posted 25 solutions authored

1. You will need to make custom characteristics

2. That is a pretty big question.  I would start with the tutorials that I made

A PSoC 4 BLE Tutorial

http://www.cypress.com/training/psoc-4-ble-101-video-tutorial-series-how-create-products-using-psoc-...

Android:

http://www.cypress.com/training/psoc-video-tutorial-series-how-create-android-apps-interact-cypress-...

3. There are a bunch of examples in the example code browser that you can find on File->Code Examples in PSoC Creator

There are also a number of BLE application notes that describe the process

http://www.cypress.com/search/all?f[0]=meta_type%3Atechnical_documents&f[1]=resource_meta_type%3A574...

And if you search for BLE on my blog www.iotexpert.com you will find a bunch of BLE tutorials

https://iotexpert.com/?s=BLE

View solution in original post

0 Likes
2 Replies
AlanH_86
Employee
Employee
100 replies posted 50 replies posted 25 solutions authored

1. You will need to make custom characteristics

2. That is a pretty big question.  I would start with the tutorials that I made

A PSoC 4 BLE Tutorial

http://www.cypress.com/training/psoc-4-ble-101-video-tutorial-series-how-create-products-using-psoc-...

Android:

http://www.cypress.com/training/psoc-video-tutorial-series-how-create-android-apps-interact-cypress-...

3. There are a bunch of examples in the example code browser that you can find on File->Code Examples in PSoC Creator

There are also a number of BLE application notes that describe the process

http://www.cypress.com/search/all?f[0]=meta_type%3Atechnical_documents&f[1]=resource_meta_type%3A574...

And if you search for BLE on my blog www.iotexpert.com you will find a bunch of BLE tutorials

https://iotexpert.com/?s=BLE

0 Likes
Anonymous
Not applicable

1. For making a custom profile, the examples: http://www.cypress.com/file/140826/download are handy for understanding how to use the BLE API for custom profiles/characteristics.

0 Likes