From 4c8458706b5b5fd7b94815b2cfd3a031a9f0b2a4 Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Mon, 18 May 2015 12:20:41 +0100 Subject: [PATCH] Removal of programming page Update of Getting Started page. --- hdk/getting_started.md | 13 +++++++++---- hdk/programming.md | 26 -------------------------- 2 files changed, 9 insertions(+), 30 deletions(-) delete mode 100644 hdk/programming.md diff --git a/hdk/getting_started.md b/hdk/getting_started.md index 8ff5ace..34c4ccc 100644 --- a/hdk/getting_started.md +++ b/hdk/getting_started.md @@ -5,9 +5,9 @@ 1. The HDK 2. A Wifi Pineapple 3. A Soldering iron -4. A programmer (an arduino is fine) +4. Header Pins (Female and/or Male) 5. Wires -6. (optionally, but highly recommended) a USB to serial converter. +6. A USB to serial converter or arduino. ![The HDK as it arrives](../imgs/hdk1.png) @@ -21,16 +21,21 @@ Once this command has been run, a new device /dev/spidev1.0 will be created. ## Soldering the HDK -![Main header to teh MK5](../imgs/hdk2.png) +When soldered, the HDK will look something like this: + +![Main header to the MK5](../imgs/hdk2.png) ![ICSP Header](../imgs/hdk3.png) ![Additional Pins](../imgs/hdk4.png) +NB, the pinout for the HDK is compatible with Arduino Shields. If you want this, don't use the female headers shown. ## Programming the HDK -The easiest way to program the HDK is via an Arduino. This allows you to use the Arduino IDE, (optionally test) and deploy the code via +The easiest way to program the HDK is via a USB to serial converter (a arduino can be used, without the ATMEGA Chip). If you want to use the Arduino, look at the section "Uploading Using an Arduino Board" on this page: http://www.arduino.cc/en/Tutorial/ArduinoToBreadboard + +Either way, you can use the Arduino IDE to compile and deploy the code. Set the IDE to Arduino Duemilanove, adn the correct serial port. ![Arduino Gui](../imgs/hdk5.png) diff --git a/hdk/programming.md b/hdk/programming.md deleted file mode 100644 index 0e46513..0000000 --- a/hdk/programming.md +++ /dev/null @@ -1,26 +0,0 @@ -# Programming the HDK - -## Via the ICSP connectors - -Plug the Connections in to the header as follows: - -| Port | Connection | Port | Connection | -|:----:|:----------:|:----:|:----------:| -| 1 | MISO | 4 | VCC (5V) | -| 2 | SCK | 5 | MOSI | -| 3 | RESET | 6 | GND | - - - -### Via The Arduino Software - - - - -### Via AVRDude - - - -## Via the SPI Interface on the WiFi Pineapple - -The current version of AVRDude that comes from the pineapple repositories (version 5.8-1) does not support programming directly from the WiFi Pineapple.