|
|
|
|
|
by AWildC182
1969 days ago
|
|
For those interested in something targeted towards more diverse systems take a look at https://cosmosrb.com/ It's a command and telemetry package for working with embedded systems, arduinos through satellites, and includes data visualization and command interfaces. It's released under AGPL by Ball Aerospace and has a following at NASA as well. It's particularly useful for dealing with small systems where you'd usually write a python script for FTDI/serial communication. You can instead just define your commands and telemetry structs in a config file and the system makes it work. |
|
For anyone interested in using this with Arduino, you can take a look at this blog on how to do it (not my blog): http://www.williamosman.com/2016/08/cosmos-and-arduino-20-te...