minor edits to tutorial order and blinky doc
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/1c200f00 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1c200f00 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1c200f00 Branch: refs/heads/develop Commit: 1c200f00cb5b3d1d5507bd9a6838992e793aaf04 Parents: 4bc395c Author: aditihilbert <[email protected]> Authored: Fri Apr 7 16:50:40 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Fri Apr 7 16:50:40 2017 -0700 ---------------------------------------------------------------------- docs/os/tutorials/blinky.md | 6 +++--- docs/os/tutorials/project-slinky.md | 2 +- mkdocs.yml | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1c200f00/docs/os/tutorials/blinky.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/blinky.md b/docs/os/tutorials/blinky.md index e23e031..59d9ad1 100644 --- a/docs/os/tutorials/blinky.md +++ b/docs/os/tutorials/blinky.md @@ -35,13 +35,13 @@ These are the general steps to create, load and run the Blinky application on yo * Build the bootloader target. * Build the Blinky application target and create an application image. * Connect to the board. -* Load to bootloader onto the board. -* Load to Blinky application image onto the board. +* Load the bootloader onto the board. +* Load the Blinky application image onto the board. * See the LED on your board blink. <br> -After you try the Blinky application on your boards, checkout out other tutorials to enable additional functionality such as [remote comms](project-slinky.md) on the current board. +After you try the Blinky application on your boards, checkout out other tutorials to enable additional functionality such as [remote comms](project-slinky.md) on the current board. If you have BLE (Bluetooth Low Energy) chip (e.g. nRF52) on your board, you can try turning it into an [iBeacon](ibeacon.md) or [Eddystone Beacon](eddystone.md)! If you see anything missing or want to send us feedback, please sign up for appropriate mailing lists on our [Community Page](../../community.md). http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1c200f00/docs/os/tutorials/project-slinky.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/project-slinky.md b/docs/os/tutorials/project-slinky.md index 05d2b1e..d639ce3 100644 --- a/docs/os/tutorials/project-slinky.md +++ b/docs/os/tutorials/project-slinky.md @@ -21,9 +21,9 @@ Ensure that you meet the following prerequisites before continuing with this tut * Have a [serial port setup](/os/get_started/serial_access.md). * Install the newt tool and the toolchains (See [Basic Setup](/os/get_started/get_started.md)). * Install the [newtmgr tool](../../newtmgr/installing/). +* Read the Mynewt OS [Concepts](/os/get_started/vocabulary.md) section. * Create a project space (directory structure) and populated it with the core code repository (apache-mynewt-core) or kn ow how to as explained in [Creating Your First Project](/os/get_started/project_create). -* Read the Mynewt OS [Concepts](/os/get_started/vocabulary.md) section. ### Overview of Steps http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1c200f00/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 54055f7..49afd4b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -44,17 +44,19 @@ pages: - 'Upgrade a Repo': 'os/tutorials/repo/upgrade_repo.md' - 'Turn project into a Repo': 'os/tutorials/repo/create_repo.md' - 'Access a private Repo': 'os/tutorials/repo/private_repo.md' - - 'Tasks and Priority Management': 'os/tutorials/tasks_lesson.md' - - 'Enable Wi-Fi on Arduino MKR1000': 'os/tutorials/wi-fi_on_arduino.md' - - 'Write a Test Suite for a Package': 'os/tutorials/unit_test.md' - - 'Events and Event Queues': 'os/tutorials/event_queue.md' - 'Project Slinky for Remote Comms': - toc: 'os/tutorials/project-slinky.md' - 'Slinky on sim device': 'os/tutorials/project-sim-slinky.md' - 'Slinky on Nordic nRF52': 'os/tutorials/project-nrf52-slinky.md' - 'Slinky on Olimex': 'os/tutorials/project-stm32-slinky.md' + - 'BLE iBeacon': 'os/tutorials/ibeacon.md' + - 'BLE Eddystone': 'os/tutorials/eddystone.md' - 'Enable Newt Manager in any app': 'os/tutorials/add_newtmgr.md' - 'Enable the OS Shell and Console': 'os/tutorials/add_shell.md' + - 'Tasks and Priority Management': 'os/tutorials/tasks_lesson.md' + - 'Enable Wi-Fi on Arduino MKR1000': 'os/tutorials/wi-fi_on_arduino.md' + - 'Write a Test Suite for a Package': 'os/tutorials/unit_test.md' + - 'Events and Event Queues': 'os/tutorials/event_queue.md' - 'BLE app to check stats via console': 'os/tutorials/bletiny_project.md' - 'BLE peripheral project': - toc: 'os/tutorials/bleprph/bleprph-intro.md' @@ -63,8 +65,6 @@ pages: - 'Advertising': 'os/tutorials/bleprph/bleprph-adv.md' - 'GAP Event Callbacks': 'os/tutorials/bleprph/bleprph-gap-event.md' - 'BLE Peripheral App' : 'os/tutorials/bleprph/bleprph-app.md' - - 'BLE iBeacon': 'os/tutorials/ibeacon.md' - - 'BLE Eddystone': 'os/tutorials/eddystone.md' - 'BLE HCI interface': 'os/tutorials/blehci_project.md' - 'Air-quality Sensor project': - 'Basic Air Quality Sensor': 'os/tutorials/air_quality_sensor.md'
