Psoc4 BLE low power issue for similar codes

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

cross mob
lock attach
Attachments are accessible only for community members.
SuRa_2245351
Level 4
Level 4
First like received First like given

I am working on pedometer project and has interfaced ADXL362 with CYBL10163. When accelerometer is active micro controller reads data from ADXL362. I have similar two programs for operation in low power mode. Program named "Low_Power_Mode_Basic.cydsn" consumes approximately 73mA when accelerometer is active while program named "LPM_Basic_ADXL362.cydsn" consumes approximately 29mA when accelerometer is active.

I checked settings and I didn't find any difference in both the program, but still there is huge difference in current consumption.I want to use program named "LPM_Basic_ADXL362.cydsn" but it disconnects after sometime with CySmart android mobile app while other program does not have connection failure issue. Please help to find why both programs are having different power consumption.

0 Likes
1 Solution

Problem is solved issue is my antenna design since I am using Chip antenna. I set default values in "Peripheral preferred connection parameters" tab of BLE block.

Thanks for the reply e.pratt

View solution in original post

2 Replies
Anonymous
Not applicable

You lowPower.c files have different behavior. Compare them and figure out the differences there

0 Likes

Problem is solved issue is my antenna design since I am using Chip antenna. I set default values in "Peripheral preferred connection parameters" tab of BLE block.

Thanks for the reply e.pratt