Skip to content

Commit

Permalink
Updated dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
caizelin committed Jun 11, 2020
1 parent 4aaff44 commit 8957186
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 24 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The [nRF52840 M.2 Module](https://wiki.makerdiary.com/nrf52840-m2) is a removabl

The [M.2 Dock](https://wiki.makerdiary.com/m2-dock) extends the interfaces compared to the nRF52840 M.2 Module through an M.2 E-Key connector. This design also features a fully-integrated [DAPLink](https://armmbed.github.io/DAPLink/) debugger with [Power Profiling](power-profiling.md), enabling you to program, debug and perform real-time current profiling of your applications without using external tools.

![]()
[![](docs/assets/images/nrf52840-m2-devkit-prod.webp)](https://store.makerdiary.com/products/nrf52840-m2-developer-kit)

## Key Features

Expand Down Expand Up @@ -47,12 +47,13 @@ The [M.2 Dock](https://wiki.makerdiary.com/m2-dock) extends the interfaces compa
* Arduino Form Factor
* 4 Grove Connectors
* Reversible USB-C Connectors
* 3.3V IO Operating Voltage

## Hardware Diagram

The hardware diagram of the nRF52840 M.2 Developer Kit is shown below:

[![](docs/assets/images/nrf52840-m2-devkit-diagram.webp)](docs/resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf)
[![](docs/assets/images/nrf52840-m2-devkit-diagram.webp)](https://wiki.makerdiary.com/nrf52840-m2-devkit/resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf)


## Included in the Box
Expand All @@ -78,10 +79,10 @@ We think the best way to learn is by doing. And to help you get started, we have

## Design Resource

* [nRF52840 M.2 Developer Kit Hardware Diagram V1.0](docs/resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf)
* [nRF52840 M.2 Developer Kit 3D Model V1.0](docs/resources/nrf52840_m2_devkit_3d_model_v1_0.step)
* [nRF52840 M.2 Developer Kit Hardware Diagram V1.0](https://wiki.makerdiary.com/nrf52840-m2-devkit/resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf)
* [nRF52840 M.2 Developer Kit 3D Model V1.0](https://wiki.makerdiary.com/nrf52840-m2-devkit/resources/nrf52840_m2_devkit_3d_model_v1_0.step)
* [nRF52840 M.2 Module Documentation](https://wiki.makerdiary.com/nrf52840-m2)
* [M.2 Dock Documentation](https://wiki.makerdiary.com/m2-dock)
* [M.2 Dock User's Guide](https://wiki.makerdiary.com/m2-dock)

## Where to Buy

Expand Down
Binary file added docs/assets/images/nrf52840-m2-devkit-prod.webp
Binary file not shown.
18 changes: 9 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Description

**[nRF52840 M.2 Developer Kit](https://store.makerdiary.com/products/nrf52840-m2-developer-kit)** is a versatile IoT prototyping platform, including the [nRF52840 M.2 Module](../nrf52840-m2) and [M.2 Dock](../m2-dock). You can use the developer kit to prototype your IoT products and then scale to production faster using the nRF52840 M.2 Module combined with your custom PCB hardware.
**[nRF52840 M.2 Developer Kit](https://store.makerdiary.com/products/nrf52840-m2-developer-kit)** is a versatile IoT prototyping platform, including the [nRF52840 M.2 Module](https://wiki.makerdiary.com/nrf52840-m2) and [M.2 Dock](https://wiki.makerdiary.com/m2-dock). You can use the developer kit to prototype your IoT products and then scale to production faster using the nRF52840 M.2 Module combined with your custom PCB hardware.

The [nRF52840 M.2 Module](../nrf52840-m2) is a removable M.2 E-Key form factor module for Bluetooth Low Energy, Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary applications on the nRF52840 SoC.
The [nRF52840 M.2 Module](https://wiki.makerdiary.com/nrf52840-m2) is a removable M.2 E-Key form factor module for Bluetooth Low Energy, Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary applications on the nRF52840 SoC.

The [M.2 Dock](../m2-dock) extends the interfaces compared to the nRF52840 M.2 Module through an M.2 E-Key connector. This design also features a fully-integrated [DAPLink](https://armmbed.github.io/DAPLink/) debugger with [Power Profiling](power-profiling.md), enabling you to program, debug and perform real-time current profiling of your IoT applications without using external tools.
The [M.2 Dock](https://wiki.makerdiary.com/m2-dock) extends the interfaces compared to the nRF52840 M.2 Module through an M.2 E-Key connector. This design also features a fully-integrated [DAPLink](https://armmbed.github.io/DAPLink/) debugger with [Power Profiling](power-profiling.md), enabling you to program, debug and perform real-time current profiling of your IoT applications without using external tools.

![kit image]()
[![kit image](assets/images/nrf52840-m2-devkit-prod.webp)](https://store.makerdiary.com/products/nrf52840-m2-developer-kit)

## Key Features

Expand All @@ -35,7 +35,6 @@ The [M.2 Dock](../m2-dock) extends the interfaces compared to the nRF52840 M.2 M
- Cross-platform utility available in Python

* Shipped with Python Interpreter firmware

* 1.3" 240x240 Color IPS TFT LCD Display
* Li-Po Battery Charger with Power Path Management
* User programmable LED and Button
Expand All @@ -44,6 +43,7 @@ The [M.2 Dock](../m2-dock) extends the interfaces compared to the nRF52840 M.2 M
* Arduino Form Factor
* 4 Grove Connectors
* Reversible USB-C Connectors
* 3.3V IO Operating Voltage

## Hardware Diagram

Expand Down Expand Up @@ -72,10 +72,10 @@ We think the best way to learn is by doing. And to help you get started, we have

## Design Resource

* [nRF52840 M.2 Developer Kit Hardware Diagram V1.0](resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf)
* [nRF52840 M.2 Developer Kit 3D Model V1.0](resources/nrf52840_m2_devkit_3d_model_v1_0.step)
* [nRF52840 M.2 Module Documentation](../nrf52840-m2)
* [M.2 Dock Documentation](../m2-dock)
* [nRF52840 M.2 Developer Kit Hardware Diagram V1.0](https://wiki.makerdiary.com/nrf52840-m2-devkit/resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf)
* [nRF52840 M.2 Developer Kit 3D Model V1.0](https://wiki.makerdiary.com/nrf52840-m2-devkit/resources/nrf52840_m2_devkit_3d_model_v1_0.step)
* [nRF52840 M.2 Module Documentation](https://wiki.makerdiary.com/nrf52840-m2)
* [M.2 Dock Documentation](https://wiki.makerdiary.com/m2-dock)

## Create an Issue
Interested in contributing to this project? Want to report a bug? Feel free to click here:
Expand Down
22 changes: 12 additions & 10 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ See below for available documentation, software, and other resources.
* [Python Tutorials](python/index.md)
* [nRF5 SDK Tutorials](nrf5-sdk/index.md)
* [Zephyr OS Tutorials](zephyr/index.md)
* [nRF52840 M.2 Module Documentation](https://wiki.makerdiary.com/nrf52840-m2)
* [M.2 Dock User's Guide](https://wiki.makerdiary.com/m2-dock)

## Hardware Resource

* [nRF52840 M.2 Developer Kit Hardware Diagram V1.0](../resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf)
* [nRF52840 M.2 Developer Kit 3D Model V1.0](../resources/nrf52840_m2_devkit_3d_model_v1_0.step)
* [nRF52840 M.2 Module Hardware Diagram V1.0](../../nrf52840-m2/resources/nrf52840_m2_module_hw_diagram_v1_0.pdf)
* [nRF52840 M.2 Module Schematic V1.0](../../nrf52840-m2/resources/nrf52840_m2_schematic_v1_0.pdf)
* [nRF52840 M.2 Module Board File V1.0](../../nrf52840-m2/resources/nrf52840_m2_board_file_v1_0.pdf)
* [nRF52840 M.2 Module 3D Model V1.0](../../nrf52840-m2/resources/nrf52840_m2_module_3d_model_v1_0.step)
* [M.2 Dock Hardware Diagram V1.0](../../m2-dock/resources/m2_dock_hw_diagram_v1_0.pdf)
* [M.2 Dock Schematic V1.0](../../m2-dock/resources/m2_dock_schematic_v1_0.pdf)
* [M.2 Dock Board File V1.0](../../m2-dock/resources/m2_dock_board_file_v1_0.pdf)
* [M.2 Dock 3D Model V1.0](../../m2-dock/resources/m2_dock_3d_model_v1_0.step)
* [nRF52840 M.2 Developer Kit Hardware Diagram V1.0](https://wiki.makerdiary.com/nrf52840-m2-devkit/resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf)
* [nRF52840 M.2 Developer Kit 3D Model V1.0](https://wiki.makerdiary.com/nrf52840-m2-devkit/resources/nrf52840_m2_devkit_3d_model_v1_0.step)
* [nRF52840 M.2 Module Hardware Diagram V1.0](https://wiki.makerdiary.com/nrf52840-m2/resources/nrf52840_m2_module_hw_diagram_v1_0.pdf)
* [nRF52840 M.2 Module Schematic V1.0](https://wiki.makerdiary.com/nrf52840-m2/resources/nrf52840_m2_module_schematic_v1_0.pdf)
* [nRF52840 M.2 Module Board File V1.0](https://wiki.makerdiary.com/nrf52840-m2/resources/nrf52840_m2_module_board_file_v1_0.pdf)
* [nRF52840 M.2 Module 3D Model V1.0](https://wiki.makerdiary.com/nrf52840-m2/resources/nrf52840_m2_module_3d_model_v1_0.step)
* [M.2 Dock Hardware Diagram V1.0](https://wiki.makerdiary.com/m2-dock/resources/m2_dock_hw_diagram_v1_0.pdf)
* [M.2 Dock Schematic V1.0](https://wiki.makerdiary.com/m2-dock/resources/m2_dock_schematic_v1_0_for_nrf52840.pdf)
* [M.2 Dock Board File V1.0](https://wiki.makerdiary.com/m2-dock/resources/m2_dock_board_file_v1_0.pdf)
* [M.2 Dock 3D Model V1.0](https://wiki.makerdiary.com/m2-dock/resources/m2_dock_3d_model_v1_0.step)

## Request a Tutorial

Expand Down
Binary file modified docs/resources/nrf52840_m2_devkit_hw_diagram_v1_0.pdf
Binary file not shown.

0 comments on commit 8957186

Please sign in to comment.