Tech Tip #1 : Displays flickering …

In order to start the series, I want to discuss a problem which was really annoying and unpleasant, but found an easy solution.

In my cockpit, All the radios in the pedestal (NAV 1 & 2, COM 1 & 2 and ADF 1 & 2) are made with 7segments displays, operated by IOCARD display cards. All radios have active and standby displays, and it’s a total of 64 digits, requiring 4 display cards in a stack, connected by the same cable to a MasterCard, all located in the pedestal.

Although it basically worked nicely, I had a recurrent and annoying problem : very often, all displays would flicker or blink, which was very unpleasant. I first thought that I had poor wiring or bad contacts, but I soon found out that it was not the case. Then what ? I was plagued by the problem until I had the idea of measuring the supply voltage at the display level. I found 4.6V although the supply unit was delivering 4.95V, very close to the nominal 5V expected. The problem in fact is that all the digits call for a non negligible current, which is not readily measured, because it is pulsed. This in turn resulted in a voltage drop in my wiring, because the wire section was not enough (my 5V cable having a typical length of 3m). At 4.6V, the electronic circuitry in the display card does not perform correctly. I found that using bigger wires solved the problem, the voltage near the display was 4.9V and no flickering anymore !

Posted in Tech Tips | Leave a comment

Progress update – January 2019

I have added a page on the site to describe the simulation of the PFD and ND screens, see menu above. This is a preliminary description, since it is under development. For the moment I have a fully functionnal PFD, and the ND has only the MAP mode. All the screens will be developed and I will post screenshots and video here later.

Posted in Updates | 1 Comment

NetAvionics : A powerful but inexpensive B738 simulator

Hello !

I’ve been in the world of air simulation and home cockpits for a while. My last personal cockpit was based on opencockpit cards, run by several PCs, using my own instrument visualization programs.

I found the use of many PCs cumbersome and expensive and decided to look at today microcontrollers technology for a better way to do it. You can now find for a few bucks Arduino and RaspBerry Pi boards, which are fairly powerful, compact, and potentially offer all the elements to develop a full home cockpit system. I started to develop such system and I will report here my choices and results.

The system is based on hacked opencockpit cards (Mastercard and modified USB expansion card). It uses an Arduino DUE board to control all the hardware equipments (inputs, outputs, analog readings and servomotors), and several RaspBerry Pi 3 boards for openGL vizualisation of the instruments : PFDs, NDs, system and engines screens.

In the menu above, you will find some pages describing the main blocks of the system, like the hardware setup, the hardware configuration tools, the instruments displays …

In the course of developing my system, I am facing problems for which I had to find some solution. I will share these in articles named “Tech tips”, hope it can be useful to someone…

The system is under development, but once it is “reasonably” finished (it’s never really finished …), I imagine I could sell or share it, we’ll see …

Posted in Non classé | Leave a comment