This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Particle sensor interface with BLE

HI ,

I need to interface particle measurement sensor with nrf52832. I am using S132 softdevice and SDK 11.0 for my application. I need to send commands to sensor to take action(like auto send,auto stop,read particle, set adjustment,get adjustment...). And I need to send those datas to mobile app via BLE through notification mode.I can able to send commands and get response from sensor. I cannot able to send commands to uart when i am in "void on_write(ble_lbs_t * p_lbs, ble_evt_t * p_ble_evt)" this event. Can anyone guide me to implement.

Parents
  • Hi,

    So if I understand you correctly, you are using the LED Button Service for sending these action-commands from the phone to the nRF52832. And when you receive these commands over BLE on the nRF52832, you want the nRF52832 to send some data over UART to the particle measurement sensor ?

Reply
  • Hi,

    So if I understand you correctly, you are using the LED Button Service for sending these action-commands from the phone to the nRF52832. And when you receive these commands over BLE on the nRF52832, you want the nRF52832 to send some data over UART to the particle measurement sensor ?

Children
No Data
Related