UART_BLE_ADC between two cy8ckit 042 ble kit

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

cross mob
Anonymous
Not applicable

Hello

   

I am trying to make a program to get temperature reading and send between two cy8ckit 042 ble kit. And want to see the results through UART. 

   

Till now i tried UART_BLE example from https://github.com/cypresssemiconductorco/PSoC-4-BLE/tree/master/100_Projects_in_100_Days

   

Can anyone help me how to proceed from here??

   

 

   

Thanks

0 Likes
1 Solution
Anonymous
Not applicable

Check out this post: http://www.cypress.com/forum/psoc-4-ble/connecting-2-psoc-proc-ble

   

He is also working on getting data transmission between two BLE devices working. The 100 projects UART_BLE example should be pretty good for what you are looking at doing. Are there specific questions or help you need?

   

Try breaking down your project into 4 parts:

   

Reading the temperature on device 1

   

Transmitting the temperature on device 1 over BLE

   

Receiving the temperature over BLE on device 2

   

Sending the temperature over UART from device 2

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

Check out this post: http://www.cypress.com/forum/psoc-4-ble/connecting-2-psoc-proc-ble

   

He is also working on getting data transmission between two BLE devices working. The 100 projects UART_BLE example should be pretty good for what you are looking at doing. Are there specific questions or help you need?

   

Try breaking down your project into 4 parts:

   

Reading the temperature on device 1

   

Transmitting the temperature on device 1 over BLE

   

Receiving the temperature over BLE on device 2

   

Sending the temperature over UART from device 2

0 Likes
Anonymous
Not applicable

Thanks for update. I am using UART_BLE example as starter. The example works very well. Now I am incorporating the steps..... 

0 Likes