P-Mag capability demo

A forum to discuss the installation and maintenance of the O-320, O-360, & O-540 engines and their variants.
Post Reply
User avatar
Brantel
Class B
Posts: 1029
Joined: Wed Aug 30, 2006 3:23 pm
Location: Newport, TN

P-Mag capability demo

Post by Brantel »

Moving to the 21st Century with my airplane's ignition system has brought some benefits...

I built this simple LCD display that ask the P-mag to start streaming ignition data upon startup and then parse the data and display it on a simple 4x20 backlit LCD screen.

The results are shown below. I am not going to go into details on how and what it takes to do this because I do not want to have this compete at all with the EI Commander that Bill Repucci has developed. My device only monitors the P-mag. The total cost to go from P-mag to what you see in this video is $44.45 and over half that is the LCD (no I am not planning to sell them)...

If you are a tech geek and would rather play with electrons than eat, build you one but if not, get the one that Bill Repucci sells. Also buy his if you want to control the P-Mag (that could be expensive if you screw it up playing around with a device like this)

Disclaimer, the data displayed in this example is strictly sample data only and does not mean anything!!!

http://www.youtube.com/watch?v=Bo5HLxaXPbQ

Image
Last edited by Brantel on Thu Feb 17, 2011 6:41 am, edited 1 time in total.
Brantel (Brian Chesteen),
RV12-IS, #121606, N912BC - Building Now!
RV10, #41942, N????? - Project Sold
RV-7/TU, #72823, N159SB - SOLD

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

Post by Spike »

What are you using on the backend? Thats cool!
http://www.rivetbangers.com - Now integrating web and mail!
Current Build: 2 years into a beautiful little girl

User avatar
hydroguy2
Class B
Posts: 1307
Joined: Mon Sep 10, 2007 11:13 pm
Location: Townsend, Montana

Post by hydroguy2 »

pretty neat. Lately I'm wondering what my Pmag is doing, but can't afford the EIcommander. But I'm also not geek enough to put together something like you have.

nice job Brian
Brian
Townsend, MT

User avatar
Brantel
Class B
Posts: 1029
Joined: Wed Aug 30, 2006 3:23 pm
Location: Newport, TN

Post by Brantel »

I'm a Geek, I'm a Geek, I'm a Geek.

Too bad I can't turn it into a Billion $ like allot of those Geeks do!!!
Brantel (Brian Chesteen),
RV12-IS, #121606, N912BC - Building Now!
RV10, #41942, N????? - Project Sold
RV-7/TU, #72823, N159SB - SOLD

User avatar
hydroguy2
Class B
Posts: 1307
Joined: Mon Sep 10, 2007 11:13 pm
Location: Townsend, Montana

Post by hydroguy2 »

Brantel wrote: Too bad I can't turn it into a Billion $ like allot of those Geeks do!!!
Would be nice wouldn't it.

money isn't everything...but beats what ever is second :mrgreen:
Brian
Townsend, MT

User avatar
bullojm1
Chief Rivet Banger
Posts: 1357
Joined: Sat Mar 25, 2006 6:37 pm
Location: KDMW
Contact:

Post by bullojm1 »

Brian,

I heard a few keystrokes before the LCD powered up. Is there a computer in between the LCD and the PMAG which does the work to interpret the data from the PMAG and assemble the output?

If you want to take this a step further, I have developed extensively with the Rabbit Semiconductor microcontrollers (http://www.rabbitsemi.com). Great development environment and relatively affordable uC's.
Mike Bullock
http://www.rvplane.com
RV-7 | Superior IO-360 | Whirlwind 200RV
Garmin GTN650 | GRT Dual Sport SX EFIS
Status: FLYING!

User avatar
Brantel
Class B
Posts: 1029
Joined: Wed Aug 30, 2006 3:23 pm
Location: Newport, TN

Post by Brantel »

No that was me plugging the power cord in and then starting the fake data sentences which did come from a computer acting like the P-Mag.

This thing is self contained and can run off of a 9 volt battery or lighter plug or ship power. It all will fit in a project box the size of a pack of cigarettes.

Emagair already has a free software program that will run on a laptop that monitors their P-Mag but for me that is too big and bulky and a real pain. Not to mention hard to see outside in the bright light.

I have talked to Bill R. about it and he does not mind if I fill people in on what I used to make this thing. He sells the EI Commander which looks like an awesome device.

Here is what I am using:

An Arduino based microcontroller board, very inexpensive and very powerfull
A LCD117 Serial LCD microcontroller board, very inexpensive and has a great built in library for the serial LCD screens
A TTL to RS232 converter board, required and cost nearly nothing
A 4x20 Blue LED Backlight Serial LCD screen, awesome and inexpensive

The above and some code and the sentence structure/command codes from EMagAir is all you need to make this thing work....
Brantel (Brian Chesteen),
RV12-IS, #121606, N912BC - Building Now!
RV10, #41942, N????? - Project Sold
RV-7/TU, #72823, N159SB - SOLD

User avatar
Brantel
Class B
Posts: 1029
Joined: Wed Aug 30, 2006 3:23 pm
Location: Newport, TN

Post by Brantel »

It really is simple (ok the code is not trivial but the hardware is!). I took a pic of what it takes to do this. The hardware is available for the most part fully assembled but it is easy to put it together out of kits or raw parts. There are many versions of the uController boards out there and mine is not the most basic one. You can get em even more bare bones depending on what you need.

Here is my setup:

The white board on the breadboard is the uController, the red board attached to that is the TTL to RS232 converter board.
The LCD can be remote mounted or not. It has a daughter board on the back of it that contains the controller for it.

Image

The age of that breadboard makes me start to feel old!

Here is a really bare bones version of that same uController board that is available:

Image
Brantel (Brian Chesteen),
RV12-IS, #121606, N912BC - Building Now!
RV10, #41942, N????? - Project Sold
RV-7/TU, #72823, N159SB - SOLD

User avatar
dons
Class C
Posts: 873
Joined: Thu Apr 20, 2006 4:28 pm
Location: Waterloo, Ontario, Canada

Post by dons »

That is so cool Brian! I've done my share of that kind of thing, yes I am very much a geek too wishing it would have made me $$$, but it didn't. You can do so much with the single chip systems, and they don't cost very much at all. I've lost rack of how many development systems I have used/bought over the years, but what you did is a perfect example of how these things can be used for a one of project, great work.
Don Sinclair
CYKF
RV-7A (Fuselage)

Post Reply