Results 21 to 30 of 48
Thread: Arduino driven VOR
-
09-09-2015, 07:10 AM #21
- Join Date
- Jun 2015
- Location
- BG and UK
- Posts
- 53
Re: Arduino driven VOR
Well, i must admit - if it is a galvanometer, all that make sense.
Thank you for the good explanation provided. So - no more sound cards driving . Arduino plus some current limiting resistors
should work nicely by themselves.
PS:
I am a little sceptic about implementation of an absolute encoder - most of them don't have 360 deg. /resolution . They are more or less like a codding switch with 8 wires and that would result in 8* 8 = 64 deg. For 360 deg. would need 19 wires on the back ( i suppose ) and some port to read them all. And that makes such a fancy encoder really expensive . Analogue resolvers are expensive too. I don't know - i am not that good with electronics.
PSS: 5 * Original price, wow , that is a lot. Why not coming to live and work in Europe - not much talented people here, mostly ingenious bankers and euro-bureaucrats. And some 20% on top of all - VAT - to gather money and feed all those ( doing nothing ) people. But not much engineers and talented people, willing to do business and produce something useful.Last edited by Zlatko; 09-09-2015 at 08:11 AM. Reason: adding some more info
-
09-09-2015, 08:12 AM #22
- Join Date
- Feb 2007
- Location
- Argentina
- Posts
- 187
Re: Arduino driven VOR
Zlatko:
Sound cards driving?
How do you are working?
The sound card was an idea to drive the OBS years ago!!!
Iīm study for a similar method, using 4 PWM outputs, or 4 digital outs, in sequence to read the OBS setting.
Waiting your explanation.
Regards.
Horacio.
-
Post Thanks / Like - 0 Thanks, 0 Likes, 1 DislikesSimSupervisor disliked this post
-
09-09-2015, 09:23 AM #23
- Join Date
- Jun 2015
- Location
- BG and UK
- Posts
- 53
Re: Arduino driven VOR
I don't really own such thing, working in my house. And in theory - you probably already know, what i know - all is done on the PC -side . For each radial 0-360 deg. one sound file is pre-recorded . Each sound file differs from others by its sample rate. Then the guy, who created that, wrote an application to read FSUIPC offsets and for each particular radial, he made the application sound a different file on the sound. exit. Then hi tied the sound exit to the VOR signal input. Sorry for not being of much help, i am not that good with electronics ( i am a physician by trade ).
All the best .
Zlatko.
-
09-09-2015, 11:48 AM #24
- Join Date
- Aug 2015
- Location
- Montreal
- Posts
- 84
Re: Arduino driven VOR
The sound card is just a digital to analog converter, like we use pwm for... It's not a bad implementation if you do not have a microcontroller, but I would still suggest getting an arduino. It's cheap and effective.
Horacio is right. Except, the meter reacts on way less than 5v... At full 5V and with 50% duty cycle, being centered, you floor or roof the needle with about 10% pwm variation. That is why I used a resistor, to increase granularity. But then the output is no longer centered at 2.5v so having a potentiometer to adjust the needle does help.
Horacio can you get electronics locally? Without getting a stepper shield, a h-bridge can drive a stepper motor, one chip and a few basic components will interface nicely to arduino. I salvaged an interesting bipolar stepper from a broken hard disk that I might use for the heading indicator...
-
09-10-2015, 12:41 AM #25
- Join Date
- Feb 2007
- Location
- Argentina
- Posts
- 187
Re: Arduino driven VOR
Yes, i can get electronics, but we are living in govermentīs pre-election climax. Time to sit-down, relax and wait.
Dealers are crazy with the price of components (exchange rates are 1 u$s= 16$ argentina).
For example:
A MAX7219 chip only: u$s 7,80.-
A 64 dot led matrix, with pcb, and MAX7219 chip u$s 6,25.- (ready to connect, but i donīt need the matrix)
7-segment led display "Sorry, i have 2 of 3 cms long, 1 green, other red, one common cathode, the other common anode"
Only one dealer to each component, in different cities.
They are crazy, an so on:
Garmin Aera 500: Iīm a PPL, and i want to fly in real life and connect to Simulator with GPSout....
Oficial dealer in every place of world, i can buy for u$s 600.- (dollar bill)
Here in Argentina i must pay u$s 1.600.- (in dollar bill too !!!!!!, forget exchange rates).
And stupids dealers: How you can sell a PIC18F4450 without socket, and sell crystal oscillators of every value, except the value needed for that PIC????????
And yes, i salvaged near 20 steppers, sensors, etc , and others motors from old printers, hard disks, etc... they are waiting better times....
Sorry for the response, nothing to do with the VOR....
Regards.
Horacio.
-
Post Thanks / Like - 0 Thanks, 1 Likes, 0 DislikesSimSupervisor liked this post
-
09-10-2015, 05:24 AM #26
- Join Date
- Feb 2007
- Location
- Argentina
- Posts
- 187
Re: Arduino driven VOR
Hello everybody: Great news....
This circuit is working better than expected......
The potenciometers are 10K linear, the centering is perfect. Full range from left, to right, setting with limiter pot.
This is the test sketch:
int n=1;
int out=127;
//------------------
void setup()
{
pinMode(6, OUTPUT);
}
//---------------------
void loop() {
out+=n; if (out==224 || out==30) n=-n;
analogWrite (6, out);
delay (20);
}
Range from 30 to 224, thatīs 194 steps.....
A recommendation: use shielded cable and multiturn presets like this:
Tomorrow will upload a video, and try the TO-OFF-FROM flag concept.
Regards.
Horacio.
-
Post Thanks / Like - 1 Thanks, 1 Likes, 0 DislikesZlatko thanked for this postSimSupervisor liked this post
-
09-10-2015, 06:05 AM #27
- Join Date
- Jun 2015
- Location
- BG and UK
- Posts
- 53
Re: Arduino driven VOR
That is really exciting .
Thanks. The last thing - how much power galvanometer would consume . Is it safe to tie
it directly to PWM pin.
I think - we should repeat the experiment with 5v analogue voltmeter. ( just the part with the galvanometer made for integration in face panels). They are dirty cheap and readily available on the market .
-
09-10-2015, 08:40 AM #28
- Join Date
- Aug 2015
- Location
- Montreal
- Posts
- 84
Re: Arduino driven VOR
Horacio, I used the same type multiturn 10k potentiometer too. 194 steps for the needle is awesome. Glad it's working on yours too and not pure luck on my end
Zlatko, these meters shouldn't sink too much current. I know I am interfacing directly to my pwm and am not worried.
I interfaced with a similar voltmeter as you posted, before. Main difference is that it's not self centered.... Not needing positive and negative is actually easier.
I am trying to find some of those meters with the same dimensions as the ones on a Cessna 150; no luck so far. I guess I will use bigger ones.
Not fully related, but I am strongly thinking about using the casing and obs ring of a broken unit in another instrument, the 360 reading could be useful for the heading indicator.
-
09-10-2015, 02:22 PM #29
- Join Date
- Feb 2007
- Location
- Argentina
- Posts
- 187
Re: Arduino driven VOR
Zlatko:
The power of the galvanometer is in the range of 50 to 150 microamper, (you can connect near 30 to one output!!!)
Look at the black screw in the base of instrument. It is to regulate the rest position of the needle. Some voltmeters can be rotated up to the central position. For more precise operation, you can remove the built-in serie resistor, and use only the galvanometer like the circuit that i use. (Donīt forget limiter potenciometer if you remove the internal resistor!!)
But with my connection, you donīt need that, because you can regulate position with the centering potenciometer. Only disadvantage, is when you power off the instrument, the needle is go to rest the left side.
Or you can put a charge-discharge ammeter as the photo, removing the shunt resistor, and using external potenciometers.
Simsupervisor:
You can disassembled to remove only the galvanometer and build the rest of the instrument.
Or you cand find indicators used in older cars, with more appropriate needles.
Some old indicators have a range of 270š like this......
Later i will upload the videos.
Regards.
Horacio.
-
09-10-2015, 03:26 PM #30
- Join Date
- Aug 2015
- Location
- Montreal
- Posts
- 84
Re: Arduino driven VOR
Horacio, I wasn't referring to circular instruments, but the 4 square indicator on the right panel. Volts, amps, gas, temp. They are bigger than the small ones I saw, but smaller than the big ones. If I can't find properly sized ones I'll get bigger ones.
6yo FACECAST LINK 14year GIRLS FORUM : ( )...
YWM RAR JAILBAIT ZOOM