Part Number: CC2541DK-MINI I want to connect my CC2541DK-MINI keyfob with bluetooth of smartphone to get data of accelerometer sensor from to keyfob to my mobile application. Is it possible to connect keyfob to mobile blutooth and get raw data in mobile…
Part Number: CC2541DK-MINI Other Parts Discussed in Thread: CC2541 I am beginner in cc2541 ble coding and i've been working on a project which includes gpio interrupts and accidently set all the P0 port pins as output.(0xFF)
P0DIR = 0x00; P1DIR = 0xFF;…
Part Number: CC2541DK-MINI Other Parts Discussed in Thread: CC2541 , CC2540 , CC1352P , CC1352R , CC1350 Support,
I have USB dongle working with Btool and I can connect to the supplied CC2541 sensor tag but I want to connect to multiple CC1352 sensor…
Part Number: CC2541DK-MINI Other Parts Discussed in Thread: CC2541 Tool/software: TI C/C++ Compiler Hello,
I would like to create a beacon with cc2541, the values (UUID, major, minor, ...) can be modifid with a smartphone, by modifying the corresponding…
Part Number: CC2541DK-MINI Other Parts Discussed in Thread: CC2541 I can not normally install the driver for the CC Debugger. In the package there was no CD in the bundle, so I downloaded the software from the site of the ti.com. According to the procedure…
Hi Yikai.
There's a screenshot of workspace and code. I added in battservice.h the declaration extern uint8 battMeasure( void ); the function is defined in battservice.c. Doing so the warning disappear, but the linking error remains.
Error[e27]: Entry…
Part Number: CC2541DK-MINI Tool/software: TI C/C++ Compiler hii,
IAR version: 10.10.1
When i am tryung to builf a project for cc2541f256 i have the folowing error:
"Fatal Error[e72]; Segment BLENV_ADDRESS_SPACE must be defined in a segment definition…
Part Number: CC2541DK-MINI I have created my custom profiles using in simpleGATTprofiles.c. They are visible in the BTool software. I want to know how to send a string of data using set parameter function. I want to notify the BTool after a definite time…
Part Number: CC2541DK-MINI Other Parts Discussed in Thread: CC2540 I have given an isr in hal_key.c. I want to send the message to cc2540 USB when an external interrupt occurs. I know how to give interrupts when both devices are not connected. But when…
Part Number: CC2541DK-MINI Other Parts Discussed in Thread: CC2540 I have created an ISR in hal_key.c. The program is given below.
HAL_ISR_FUNCTION( halKeyPort0Isr, P0INT_VECTOR ) { HAL_ENTER_ISR();
#if defined ( CC2540_MINIDK ) if ((HAL_KEY_SW_1_PXIFG…