Commit 6a859866 by Priit Ruberg

Update README.md

parent 89bbde97
Showing with 4 additions and 6 deletions
A NRF sample project for SoftDevice 140 on a nRF52840DK. The device asks for used input for GPS coordinates.
The coordinats should be given over UART with the following pattern: xxx.xxxxx for both longitude and latitude. The device then transmits
the coordinates as a BT beacon advertisement data with a specified name. The data is a part of the manufacturer data and is shown in
hexadecimal format. Negative values are not specifically adressed and at the moment 2's complement for the negative numbers is used that
is generated by the example software.
\ No newline at end of file
A NRF sample project for SoftDevice 140 on a nRF52840DK. The device asks for used input for GPS coordinates. The coordinats should be given over UART with the following pattern: xxx.xxxxx for both longitude and latitude. The coordinates are asked
from the used separately. The device then transmits the coordinates as a BT beacon advertisement data with a specified name. The data is a part of the manufacturer data and is shown in
hexadecimal format. Negative values are not specifically adressed and at the moment 2's complement for the negative numbers is used that is generated by the example software.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment