Home » Simpit Discussion » simpits-tech » [simpits-tech] Common aviation gauges that are air-core?
[simpits-tech] Common aviation gauges that are air-core? [message #2785] Wed, 04 April 2012 00:47 Go to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member
Well, tonight I've been knee-deep in Arduino goodness. I have once again stayed up far too late, but it has been very fruitful! So far I have:

- Learned how to set and read the state of Arduino's pins;

- Read a rotary encoder, and rolled my own debouncing code which allows me to spin the knob considerably faster;

- Sent chars, strings, and ints to/from the Arduino and PC;

- Successfully driven an air-core motor....woohoo!!!

Baby steps, I know...though I am rather proud of the air core thing. :) Anyway, as you can imagine, the Arduino opens up a whole new level of gadgetty goodness I can implement in my sim. Currently, I'm interested in air core motors...the motion is very smooth, completely silent, and can be very precise. Do you guys know of any sort of aircraft instruments in particular that tend to be air-core driven? Right now I am driving an old Cessna flap indicator that I picked up on ebay...original plan was to gut it and use a servo, until I ascertained upon delivery that it uses a simple air core motor. Now the indicator needle is merrily sweeping back and forth on my desk. :D

I'm thinking simple instruments like AoA indicators, volt/ammeters, engine gauges, etc.

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2787 is a reply to message #2785 ] Wed, 04 April 2012 12:55 Go to previous messageGo to next message
Gene Buckle  is currently offline Gene Buckle
Messages: 1083
Registered: January 2009
Senior Member
Administrator
On Wed, 4 Apr 2012, dabigboy@cox.net wrote:

> - Successfully driven an air-core motor....woohoo!!!
>
I'd love to see the code for this. Care to post a demo? :)

> I'm thinking simple instruments like AoA indicators, volt/ammeters,
> engine gauges, etc.

Any single needle instrument that doesn't need more than 360 degrees of
rotation is a perfect candidate for air-core motors.

g.

--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!

Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2788 is a reply to message #2785 ] Wed, 04 April 2012 20:00 Go to previous messageGo to next message
phoenixcomm  is currently offline phoenixcomm
Messages: 164
Registered: January 2009
Location: Fort Worth, Tx
Senior Member

On 4/4/2012 2:47 AM, dabigboy@cox.net wrote:
> Well, tonight I've been knee-deep in Arduino goodness. I have once again stayed up far too late, but it has been very fruitful! So far I have:
>
> - Learned how to set and read the state of Arduino's pins;
>
> - Read a rotary encoder, and rolled my own debouncing code which allows me to spin the knob considerably faster;
>
> - Sent chars, strings, and ints to/from the Arduino and PC;
>
> - Successfully driven an air-core motor....woohoo!!!
>
> Baby steps, I know...though I am rather proud of the air core thing. :) Anyway, as you can imagine, the Arduino opens up a whole new level of gadgetty goodness I can implement in my sim. Currently, I'm interested in air core motors...the motion is very smooth, completely silent, and can be very precise. Do you guys know of any sort of aircraft instruments in particular that tend to be air-core driven? Right now I am driving an old Cessna flap indicator that I picked up on ebay...original plan was to gut it and use a servo, until I ascertained upon delivery that it uses a simple air core motor. Now the indicator needle is merrily sweeping back and forth on my desk. :D
>
> I'm thinking simple instruments like AoA indicators, volt/ammeters, engine gauges, etc.
>
> Matt
> _______________________________________________
> Simpits-tech mailing list
> Simpits-tech@simpits.org
> http://www.simpits.org/mailman/listinfo/simpits-tech
> To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
>
Congrats!!! Woopie!!
Cris H
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2789 is a reply to message #2787 ] Wed, 04 April 2012 20:49 Go to previous messageGo to next message
phoenixcomm  is currently offline phoenixcomm
Messages: 164
Registered: January 2009
Location: Fort Worth, Tx
Senior Member

On 4/4/2012 2:55 PM, Gene Buckle wrote:
> On Wed, 4 Apr 2012, dabigboy@cox.net wrote:
>
>> - Successfully driven an air-core motor....woohoo!!!
>>
> I'd love to see the code for this. Care to post a demo? :)
>
>> I'm thinking simple instruments like AoA indicators, volt/ammeters,
>> engine gauges, etc.
> Any single needle instrument that doesn't need more than 360 degrees of
> rotation is a perfect candidate for air-core motors.
>
> g.
>
gene not really.. the needles in CDI for ILS and all the FLAGS in both
the HSI, and VSI are just meter movements why mess about changing them
to - air core motors when all you do I hook a DAC (Digital to Analog
Converter and drive them... EASY PEASY!!

Cris H.
phoenixcomm.wordpress.com
phoenixaerospace.us
flite-tronics.com

just remember that pointers in the CDI are zero center ie + 0 - so you
need a DAC with bipolar output..
and your flags are uni-polar,
------Data Bus----{ DAC }=(meter movement)

a quick present from google: http://pdfserv.maxim-ic.com/en/an/AN2398.pdf

_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2790 is a reply to message #2789 ] Wed, 04 April 2012 22:17 Go to previous messageGo to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member

---- Cris Harrison <phoenixcomm@gmail.com> wrote:
> >
> gene not really.. the needles in CDI for ILS and all the FLAGS in both
> the HSI, and VSI are just meter movements why mess about changing them
> to - air core motors when all you do I hook a DAC (Digital to Analog
> Converter and drive them... EASY PEASY!!

Cris, as it happens, I was just wondering about VOR/CDI gauges....it seems like they would be air-core, but if they are simply "volt meters" then that is super easy to drive! Except for this part.....

> just remember that pointers in the CDI are zero center ie + 0 - so you
> need a DAC with bipolar output..
> and your flags are uni-polar,
> ------Data Bus----{ DAC }=(meter movement)
>
> a quick present from google: http://pdfserv.maxim-ic.com/en/an/AN2398.pdf

.........but I have already run into this with getting more than 120* or so out of my current air core instrument. But if I understand it correctly, I can use an H-bridge to make this work. Also, instead of a DAC, I believe I can just use pulse-width modulation to run the things...doing that currently with air cores and the Arduino.

I did come across an ebay listing for the 10-pack engine/system meters that Bonanzas and other Beechcraft planes have....looking at the back panel, it looks like they are simply meter instruments as well, very simple to drive.

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2792 is a reply to message #2787 ] Wed, 04 April 2012 23:15 Go to previous messageGo to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member

---- Gene Buckle <geneb@deltasoft.com> wrote:
> On Wed, 4 Apr 2012, dabigboy@cox.net wrote:
>
> > - Successfully driven an air-core motor....woohoo!!!
> >
> I'd love to see the code for this. Care to post a demo? :)

Really? I'm flattered! :) I took one of the example sketches and modified it extensively to suit my needs (I tend to prefer taking *working* code when I am learning, and modify it one step at a time as needed....I'm a hand-on learner and this avoids a lot of frustration). Pardon me if this is obvious to you already, but basically I'm just using pulse-width modulation to deliver an "average" voltage to each of the motor's two poles, with the voltages being the inverse of each other (the X and Y values of a sine wave, basically). If you wanted to get cute, you could use the Arduino's built-in trig functions to simply pass the Arduino an integer representing whatever info you want the gauge to display, convert it to a value between 0 and 1.0, and figure the X and Y values using sin() or cos().

// Setup two values, one for each pin/each pole of the motor. These are basically the X and Y
// values going to the motor, should probably be labeled as such I suppose.....

int A = 0;
int B = 255;

int mode = 0; // set to 0 when A increasing/B decreasing..tells us if our sine value is going up or down, basically.

void setup() {
// setup output pins
pinMode(3, OUTPUT);
pinMode(5, OUTPUT);
}

void loop() {
analogWrite(3, A);
analogWrite(5, B);
if (mode == 0) { // if mode is 0, A is on the rise and B is going down......
A += 5;
B -= 5;
if (A >= 255) { // once A hits 255, we switch direction...now A beings to decrease, and B goes on the rise.
A = 255;
B = 0;
mode = 1; }
}
else {
A -= 5;
B += 5;
if (B >= 255) { // same as above, but for B of course
A = 0;
B = 255;
mode = 0; }
}
// wait for 30 milliseconds, so we have a chance to see the beautiful air core sweep :)
delay(30);
}

> Any single needle instrument that doesn't need more than 360 degrees of
> rotation is a perfect candidate for air-core motors.

Well, what I'm really interested in is driving REAL instruments, without hackerizing them. :) So far I have learned by finding sweet deals on ebay and then tearing into the instrument to see what makes it tick (like the ADF indicator). I suppose I can keep going this route, so long as it doesn't get too expensive. :)

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2793 is a reply to message #2790 ] Thu, 05 April 2012 03:53 Go to previous messageGo to next message
Roy Coates  is currently offline Roy Coates
Messages: 440
Registered: January 2009
Senior Member
On 5 April 2012 06:17, <dabigboy@cox.net> wrote:

>
>
> I did come across an ebay listing for the 10-pack engine/system meters
> that Bonanzas and other Beechcraft planes have....looking at the back
> panel, it looks like they are simply meter instruments as well, very simple
> to drive.
>
>
Yup. I'm running a Piper cluster from a PA38 using a D-A. Piper stuff
seems to be very low-tech but pretty reliable.

Roy.

_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2794 is a reply to message #2790 ] Thu, 05 April 2012 05:40 Go to previous messageGo to next message
phoenixcomm  is currently offline phoenixcomm
Messages: 164
Registered: January 2009
Location: Fort Worth, Tx
Senior Member

On 4/5/2012 12:17 AM, dabigboy@cox.net wrote:
> ---- Cris Harrison<phoenixcomm@gmail.com> wrote:
>> gene not really.. the needles in CDI for ILS and all the FLAGS in both
>> the HSI, and VSI are just meter movements why mess about changing them
>> to - air core motors when all you do I hook a DAC (Digital to Analog
>> Converter and drive them... EASY PEASY!!
> Cris, as it happens, I was just wondering about VOR/CDI gauges....it seems like they would be air-core, but if they are simply "volt meters" then that is super easy to drive! Except for this part.....
Nope aircraft instrument makes dont know what air core is.. They are
mostly zero center voltmeters that measure voltage from some negitive
voltage to some posistive voltage..
QUESTION?? Why hack something up, when you dont have to.
ANSWER: if its a volt meter drive a voltmeter.. btw NOT with pwm.. just
voltage..
>> just remember that pointers in the CDI are zero center ie + 0 - so you
>> need a DAC with bipolar output..
>> and your flags are uni-polar,
>> ------Data Bus----{ DAC }=(meter movement)
>>
>> a quick present from google: http://pdfserv.maxim-ic.com/en/an/AN2398.pdf
> .........but I have already run into this with getting more than 120* or so out of my current air core instrument. But if I understand it correctly, I can use an H-bridge to make this work. Also, instead of a DAC, I believe I can just use pulse-width modulation to run the things...doing that currently with air cores and the Arduino.
>
> I did come across an ebay listing for the 10-pack engine/system meters that Bonanzas and other Beechcraft planes have....looking at the back panel, it looks like they are simply meter instruments as well, very simple to drive.
>
> Matt
> _______________________________________________
> Simpits-tech mailing list
> Simpits-tech@simpits.org
> http://www.simpits.org/mailman/listinfo/simpits-tech
> To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
>
about the photos... the idea was to take pictures of the parts with the
writing on it.. so I could read it..
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2795 is a reply to message #2789 ] Thu, 05 April 2012 07:42 Go to previous messageGo to next message
Gene Buckle  is currently offline Gene Buckle
Messages: 1083
Registered: January 2009
Senior Member
Administrator
On Wed, 4 Apr 2012, Cris Harrison wrote:

> On 4/4/2012 2:55 PM, Gene Buckle wrote:
>> On Wed, 4 Apr 2012, dabigboy@cox.net wrote:
>>
>>> - Successfully driven an air-core motor....woohoo!!!
>>>
>> I'd love to see the code for this. Care to post a demo? :)
>>
>>> I'm thinking simple instruments like AoA indicators, volt/ammeters,
>>> engine gauges, etc.
>> Any single needle instrument that doesn't need more than 360 degrees of
>> rotation is a perfect candidate for air-core motors.
>>
>> g.
>>
> gene not really.. the needles in CDI for ILS and all the FLAGS in both
> the HSI, and VSI are just meter movements why mess about changing them
> to - air core motors when all you do I hook a DAC (Digital to Analog
> Converter and drive them... EASY PEASY!!
>
Well those are D'Arsennault(sp?) movements and you could probably drive
them using the PWM output on the Arduino. It would be impractical (not to
mention impossible for thing like flags - no room!) to convert such things
to air-core. I seriously doubt Matt would consider such a path when it's
painfully obvious that they're not synchros.

g.


--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!

Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2796 is a reply to message #2792 ] Thu, 05 April 2012 07:58 Go to previous messageGo to next message
Gene Buckle  is currently offline Gene Buckle
Messages: 1083
Registered: January 2009
Senior Member
Administrator
On Wed, 4 Apr 2012, dabigboy@cox.net wrote:

>>> - Successfully driven an air-core motor....woohoo!!!
>>>
>> I'd love to see the code for this. Care to post a demo? :)
>
> Really? I'm flattered! :) I took one of the example sketches and
> modified it extensively to suit my needs (I tend to prefer taking
> *working* code when I am learning, and modify it one step at a time as
> needed....I'm a hand-on learner and this avoids a lot of frustration).
> Pardon me if this is obvious to you already, but basically I'm just
> using pulse-width modulation to deliver an "average" voltage to each of
> the motor's two poles, with the voltages being the inverse of each other
> (the X and Y values of a sine wave, basically). If you wanted to get
> cute, you could use the Arduino's built-in trig functions to simply pass
> the Arduino an integer representing whatever info you want the gauge to
> display, convert it to a value between 0 and 1.0, and figure the X and Y
> values using sin() or cos().
>
Very slick, thanks for sharing!

>> Any single needle instrument that doesn't need more than 360 degrees of
>> rotation is a perfect candidate for air-core motors.
>
> Well, what I'm really interested in is driving REAL instruments, without
> hackerizing them. :) So far I have learned by finding sweet deals on
> ebay and then tearing into the instrument to see what makes it tick
> (like the ADF indicator). I suppose I can keep going this route, so long
> as it doesn't get too expensive. :)

You _really_ need to get a copy of Building Recreational Flight
Simulators, Matt. There's a section dedicated to doing this exact thing.

g.

--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!

Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2797 is a reply to message #2795 ] Thu, 05 April 2012 08:19 Go to previous messageGo to next message
Roberto Waltman  is currently offline Roberto Waltman
Messages: 45
Registered: August 2010
Member
Gene Buckle wrote:

> Well those are D'Arsennault(sp?) movements

D'Arsonval - (Unless they merged wit Renault. ;) )

_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2798 is a reply to message #2797 ] Thu, 05 April 2012 08:31 Go to previous messageGo to next message
Gene Buckle  is currently offline Gene Buckle
Messages: 1083
Registered: January 2009
Senior Member
Administrator
On Thu, 5 Apr 2012, Roberto Waltman wrote:

> Gene Buckle wrote:
>
>> Well those are D'Arsennault(sp?) movements
>
> D'Arsonval - (Unless they merged wit Renault. ;) )
>
Yep, you're correct. It's been a loooong time since I've thought about
such things and there was a mis-naming located in that particular pigeon
hole. :)

g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!

Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2799 is a reply to message #2794 ] Thu, 05 April 2012 11:39 Go to previous messageGo to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member

---- Cris Harrison <phoenixcomm@gmail.com> wrote:
>
> QUESTION?? Why hack something up, when you dont have to.
> ANSWER: if its a volt meter drive a voltmeter.. btw NOT with pwm.. just
> voltage..

Oh I totally agree, the idea is to *not* hackerize the instruments, that's why I'm trying to figure out how they work. I'm pretty sure I can use PWM with the Arduino and skip having to make a DAC. The air core certainly responds well to this approach.

> about the photos... the idea was to take pictures of the parts with the
> writing on it.. so I could read it..

I can barely see the numbers on the bigger can, so I just typed the numbers out and put them in my last post. Is there some more info you need that would be helpful?

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2800 is a reply to message #2795 ] Thu, 05 April 2012 11:42 Go to previous messageGo to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member

---- Gene Buckle <geneb@deltasoft.com> wrote:
> >
> Well those are D'Arsennault(sp?) movements and you could probably drive
> them using the PWM output on the Arduino. It would be impractical (not to
> mention impossible for thing like flags - no room!) to convert such things
> to air-core. I seriously doubt Matt would consider such a path when it's
> painfully obvious that they're not synchros.

Hmmm, if simple meter movements are used so much in instruments, then I have great possibilities! Time to hit up ebay for VOR gauges and other such goodies. :)

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2801 is a reply to message #2796 ] Thu, 05 April 2012 11:50 Go to previous messageGo to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member

---- Gene Buckle <geneb@deltasoft.com> wrote:
> >
> Very slick, thanks for sharing!

No problem, hope it's useful!

> You _really_ need to get a copy of Building Recreational Flight
> Simulators, Matt. There's a section dedicated to doing this exact thing.

You know, I thought I had a copy around here, but it's actually his original book (building instrumentation). Sounds like a worthwhile investment.

Do you remember the guy a while back with the F-100 ejection seat/cockpit? (Real seat, homemade cockpit.) His first name was Matt, I forget his last name. He was one of my first inspirations for cockpit building back in the day. His cockpit was *amazing*. He had 400hz inverters and synchro controllers, the pit was CHOCKED FULL of real gear, like CDIs, attitude indicator, I think he even had an HSI working. I remember thinking he was miles beyond my capabilities and into things I would never be able to do, but as my skills and knowledge have increased, I can just begin to see a path to similar functionality on my own pit...........

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2802 is a reply to message #2799 ] Thu, 05 April 2012 11:58 Go to previous messageGo to next message
Roberto Waltman  is currently offline Roberto Waltman
Messages: 45
Registered: August 2010
Member
On 4/5/2012 2:39 PM, dabigboy@cox.net wrote:
> I'm pretty sure I can use PWM with the Arduino and skip having to make a DAC.

PWM with a low pass filter *is* a DAC.

--
Roberto Waltman
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2803 is a reply to message #2801 ] Thu, 05 April 2012 12:29 Go to previous messageGo to next message
Gene Buckle  is currently offline Gene Buckle
Messages: 1083
Registered: January 2009
Senior Member
Administrator
On Thu, 5 Apr 2012, dabigboy@cox.net wrote:

>
> ---- Gene Buckle <geneb@deltasoft.com> wrote:
>>>
>> Very slick, thanks for sharing!
>
> No problem, hope it's useful!
>
>> You _really_ need to get a copy of Building Recreational Flight
>> Simulators, Matt. There's a section dedicated to doing this exact thing.
>
> You know, I thought I had a copy around here, but it's actually his
> original book (building instrumentation). Sounds like a worthwhile
> investment.
>
It is!

> Do you remember the guy a while back with the F-100 ejection
> seat/cockpit? (Real seat, homemade cockpit.) His first name was Matt, I
> forget his last name. He was one of my first inspirations for cockpit
> building back in the day. His cockpit was *amazing*. He had 400hz
> inverters and synchro controllers, the pit was CHOCKED FULL of real
> gear, like CDIs, attitude indicator, I think he even had an HSI working.
> I remember thinking he was miles beyond my capabilities and into things
> I would never be able to do, but as my skills and knowledge have
> increased, I can just begin to see a path to similar functionality on my
> own pit...........

http://www.mattssimulator.com

g.

--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!

Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2805 is a reply to message #2803 ] Thu, 05 April 2012 17:51 Go to previous messageGo to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member

---- Gene Buckle <geneb@deltasoft.com> wrote:
>
> http://www.mattssimulator.com

Aww he stole my URL! ;) That's the one I was thinking of, thanks for posting. Does he hang out anywhere or engage the community at all? I'd love to see some of his diagrams for the synchro stuff.

Of course, it appears he's still using EPIC, so he's probably doing more work than he needs to. :)

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2806 is a reply to message #2805 ] Thu, 05 April 2012 18:20 Go to previous messageGo to next message
Gene Buckle  is currently offline Gene Buckle
Messages: 1083
Registered: January 2009
Senior Member
Administrator
On Thu, 5 Apr 2012, dabigboy@cox.net wrote:

>
> ---- Gene Buckle <geneb@deltasoft.com> wrote:
>>
>> http://www.mattssimulator.com
>
> Aww he stole my URL! ;) That's the one I was thinking of, thanks for
> posting. Does he hang out anywhere or engage the community at all? I'd
> love to see some of his diagrams for the synchro stuff.
>
He pretty much keeps to himself, but is very helpful in answering
questions.

> Of course, it appears he's still using EPIC, so he's probably doing more
> work than he needs to. :)

You'd be surprised at how useful EPIC is. :)

g.

--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!

Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2807 is a reply to message #2802 ] Thu, 05 April 2012 22:03 Go to previous messageGo to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member

---- Roberto Waltman <fsim@rwaltman.com> wrote:
> On 4/5/2012 2:39 PM, dabigboy@cox.net wrote:
> > I'm pretty sure I can use PWM with the Arduino and skip having to make a DAC.
>
> PWM with a low pass filter *is* a DAC.

Interesting, I assumed there was some more complex sort of magic involved that would yield a true analog signal...I had to look up "low pass filter". :) Looks nice and simple, actually! Although so far I don't think I'll need it, my flap indicator is moving smoothly and evenly with just straight PWM. Good to know for the future, though!

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2808 is a reply to message #2807 ] Fri, 06 April 2012 11:21 Go to previous messageGo to next message
Roberto Waltman  is currently offline Roberto Waltman
Messages: 45
Registered: August 2010
Member
On 4/6/2012 1:03 AM, dabigboy@cox.net wrote:
> I had to look up "low pass filter". ... Although so far I don't think I'll need it, my flap indicator is moving smoothly and evenly with just straight PWM.

Too late, you already have it.
It is partially electrical, (the
inductance of the coils in the
core,) and partially mechanical
(the combined inertia of all
the moving parts.)

--
Roberto Waltman
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] Common aviation gauges that are air-core? [message #2813 is a reply to message #2808 ] Fri, 06 April 2012 17:05 Go to previous messageGo to next message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member

---- Roberto Waltman <fsim@rwaltman.com> wrote:
> On 4/6/2012 1:03 AM, dabigboy@cox.net wrote:
> > I had to look up "low pass filter". ... Although so far I don't think I'll need it, my flap indicator is moving smoothly and evenly with just straight PWM.
>
> Too late, you already have it.
> It is partially electrical, (the
> inductance of the coils in the
> core,) and partially mechanical
> (the combined inertia of all
> the moving parts.)

Oh, nice.....so I am inadvertently making useful electronic devices now. Yay me! ;)

Matt
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
[simpits-tech] More on PWM & filtering [message #2814 is a reply to message #2813 ] Sat, 07 April 2012 08:06 Go to previous messageGo to next message
Roberto Waltman  is currently offline Roberto Waltman
Messages: 45
Registered: August 2010
Member
There is a nice tutorial here:

http://www.youtube.com/watch?v=YaRDbw38x7Q

Roberto Waltman
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] More on PWM & filtering [message #2815 is a reply to message #2814 ] Sat, 07 April 2012 09:07 Go to previous messageGo to next message
phoenixcomm  is currently offline phoenixcomm
Messages: 164
Registered: January 2009
Location: Fort Worth, Tx
Senior Member

On 4/7/2012 10:06 AM, Roberto Waltman wrote:
> There is a nice tutorial here:
>
> http://www.youtube.com/watch?v=YaRDbw38x7Q
>
> Roberto Waltman
> _______________________________________________
> Simpits-tech mailing list
> Simpits-tech@simpits.org
> http://www.simpits.org/mailman/listinfo/simpits-tech
> To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
>
really great tutorial!!
Cris H.
phoenixcomm.wordpress.com
phoenixaerospace.us
flite-tronics.com

_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Re: [simpits-tech] More on PWM & filtering [message #2816 is a reply to message #2815 ] Sat, 07 April 2012 15:00 Go to previous message
dabigboy  is currently offline dabigboy
Messages: 212
Registered: September 2010
Senior Member
Thanks Roberto, good detailed tutorial!

Matt

---- Cris Harrison <phoenixcomm@gmail.com> wrote:
> On 4/7/2012 10:06 AM, Roberto Waltman wrote:
> > There is a nice tutorial here:
> >
> > http://www.youtube.com/watch?v=YaRDbw38x7Q
> >
> > Roberto Waltman
_______________________________________________
Simpits-tech mailing list
Simpits-tech@simpits.org
http://www.simpits.org/mailman/listinfo/simpits-tech
To unsubscribe, please see the instructions at the bottom of the above page. Thanks!
Previous Topic:[simpits-tech] Flightmatic sim in eBay
Next Topic:[simpits-tech] From the X-Plane list...
Goto Forum:
  


Current Time: Wed Jun 19 00:14:49 PDT 2013

Total time taken to generate the page: 0.07482 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 2.7.7.
Copyright ©2001-2007 FUD Forum Bulletin Board Software