Other Parts Discussed in Thread: CC2540 , CC2541 I have make some change in hal_driver.c and hal_key.c and hidemukbd.c to create a real PS2 keyboard driver on HIDEmukbd project.
On file hal_key.c,changes are as following:
uint8 bitcount = 11; //to…
Hi,
I've been trying out the HIDDongle and Emulated Keyboard demo on the CC2540DK-MINI.
But it is stated that these 2 projects "are not compliant with any Bluetooth specification". Does that mean they are not compliant to the BLE HID profile released…
Other Parts Discussed in Thread: TIDM-BLE-KEYBOARD , MSP430G2444
Hello TI Team, Is there source code available for this? Bluetooth Low Energy keyboard reference design www.ti.com/tool/tidm-ble-keyboard I only need the source of the MSP430G2444, because…
Hi dnz,
Have you taken a look at the HID over GATT Profile (HOGP) documents from the BT SIG website? The Profile & Service are documented there.
Otherwise, you can refer to the HIDEmuKbd project in the BLE SDK.
Also worth noting is a TI Designs…
Hello Sunil,
There are no specific commands or examples provided for UART communication between CC2541 and MSP430 devices but each have their own set of UART code examples that you can modify. Here's a wiki page about this topic:
processors.wiki…
Hello Aman,
Sure, actually the basic_ble example already enforces the use of a passkey (pre-defined in B_APP_DEFAULT_PASSCODE ). It will only be set to Just Works if "No keyboard and Display capable" is enabled. Have you been able to take a look at…
Part Number: LP-EM-CC2340R53 Tool/software: Hi, Ti
*SDK version: 9.11.00.18 ,example: key_node
We need to transmit keypress events over Bluetooth. To achieve this, I have modified the key interrupt callback function to forward the key data to the…
Part Number: CC2652R Other Parts Discussed in Thread: CC2650 , CC2640 , CC2640R2F Tool/software: Hi TI Champs
I am using the below link from Github, to enable a HID keyboard demo on my CC1352 and CC2652 Launchpads.
https://github.com/TexasInstruments…
Part Number: MSP430FR5739 Where can get the source code of the reference design?
https://www.ti.com/tool/TIDM-BATTERYLESSNFCKEYBOARD?keyMatch=nfc
Battery-less NFC Keyboard source code
Part Number: CC3301 Hi all,
As far as I could gather, the CC3301 is a BLE part and BLE doesn't support the Bluetooth Serial Port Profile (SPP). Nevertheness it doesn't hurt to ask if SPP is supported by this part.
If not, are there any parts in the…