Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Pulsed Throttle Control???  (Read 1112 times)

0 Members and 1 Guest are viewing this topic.

NoOne=NBA=

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2718
  • Last login:July 23, 2011, 08:59:16 am
  • Just Say No To Taito! -Nichibutsu
Pulsed Throttle Control???
« on: November 30, 2004, 07:41:53 pm »
Does anyone have a design that will allow me to use an analog pedal to send digital pulses, and vary the duty cycle the farther the pedal is depressed?

I want to put together an analog gas pedal system for a game that uses a digital pedal.
As it plays now, the gas is either ON or OFF.
If you want to go slower, you have to pump the pedal (much like what you need to do in Pole Position).
I would like to have "light throttle" send digital pulses that are say 50/50 ON/OFF, and "heavy throttle" send a steady ON signal.

Kremmit

  • - AHOTW -
  • Wiki Contributor
  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3165
  • Last login:June 17, 2025, 04:07:55 pm
  • Who the heck is that?
Re: Pulsed Throttle Control???
« Reply #1 on: December 01, 2004, 01:17:50 am »
So what you want is a circuit that sends on-off pulses, with the length of the "on" pulse to be determined by the signal from a potentiometer.  I'm smart enough to know what it is, but not smart enough to build it! :P  I'd take that one to these geeks:
http://groups.google.com/groups?hl=en&lr=&group=sci.electronics.design

NoOne=NBA=

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2718
  • Last login:July 23, 2011, 08:59:16 am
  • Just Say No To Taito! -Nichibutsu
Re: Pulsed Throttle Control???
« Reply #2 on: December 01, 2004, 01:20:37 am »
Unfortunately I fell asleep for 3 years while attending electronics school.
It's probably somewhere in my textbooks, but they are somewhere in my garage--amongst the many OTHER things that are somewhere in my garage.

Samstag

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1378
  • Last login:December 16, 2016, 01:41:19 am
  • That's not a llama!
Re: Pulsed Throttle Control???
« Reply #3 on: December 01, 2004, 01:28:17 am »
You could do this with a microcontroller with a built-in A/D convertor.  Then you just write a small routine to monitor the input and pulse the output.  You may even find one with A/D input and PWM output built in. 

Xiaou2

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4136
  • Last login:August 25, 2025, 11:21:38 pm
  • NOM NOM NOM
Re: Pulsed Throttle Control???
« Reply #4 on: December 01, 2004, 01:29:42 am »
well,

rdagger

Re: Pulsed Throttle Control???
« Reply #5 on: December 01, 2004, 03:03:59 am »
You could do this with a microcontroller with a built-in A/D convertor.

Samstag

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1378
  • Last login:December 16, 2016, 01:41:19 am
  • That's not a llama!
Re: Pulsed Throttle Control???
« Reply #6 on: December 01, 2004, 07:43:14 am »
Yeah Atmel would be my first choice.  Since it would be such a simple program, you can easily get away with using one of the BASIC or C compilers and you wouldn't even need to get into any dirty machine code!

Also, you can set up an AVR with very few external components.

NoOne=NBA=

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2718
  • Last login:July 23, 2011, 08:59:16 am
  • Just Say No To Taito! -Nichibutsu
Re: Pulsed Throttle Control???
« Reply #7 on: December 01, 2004, 09:31:58 am »
I'll check them out.

Thanks.