REG : cybt-413055 GPIO interrupt pin details

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

cross mob
Vignesh
Level 1
Level 1
5 sign-ins First question asked First like given

as per our project requirement we have to use cybt-413055 module as a main control device.  

we have to power on or off using external interrupt signal. we are not able to see any interrupt at cybt-413055.

kindly share us any other way(only through external signal voltage) to

1.) wake up the device from sleep mode to normal operation mode and

2.) normal operation mode into sleep mode.

0 Likes
1 Solution
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @Vignesh ,

You can configure the GPIO interrupt to wake up the device from sleep mode using the wiced_sleep_configure() API. Check the API description in WICED documentation -> WICED Sleep Configuration

https://cypresssemiconductorco.github.io/btsdk-docs/BT-SDK/20719-B2_Bluetooth/API/group__wiced__slee...

Check the WICED low power app note for further details 

https://www.cypress.com/file/415986/download

Regards,
Bragadeesh

View solution in original post

0 Likes
1 Reply
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @Vignesh ,

You can configure the GPIO interrupt to wake up the device from sleep mode using the wiced_sleep_configure() API. Check the API description in WICED documentation -> WICED Sleep Configuration

https://cypresssemiconductorco.github.io/btsdk-docs/BT-SDK/20719-B2_Bluetooth/API/group__wiced__slee...

Check the WICED low power app note for further details 

https://www.cypress.com/file/415986/download

Regards,
Bragadeesh
0 Likes