Part Number: CC2640R2F Hello TI Teams,
1.the cc2640r2f device had bonded to the mobile phone .
2.the mobile phone turn off the bluetooth.
3.the cc2640r2f stop advertising.
4.the mobile phone turn on the bluetooth to connect the cc2640r2f.
is that possible…
Part Number: CC2640R2F We have an application where we would like to have the ability to transmit BLE packets, receive BLE packets and measure RSSI on a BLE channel without using the BLE stack. We tested this ability using the SmartRF Studio tool but…
Part Number: CC2640R2F
Hello,
My existing project is multi role and I and now need simple peripheral ....
I have imported example of simple peripheral
that time I have got "No XDCtools" message from CCS 10.3.0
Please suggest what is wrong…
Part Number: CC2640R2F Hi Team,
Here's an issue from the customer may need your help:
The customer would like to use the cc2640r2f for data transfer of the bmd101 heart. The bmd101 sends a packet every 2 ms, 8 bytes each. To transfer data to a mobile…
Part Number: CC2640R2F Other Parts Discussed in Thread: CC2640 Hello,
Another device periodically sends 20 bytes of data to the CC2640R2F :
abcdefgh \r \n 01234567 \r \n
The sample code below just echoes back the incoming data :
// *****************…
Part Number: CC2640R2F Hello everybody!
I hope my topic is in the correct place here because I wasn't sure if it belongs to the Clock&Timing forum. If not, please move it there if possible. We have a custom Board containing a CC2640R2F running…
Part Number: CC2640R2F Hi,
I have 2 task
/* Kick off Application Tasks - Priority 1 */ MidgetSensor_createTask(); NTM88_createTask();
The NTM88 task collects sensor data every 2 seconds, then copies the sensor data to advertData[]. If I do this below…
Part Number: CC2640R2F Hi Teams,
I'm trying to build an HID device with CC2640R2F.
I try to modify the hid_emu_kbd project in simplelink_cc2640r2_sdk_ble_example_pack_1_50_00_62 refer to the code of HOGP-BLE-HID-EXAMPLE for CC2652. The keyboard and the…