ISS-Mimic / Mimic

We use the actual live data from the International Space Station to control a 3D-printed model that moves the solar arrays and radiators to track the real ISS in real time for STEM outreach purposes! We also host webpages which display ALL of the public ISS telemetry:
https://iss-mimic.github.io/Mimic/
MIT License
295 stars 27 forks source link

Pi needs serial monitors #130

Closed juggler2000 closed 4 years ago

juggler2000 commented 5 years ago

Need to have serial monitors for each connected device, since the motor-driving Ards send info back.

This would be Uber helpful when debugging motor oddness.

streadgold commented 5 years ago

So reading from the serial ports shouldn't be hard. Where would we display the data from the arduinos? Presumably most of the debugging would be done from the manual control screen, which is pretty busy. We could have it in the status bar at the bottom but that is only good for one ish line at a time. Or have a subscreen that has a lot more real estate but you'd have to switch back and forth to issue commands. Thoughts?

streadgold commented 4 years ago

@juggler2000 given all the serial difficulties I'm not sure this will ever happen - is this issue also solved by just using the LCD screens on the HDMI shields?

juggler2000 commented 4 years ago

Yep, LCD screens should be just as good. Maybe better, since we could always have data scrolling. The downside is that we won't be able to see all of the data.

streadgold commented 4 years ago

Closing for now since this likely won't happen. If serial usage works out well with the new code we may revisit this later