Howto:Use Arduino with FlightGear: Difference between revisions

Jump to navigation Jump to search
Line 40: Line 40:
}
}
</syntaxhighlight>
</syntaxhighlight>
 
Slightly smoother control is possible if a third digit is added to the output by changing the print statements to <code>Serial.print(stickx, 3);</code> and <code>Serial.print(sticky, 3);</code>.
 
=== Calibration ===
=== Calibration ===
Use Arduino serial monitor to see that serial data acquired from Arduino board is between -1.00...1.00 when potentiometers are rotated. Potentiometers middle position should send 0.00. If potentiometers are not giving good readings, modify Arduino code "Calibration span and offset" row to fix it.
Use Arduino serial monitor to see that serial data acquired from Arduino board is between -1.00...1.00 when potentiometers are rotated. Potentiometers middle position should send 0.00. If potentiometers are not giving good readings, modify Arduino code "Calibration span and offset" row to fix it.
2

edits

Navigation menu