Hi,
- What devices are you using?
- Have you properly flashed the devices with the RTLS examples?
- Have you modified in the Python script the COM port used by the script?
Best regards,
Part Number: SIMPLELINK-CC2640R2-SDK Hello,
I've downloaded the most recent version of the SimpleLink CC2640R2-SDK (version 2.30.00.28), found here: http://www.ti.com/tool/download/SIMPLELINK-CC2640R2-SDK
I saw in the release notes for this version…
Part Number: SIMPLELINK-CC2640R2-SDK Other Parts Discussed in Thread: CC2640 Hello
I'm currently trying to use 3 PWM channels for RGB LED drive.
Starting from the SimpleLink example "pwmLED", I well understand and modify settings for both RED and…
Part Number: SIMPLELINK-CC2640R2-SDK
Hi
Sorry for this silly question. I had configured UART in simple link observer file.
I am ble to transmit data but I can't enable receive interrupt.
I did the following things but reading your UART.h file…
Part Number: SIMPLELINK-LOWPOWER-SDK Other Parts Discussed in Thread: CC2340R2 , SYSCONFIG Tool/software: I'm trying to port the basic_ble example to my own CC2340R2 board.
I went a long way but now I'm stuck with an #include error.
In ll_common.h…
Part Number: SIMPLELINK-CC2640R2-SDK Tool/software: Code Composer Studio Hi guys, I'm tryng to run project zero on the CC2640R2 launcpad. My CCS version is 10.1.0. Following the guide dev.ti.com/.../node , I start installing simplelink_cc2640r2_sdk_4_20_00_04…
Part Number: SIMPLELINK-CC2640R2-SDK Other Parts Discussed in Thread: CC2640R2F
void scd30_read(float* scd30_co2, float* scd30_T, float* scd30_RH)
{
uint8_t txBuffer[2];
uint8_t rxBuffer[18];
unsigned int tempU32;
// send command for getting…
Part Number: CC2340R5 Tool/software: Hello all,
The SIMPLELINK-LOWPOWER-F3-SDK includes full production support for Zigbee stack solutions as of v9.10 onwards.
Key features of the SimpleLink F3 SDK Zigbee stack:
Zigbee certified stack - Zigbee…
Part Number: CC2640R2F Tool/software: I found that there is a new marco called FPGA_AUTO_CONNECT in the SimpleLink SDK for CC2640R2F version 5.30.0.11 example code for simple central role which control the function call to SimpleCentral_startGapDiscovery…
Hi Laur,
Thank you for taking time to report your findings.
Laur Joost said: ICall tasks in the app can use ICall to communicate to and synchronise with each other as well as the stack, so ICALL_MAX_NUM_TASKS must be the amount of tasks there;
Correct…