A Sync Generator/Controller for Hero 4 Black/Silver and MewPro.
MewPro 2 or MewPro Cable work with MewPro Iliad.
MewPro 2/Cable boards must be installed MewPro4 software for Hero 4 Black/Silver.
All the video modes that GoPro Hero 4 Black/Silver can shoot are supported.
MewPro Iliad uses Seeed Studio's Seeeduino Mega (Arduino Mega 2560 enhanced clone). We implemented these sync functionality to Arduino environment simply because it's very popular and very well-documented especially in entry-level tutorials. So before asking something to us please google your question by yourself.
The following is a brief guide on how to update Iliad.
- Step 1. Download Arduino IDE from https://www.arduino.cc/en/main/software. For installation instructions please refer the Getting Started page in this same site.
- Step 2. Download Iliad source code from our GitHub repo https://github.com/orangkucing/MewPro_Iliad, and unzip it to some folder/directory. Rename the unzipped folder/directory name from MewPro_Iliad-master to MewPro_Iliad.
- Step 3. Download the following Arduino libraries:
- IRremote library at https://github.com/z3t0/Arduino-IRremote. (Note: The IRremote library conflicts with RobotIRremote library in the standard Arduino IDE. So please delete "your IDE installation folder"/Contents/Java/libraries/RobotIRremote)
- RTClib at https://learn.adafruit.com/adafruit-ds3231-precision-rtc-breakout/wiring-and-test.
- Step 4. Install the above downloaded libraries (To install Arduino Library please refer this page).
- Step 5. Compile Iliad source code and upload it to Seeeduino Mega. (In Arduino IDE, set [Tools]->[Board] to "Arduino/Genuino Mega or Mega 2560", [Tools]->[Processor] to "Atmega2560 (Mega 2560)", [Tools]->[Port] to your serial port that Seeeduino Mega is connected.)
- Step 6. Enjoy!