Other Parts Discussed in Thread: CC2650, CC2640
Hi,
I am working on CC2650 mcu. in that packet send and receive through ble stack, which example can i prefer for this?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
You can make one CC2650 run SimpleBLECentral and another run SimpleBLEPeripheral. Then refer to section 6.3.2 UART in SWRU393_CC2640_BLE_Software_Developer's_Guide to enable UART on CC2650 to communicate with your LPC1769.
Hello YK Chen,
Suggested sample examples use SMARTRF06EB as base board. sample examples used SMARTRF06EB's LCD display for debugging and Keypad for generating HW interrupts.
Our development base board doesn't have LCD and Keypad facility. what should I do to run suggested examples with our base board ?
Hi,
Can any one give me suggestions regarding above mentioned problems.
Thanks in advance
Gireesh K S
Hello Y K Chen,
Please give me some suggestions regarding above mentioned problems (Previous Posts).
Thanks
Gireesh K S
Hello Y K Chen,
SimpleBLECentral and SimpleBLEPeripheral examples are working fine. Thanks you so much for your valuable response.
One more thing, It is possible to replace hardware interrupts generated from switches through software action ? ?
thanks and regards
Gireesh K S
Hello Y K Chen,
I am not using anything related to Sensortag example. purely based on examples of SimpleBLECentral and SimpleBLEPeripheral, in which how should I replace a hardware interrupt generated from switch through software action (consider only SimpleBLECentral and SimpleBLEPeripheral).
thanks
Gireesh K S
Hello Y K Chen,
One more Thing, Is it possible to replace switch functionality by computer keyboard key's ?? Give me suggestion??
It means replace a switch buttons(right, left, etc) functionality by computer keyboard key's('A', 'B', etc). it means to say that removal of switch by keyboard.
example : right button press from switch replace by keyboard key 'A'
left button press from switch replace by keyboard key 'B', etc..
Is there any suggestion regarding this implementation ?