Jump to content

Apollo DSKY Replica for KSP


KK4TEE

Recommended Posts

After the experience I gained from my first hardware project I decided to try for something a little less kerbal and a little more realistic. After learning how to produce 3D models for a 3D printer I finally came up with a replica of the Apollo Display and Keyboard (DSKY). It is based on an Arduino and displays data from KSP by using Telemachus and a python script that I wrote. I have yet to program noun/verb commands like the real DSKY, but all of the hardware is there for it.

The final product:

erV7StRl.jpg

cpIZeRhl.png

Javascript is disabled. View full album

I've also been working on a new python script to take the information from Telemachus and not only pipe it to the arduino, but also display a Navball on a 2nd screen:

YVeBpD6.png

YzOGSAa.png

Like my previous work I've released all of my work under the GPLv3, so have fun with it if you'd like to make your own!

Code and designs are hosted on GitHub

Link to my FlightTerminal project. It needs work, but it's there if you're interested.

If you'd like more information about the project I highly reccomending reading through the comments on the Reddit Post about the project.

Link to comment
Share on other sites

If you're going for a software/GUI implimentation I reccomend that you check out the basaGC plugin for Telemachus if you haven't seen it already. Before I made any of my hardware projects I loaded that onto a Toughbook and used it as my guidance system. It should be easy enough to run that on a Pi.

I'm trying to get my Navball code to run on the Pi, but the way it is currently coded it only gets around two frames per second (though it works fine on my desktop). I'm planing on completely rewritting my code in order to optimize the amount of pixel drawing in pygame to reasonable levels. I've also thought about using the Telemachus library I wrote for python like kOS and have the DSKY actually fly the ship. I mean, "How hard can it be?" :D

I'd love to see whatever you come up with.

Link to comment
Share on other sites

  • 5 weeks later...

Any chance you could share your Arduino code for your 7 segments? I have bought some very similar boards but have no idea how to get them to display data from KSP serial. The look like the same layout as yours with a MAX7219 chip on each board.

EDIT - apologies just read that you are not using KSP serial but your own code!

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...
  • 3 weeks later...

This is totally brilliant. I may try something like this. I have two arduino boards just begging to be put into something. Oh, man. First the mod bug bit me, then math bug bit me. Apparently now so is the engineering bug.

Link to comment
Share on other sites

I'd really like to get that text display up and running - after some effort I installed Python, and curses 2.2 to get rid of a "_curses module not found" error when I attempted to run flightterminal.py

Now I get the terminal, but it says ### RADIO CONTACT LOST ### at the bottom even though I have telemacus installed, running, and I can get the default web browser display open.

Any ideas? (Win7, Python 2.7)

Edited by tg626
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...