Hi Gasen,
You should be able to load both BIM and application together, similar to what is shown here, if you are using Uniflash: https://dev.ti.com/tirex/content/cc13xx_cc26xx_simplelink_academy_7_41_00_00/_build_cc13xx_cc26xx_simplelink_academy_7_41_00_00…
Hi,
I believe the logo used by the smart phone and smart phone applications will depend on how they want to interpret each appearance option. I would recommend referecing the apple developer guide to see how they decide which logo to use in their bluetooth…
Part Number: CC2652R7 Tool/software: Hi all!
Within the framework of a proprietary project, I use the NOP command.
The Technical Reference Manual (JANUARY 2018 – REVISED JUNE 2024) says that "The command can be used to test the communication between…
Dear Ryan,
It seems that I succeeded.
Currently I use pulse generation in a super loop.
One of these days I will try to make an external generator to be sure that the measurements are stable.
I will write about the result.
Thank you for the useful tips…
Hi Clément ,
Clément said: but the radio on the CC2652R7 will allow to maintain a connection even if the device goes to standby
The datasheet says the RF is off in standby mode.
Clément said: if the pairing process is a problem, you should consider…
Part Number: CC2652R7 Tool/software: Hello, TI community,
I am working on a project where I need to program multiple CC2652R7 devices simultaneously. My setup involves a host connected to a USB-to-UART adapter, which connects to a series of CC2652R7…
Part Number: CC2652R7 Tool/software: Hi all!
I'm wrote some code based on proprietary commands in chain.
Schematically it looks like this:
RF_cmdPropQQAdv.pNextOp = (rfc_radioOp_t *) &RF_cmdPropXXAdv;
RF_cmdPropXXAdv.pNextOp = (rfc_radioOp_t…
Hello.
Sorry for the long silence.
I see that you are using notifications, while I use a write operation with confirmation. I tried to do a similar experiment with my application, when one device subscribes to notifications, and the second one starts…