Howto:Use Arduino with FlightGear: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 1: Line 1:
'''[http://www.arduino.cc/ Arduino]''' is an open-source electronics prototyping platform based on flexible, easy-to-use [[:Category:Hardware|hardware]] (consisting of a board designed around an 8-bit or a 32-bit microcontroller) and software [http://arduino.cc/en/main/software Arduino IDE]).
'''[http://www.arduino.cc/ Arduino]''' is an open-source electronics prototyping platform based on flexible, easy-to-use [[:Category:Hardware|hardware]] (consisting of a board designed around an 8-bit or a 32-bit microcontroller) and software [http://arduino.cc/en/main/software Arduino IDE]).
[[FlightGear]]'s IO interface allows easy development of hardware that can improve the immersion and realism of the simulation. The output [[Generic protocol|protocol]] allow hardware to response to simulation data, while the input protocol allows FlightGear to reply to hardware events (e.g., on the press of a button).
[[FlightGear]]'s IO interface allows easy development of hardware that can improve the immersion and realism of the simulation. The output [[Generic protocol|protocol]] allow hardware to respond to simulation data, while the input protocol allows FlightGear to reply to hardware events (e.g., on the press of a button).


== How to: Control Flightgear with Arduino ==
== How to: Control Flightgear with Arduino ==