facing problem implement SAADC in bluetooth


ide :- segger embedded studio 


I have a problem regarding BLE_UART.

I am using Segger Embedded Studio. I want to implement Bluetooth, so I used an already existing code in BLE_Peripheral (UART_BLE). Through this, data is being transmitted and received via Bluetooth (TX and RX), but I want to implement ADC. However, ADC implementation is not working. How should I do it?



my ble_app_uart code file and i ant implement SAADC code in this code

ble_app_uart


C:\nrf_sdk\DeviceDownload (1)\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart.7z 

SAADC code

 C:\nrf_sdk\DeviceDownload (1)\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\examples\my_projects\saadc_02.7z

Parents Reply Children
No Data
Related