Open source pilot for gopro hero 4 based on unofficial http api.
There is no connection between pin CH_PD and Vcc! You need to put small wire to connect these two pins.
TODO: describe how to prepare own PCB board
- Put micropython into ESP
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 LATEST_MICROPYTHON.bin
- Put credentials and main program
ampy --port /dev/ttyUSB0 put main.py /main.py
ampy --port /dev/ttyUSB0 put credentials.config /credentials.config
- If pilot does not work, pls check debug output
screen /dev/ttyUSB0 115200
- List of instructions in api (congrats for this project)
https://github.com/KonradIT/goprowifihack/blob/master/HERO4/WifiCommands.md - Micropython
http://micropython.org/download#esp8266 - Tutorial for micropython in ESP8266
https://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html
Apache License 2.0v