Cockpitbuilders.com

Arduino Projects => General Discussions => Topic started by: 727737Nut on February 17, 2015, 06:29:38 PM

Title: Arduino controlled Real HSI
Post by: 727737Nut on February 17, 2015, 06:29:38 PM
This Real 737 HSI is controlled by a Teensy 3.1 using Arduino code. All but the compass card as couldn't figure out the 'home' stepper programming in Arduino. :(

http://youtu.be/EGO46euosyE (http://youtu.be/EGO46euosyE)
Title: Re: Arduino controlled Real HSI
Post by: Trevor Hale on February 18, 2015, 01:06:43 PM
Hey Rob.

I read somewhere someone was doing that. They used a photocell through a notch on the card. The card on power up rotates to the known position where the photocell catches it and resets everything. If I am not mistaken every time the card rolls past 000 it resets the position.

Just a thought.

Trev
Title: Re: Arduino controlled Real HSI
Post by: EAL727Captain on February 27, 2015, 07:21:24 AM
Impressive.

Care to share your Arduino code?
Title: Re: Arduino controlled Real HSI
Post by: rprather on March 03, 2015, 01:26:31 PM
Rob, nice work! Did you install stepper motors or are you communicating via the ARINC pins?
Title: Re: Arduino controlled Real HSI
Post by: 727737Nut on March 03, 2015, 02:12:39 PM
Quote from: rprather on March 03, 2015, 01:26:31 PM
Rob, nice work! Did you install stepper motors or are you communicating via the ARINC pins?

Thanks Robert,
I am using one stepper turning a remote mounted synchro to drive the Azimuth card. The Course and Heading bug are driven from the same signal fed to the AP panel which then sends it out to the HSI via internal synchros   Using most of the original internals so far.  All my stuff is to old for the ARINC 429 data.  The digital DME readouts use I believe ARINC 561 but I will use an Arduino for that.

Rob