Replies: 2 comments 2 replies
-
Could I use the simulator without the radio components? And get the data from the pi system? |
Beta Was this translation helpful? Give feedback.
-
Roy, I am currently building out two CubeSats for the exact purposes you have mentioned. As Alan mentioned, the CubeSatSIm does not currently have a radio receiver so I added a RFM95 LoRa module to the STEM board and wired it directly to the GPIO pins on the STEM board for communication with the Pi Zero W via SPI. Obviously the CubeSatSim software does not support running this way so I have been writing custom python code that implements a basic command & data handling function that is ripe with vulnerabilities that can be exploited. I will be publishing my code/modifications to CubeSatSim in late October that included OpenC3 Cosmos integration and a digital twin (Docker container) for people without hardware. The work and design that has gone into CubeSatSim is incredible. With a little thought and effort it has proven to be a very capable platform, even if not running it as intended. Kudus to @alanbjohnston and team. |
Beta Was this translation helpful? Give feedback.
-
First, I want to apologize for posting the question in the wrong place.
I wanted to attack satellites to see how it affects the subsystem of the satellite(temperature, power, and more).
Is it possible to make an anomaly that looks like an attack or send a command(inside Pi Zero because there is no uplink) to create an anomaly in the CubeSatSim?
I appreciate any help you can provide,
Roy.
Beta Was this translation helpful? Give feedback.
All reactions