Reading Voltage over bluetooth

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

cross mob
vebr_4751981
Level 1
Level 1
5 replies posted 5 questions asked 5 sign-ins

Hello all,

 I want to be able to read the voltage difference of 2 electrodes over Bluetooth using Psoc 4 BLE. Are there any already existing codes that do this?  I'd appreciate any help or tips as I am just starting.

 

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

Hi,

You can achieve this requirement in two steps.

1. Reading the voltage levels of the electrodes using ADC  and find the voltage difference. You can use single-ended or differential ADC for this purpose.

2. Transfering the data over BLE to a peer device. 

Please refer to the following project from Github.

https://github.com/Infineon/PSoC-4-BLE/blob/master/100_Projects_in_100_Days/Day005_Health_Thermomete...

You can also refer to the remaining projects from the Github space for more understanding.

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

Thanks and regards

Ganesh

View solution in original post

0 Likes
2 Replies
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

You can achieve this requirement in two steps.

1. Reading the voltage levels of the electrodes using ADC  and find the voltage difference. You can use single-ended or differential ADC for this purpose.

2. Transfering the data over BLE to a peer device. 

Please refer to the following project from Github.

https://github.com/Infineon/PSoC-4-BLE/blob/master/100_Projects_in_100_Days/Day005_Health_Thermomete...

You can also refer to the remaining projects from the Github space for more understanding.

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

Thanks and regards

Ganesh

0 Likes
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 find the attached pair of projects where one PSoC 4 BLE is used as BLE Central-Client and the other PSoC 4 BLE is used as Server-Peripheral. Different APIs are used in different projects to transfer the data between two devices (central and peripheral). I hope that these projects will give you an idea to use the right APIs for data transmission.

Thanks and regards

Ganesh

0 Likes