NRF51822 BLE battery voltage logger

NRF51822 Bluetooth Low Energy module is simple solution to log 12V battery voltage and display voltage values in 0.96 inch color tft display. Information can be transferred with BLE interface to Android smartphone. BLE module: 64k Color IPS 0.96 inch 80x160 TFT display module with ST7735 driver and SPI interface: With KiCad I edited schematic diagram and printed circuit board for this battery voltage logger: KiCad printed circuit board design supports 3D model show, if exists component/module 3D model in KiCad 3D library (.wrl/.step). I designed also printed circuit board, but did not order prototypes. 3D images of design: NRF51822 software was developed using Arduino IDE with NRF51 library package by Sandeep Mistry: https://github.com/sandeepmistry/arduino-nRF5 First thing is to program S130 softdevice (BLE firmware to NRF51822). I used ST Link V2 for programming NRF51. In addition I had to edit low power and real time clock features replacing 0.7.0 directory versio...