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
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,37 +26,43 @@ Have you ever thought about the possibility to control your action camera with y
26
26
27
27
## Supported boards:
28
28
29
-
- ESP8266
30
29
- ESP32
31
-
-~~any arduino boards (UNO, nano, 101, etc.) attached to an ESP8266 (ESP01) using AT commands with [this library](https://github.com/bportaluri/WiFiEsp)~~ - removed for now
32
-
- offical Arduino boards with Wifi like the MKR series - todo
30
+
- ESP8266
31
+
- MKR1000
32
+
- MKR WiFi 1010
33
+
- MKR VIDOR 4000
34
+
- UNO WiFi Rev.2
35
+
- Arduino UNO
36
+
- any arduino boards (UNO, nano, 101, etc.) attached to an ESP8266 (ESP01) using AT commands with [this library](https://github.com/bportaluri/WiFiEsp)
37
+
33
38
34
39
## Supported cameras:
35
40
36
-
- HERO3+
41
+
- HERO3
37
42
- HERO4
38
-
- HERO5 (tested with Black)
39
-
- HERO6 Black
40
-
- HERO7 Black
43
+
- HERO5
44
+
- HERO6
45
+
- HERO7
41
46
- Fusion
42
47
43
-
I made the library with a style which would be quite easy to add other cameras (not only gopro). I would be very happy to accept pull requests 😃
48
+
I made the library with a style which would be quite easy to add other cameras (not only GoPro). I would be very happy to accept pull requests 😃
44
49
45
50
## Installation
46
51
47
-
-Using Arduino IDE:
52
+
- Arduino IDE:
48
53
- Go to Tools > Manage libraries
49
-
- Search for GoProControl
50
-
- Using PlatformIO for Visual Studio Code:
51
-
- ````pio lib install "GoProControl"````
54
+
- Search for `GoProControl`
55
+
- PlatformIO:
56
+
- From command line: run ```pio lib install "GoProControl"```
57
+
- Or if you prefer a GUI from [Platformio IDE](https://docs.platformio.org/en/latest/librarymanager/)
52
58
- Manually:
53
-
- ````cd $HOME/Arduino/libraries```` ([see Arduino library paths for other operating systems](https://www.arduino.cc/en/hacking/libraries))
**Important:**Don't forget to change the SSID and Password on the example code! To do so, edit the Constants.h file (Constants.h.example should be renamed to Constants.h) in the example folder. Also change camera type (HERO3, HERO4, HERO5, HERO6...)
65
+
**Important:**Rename the `Constants.h.example`to `Constants.h` and change the SSID, Password and camera model. If you have a GoPro HERO4 or newer you should add also the [mac address](https://havecamerawilltravel.com/gopro/gopro-mac-address/) and the hostname of the board you want to connect to your camera
0 commit comments