Olympus RM-1 IR Shutter Release

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply
Harry Tuttle
Posts: 27
Joined: Sat Aug 01, 2009 3:15 pm
Has thanked: 2 times
Been thanked: 10 times
Contact:

Olympus RM-1 IR Shutter Release

Post by Harry Tuttle »

Olympus RM-1 IR Shutter Release
OlympusRemoteV4.fcf
(8 KiB) Downloaded 701 times
Simple programme that replicates the shutter release from the RM-1infra red remote control.
P4027024.jpg
(57.16 KiB) Downloaded 4921 times
I have used a 16F877A as this is part of a larger project, it should work on any chip with PWM output.

The PWM output is used to produce the 38kHz Carrier frequency. Pin 16 is connected to an IR LED via a 220ohm resistor.
P4027016 copy.jpg
(143.09 KiB) Downloaded 4921 times

I have tested this on a Olympus E-3, although I believe this remote control works on other models.

Harry Tuttle
Posts: 27
Joined: Sat Aug 01, 2009 3:15 pm
Has thanked: 2 times
Been thanked: 10 times
Contact:

Re: Olympus RM-1 IR Shutter Release

Post by Harry Tuttle »

P4027022 copy.jpg
(210.98 KiB) Downloaded 2920 times

Harry Tuttle
Posts: 27
Joined: Sat Aug 01, 2009 3:15 pm
Has thanked: 2 times
Been thanked: 10 times
Contact:

Re: Olympus RM-1 IR Shutter Release

Post by Harry Tuttle »

The transmitted signal comprises of :
9mSec burst
4.5mSec space
Address first byte
Address second byte
Command
NOTcommand

The logic bits are:
Logic 0 1.12mSec long
logic0.jpg
(48.7 KiB) Downloaded 4920 times
Logic 1 2.25mSec long
logic1.jpg
(53.79 KiB) Downloaded 4920 times
For more on Extended NEC protocol see:
http://www.sbprojects.com/knowledge/ir/nec.htm
output.jpg
(52.71 KiB) Downloaded 4920 times

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Olympus RM-1 IR Shutter Release

Post by medelec35 »

I know someone who wanted one of these.
Thanks.
Great article.
Martin

Post Reply