Skip to content

vincentpotato/Camera-Remote-app-to-use-with-arduino-BLE-shield-and-shutter-release-cable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera remote app using and arduino, BLE-shield and a shutter release cable

This is an app for phonegap build but it also works with cordova and ionic. To control your camera you will need an arduino and a BLE-shield. It should in theory also work with any bluetooth low energy shield or arduino board. Just make sure to change the board specific charachteristics and serviceUUID

// This is the object that needs to be changed if you are using another card. var redbear = { serviceUUID: "713D0000-503E-4C75-BA94-3148F18D941E", txCharacteristic: "713D0003-503E-4C75-BA94-3148F18D941E", // transmit is from the phone's perspective rxCharacteristic: "713D0002-503E-4C75-BA94-3148F18D941E" // receive is from the phone's perspective };

Functionality

  • Take a timelapse with a specific interval and exposure duration
  • Let your phone act as a remote trigger
  • Set a timer for when the photo should be taken (under development)
  • Can connect to multple shields and control multple cameras at ones (it is possible but not very intuitive at the moment)

Will add more information soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published