Sending Data packets from psoc 4 device (CYALkit- E03 E02 beacon) to raspberry pi3 using BLE com

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

cross mob
sasi_4796961
Level 1
Level 1
25 sign-ins 10 sign-ins 5 sign-ins

Hi ,

This is Sai Krishna . We are looking to store the Bluetooth packets  sent from  CYALkit E2 E3 devices to raspberry pi-3 for further processing .  So we are looking for code example to run on raspberry pi 3 so that it detects and stores the BLE messages from   CYALkit E2 E3 devices. We are mainly interested in storing the RSSI value from the BLE packets.  Please help us in this regard. 

Thanks in advance.

0 Likes
1 Solution
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi Sai Krishna,

Thank you for your interest in Cypress products.

In case you want the RSSI values of the advertisement packets from the PSoC 4 device all you just have to do is to advertise the PSoC 4 device and Scan the advertisement packets in the Raspberry pi device.  You don't need to establish any connection between PSoC 4 BLE and Raspberry pi in case you want to look only at RSSI values.

For demo application in Raspberry pi, please check RAspberry pi forums.

Thanks and regards

Ganesh

View solution in original post

0 Likes
1 Reply
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi Sai Krishna,

Thank you for your interest in Cypress products.

In case you want the RSSI values of the advertisement packets from the PSoC 4 device all you just have to do is to advertise the PSoC 4 device and Scan the advertisement packets in the Raspberry pi device.  You don't need to establish any connection between PSoC 4 BLE and Raspberry pi in case you want to look only at RSSI values.

For demo application in Raspberry pi, please check RAspberry pi forums.

Thanks and regards

Ganesh

0 Likes