updated with info on viewing via BLE
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/bf701fde Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/bf701fde Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/bf701fde Branch: refs/heads/develop Commit: bf701fde566d58b3950dcacaf9f5905228352c46 Parents: 55d01fc Author: David G. Simmons <[email protected]> Authored: Tue Jan 17 09:12:54 2017 -0500 Committer: David G. Simmons <[email protected]> Committed: Tue Jan 17 09:12:54 2017 -0500 ---------------------------------------------------------------------- docs/os/tutorials/air_quality_ble.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bf701fde/docs/os/tutorials/air_quality_ble.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/air_quality_ble.md b/docs/os/tutorials/air_quality_ble.md index cc2cbb7..c35adb6 100644 --- a/docs/os/tutorials/air_quality_ble.md +++ b/docs/os/tutorials/air_quality_ble.md @@ -212,7 +212,9 @@ earlier. This one just reads and updates the CO2 value and sends that over BLE t connected clients. We can now build, create-image and load the app onto our Arduino Primo board, and then -connect and see the updated values! +connect and see the updated values! The image below shows the results using MyNewt Sensor Reader, +a Mac OS X app developed for conecting to MyNewt devices over Bluetooth but you can also use LightBlue +or any other application that can conect to, and read, Bluetooth data. 
