Tech/AmazonDashButtons.md
... ...
@@ -0,0 +1,42 @@
1
+<!--
2
+vim: filetype=markdown
3
+-->
4
+# Use the amazon-dash audio hack first!
5
+
6
+https://github.com/Nekmo/amazon-dash
7
+
8
+## Install
9
+
10
+```
11
+$ python -m venv .venv
12
+$ source .venv/bin/activate
13
+$ python -m pip install amazon_dash
14
+```
15
+
16
+## Hack
17
+
18
+Connect headphones, turn up the volume.
19
+
20
+```
21
+$ # long press dash button until LED pulses blue
22
+$ amazon-dash hack-device
23
+```
24
+
25
+Play until the dash button LED turns green.
26
+
27
+# How to connect your Dash button to your Wifi
28
+
29
+https://github.com/danimtb/dasshio/
30
+
31
+Long press dash button until LED pulses blue.
32
+
33
+Connect to Wifi SSID `Amazon Configure me`.
34
+
35
+- `http://192.168.0.1`
36
+- note MAC
37
+- `http://192.168.0.1/?amzn_ssid=<SSID>&amzn_pw=<PASSWORD>`
38
+
39
+where `SSID` is the name of your Wifi network and `PASSWORD` is the password.
40
+
41
+The button's Amazon Configure me Wifi will disappear and if `SSID` and `PASSWORD` were right, the button will connect to the Wifi network once you press the button.
42
+