Jump to content

Carenado 337 up next!


ryancz

Recommended Posts

1 - buy a Teensy board

2 - install Arduino and Teensyduino and the TeensyControls plugin

3 - plug the Teensy in and open the Arduino IDE

4 - enter this code:

FlightSimFloat brakes;

void setup() {
brakes = XPlaneRef("sim/cockpit2/controls/parking_brake_ratio");
pinMode(LED_BUILTIN, OUTPUT);
}

void loop() {
FlightSim.update();
digitalWrite(LED_BUILTIN, (brakes > 0.0));
}

5 - set Arduino IDE to 'Flight Sim Controls' and upload this code onto the Teensy

6 - launch X-Plane and admire the little orange light that comes on whenever your brakes aren't completely off.

Link to comment
Share on other sites

Oh the brakes operate well enough--And the handbrake can be set--I just don't know when they're off or on--you'd get through some brakes in reality if you kept touching down with them locked on.

I only fly 3D panels & always use Trakir which means I practically never use the Keyboard nor program the X52--I use the rat mouse as a hand/fingers and virtually control everything by hand.

Edited by edwin
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...