Home  :  Links  :  Past Polls  :  Advanced Search  :  Site Statistics  :  Bio  :  Contact  :  FAQ  :  Downloads  
    Kevin Horton's RV-8 Project One Rivet At A Time    
 Welcome to Kevin Horton's RV-8 Project
 Friday, July 30 2010 @ 09:06 PM EDT

Engine Preheat Remote Control Prototype

   

General News

I’ve spent quite a bit of time over the last few weeks learning the ins and outs of the Parallax Propeller micro-controller (Prop). Once I learned the basics, I started working on a remote control system for the RV-8 engine preheater. The concept of operations is to use a cell phone to trigger the preheater. The cell phone display illuminates when it receives a call, then goes dark a few seconds later. The illumination or dark state of the display can be detected by a CdS photocell connected to the Propeller micro-controller. Two calls received in an 80 second period will cause the Propeller to close a solid state relay (SSR) which controls the preheater, and leave it ON for six hours. If two more calls are detected it will reset the timer to 6 hours, to cover the case where my arrival at the airport is delayed. Three calls in 120 seconds will set the preheat to OFF if it was ON.

The Prop is really overkill for this mission, but I wanted to get some experience with it as I have some thoughts about using it in the future for a pitch axis autopilot. The 8 CPUs in the Prop are ideal for my autopilot project, as I will be able to give some important tasks their own CPU to ensure they happen on schedule, no matter what other busy tasks are running.

Today I finished the proof of concept prototype of the preheat controller, and did several functional tests with it controlling a lamp. It is set up on a solderless breadboard - I’ll solder up the next version on a BPS 1553 breadboard once I have confirmed that this thing really works. The circuit is inside an enclosure, to protect it, and because the photocell needs a fairly dark environment so help it detect when a call is received. Some of the stuff on the solderless breadboard isn’t needed, such as the three momentary push buttons, which where used during the initial tests before I had the cell phone hooked up to the photocell.


The SSR and all the 120V AC high voltage stuff is inside a standard house electrical box. Two of the outlets are always hot, to provide power for the cell phone charger and the power supply for the Prop. The other two outlets are controlled by the SSR.


The CdS photocell is basically a resistor whose resistance changes depending on how much light is shining on it. It is secured to the cell phone display with a rubber band.


I’m using an NTE RS3-1D25-24T SSR. I was surprised to see that the label says it needs 4V DC to control it, as the spec sheet says it only needs 3V. The Prop is a 3.3V device (however only 2.7V is guaranteed as output), to I was concerned. But, it works.


The enclosure and electrical box are screwed to a piece of wood to keep them tied together as one assembly.




What's Related

Article Options

Engine Preheat Remote Control Prototype | 2 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Engine Preheat Remote Control Prototype
Authored by: geprevo on Monday, January 04 2010 @ 04:52 PM EST
Kevin,

I've killed a few BASIC Stamps by drawing too much current from them or by making a mistake while breadboarding. Something you might want to consider is running your logic outputs through a HEX inverter. You can run two channels of the inverter in series if you want, so that the logic isn't reversed. This does the following things for you:

1. Your microcontroller is isolated from potentially damaging loads. A mistake or overcurrent event will only cost you a dollar or so for a new inverter as opposed to lots of dollars for a new microcontroller.

2. The inverter will provide true TTL levels to your SSR.

Cheers,
Guy
Engine Preheat Remote Control Prototype
Authored by: Kevin Horton on Tuesday, January 05 2010 @ 06:56 PM EST
Guy,

Thanks for the suggestions. I'll look into hex inverters.

---
Kevin Horton

Homebuilt Aircraft
[ Join Now | Ring Hub | Random | << Prev | Next >> ]
Powered by WebRing.
 Copyright © 1997 - 2010 Kevin Horton
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.33 seconds