To create a hardware controller capable of controlling Kerbal Space Program.
Hardware for controller (I plan to post BOM and a schematic) Arduino drivers for your OS
KRPC 0.4.8 (game mod) kRPC 0.4.8 (Arduino library)
- Switch the in-game server to SerialIO not TCP! Per https://www.reddit.com/r/krpc/comments/9lviup/krpc_not_connecting_with_arduino/e7aok6d?utm_source=share&utm_medium=web2x
- You may need to specify a different COM port.
The below is to be done every time you start Kerbal Space Program
You can't have the kRPC server running at the same time as having the Arduino IDE uploading the sketch. Thus to correct this stop the server in KSP, upload the sketch via the Arduino IDE, then start the server in KSP for testing.
#Process of building up to making your own controller I started with sketches from https://raw.githubusercontent.com/cardy64/ksp-controller/master/ksp-controller.ino.
- Can it connect?
- Can it send commands, on start?
- Can it send commands, via button?
- Requires a momentary push button.