Jump to content

Colray

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Colray

  1. That would be awesome sauce! thanks Freshmeat!
  2. what did you end up adjusting your time to? I ended up pushing my idle timers out to like 20 mins or something like that (I smoke, and I know there is no way I could smoke an entire cig in 2 mins). The only time I adjusted was the time in the Arduino program and I haven't had any problems. This is what my code looks like. I only changed time on the KSPIO13 tab. //if no message received from KSP for more than 20mins, go idle #define IDLETIMER 1200000 #define CONTROLREFRESH 2000 I hope this helps some.
  3. okies so I was kinda messing with some stuff and I was able to RX with the handshake enabled on Windows 10. I could only RX and not TX....but my TX light is flashing very very slowly. I dont know if it matters but I adjusted the Arduino code to this. void Handshake(){ digitalWrite(CONNECTEDLED,HIGH); HPacket.id = 0; HPacket.M1 = 1; HPacket.M2 = 2; HPacket.M3 = 3; i hope this helps a little bit....now i'm off to solder all the LEDS!
  4. Good afternoon Mulbin, I have to say that I love your flight box...and because it's being modeled after the Apollo missions, it has caused me to fall head over heels with your project. I do have a question for you, and I was wondering if you tell me how you got your covered abort and stage switches to work with the Arduino code? I can't figure out the code to make it so that the cover switch is functional and when locked the button wont work. I hope that made sense. Thanks in advance! Colray
  5. Good morning hitmeifu, I was having troubles as well but I ended up modifying the arduino code to set the idle time to longer and it looks like it works. Using just the regular code, I found out that when the ship would load on the launch pad I was getting data for a very short amount of time (like 20 seconds in total) by expanding the idle time numbers I havent lost connection between the board and KSP. Also, are you using the most updated code? I know in the OP it has KSPdemo12, but here's the link to the most recent one https://sites.google.com/site/zitronfiles/KSPIODemo13.zip Safe flying!
×
×
  • Create New...