From f3795073a364c8a38c63752a37fd62eaf79a8d23 Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 14 Jul 2015 08:48:44 +0100 Subject: [PATCH 1/9] Addition of new projects page. Update to add link off the HDK page. --- hdk.md | 5 +++++ hdk/projects.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 hdk/projects.md diff --git a/hdk.md b/hdk.md index c023e9e..7de50f3 100644 --- a/hdk.md +++ b/hdk.md @@ -29,3 +29,8 @@ The WiFi Pineapple Mark V HDK is an Arduino Pro based microcontroller board feat + HDK PIN 15 -- MK5 GPIO 20 + HDK PIN 16 -- MK5 GPIO 19 + HDK PIN 17 -- MK5 GPIO 18 + +## Extra Info + + + [Getting Started](hdk/getting_started.md) + + [Starter Projects](hdk/projects.md) diff --git a/hdk/projects.md b/hdk/projects.md new file mode 100644 index 0000000..2c1a64e --- /dev/null +++ b/hdk/projects.md @@ -0,0 +1,9 @@ +# Projects + +Simple list of projects that people have done with the HDK + + +| Title | Level | Who | Link | +|---|---|---|---| +| Motorized Antenna | Beginner | Phpsystems | [Motorized Antenna](motorizedantenna.md) | +| RTC Clock | Beginner | Phpsystems | [Relatime Clock](rtc.md) | From 02c9e23648caaf3c832d8a7e0a07b56ff3fe04dd Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 14 Jul 2015 08:50:40 +0100 Subject: [PATCH 2/9] Update for the projects link --- hdk/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hdk/getting_started.md b/hdk/getting_started.md index 4d14d2c..0fb6be0 100644 --- a/hdk/getting_started.md +++ b/hdk/getting_started.md @@ -117,4 +117,5 @@ void loop (void) ## Additional Information + Useful Links +[Projects](projects.md) https://randomcoderdude.wordpress.com/2013/08/15/spi-over-gpio-in-openwrt/ From c58cf82199e5a1136b109307d4334b6d7841a8b5 Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 14 Jul 2015 08:53:49 +0100 Subject: [PATCH 3/9] Formating change. --- hdk/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hdk/getting_started.md b/hdk/getting_started.md index 0fb6be0..6d521cf 100644 --- a/hdk/getting_started.md +++ b/hdk/getting_started.md @@ -118,4 +118,5 @@ void loop (void) ## Additional Information + Useful Links [Projects](projects.md) + https://randomcoderdude.wordpress.com/2013/08/15/spi-over-gpio-in-openwrt/ From 273d599be36d1bb527fd6805a04823305e8b93b7 Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 14 Jul 2015 08:58:14 +0100 Subject: [PATCH 4/9] Fixed Typo. --- hdk/projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdk/projects.md b/hdk/projects.md index 2c1a64e..95ca248 100644 --- a/hdk/projects.md +++ b/hdk/projects.md @@ -6,4 +6,4 @@ Simple list of projects that people have done with the HDK | Title | Level | Who | Link | |---|---|---|---| | Motorized Antenna | Beginner | Phpsystems | [Motorized Antenna](motorizedantenna.md) | -| RTC Clock | Beginner | Phpsystems | [Relatime Clock](rtc.md) | +| RTC Clock | Beginner | Phpsystems | [Realtime Clock](rtc.md) | From 059a88e549706562cd92c57bee3d918d8b78ca27 Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 18 Aug 2015 14:27:13 +0100 Subject: [PATCH 5/9] moving files --- hdk/getting_started.md => hdk_getting_started.md | 0 hdk_motorizedantenna.md | 0 hdk/projects.md => hdk_projects.md | 0 hdk_rtc.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename hdk/getting_started.md => hdk_getting_started.md (100%) create mode 100644 hdk_motorizedantenna.md rename hdk/projects.md => hdk_projects.md (100%) create mode 100644 hdk_rtc.md diff --git a/hdk/getting_started.md b/hdk_getting_started.md similarity index 100% rename from hdk/getting_started.md rename to hdk_getting_started.md diff --git a/hdk_motorizedantenna.md b/hdk_motorizedantenna.md new file mode 100644 index 0000000..e69de29 diff --git a/hdk/projects.md b/hdk_projects.md similarity index 100% rename from hdk/projects.md rename to hdk_projects.md diff --git a/hdk_rtc.md b/hdk_rtc.md new file mode 100644 index 0000000..e69de29 From b2e3e7d6ba6532b34df4200ad698eb118a151a5b Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 18 Aug 2015 14:34:16 +0100 Subject: [PATCH 6/9] Rehome of files --- hdk.md | 4 ++-- hdk_getting_started.md | 2 +- hdk_projects.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hdk.md b/hdk.md index 7de50f3..78712d6 100644 --- a/hdk.md +++ b/hdk.md @@ -32,5 +32,5 @@ The WiFi Pineapple Mark V HDK is an Arduino Pro based microcontroller board feat ## Extra Info - + [Getting Started](hdk/getting_started.md) - + [Starter Projects](hdk/projects.md) + + [Getting Started](hdk_getting_started.md) + + [Starter Projects](hdk_projects.md) diff --git a/hdk_getting_started.md b/hdk_getting_started.md index 6d521cf..a7e1ab5 100644 --- a/hdk_getting_started.md +++ b/hdk_getting_started.md @@ -117,6 +117,6 @@ void loop (void) ## Additional Information + Useful Links -[Projects](projects.md) +[Projects](hdk_projects.md) https://randomcoderdude.wordpress.com/2013/08/15/spi-over-gpio-in-openwrt/ diff --git a/hdk_projects.md b/hdk_projects.md index 95ca248..7e7103d 100644 --- a/hdk_projects.md +++ b/hdk_projects.md @@ -5,5 +5,5 @@ Simple list of projects that people have done with the HDK | Title | Level | Who | Link | |---|---|---|---| -| Motorized Antenna | Beginner | Phpsystems | [Motorized Antenna](motorizedantenna.md) | -| RTC Clock | Beginner | Phpsystems | [Realtime Clock](rtc.md) | +| Motorized Antenna | Beginner | Phpsystems | [Motorized Antenna](hdk_motorizedantenna.md) | +| RTC Clock | Beginner | Phpsystems | [Realtime Clock](hdk_rtc.md) | From 3cf2f02068064ef74cf8c3efbe28cf36b26c572c Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 18 Aug 2015 14:37:10 +0100 Subject: [PATCH 7/9] Fixes for the directory restructure --- hdk_getting_started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hdk_getting_started.md b/hdk_getting_started.md index a7e1ab5..0866e37 100644 --- a/hdk_getting_started.md +++ b/hdk_getting_started.md @@ -1,6 +1,6 @@ # Getting Started with the HDK -![The HDK as it arrives](../imgs/hdk1.png) +![The HDK as it arrives](./imgs/hdk1.png) ## Things you will need @@ -23,7 +23,7 @@ Once this command has been run, a new device /dev/spidev1.0 will be created. When soldered, the HDK will look something like this: -![HDK soldered and connected to the MK5](../imgs/hdk2.jpg) +![HDK soldered and connected to the MK5](./imgs/hdk2.jpg) NB, the pinout for the HDK is compatible with Arduino Shields. If you want this, don't use the female headers shown. @@ -33,7 +33,7 @@ The easiest way to program the HDK is via a USB to serial converter (a arduino c Either way, you can use the Arduino IDE to compile and deploy the code. Set the IDE to Arduino Duemilanove, and the correct serial port. -![Arduino Gui](../imgs/hdk5.png) +![Arduino Gui](./imgs/hdk5.png) ### Programming the HDK From b4c1bd48a3035d0d9861e4c9b5d802aeb2e03ab6 Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 18 Aug 2015 14:38:34 +0100 Subject: [PATCH 8/9] Fixes for the directory restructure --- hdk_projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdk_projects.md b/hdk_projects.md index 7e7103d..d5baf1d 100644 --- a/hdk_projects.md +++ b/hdk_projects.md @@ -6,4 +6,4 @@ Simple list of projects that people have done with the HDK | Title | Level | Who | Link | |---|---|---|---| | Motorized Antenna | Beginner | Phpsystems | [Motorized Antenna](hdk_motorizedantenna.md) | -| RTC Clock | Beginner | Phpsystems | [Realtime Clock](hdk_rtc.md) | + From 4fd91d187e19bce75e37bda8d606797ae3d4e624 Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 18 Aug 2015 14:39:53 +0100 Subject: [PATCH 9/9] Fixes for the directory restructure --- hdk_motorizedantenna.md | 3 +++ hdk_projects.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hdk_motorizedantenna.md b/hdk_motorizedantenna.md index e69de29..5666b1c 100644 --- a/hdk_motorizedantenna.md +++ b/hdk_motorizedantenna.md @@ -0,0 +1,3 @@ +# Coming Soon + +[Back](hdk_getting_started.md) diff --git a/hdk_projects.md b/hdk_projects.md index d5baf1d..1ca35b1 100644 --- a/hdk_projects.md +++ b/hdk_projects.md @@ -6,4 +6,3 @@ Simple list of projects that people have done with the HDK | Title | Level | Who | Link | |---|---|---|---| | Motorized Antenna | Beginner | Phpsystems | [Motorized Antenna](hdk_motorizedantenna.md) | -