mirror of
https://github.com/hak5darren/wifipineapple-wiki.git
synced 2025-10-29 16:59:29 +00:00
Removal of programming page
Update of Getting Started page.
This commit is contained in:
parent
13e21c3d3b
commit
4c8458706b
@ -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.
|
||||
|
||||

|
||||
|
||||
@ -21,16 +21,21 @@ Once this command has been run, a new device /dev/spidev1.0 will be created.
|
||||
|
||||
## Soldering the HDK
|
||||
|
||||

|
||||
When soldered, the HDK will look something like this:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
|
||||
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user