Could you please help me out on how to read my EMG sensor values and display it via the Nrf tool box. I have a redbear nano v2 and the digital output of the sensor is received on the pin number D3 p3_0. I wish to transmit the voltage readings on to the nrf toobox to look at the number. I am working on arduino IDE as Keil doesnt integrate with the readbear IDE.
https://github.com/redbear/nRF5x/tree/master/nRF52832
https://github.com/redbear/nRF5x/tree/master/nRF52832/arduino/arduino-1.8.0/hardware/RBL/RBL_nRF52832/libraries/BLE_Examples/examples/BLE_Serial
PS I can send serial data via this code by changing the UUIDS of the Nordic uart service,
Please suggest a code if possible