Part Number: CC2640R2F Tool/software: I am using CC2640r2f LAUNCHXL and I am running Simpleperipheral example project while turning off the uart (Display_Print) but keeping the advertisment enabled as it is. The current consumption after 5 sec ( when it…
Hi,
You can try simple broadcaster example program. But you need to also understand the pros and cons of sending data connectable and non-connectable. Although connectable consumes more current, it is a one transmitter to one receiver communication. The…
Part Number: CC2640R2F Tool/software: Hi,
Currently I am working on CC2640R5 Simple Peripheral profile project. I have added custom GATT service Write and Notify ,UART peripheral and implemented ANCS feature. With this implementation flash memory consumed…
Part Number: CC2640R2F
Tool/software:
Hello,
We see, using Ellisys, in some cases the connection interval updates without request from neither central (CC2640R2F) nor peripheral, and no request to do a connection interval was triggered in our code. …
Part Number: CC2640R2F Other Parts Discussed in Thread: CC2640 Tool/software: Currently, we are using the Simple_NP example project for our product. We are planning to use BLE5Stack, but it seems like the same example project is not available in BLE5Stack…
Part Number: CC2640R2F Tool/software: Hi community,
Recently I have enabled Watchdog reset inside my code to get the process out from unexpected hangs.
But I am observing enabling wdt and clearing it periodically consumes more power. Is this expected…
Hello Lakshmi,
Thanks for the summery here. It helps a lot and now we can focus on the scenario b). Here are my thoughts:
Peripheral updates connection interval to 15 ms, however I only see this is being accepted by the master when using an Android master…