Arduino compatible controller for SkyView

vlittle

Active Member
Joined
May 7, 2006
Messages
542
Arduino-compatible aviation controller.

Here’s a sneak preview of my new Arduino-compatible motion controller.  It was developed as an auto-trim controller for the Dynon SkyView system, before Dynon released their own.  This version has been flying for more than three years, with a earlier design stretching back 10 years (AoA display for the D10A).

The device was based on a Microchip PIC microcontroller and the program was written in assembly language!  Recently, I decided to convert the design to an Atmel/Microchip ATMega processor so that it could be made Arduino compatible and released into the wild for hardware and software developers to play with.  At the same time, I couldn’t resist adding new features, so I put a pair of relays on board as well!

What differentiates this design from the standard Arduino boards and shields is that it contains the motor drive circuitry and is application hardened, with extensive power and I/O protection.  This adds a fair bit of cost and complexity, but it makes it a field (or flight) deployable design.  It fits into a standard Hammond case for easy mounting.

I chose through-hole components to ensure that the board can be assembled with common soldering tools and is easy to maintain and modify. 

My intention is to release this design on github once Beta trials are completed.  To this end, I am looking for two or three Beta developers who are interested in building up their own circuit board assembly and coding it using Arduino or Atmel Studio IDEs.  I would provide the blank pcbs for a nominal charge, plus a Digikey parts list for you to order components.  It’s not a kit, so you’ll need some electronics hardware assembly experience.

Check out the attached document and let me know if you want to participate.  Contact me at vx.technology<the at sign> gmail.com for more information.

Thanks,

Vern
 

Attachments

  • Falcon-AVR.pdf
    1.1 MB · Views: 528

vlittle

Active Member
Joined
May 7, 2006
Messages
542
Wow Vern.   That's pretty nifty.

I like the documentation!

Thanks. The documentation is actually the most important and time consuming part of the project. A lesson I have tried to teach to many, but with limited success! Vern
 

vlittle

Active Member
Joined
May 7, 2006
Messages
542
I've already gotton feedback on the design from another pilot who wants an Arduino controller for his yacht (too many toys!) that does all the same stuff, but at a slower speed. He needs one more analog input, so I am putting a jumper option on the PCB to allow for this, to get a total of six analog channels (volts, oil pressure, temperature for two engines, plus tach signals).

I've always thought the SV system could be adapted to marine applications. Ironically, it's cheaper than most of the equivalent marine equipment... hint to Dynon.

Vern
 

vlittle

Active Member
Joined
May 7, 2006
Messages
542
Arduino compatible controller for SkyView-Group Bu

I've completed the Beta trials for my Arduino Compatible aviation controller (Falcon-AVR). One application involved 1600 lines of C code to implement an auto-trim and flaps controller, which is now flying, and the second was for an instrument display in a yacht.

In the process, I decided to move to 9-28 Volt operation, add ports on the board to support WiFi, Bluetooth LE, I2C, and FTDI serial to USB. I also decided to use 4-layer boards to reduce electrical noise and ease the layout.

I am now ready to place an order for final design boards and I am organizing a group buy. They will appeal to hardware engineers who are comfortable buying parts from Digikey and assembling their own pcbs. It also allows assembly options (14 vs 28 Volts, input attenuation and so on).

Here's the link to the documentation: http://vx-aviation.com/documents/Falcon-AVR/

I'm doing this for cost recovery only. Please contact me via PM if you wish to participate in the group buy. I already have several orders.
 

Attachments

  • Falcon-AVR.JPG
    Falcon-AVR.JPG
    149.8 KB · Views: 202

krw5927

I love flying!
Joined
Mar 1, 2015
Messages
124
Vern, any estimate of parts cost on the through-hole components?
 

vlittle

Active Member
Joined
May 7, 2006
Messages
542
Vern, any estimate of parts cost on the through-hole components?

Here's a breakdown of the options:

28 Volt, field configuration (includes case, primary input protection, etc.) $68
14 Volt, field configuration (includes case, primary input protection, etc.) $57
28 Volt, lab configuration (no case, only secondary input protection) $52
14 Volt, lab configuration (no case, only secondary input protection) $40

I would recommend starting with the lab configurations, then adding components as required by the application to get to a customized field configuration.

The costs were derived from Digikey's low volume pricing. Careful shoppers and those who buy in quantities can probably reduce the cost by 50%. Digikey is convenient, but $$.

V
 

vlittle

Active Member
Joined
May 7, 2006
Messages
542
14 Volt 'production' version, fully functional.  This version adds an FTDI serial-to-USB connector, connectors for WiFi or Bluetooth or display modules, 1 amp 5V power supply and a 3 Volt power supply to make it 100% Uno signal compatible.

Used a 4-layer board to simplify the addition of more features and support higher currents on the relay circuits.

More news to come!


Falcon-AVR-board.JPG
 
Top