mirror of
https://github.com/hak5darren/wifipineapple-wiki.git
synced 2025-10-29 16:59:29 +00:00
commit
29ec7ee81a
5
hdk.md
5
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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Getting Started with the HDK
|
||||
|
||||

|
||||

|
||||
|
||||
## 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:
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
### 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
3
hdk_motorizedantenna.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Coming Soon
|
||||
|
||||
[Back](hdk_getting_started.md)
|
||||
8
hdk_projects.md
Normal file
8
hdk_projects.md
Normal 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
0
hdk_rtc.md
Normal file
Loading…
x
Reference in New Issue
Block a user