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/19ab1796 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/19ab1796 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/19ab1796 Branch: refs/heads/develop Commit: 19ab17969c8f531bdbd259fb67eaa979ed7401bf Parents: 3a93a07 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 10:16:18 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/19ab1796/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. 
