Part Number: CC2642R Tool/software: Code Composer Studio Hi everyone,
I reviewed the ti154stack project. In my own project, I want to learn the RSSI values of the devices scanned by the cc2642R card. But in the ti154stack project, I can see the RSSI…
Other Parts Discussed in Thread: CC1352P Tool/software: Code Composer Studio Hi,
I am using simplelink_cc13x2_26x2_sdk_3_40_00_02 with CCS Version: 10.0.0.00010 and building example code under C:\ti\simplelink_cc13x2_26x2_sdk_3_40_00_02\examples\rtos…
Part Number: CC2640R2F Other Parts Discussed in Thread: CC2540 , , CC2540EMK-USB
Hi,
I have a CC2540 USB Evaluation Kit ----> with which I want to capture the packets when my mobile application and the BLE(CC2640R2F Development Kit) device are communicating…
Part Number: CC2640R2L Hi,
Device : CC2640R2L
SDK : simplelink_cc2640r2_sdk_4_20_00_04
We are using example of Peripheral + Observer role.
We are not using 32KHz crystal and no RC Calibration is used in FW. What are the impact on other peripherals…
Part Number: CC2540EMK-USB Other Parts Discussed in Thread: CC2540 , CC2541DK-MINI , , CC-DEBUGGER , PACKET-SNIFFER
I plugged in my CC Debugger and CC2540-USB to my laptop and connected them to each other (as in start guide) but the CC2540 doesn't appear…
Part Number: CC2640R2F After switching some C-Files in application i get error messages from Linker:
The Stack from the multi_role example project was used.
Do i need switch files in Stack too?
Do i miss some includes?
Do i simply need to change…
Part Number: CC2564C Hi, Guys
I down TI Bluetooth add-on for Linux version v4.2.1.1.1.0 via https://www.ti.com/product/CC2564C
What I need is to run sample code LinuxSPPLE. But in this add-on pkg, I could only find LinuxSPPLE_PM but not LinuxSPPLE…
Hello Everyone,
I am new in CC2640R2 launchpad and SDK-v3.0.
I am using multirole application in CC2640R2 launchpad with SDK-v3.0.
The multirole application is running on CC2640R2 launchpad So I wants to connect CC2640R2 launchpad (multirole application…
Part Number: CC2650MODA Other Parts Discussed in Thread: CC2650 Tool/software: Code Composer Studio Hello,
I have a problem since i tried the example code simple_application_processor_MSP_EXP432P401R_tirtos_ccs from SDK BLE.
at the beginning it worked…
Part Number: CC2640R2F Tool/software: TI C/C++ Compiler On aoa_receiver's code, I found this code:
// Calculate AoA for each antenna array
const int16_t AoA_A1 = ((AoAReceiver_antA1Result->pairAngle[0] + AoAReceiver_antA1Result->pairAngle[1]) / 2) …