keriszafir / MewPro4

MewPro for Hero 4 Black/Silver

Home Page:https://mewpro.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MewPro4

Arduino BacPac™ for GoPro Hero 4 Black/Silver: GoPro can be controlled by ATtiny1634 attached on Herobus.

Resources:


###Prerequisites

In order to use MewPro 2 as a Hero 4 Black/Silver controller you need the following hardwares:

Softwares:

MewPro 2 is shipped with optiboot as well as MewPro4 software for genlocking. But if you like to modify/update the software you will need to prepare the following IDE, core. To install each software please refer their documentations.

(A modified WireS library is distributed with MewPro 4 source code package, so you don't need to download the original version separately.)

Lastly grab the MewPro4 application:

  • MewPro4 Application
  • This is an open source software (MIT license). You can modify and distribute it as you like.

###Connections

On your PC launch Arduino IDE that was installed as described in the above. In Arduino IDE [File]→[Open...]→ then open MewPro4.ino.

Connect MewPro 2

!(http://mewpro.cc/wp-content/uploads/connection2.jpg)

to your PC with FTDI board and the temporary header.

!(http://mewpro.cc/wp-content/uploads/conne2.jpg)

Connecting FTDI please refer the pinout image below:

!(http://mewpro.cc/wp-content/uploads/MewPro2.jpg)

Then connect them to GoPro Hero 4 Black/Silver.

!(http://mewpro.cc/wp-content/uploads/conne1.jpg)

In Arduino IDE application, select [Tools]→[Board]→[ATTiny1634 (optiboot)] and [Tools]→[Port]→[(the port where you connected the FTDI cable)]. (B.O.D. and Clock settings are “don’t care” as these values are only effective when you burn a bootloader to the microcontroller by using an ISP programmer.)

MewPro4 source code is targeted to MewPro 2 board, genlocking with Iliad, and Hero 4 Black/Silver firmware version v3.0.0 or later (please note v4.0.0 and/or v5.0.0 has a fatal bug in bulk setting transfer). So the code should be complied successfully without any modifications. Click "Verify" the MewPro4 sketch and "Upload" it to MewPro 2 board.

About

MewPro for Hero 4 Black/Silver

https://mewpro.cc

License:MIT License


Languages

Language:Arduino 55.7%Language:C++ 36.9%Language:C 7.4%