Part Number: CC2640R2F Tool/software: I'm trying to use the HCI_LE_ReadPhyCmd() API in the simple_np project of blestack but it is failing to build. It seems like the definition of this API is not available in this Stack. Is there any way to use this…
Hi Lakshmi,
Thank you for the details. Understood. As long as the issue is reproduce able on a minimally modified SDK example, then that should work for R&D. To clarify, does this mean you were able to reproduce it on a LP with simple_peripheral_cc2640r2lp_oad_onchip_app…
Part Number: CC2640R2F Tool/software: Hello,
Sensor Controller, specifically current source, Time to Digital converter (96 MHz timer) and comparator are ideal for our application. Some time ago we have made prototypes with CC2640R2FYFVT and it worked…
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…
Hi Uthman,
There is no single API to turn off the RF core, but if no RF events are scheduled, then the RF core will not do anything. If you are using a BLE example, then turning off all advertising, scanning and terminating any connection will ensure…
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: Code Composer Studio
Good day! I am currently facing an issue while trying to program my custom board, which features a CC2640R2F, using the XDS110 DEBUG PROBE. I have two of these probes—one is working fine, but…
Hi Jerome,
These look okay to me. You mentioned that you see this in a heavily custom multi_role. Are you able to see this in an unmodified multirole that uses your connection parameters?
Best Regards
Jan
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…