GithubHelp home page GithubHelp logo

kitmir / gopro-multiple-smart-remote-esp8266 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sepp89117/gopro-multiple-smart-remote-esp8266

0.0 0.0 0.0 18 KB

This code should show how to control several GoPros with a NodeMCU V1.0 (ESP-12E). It is designed for my purposes on four cameras and using with a VB.net Windows Forms Application.

C++ 100.00%

gopro-multiple-smart-remote-esp8266's Introduction

GoPro-Multiple-Smart-Remote-ESP8266

This code should show how to control several GoPros with a NodeMCU V1.0 (ESP-12E). It is designed for my purposes on four cameras. (GoPro Hero 5 black and HERO 7 black tested)

I use the code with a VB.net Windows Forms Application. In this I have named the four cameras with their own names and can assign the individual status of the cameras by referencing from IP to MAC.

A big thank you to theContentMint for the inspiration for UDP and the port being used. Another thank you goes to KonradIT for inspiration ever to start with an ESP8266.

TODO

The command CM (change mode) does not work. I would like to be able to set all cameras to default mode or other modes.

How to use:

First of all, no changes in the code are necessary. Only when the claims grow, changes must be made.

Open serialmonitor and use the following commands:

<rc1> //to start softAP, after that, you can connect cameras
<rc0> //to stop softAP
<sh1> //start shutter
<sh0> //stop shutter
<pw0> //power off all cams

Additional informations

M1BSSID is only to be changed if you want to reference the status message of the camera to the MAC address. When the camera sends ST, the status message with the MAC address is written in the serialmonitor. If the MAC address is not known to the program, the message of the camera will not be written. Unfortunately I can only find out which IP sends the message. The IP is not fixed, so variable. Therefore, one has to refer to the IP with the MAC address and you can say that if this IP writes, it is this MAC. I hope this is understandable... The same goes for M2BSSID and so on.

gopro-multiple-smart-remote-esp8266's People

Contributors

sepp89117 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.