Merge pull request #7 from phpsystems/gh-pages

Fix of HDK pages.
This commit is contained in:
Foxtrot 2015-08-18 15:37:29 +01:00
commit 29ec7ee81a
5 changed files with 21 additions and 3 deletions

5
hdk.md
View File

@ -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)

View File

@ -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/

3
hdk_motorizedantenna.md Normal file
View File

@ -0,0 +1,3 @@
# Coming Soon
[Back](hdk_getting_started.md)

8
hdk_projects.md Normal file
View File

@ -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) |

0
hdk_rtc.md Normal file
View File