From 4a3625f1eb4b74ea5dd80448882c3aaa88bf5a6d Mon Sep 17 00:00:00 2001 From: rbaron Date: Sat, 16 Oct 2021 14:37:19 +0200 Subject: [PATCH] Adds Wiki links to README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ef521..1fcf356 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ b-parasite is an open source Bluetooth Low Energy (BLE) soil moisture and ambien * Powered by a common CR2032 coin cell, with a battery life of possibly over a year - see "Battery Life" below * Open hardware and open source design +# Wiki Pages +* [Hardware Versions](https://github.com/rbaron/b-parasite/wiki/Hardware-Versions) +* [How to order: PCB fabrication and SMT assembly](https://github.com/rbaron/b-parasite/wiki/How-to-order:-PCB-fabrication-and-SMT-assembly) +* [How to Program](https://github.com/rbaron/b-parasite/wiki/How-to-Program) + # Repository Organization * [code/b-parasite/](./code/b-parasite/) - firmware code based on the [nRF5 SDK](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_sdk%2Fstruct%2Fsdk_nrf5_latest.html&cp=7_1) * [kicad/](./kicad/) - KiCad schematic, layout and fabrication files for the printed circuit board (PCB) @@ -72,4 +77,4 @@ A 3D printable case model can be found in [case/](case/). # License The hardware and associated design files are released under the [Creative Commons CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/). -The code is released under the [MIT license](https://opensource.org/licenses/MIT). \ No newline at end of file +The code is released under the [MIT license](https://opensource.org/licenses/MIT).