diff --git a/hdk.md b/hdk.md index c023e9e..78712d6 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/getting_started.md b/hdk_getting_started.md similarity index 95% rename from hdk/getting_started.md rename to hdk_getting_started.md index 4d14d2c..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 @@ -117,4 +117,6 @@ void loop (void) ## Additional Information + Useful Links +[Projects](hdk_projects.md) + https://randomcoderdude.wordpress.com/2013/08/15/spi-over-gpio-in-openwrt/ diff --git a/hdk_motorizedantenna.md b/hdk_motorizedantenna.md new file mode 100644 index 0000000..5666b1c --- /dev/null +++ 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 new file mode 100644 index 0000000..1ca35b1 --- /dev/null +++ b/hdk_projects.md @@ -0,0 +1,8 @@ +# Projects + +Simple list of projects that people have done with the HDK + + +| Title | Level | Who | Link | +|---|---|---|---| +| Motorized Antenna | Beginner | Phpsystems | [Motorized Antenna](hdk_motorizedantenna.md) | diff --git a/hdk_rtc.md b/hdk_rtc.md new file mode 100644 index 0000000..e69de29