Part Number: TIDM-BIOSIGNMONITOR Dear team,
We would like to use the BLE instead of NFC in the BIOSIGNMONITOR.
Will TI have any recommendation in BT 5.x module? Or we should migrate from MSP430 to MSP432 (or other platforms)? Because I have not to find…
Part Number: TIDM-BLE-KEYBOARD I was wondering what device anyone could recommend that meets these user needs:
Emulates Keyboard/macros
Wireless/Links to devices via Bluetooth
Programmable macros
Multiple modes of actuation I.E. Multiple buttons
Multiple…
Part Number: TIDM-KEYBOARD Other Parts Discussed in Thread: MSP430F5529 , Hi Team,
I am looking for the solutions for the qwerty keyboard USB based. I am following the two approaches, one is microcontroller based design for 8x20 (row columns) matrix keyboard…
Part Number: TIDM-BLE-KEYBOARD Other Parts Discussed in Thread: CC2541 , BLE-STACK , CC2540 In our software dev, we found problem : CC2541 HID keyboard Demo not worked on iOS (7 or above failed). • Broadcast and Connection CC2541 HID to iOS success…
Part Number: CC2541 Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1 , CC2540 , PACKET-SNIFFER Dear sir:
I using cc2541 to design ble keyboard (uart -> ble keyboard),reference "HIDEmuKbd" of sample project.
On Android is ok ,but on ipad …
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: CC2640R2F Tool/software: TI-RTOS I am actually using the CC2640R2F for my project. I already figured out how to use CC2640R2F as a keyboard, but how can I receive the key-stroke from it? In our project, no smartphones or PCs are involved.…
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…
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…
Part Number: CC2340R5-Q1 Other Parts Discussed in Thread: SYSCONFIG , CC2340R5
Tool/software:
I am using CC2340R5-Q1 and i have merged SPI driver in Basic_BLE code. I am trying to communicate with NTM88 TPMS IC to get the Tire Temperature and Pressure…