Steps to use the GPS example
- Load and unpack SDK 14.2 to your machine
- Download main.c and put it into a copy of folder examples/ble_peripheral/ble_app_uart.
- Use nRF studio to erase flash and then softdevice version 6.1.1 to the target.
- Use Keil or SES to compile project and download it to the target device.
- In nRF connect new device with name GPSDATA should appear. It should advertise “Hello” if you choose format Text.
- To send commands to device use Putty. Set it up to the COM port assigned to Microcontroller, baud rate is 115200, data bits 8, stop bit 1, Parity: none, flow control: none. Choose terminal settings and select “force on” in both lines of “line discripline options”.
- Open connection and try to send data.
Unfortunately, data that is send is limited and in text field only 4 first symbols are visible. Was not able to find solution to that problem.