Digital Systems Project Ideas...re: vehicle dynamics controller

mAdD INDIAN

Diamond Member
Oct 11, 1999
7,804
1
0
For my 2nd year Comp Eng course called Digital Systems, I have to create something interesting for my course project. The project must make use of finite state machines and memory and combinational circuits (obviously).

I wanted to do something unique and am thinking about making a simple Vehicle Dynamics Controller. However, I don't want to go over my head.

My idea was to have 4 inputs which are individual wheel speeds (4 wheels in a car). Then the controller would check if the wheels are spinning faster than others (meaning one wheel spinning much faster than the other one) and this would signal the traction control to brake that wheel.

Now the problem is that if I were to do this, the Prof expects me to have a motor to represent the wheel and to slow it down. Now this is something the 3rd years do, not 2nd years. However if I can manage to get access to a digitally controlled motor (the Uni has them), I might be able to do it. But this raises the question, how hard is it to create a circuit to control those motors? I figure I'd have to read the specs on it.

Second option is to forget controlling the motor, and instead have a VGA output. The Prof will provide us with the circuit/Verilog code for the interface, but we have to program it ourselves. We haven't learnt that either. Anyway, my idea is to output the picture of four wheels in the layout of a car (I guess four vertical lines). And when one of those wheels need to be slowed down, a blinking box would show up next to them (I'd rather have the word "TRAC" blink, but I think that would be do cumbersome..although I could try).

Anyway does my idea sound good? Do-able? I'm not sure how finite state machines would play into this though (we just started the section of state machines so I'm not to clear on it yet).

Thanks.


EDIT: Other idea is a home-light timer (which you can read about a few posts down).

Also how hard would ti be to create a Digital-Analog Converter using logic gates? Is it even possible?
 

igotid24

Junior Member
Oct 8, 2003
5
0
0
you could make the whole thing yourself, get yourself an OOPic, and you can either use a motor with a wheel encoder or a stepper motor, but the regular motor with a wheel encoder would probably be better.
 

mAdD INDIAN

Diamond Member
Oct 11, 1999
7,804
1
0
Originally posted by: igotid24
you could make the whole thing yourself, get yourself an OOPic, and you can either use a motor with a wheel encoder or a stepper motor, but the regular motor with a wheel encoder would probably be better.

hey thanks for the info.

But I don't think we'd be allowed to do that since a) we need to use stuff learnt in the course such as Verilog and I think we have to use the Uni's equipment.
 

mAdD INDIAN

Diamond Member
Oct 11, 1999
7,804
1
0
bump! for other ideas?

My other idea is to create a home-lights/swtiches timer. Where you can set different zones and then set the device to turn on (and off) lights in those zones at specific times.

But it seems kinda boring...I'm trying to think of some interesting yet doable ideas.
 

Martin

Lifer
Jan 15, 2000
29,178
1
81
Cool idea. I still have no idea what do for my project. I was thinking of doing a calculator -- as in taking a $5 calculator, ripoping out its processor and replacing it with my own.