Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    300+ Forum Addict jmig's Avatar
    Join Date
    Apr 2007
    Location
    Lafayette, LA USA
    Posts
    422
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Turning an 8 way into a mouse

    Has anyone seen anything on making an eight way switch or a little thumb axes control, like the ones found on CD-Products and others' throttles, into a mouse?

    Real fighters often use such a device to move the radar cursor. I would like to make it into a mini mouse. (mini mouse? wasn't that Mickey's GF )
    John

    System:
    ASUS P5Q SE/R
    Intel Q9550 O/C to 3.4 GHz
    4 GB 1066 DDR2 RAM
    300 GB WD 10,000 RPM Raptor SATA Drive
    GeForce 8800 GT 512 KB RAM
    Matrox TH2Go with three 19" Sumsung 940 BX
    IR Track 4

  2. Thanks Tomlin thanked for this post
  3. #2
    1000+ Poster - Fantastic Contributor Tomlin's Avatar
    Join Date
    Nov 2005
    Location
    Waycross, GA
    Posts
    1,027
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Thanks, I too would like to know about this myself.
    Eric Tomlin-
    Learjet 45 Builder
    www.flightlevel180.org

  4. #3
    150+ Forum Groupie ak49er's Avatar
    Join Date
    Jan 2007
    Location
    Big Lake, Alaska
    Posts
    281
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Maybe

    I had little success with plugging a joystick into a networked computer and choosing this a s the main human interface device, but could only move the mouse with the x/y axis of the joystick.

  5. #4
    Heli Builder
    Join Date
    May 2008
    Location
    Earth
    Posts
    288
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Here is just an idea.

    If you have a old ball mouse (not the optical ones), open it and see how it actually works. The ball is connected to a shaft and at one end the shaft is connected to a wheel which has small gaps. These wheel with the gaps then go in between a LED /LED Pick-up sensor. It basically block/unblock the light of the LED on the pick-up.

    Now what I would have done is take the two mouse wheels out. Connect the swith of the joystick (Assume a HAT type switch) to an oscillator that flickers the LEDs on/off simulating the movement of the mouse. The frequency of the flicker will determine the speed that the cursor is moving.

    Now that I think of it, a mouse sensor probably works like a rotary encoder. It probably has 2 Leds per sensor. Will have to simulate some sort of Gray code. This is an ideal project for a PIC microcontroller or similar.

    Hope the idea is clear enough. What do you think?

  6. #5
    Heli Builder
    Join Date
    May 2008
    Location
    Earth
    Posts
    288
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Another idea:

    The PIC18F4550 or the smaller PIC18F2550 has a USB interface using the HID driver in Windows. One could easy set it up as a USB mouse. When pressing the HAT switch, a mouse movement could be simulated.

    Problem with these ideas is that you must be able to program microcontrollers.

  7. #6
    300+ Forum Addict jmig's Avatar
    Join Date
    Apr 2007
    Location
    Lafayette, LA USA
    Posts
    422
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Guess, I am looking for a software solution. What good are those mini joysticks on the end of the throttle for anyway?

    Nobody is going to try and FLY the airplane with it.
    John

    System:
    ASUS P5Q SE/R
    Intel Q9550 O/C to 3.4 GHz
    4 GB 1066 DDR2 RAM
    300 GB WD 10,000 RPM Raptor SATA Drive
    GeForce 8800 GT 512 KB RAM
    Matrox TH2Go with three 19" Sumsung 940 BX
    IR Track 4

  8. #7
    1000+ Poster - Fantastic Contributor AndyT's Avatar
    Join Date
    Jun 2006
    Location
    Oahu, Hawaii
    Posts
    1,236
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    The hat switch (or Coolie switch) is normally used for looking around.
    God's in command, I'm just the Pilot.
    http://www.geocities.com/andytulenko/

  9. #8
    300+ Forum Addict jmig's Avatar
    Join Date
    Apr 2007
    Location
    Lafayette, LA USA
    Posts
    422
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Quote Originally Posted by AndyT View Post
    The hat switch (or Coolie switch) is normally used for looking around.

    This isn't the coolie. It is a two axes mini joystick. It is located on the end of the throttle right under where the thumb falls. I know it is on the CH-Products throttle. I assume it is on (from pictures) the Thrustmaster throttle. It is also on the real F-16 throttle and used to move the cursor on the radar.
    John

    System:
    ASUS P5Q SE/R
    Intel Q9550 O/C to 3.4 GHz
    4 GB 1066 DDR2 RAM
    300 GB WD 10,000 RPM Raptor SATA Drive
    GeForce 8800 GT 512 KB RAM
    Matrox TH2Go with three 19" Sumsung 940 BX
    IR Track 4

  10. #9
    New Member Babalui's Avatar
    Join Date
    Jun 2008
    Location
    Croatia
    Posts
    4
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    For what sim do you need such thing? In Lock On you can edit commands. I have Saitek Evo Cyborg, and hat is by default used for looking around. But I assigned it to move target designator in all 8 directions. And if combined with CTRL, I can move radar scanning zone.
    No need for special hardware - just edited the in-game commands.

  11. #10
    10+ Posting Member xCav8r's Avatar
    Join Date
    Jan 2008
    Location
    Minneapolis, Minnesota, USA
    Posts
    11
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    If you're looking for a software-based approach to this, check out Pinnacle Game Profiler. It's a generic profiler for game controllers, and it has the ability you're looking for. I'd describe the program as on a par with Saitek's profiler, but it falls short of Ch Products. It lacks support for complex scripting, combining controllers, and setting response curves. That said, it's really quite functional. I was pleasantly surprised to see all that it can do.

    It's at least worth a look. It's $20 USD to register, but you can evaluate it for 30 days. I'm pretty sure that you can find some freeware alternatives as well.

  12. Thanks jmig thanked for this post
Page 1 of 2 12 LastLast

Similar Threads

  1. Turning programs on and off in the FSX Computer.......FSUIPC
    By brianwilliamson in forum General Builder Questions All Aircraft Types
    Replies: 2
    Last Post: 05-23-2011, 03:13 AM
  2. FSX Problem turning into waypoints
    By ktroemer in forum PM General Q & A
    Replies: 9
    Last Post: 11-28-2009, 06:45 AM
  3. Turning heading bug fast with rotary encoder
    By Learjet15 in forum I/O Interfacing Hardware and Software
    Replies: 0
    Last Post: 04-19-2009, 12:47 PM
  4. Aircraft turning in towards waypoints when very close
    By Ray Proudfoot in forum PM General Q & A
    Replies: 39
    Last Post: 02-12-2007, 06:52 PM