Formula SAE car gear indictator

In summary: I'm not sure if that's even possible or not. In summary, the student is trying to create a gear indicator for their university's formula SAE car. They have completed their freshman year and have limited experience with electrical engineering, so they are on their own to figure out how to make the indicator. They have requirements for the indicator that must be met, including that it works even when the car is off, is accurate, and only turns on when the car is on. The student has come up with a plan to meet these requirements.
  • #1
jcpwn3r
2
0
Hi, This may not being the right place for this but I'm giving it a shot

I'm trying to figure out how to make a gear indicator for our university's formula SAE car. I just finished my freshman year and came in without any credits so I have a very limited knowledge of applying programming to a real world application or anything about electrical engineering in general. I'm also the only EE on the team so I'm more or less on my own here..

To the point, our car uses a cbr 600rr motorcycle engine with a custom 4 speed transmission that's actuated by a steel cable attached to a gear lever in the driver cockpit. When you pull the lever back, it shifts up, when you push it forward, it shifts down. The position of the gear lever is independent of the gear you're in.

I'm aware that there are gear indicators commercially available for motorcycles. However they rely on a program that calculates the gear you're in based on your RPMs and speed. This method has some issues such as it's fairly slow and requires the car be moving.

Here is a list requirements I have for the indicator

1: when you move the lever it changes the gear correctly
2: it only has to be calibrated once so it follows our 1,2,3,4,N,N,N shift pattern reliably
3: it has to somehow work even when the car is off, so if someone changes the gear when it's off it will save what gear it's in. even if the main battery is unplugged.
4: the micro controller that dictates all of this must be able to run from it's own power source 24/7/365
5: the display should indicate the gear the car is in and must only be on when the car's electronics are on and must draw power from the car's main battery


Here is a list of how I think I can meet these requirements

1: I'll have contacts or sensors or a magnet attached to the gear lever, so when you shift, up or down, a circuit is completed and the gear changes to the correct gear. A micro controller (programmed with an arduino or similar device) will sense the completed circuit and change the gear displayed to the driver.

2: I'll figure out some way to activate a calibration mode in the micro controller, and then I'll have the car in first gear when the indicator is ready to be calibrated. After I’ll shift up from the 1st to the 7th "gear" and the calibration will be complete. We have 3 neutrals in our car as it used to be a 6 speed transmission, so that is why I said “7th”. Once calibration is completed, the car will cycle between 1st and the third neutral without issue as you pull and push the gear lever. I would like to also be able to recalibrate the gear indicator by pushing a button on the micro controller. That way, if I'm at a competition, we can recalibrate quickly and without any tools.

3: I would like the micro controller to always be on so the gear position will be accurate for the life of the battery powering the micro controller. Moreover, if someone were to change gear when the car is off (i.e. put it in neutral to push it around) it will display the correct gear when it's finally turned on again. I was thinking that a disc battery (like they have on motherboards) could be used to power the micro controller but I'm not sure if it will have enough power to ensure the controller stays on for at least a few weeks.

4: This kind of ties in with #3 but it's very important that the micro controller is powered independently from the rest of the car. This is because we're swapping batteries on an almost daily basis and I'd like this system to be reliable independent of the rest of the car to increase reliability and serviceability. I'd like to use a battery used in a motherboard because they're light, cheap and internationally available. However if I need a larger battery, so be it. Ideally I'd like the car's main battery to recharge the micro controller battery when the engine is running to minimize the amount of times we have to change batteries/calibrate the gears. This is a secondary objective though.

5: The dash display that indicates the gear the car is in must only turn on when the car is turned on, and must run off the car's main battery so it doesn't drain the microcontroller battery. Of course, it must accept input from the micro controller so the gear is actually displayed. My idea for this was connecting simply connecting the power cable to the display to the dash harness and connecting the wires that control the gear displayed will be connected to the micro controller so the display is drawing power from the main battery and the main battery only.


This is all a rather tall order, I know, and I'm not expecting anyone to do this for me by any means. These are simply my objectives and I'm using all my resources to learn as much about this as possible so I can make it a reality. You've probably been able to tell already, I'm embarrassingly ignorant.

any suggestions/questions/comments are welcome.

Thank you for any and all feedback.

John
 
Engineering news on Phys.org
  • #2
Could you measure the input RPM from the motor and the output RPM, get the ratio between the two and then look up a table to see what gear the gearbox is in?

Nicely written post.
 
  • #3
If you want something completely indepedent of the gear change mechanism, that works when car isn't moving, you could try sensing the positiions of the gears or shafts inside the box. Capacitance based sensors might work, but I don't know if the gearbox oil would interfere wth them.
 
  • #4
I considered putting sensors inside the gearbox, but I'd have to open every motor and install sensors in every motor we use (we have 4). Moreover it just seems like that would add a lot of potential for failure, and seeing as this isn't a critical system for the car, I'd get chewed out like no other if my gear position sensor messed with our one off transmission.

unless I'm misunderstanding what you said.

@vk6kro we've tried that in previous years and we ran into problems where it wasn't 100% accurate. I also want it to work when the car is stationary/off. also I'm not sure if that nice post comment is sarcasm. maybe I'm jaded.

I should also add if anyone knows of any literature that would be beneficial to learning how to do this, I would be very appreciative.
 
  • #5


Hi John,

I appreciate your enthusiasm and determination to create a gear indicator for your Formula SAE car. It sounds like a challenging project, but I believe you have a solid plan in place to meet the requirements you have listed.

To address your first requirement, using contacts or sensors to detect the position of the gear lever is a good approach. You could also consider using a potentiometer, which is a variable resistor that can provide an analog signal representing the position of the lever. This would allow for more precise measurement of the gear position.

For your second requirement, the calibration process you have described seems like a reasonable solution. It may also be helpful to have a way to verify the calibration periodically, in case any adjustments are needed.

Your idea for using a disc battery to power the microcontroller when the car is off is a good one. However, I would recommend testing the battery life to ensure it will last for a few weeks. You may also want to consider implementing a low power mode for the microcontroller when the car is off to conserve battery life.

Having a separate power source for the microcontroller is a good idea for reliability and serviceability. However, if you are using a rechargeable battery, be sure to monitor its charge level to avoid overcharging or draining the battery.

For the display, it sounds like you have a good plan in place to connect it to the main battery and the microcontroller. You may also want to consider implementing a sleep mode for the display when the car is off to conserve power.

Overall, it seems like you have a solid plan in place for creating a gear indicator for your Formula SAE car. My only suggestion would be to thoroughly test and troubleshoot each component individually before integrating them together. This will help identify any potential issues and ensure a smooth operation of the indicator.

Best of luck with your project!

Sincerely,
 

1. What is a Formula SAE car gear indicator?

A Formula SAE car gear indicator is a device that displays the current gear of a Formula SAE race car. This is important for drivers to know during a race, as it helps them make quick and accurate gear changes.

2. How does a Formula SAE car gear indicator work?

A Formula SAE car gear indicator typically uses sensors to detect the gear position and a display to show the current gear. The sensors are usually connected to the gearbox and the display is located on the dashboard of the car. The gear indicator receives information from the sensors and translates it into a visual display for the driver.

3. What are the benefits of using a Formula SAE car gear indicator?

There are several benefits of using a Formula SAE car gear indicator. Firstly, it helps drivers make quick gear changes, which can improve the car's performance. It also allows drivers to focus on the road ahead rather than trying to guess which gear they are in. Additionally, it can help prevent engine damage by ensuring the car is in the correct gear.

4. Can a Formula SAE car gear indicator be customized?

Yes, a Formula SAE car gear indicator can be customized to fit the specific needs of a team or driver. The display can be adjusted to show different units of measurement, such as kilometers per hour or miles per hour. The design and placement of the display can also be tailored to fit the layout of the car's dashboard.

5. Are there any limitations to using a Formula SAE car gear indicator?

One potential limitation of using a Formula SAE car gear indicator is its reliance on sensors. If the sensors malfunction or become damaged, the gear indicator may not work properly. Additionally, some drivers may find it distracting to have a gear display constantly in their line of sight. However, these limitations can be addressed through proper maintenance and positioning of the gear indicator display.

Similar threads

Replies
8
Views
880
Replies
54
Views
6K
  • Electrical Engineering
Replies
10
Views
873
Replies
13
Views
1K
  • Electrical Engineering
Replies
5
Views
2K
Replies
28
Views
3K
  • Electrical Engineering
3
Replies
88
Views
9K
  • Electrical Engineering
Replies
5
Views
36K
  • Electrical Engineering
Replies
21
Views
7K
Replies
11
Views
3K
Back
Top