On the computer side I wrote a .NET program in C++ that would connect to the serial port. Writing the program acted as a wonderful foundation for what will eventually be our own proprietary ground station software. The program sports a command line that you can just to write your own commands to the microcontroller. Whether it will recognize it or not depends on the microcontroller. Anyway, so it will display what is being received in one panel and a sort of orientation instrument in another panel. The orientation instrument is updated based on returning data on the Wii Nunchuck accelerometers. That data is requested by the program either by hand using the command line or about every 10 milliseconds. If the program picks up data coming back, it parses it to see what kind of data it is. If it recognizes something then it picks out the important details and does whatever it's supposed to do with it.

Also, on Wednesday, January 25th, I held a kickoff meeting of sorts for the project. This is our first time opening it up to other people. The attendance was nice and overall it went fine. It looks like people share the general objection to simply buying commercial products and putting it together. Hopefully that will motivate people to work hard on actually engineering a final product.
No comments:
Post a Comment