I have the nRF52-DK arduino board with a nRF52832 chip on board, is there any examples where I can read the Analog inputs on the arduino board and send them over bluetooth to another nRF52832 board?
Thanks
How about starting from https://devzone.nordicsemi.com/tutorials/ ?
Could you post a link to the board you have? The nRF52-DK is hardware compatible with the Arduino Uno form factor, but it is not an Arduino board.
There is an example available in our SDK, showing how to use the SAADC peripheral to read analog inputs. There is also an example available in our GitHub page, showing SAADC sampling and sending this over Bluetooth using the Nordic UART service.