Yes sure David.
We have designed a module using CC2340R5 and its working fine.
We wanted to leverage the UART communication in our application. Our product is a Energy meter, which is having micro controller for its operation. BLE card will be communicating…
Hello Clement,
I want to give some details.
In function static void SimpleSerialSocketClient_processAppMsg(ssscEvt_t *pMsg){
I have writtern code in case SSSC_EVT_OUTGOING_DATA:
case SSSC_EVT_OUTGOING_DATA:
{
// You could do processing of…
Hello Tatsuki,
Use the backchannel UART connection to send a keyboard instruction which then triggers SysCtrlSystemReset in a callback upon reception of the correct character. You can get started with the UART Echo example or BLE-STACK .
Regards,…
Part Number: MSP430G2744 Hi,
-We are using msp430g2744 as qwerty keypad controller in our android based laptop.
I got the firmware code for the same from below link.
https://www.ti.com/tool/TIDM-KEYBOARD
I have built it and flashed in our board…
Thanks for providing the links. voice_hogp_remote requires that the " CC2650 is replaced by a CC2640R2F". For the BLESDK-2.2.x-CC2650RC_Developers_Guide, it is likely not available outside of TI since the Wiki has been deprecated. Here are the contents…
Hi Vignesh,
We have a uart2callback example here: https://dev.ti.com/tirex/explore/node?node=A__AKdlpPkvwtCAe6soBzKbpQ__com.ti.SIMPLELINK_LOWPOWER_F3_SDK__58mgN04__LATEST
For that one, I just modified it so that the input is 248 bytes (UART read buffer…
Part Number: MSP430F5528 Hi, we are bringing up one board using MSP430F5528 for the keyboard application. The code run is from the keyboard demo board( https://www.ti.com/tool/TIDM-KEYBOARD ), the only change we made on HW is the XT2 crystal change from…
Hi Jan,
1. It does not work when the mouse moving value changed as X=2 and Y=0
2. I try to migrate from BLE CC254X V1.4.0 codes (had MOUSE function) to BLECC2640R2F codes carefully
The main statements modified based on two important files as followings…
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…
I will try to inspect the communication with a sniffer.
The idea of 6/4 digits sounds strange considering that the board accepting 4 digits if sent from IOS device. But there is mach that I don't know.
My app is the original TimeApp example from the…