You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-3Lines changed: 47 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,7 @@ disconnect from the network. You don’t even have to be in the network or know
29
29
The [ESP8266](https://de.wikipedia.org/wiki/ESP8266) a very cheap micro controller with build in WiFi. It contains a powerfull 160 MHz processor and you can program it
30
30
with the [Arduino IDE](https://www.arduino.cc/en/Main/Software). This makes it perfect for this project.
31
31
32
-
You can buy these chips for under $2 from China. But I recommend you to buy one of the USB breakout/developer boards.
33
-
It doesn’t matter which board you use, as long as it has an ESP8266 on it.
32
+
You can buy these chips for under $2 from China!
34
33
35
34
## How to protect yourself:
36
35
@@ -54,7 +53,52 @@ This attack shows how vulnerable the 802.11 WiFi standard is and that it has to
54
53
55
54
# Tutorial
56
55
57
-
coming soon :)
56
+
The only thing you will need is a computer and an ESP8266.
57
+
58
+
I recommend you to buy one of the USB breakout/developer boards.
59
+
It doesn’t matter which board you use, as long as it has an ESP8266 on it.
60
+
61
+
**1** Install and open [Arduino](https://www.arduino.cc/en/Main/Software).
62
+
63
+
**2** Go to `File` > `Preferences`
64
+
65
+
**3** Add `http://arduino.esp8266.com/stable/package_esp8266com_index.json` to the Additional Boards Manager URLs. (source: https://github.com/esp8266/Arduino)
66
+
67
+
**4** Go to `Tools` > `Board` > `Boards Manager`
68
+
69
+
**5** Type in `esp8266`
70
+
71
+
**6** Select version `2.0.0` and click on `Install`
72
+
73
+
**7** Go to `File` > `Preferences` again
74
+
75
+
**8** Open the folder path under `More preferences can be edited directly in the file`
76
+
77
+
**9** Go to `packages` > `esp8266` > `hardware` > `esp8266` > `2.0.0` > `tools` > `sdk` > `include`
78
+
79
+
**10** Open `user_interface.h` with a text editor
80
+
81
+
**11** Scroll down and before `#endif` add following lines:
0 commit comments