How can i make a code in Arduino for automated landing using Instrument landing system(ILS) and include that in ardupilot code and then simulate it suing X-Plane flight simulator ( Just like simulating using Flight gear , the ardupilot code with no ILS) .
My idea is just to simulate ILS code written in Arduino IDE in X-plane flight simulator . Precisley to demonstarte ILS .
Contact Tim Trueman. We are working with Python to write and test code using the UDP data out from xplane. Its perfect for what you would need and he has it mostly working for PC and totally working Mac.
I interfaced with X-plane using the UDP protocol without a problem ( although you'll find on x-plane forum people complaining about UDP and prefering x-plane API.....UDP worked fine for me though). I interfaced LabVIEW application running on a PC with x-plane, however passing / receiving data from Arduino would be fairly trivial after that...
Hey , i was curious as to what application u ran using Labview?
(is it the Ground Station?)
Also how do you configure the UDP settings in a windows PC?
Any thin specific to be kept in mind while we interface Ardupilot with Xplane?