Results 1 to 4 of 4
  1. #1
    75+ Posting Member
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    86
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Interfacing Arduino with OpenCockpits IRS B737 Panel

    Hi everyone,

    I’m looking for some assistance with interfacing the OpenCockpit 737 IRS panel (http://www.opencockpits.com/uploads/....0_English.pdf) with an Arduino card.

    The board is designed to connect to a Master Card, but I am trying to avoid buying a master card and a usb expansion card at this stage as I do not have any other use for these cards.

    The panel card has on board circuitry (http://www.opencockpits.com/images/I...splay_mulx.gif) including a PIC and multiple ICs including a HC154 and UN2003 to drive the 7 segment display digits, however the card must be connected to a Master Card to function.

    From what I can see in the diagram, the a to g segments are driven from the pins connected to B port of the PIC and the 15 digit common cathodes are connected via the HC154 and UN2003.

    I am trying to figure out a way to either connect the Arduino directly to the PIC or bypass the PIC completely to drive the 7 segments through Arduino. '

    I can figure out the Arduino coding and how to multiplex the digits, but require help in understanding how to wire the pins in and which pins to light up.

    I would happily share the sketch if I can get this to work. Failing this I may have to by a Master card.

    Thanks
    Diego

  2. #2
    10+ Posting Member
    Join Date
    Nov 2014
    Location
    KPVD
    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

    Re: Interfacing Arduino with OpenCockpits IRS B737 Panel

    Not sure if this helps but give this a look. Look under the Microcontroller section for Digital Pins, Analog Input Pins and PWM.

    https://www.arduino.cc/en/Tutorial/Foundations

    you might want to also look into using FSUIPC and LUA scripts in addition to the arduino.
    PC: Intel Core i7-4790K 4.0 GHz | 16 GB DDR3 1600 | 1 TB SATA III + 120 GB SSD | NVIDIA Geforce GTX 970 4 GB

  3. #3
    75+ Posting Member
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    86
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Interfacing Arduino with OpenCockpits IRS B737 Panel

    Hi there,
    Thanks for the quick reply. I am actually looking for someone to help me decode the OpenCockpit schematic. It may be as simple as sending binary data to one of the IC's, but this area is not my strength. I have written a few programs with Arduino and FSUIPC like this one : http://www.mycockpit.org/forums/show...t=27585&page=2, so this side i have covered. Thanks again for replying

  4. #4
    75+ Posting Member
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    86
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Interfacing Arduino with OpenCockpits IRS B737 Panel

    got it working... I love Open Cockpits hardware

    Attached Images Attached Images