User Tools

Site Tools


Sidebar

Dan's Wiki

DokuWiki Instructions (local) DokuWiki Manual
Site Checker (Orphans Wanted)

Edit Sidebar

projects:a4sim:start

This is an old revision of the document!


A-4 Simulator

Restoration

Soldering

Soldering PCBs with surface-mount components. https://www.youtube.com/watch?time_continue=531&v=3NN7UGWYmBY

Creating Circuit Boards

ADC (Analog to Digital conversion)

Need to be able to measure analog inputs, such as rudder and pitch controls, and convert to values suitable for X-Plane simulator inputs. e.g., 2.3 V from a rudder potentiometer, to -12 degrees for the X-Plane simulator.

The Arduino can measure an analog signal without any additional components. 10 bits - 0 to 1023 value output.

Boolean analog to digital conversion

Need to be able to detect switch position, such as “beacon lights on” and convert to a true/false value for the X-Plane simulator.

Similarly, need to be able to group switch positions, such as flap selector switch, and convert to a digital number value, such as flap 25% deployment.

Smart Controller

It is intended that there be a small computer (initially proposed as Raspberry Pi) which will server as a smart interface between the hardware controls and outputs. This computer will have its own display which can show local values and allows comprehensive calibration.

projects/a4sim/start.1586022778.txt.gz · Last modified: 2020/04/04 17:52 by dwheele