3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Cheap PIC controlled Helmet Camera using Sony LANC (Good for Extreme Sports)

Cheap PIC controlled Helmet Camera using Sony LANC (Good for Extreme Sports)

This Instructable will show you how to make a cheap Helmet Camera which can be controlled via a remote so your main camera can stay safely in your ruck sack.

The controller can be attatched to one of the shoulder straps of you ruck sack, and will allow you to Record and Stop the camera as well as being able to switch the 'bullet' camera on and off also.

This is perfect for people who want to film extreme sports such as bmxing, snowboarding, skateboarding etc. from a first person perspective.

The picture below shows the bullet camera and remote controller along with the main camera adn battery pack.
 
Remove these adsRemove these ads by Signing Up
 

Step 1How it works.

How it works.

It is fairly simple to connect a small 'bullet' style camera to your camcorder and get the camcorder to film what the mini camera is 'seeing', but I wanted to be able to control the record and stop fuctions of the camcorder without taking out of my bag everytime.

After a little investigation, I found that Sony camera have a LANC connection on them which can be used to control the camera and also give information about the what the camera is doing. This is great, becasue when you remotely press the Record button, you can read the data from the LANC cable to find out if the camera is actually started recording, and have a record LED illuminate on your controller.

The mini camera cost only 15 pounds from ebay
The 2.5mm stero jack was about 1 pound
and the other bits and pieces were less than 5 pounds

So for about 20 pounds, you can have a a fully working, remote control helmet cam.


My controller is very simple. It has a Record button, a Stop button, a power switch for the mini cam and 3 LEDs. (Minicam power, Main camera power and a record indicator). This is all I needed for my project, but the source code I have supplied is pretty straight forward and can be adapted to allow you to control anything on the camera.


---
I have added another step, Step 4, it is an update that gives an indication of low battery and end of tape)
---


Pictures:

Picture 1 - The prototype (with 8 LEDs to help debug my program)
Picture 2 - A close up of the 'bullet' camera and controller
« Previous StepDownload PDFView All StepsNext Step »
18 comments
Jul 14, 2011. 11:35 PMrtaneja says:
Thanks again... I have another doubt.
In the code, when the 8 bytes have been processed, you check whether the camera is recording or not and after that you jump back to '_Start2'.
Isn't that wrong as the subroutine '_Start2' again checks which button is being pressed even though in between the program has already checked whether the button has been released or not....!!! I mean, we should not be pressing 'Stop' button multiple times to execute the command.....
Please let me know....
Jul 6, 2011. 1:37 AMrtaneja says:
hey , thanks for posting this. I have a question... Can you describe how you interfaced PIC with the the single data wire of LANC signal. You must have used SPI right..? but how exactly do we control those timings for LANC...?
Jun 10, 2011. 6:08 AMrobot1398 says:
do i just copy paste the code to the programming software
Dec 1, 2010. 2:58 PMetechtim says:
Great tool you've designed ! Can IRIS control be isolated in a remote LANC control? Thanks EtechTim
Oct 20, 2010. 1:41 PMCoco Sapone says:
I've made a LANC controler using a PIC16F628A for a SONY camera and it worked ok. For more information and other interesting technical things go to the link:
http://sites.google.com/site/telepicdata/
Feb 28, 2010. 11:00 PManglekissbbq says:
Will the LANC protocol can provide do?
Feb 1, 2010. 3:52 AMjpghiena says:
Fantastic. That's just what I need, but no idea how to build it (I never made any electronic tools) : could you give a few hints on how to begin, or could this remote control be bought from you ?
Thanks for your answer
May 15, 2009. 7:57 AMmoonstruckman says:
Just curious as to why you decided to use two seperate buttons for starting and stopping the device? Why not use 1 button?
May 15, 2009. 9:47 AMmoonstruckman says:
That makes sense. I just wanted to make sure it was possible to use 1button. I have been researching this topic for 2 months and getting no where, mostly because no one has used the 16F690. I am ecstatic to have found your post! It has been a huge help. It's the cleanest and most comprehensive code I have found yet. And the footage actually looks really good. Thanks again for posting this!
Mar 29, 2009. 9:42 AMalexfagundes says:
This is fantastic!! I've been trying to get any info I could reguarding a homemade controller for the LANC protocol and you are the first I've seen. All I want is a simple shutter release remote for my sony R1 camera. The RM-DR1 remote has more features than I need besides being impossible to find and not worth the price. portreathbeach, if you read this and think you could help me further in building this remote, let me know. The LANC logic and how it works in actually building a crcuit DIY style is alittle confusing to me. Great post
Feb 1, 2009. 6:09 AMpau.cc says:
Great! Thanks for posting!!
Sep 6, 2008. 8:31 AMrobhlee says:
pic16f690? I have that same one; I have been searching for information on how to power my pic mirco (current,power). Is it generally the same for all pic micros?
Aug 28, 2008. 8:09 PMDorkfish92 says:
pretty cool. P.S. I have the same monitor as you. 19 in.?

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
20
Followers
2
Author:portreathbeach