From 4c0fe9b4c6c7a46c37d28955b751a2dc54015f46 Mon Sep 17 00:00:00 2001 From: Scott Giminiani Date: Sun, 7 Jan 2024 09:20:30 -0800 Subject: [PATCH] Small typo fix in BLE sample README --- code/nrf-connect/samples/ble/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/nrf-connect/samples/ble/README.md b/code/nrf-connect/samples/ble/README.md index 2392f77..a05d937 100644 --- a/code/nrf-connect/samples/ble/README.md +++ b/code/nrf-connect/samples/ble/README.md @@ -1,5 +1,5 @@ # Bluetooth Low Energy (BLE) -In this saple, b-parasite sensors are periodically read and broadcast using Bluetooth Low Energy (BLE) dvertising packets. +In this sample, b-parasite sensors are periodically read and broadcast using Bluetooth Low Energy (BLE) dvertising packets. ## Configuration Available configurations and their default values are in [`Kconfig`](./Kconfig). They are set in [`prj.conf`](./prj.conf). Here are some notable examples. @@ -52,4 +52,4 @@ If for example we lower the connection interval to the SDK defaults (`[100, 150] ![Broadcasting with 100ms current consumption](./media/power-profile/broadcasting-100.png) -With a `200 mAh` CR2032 battery, we can use [this spreadsheet](https://docs.google.com/spreadsheets/d/157JQiX20bGkTrlbvWbWRrs_WViL3MgVZffSCWRR7uAI/edit#gid=0) to estimate the battery life to over two years. Note that this is a simplified model and results in practice may vary. \ No newline at end of file +With a `200 mAh` CR2032 battery, we can use [this spreadsheet](https://docs.google.com/spreadsheets/d/157JQiX20bGkTrlbvWbWRrs_WViL3MgVZffSCWRR7uAI/edit#gid=0) to estimate the battery life to over two years. Note that this is a simplified model and results in practice may vary.