. .

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Current Activity: Viewing Forum Superstar, has done so much to help others, they deserve a medal. Has a total post count of 2,957. Received thanks 366 times, giving thanks to others 8 times.
    In all honesty, in terms of electronics, I'd be looking at some of the flight sim forums, and any relevant Facebook groups to see how other people are interfacing sensors to the computer. From my limited knowledge of MS Flight Sim, it'll accept anything recognised as a HID device, and I'd imagine other flight sims will be similar, although there are probably options to create custom plugins for input devices.

    There are lots of microcontrollers with libraries for exactly that purpose. Having just done a quick search, there is a HID core library for Arduino, but it needs a 32u4/Due/Zero board

    As for encoder/potentiometer, potentiometer is usually a better option for controls with restricted movement, as you will always have a fixed reference/zero point/value, however you then need enough analogue inputs (although having checked even an Arduino Zero has 7 analogue inputs, while a Due has 12)
    If you use a typical incremental encoder, you then need some method to zero/calibrate the encoder position every time you power on. There is the option of using an absolute encoder, but interfacing becomes a bit more involved, as you're then either dealing with a parallel connection with lots of pins, serial data streams, or some form of communication bus (I'm sure I've seen I2C and SPI mentioned in encoder specs)
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

  2. The Following User Says Thank You to m_c For This Useful Post:


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Thoughts Welcome on some aluminium pedals for a car??
    By andy_con in forum Metalwork Discussion
    Replies: 7
    Last Post: 08-06-2017, 09:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •