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.