NOTE: The information below is related to the ArdSimX interface only!

Use our latest SimVimX System to control more LEDs, 7-segmet and LCD displays.

Connecting LEDs in ArdSimX

Direct connection

asx

1. To control a low-power LED with Arduino simply connect it to output pins (anode) and to the ground (cathode) with serial resistor. This resistor can be varied from 50 to 1000 ohm for common LEDs with 10-30 mA current (maximum current for Arduino I/O pin starts with 40 mA).

You can select a suitable resistor by trying and checking the brightness you need. You can use about 20-30 LEDs (20mA each) if they could be turned ON all at once ( or more if there will be no one moment of such simultaneous powering ).

If you need to control a high-power LED (more than 40mA) or several parallel LEDs with Arduino (or filament lamp), use any suitable n-p-n transistor (or MOSFET) as power switch and additional power source.




Serial Digital Output

Serial digital output uses several shift registers (74HC595 ICs) to extend outputs count to any number and minimize the usage of Arduino pins for output. This type of output can be used for groups of indicators (LEDs) connected to Arduino using chain of registers 74HC595. It can be used as output to control any other digital output devices (On/Off type)

Serial registers wiring

This is a bit more complex then direct, but widely used method of LED output with Arduino. The data is transmitted to registers from one output pin of Arduino, 2 other pins (common "D" and "L") are used for strobe and latch data.

ArdSimX includes inbuilt functions to support of multiple shift-and-latch register ICs (74HC595) in chain connection that allow you to extend the number of LEDs to 8 with one register, 16 with two, 32 with 4 registers and so on..., using 3 output pins for all these LEDs (D, S , L signals in diagram below).

asx



The first register is on the left side of the diagram (left-to-right numbering). In this example a total of 32 LEDs can be connected, LED #1 is on the left, LED #32 on the right.

Note: Use additional +5v power source for registers if you have more than 2-3 of them.

Shutting off LED groups can be done using the common OE pin of the registers.

If you don't want or can't make boards with registers yourself (or use a breadboard), you can buy some breakout boards that include 595 register with headers or contact pads, (just add a resistor for each LED).

Imitating indicators shutting off on low bus voltage

Using the common OE pin (#13) of the registers you can shut all indicators off, not the registers controlling them, so that they still will display the same data when turned on again.

asx
  1. In the configurator, assign some Arduino pin as "Digital Output" (either direct or serial) and select as parameter the bus voltage
    (for the bus that powers the set of indicators in your airplane).
  2. Select the value range for this bus from "0" to the minimal voltage value that the displays can work with (i.e. "0 ... 10V").
    When the bus voltage is within these limits, the selected Arduino pin will be set to HIGH, and will be used to shut off output to the LEDs.
  3. Connect this pin to the common OE input of the 74HC595 registers (register pin #13).



7-segment displays in ArdSimX

ArdSimX supports only one method of 7-segment displays - using the shift registers without multiplexing, when each 7-segment indicator is connected to its own shift register with latch (storage), and every next register is connected in a chain to the previous one. This method allows the use of single 7-segment indicators of any size and combining as many of them as needed into one display.

As default, the 74HC595 shift registers are used for displays.

NOTE: in the latest SimVimX System you can use various 7-segment displays, pre-assembled modules directly, without programming/libraries and they are all very easy to configure.


One output pin is configured as "S signal" for each particular display. Other two pins ("D" and "L" signals) are configured once and used for all registers connected to one Arduino. See the "Config Guide".

asx

Online configurator allows you to set any suitable display mode - number of digits in display, dot type and placement, indicator type (common cathode or anode), reversed digits order (if you have modules with backward indicators wiring) etc.

Powering the displays

Shutting off displays can be done using the common OE pin (#13) of the registers (see below on this page). The brightness can also be controlled with this pin using PWM, or by connecting the power of the 7-segment indicators through a potentiometer or a MOSFET.

Imitating display shutting off on low bus voltage

Using the common OE pin (#13) of the registers you can shut 7-segment indicators off, not the registers controlling them, so that they still will display the same data when turned on again.

asx
  1. In the configurator, assign some Arduino pin as indication (LED) output ("virtual LED") and select as parameter the bus voltage
    (for the bus that powers this particular device).
  2. Select the value range for this bus from "0" to the minimal voltage value that the displays can work with (i.e. "0 ... 12V").
    When the bus voltage is within these limits, the selected Arduino pin will be set to HIGH, and will be used to shut off output to the 7-segment displays.
  3. Connect this pin to the common OE input of the 74HC595 registers (register pin #13).

The indicators will now shut off when bus voltage failure occurs.


Disable indicators when the Master Switch is off or on low bus voltage
asx asx

Take a double linked switch for your Master Switch. Use one pair as usual, one wire on the ground, and the other on the Arduino input pin configured for "Master Avionic" switch control in X-Plane.

The second contact pair is used to connect/disconnect the previously described bus voltage indication pin with the registers OE input (to disable the indicators).


Controlling brightness

You can power each 7-segment display using voltage (current) regulator to change the brightness of each display independently manually.


Servo, PWM an Stepper-motor control in ArdSimX

NOTE: in new SimVimX System using the PWM, Servo and Steppers is much more convenient and simple - you only need to assign parameters, connect your gauges and calibrate them directly from the SimVim plugin menu.

NOTE: The information below is related to the ArdSimX interface only!


Servo connection

Before doing servo configuration, you need to do some research work for your servo - test each of them to find out their minimum and maximum control pulse width in microseconds (put a sticker with these values on every servo), define rotation angle range. If needed, define interim linear segmets (up to 10) on the scale for non-linear output.

asx Notes:
  • Use external stabilized DC power supply for servo powering (not USB !!!)
  • Typically most servos have Operating Voltage Range of 4.2 - 6 Volts
  • Ensure you are using the optimal Voltage for your servo (+5v mostly is good)
  • Be sure to connect the grounds of Arduino and servo external power supply together.

In the configurator you only need to select Arduino pin and parameter that will be "linked" with this servo, then write down the value range (in parameter units) and corresponding rotation range (in microseconds).


Using a moving-coil gauges with ArdSimX

img

Any moving-coil milliammeter can be used as a gauge for your cockpit simulator. It's an easy and convinient way to make the instrument that have a limited needle rotation angle (moving-coil ammeters can have the scale varied from 90 to 200 degrees).

Before using your coil gauge you need to know milliammeter characteristics and calibrate it using resisors/potentiometers.



Connecting coil gauge to Arduino

Just connect your ammeter to the PWM output through a current limiting resistor, with the other wire of the gauge connected to the ground. This resistor can be varied from 5 to 100 kohm depending of the gauge you will use:

asx

Arduino PWM pins limitation

To get analog gauges working with Arduino digital outputs the Pulse Width Modulation (PWM) is used. But you can not use any Arduino pins for this - the number of-PWM controlled pins is limited. On most Arduino boards (including Uno, Nano, Mini, Leonardo), PWM output works only on pins 3, 5, 6, and 9, 10, 11. On Arduino Mega, you can use much more PWM gauges on pins #2...13 and 44...46.




Stepper motors control with ArdSimX

As default, ArdSimX works with a bipolar stepper motors used in car dashboard instruments (X25, X27, VID29 and similar) with external stepper motor controllers (VID6606, STI6606Z).

All details on how to control stepper motors and use stepper controllers you can read in the SimVimX System website. In ArdSimX all connections related to driver wiring are the same, besides the fact that in SimVim all steppers are connected to one multiplexer and in ArdSimX every stepper uses it's own separate Arduino pin.

These stepper controllers have two main control inputs - "DIR" and "STEP" for each one motor. All "DIR" inputs of all connected steppers are combined and use one output pin ("D") pre-assigned. Each "STEP" input is connected to one assigned in the configurator Arduino pin, plus one common "Direction" pin for all steppers.

asx

Zero-positioning

Note: in ArdSimX, for the stepper with positioning sensor one more Arduino pin is used as sensor input. This pin always follows the "step" pin assigned for this stepper (N - "step" pin number, N+1 - sensor pin number).


asx





© Copyright 2012-2016 - SimVim