Other Parts Discussed in Thread: CC2540, CC2650
Hi everyone,
I am making some test over TI CC2540 debugged externally on SmartRF05 and LightBlue app for Iphone 5s. I have compiled the SimpleBlePeripheral example project on the cc2540 and I am able to connect it with the Iphone via LightBlue app. What I am trying to do now is send a message from the CC2540 SimpleBlePeripheral project to the mobile app each time the CC2540 receive a message from the app. To achieve that goal, I suppose I have to process te messages incoming from the app in the SimpleBLEPeripheral.c file (uint16 SimpleBLEPeripheral_ProcessEvent( uint8 task_id, uint16 events )), but I am not an expert about the issue, so I would like to know where do I have to add the necessary code and what do I have to add (some examples or links could be helpful for me to understand).
Thank you in advance for your attention
Miguel
:)