Skip to main content

First steps

First, we need to see every part of our goal in detail.

There should be a parallel action around that. We cannot wait for every one of them to shape.

Our first and crucial step involves developing an FPGA board, a critical component that controls and commands other instruments within the system. 


LAUNCHER:

  • It's crucial to understand and plan for NASA's launching limits. Early planning and a robust setup are essential. We must be mindful of the formal licensing requirements, such as RF band and remote licensing, and the necessary tests, like vibration testing. This will ensure that the CubeSat can demonstrate a smooth deployable release.
  • A lot of USA travel is needed, so we plan to find alternative options instead of thinking about NASA and travelling to the USA. 
  • There are alternative launchers available; check this post about where to launch.
Let's prepare our board after learning about the launch and what is needed.
I have already started looking into the FPGA we can use; it should be low-power. I have already purchased the Cyclone V dev board DE10-Nano. It's a good board, and it is not too expensive. 

GNSS:

We aim to incorporate a GNSS unit on the board. Moving GNSS or GPS into space is challenging, and we must ensure the unit is space-worthy. To achieve this, we will build a GNSS unit.

The board will have an RF front and connect to FPGA for correlators.
The main component nominated for the RF front is STA5635A. It is a good choice since a fully integrated GNSS RF front-end supports different bands (L1, L2, L5, L6 and L) with a programmable and flexible RF-IF chain driven by a fractional PLL. In particular, G5RF can manage all the GNSS constellations that are available and planned for the future, like GPS, Galileo, Glonass, BeiDou, IRNSS, and QZSS.

The board design is progressing to create a board to connect to the GPIO of the DE10-Nano.

The antenna detection can help with fault and connection detection.
Once the board is ready, we must program it and read the values. We can work on the GPS coming in SPI and then on other constellations. 


RealTime PROCESSING (RT)
We have an SoC core for our future GPS onboard. It enables us to program our mission using a computer and FPGA combined.

I am familiar with RT-Linux applications. 
RTLinux is a complex real-time real-time operating system (RTOS) microkernel that runs the entire Linux operating system as a fully preemptive process.

As far as I know, we need to use something like RTEMS.
Since Cyclone V has a Linux that can work with the peripherals, we need to see how Linux LXDE Desktop (kernel 4.5) 
can be empowered for that purpose.


Comments

Popular posts from this blog

Real-Time OS/Frameworks for High-Reliability Applications

Real-Time OS/Frameworks for High-Reliability Applications Real-Time OS/Frameworks for High-Reliability Applications RTEMS (Real-Time Executive for Multiprocessor Systems) Description: A free real-time operating system (RTOS) for embedded systems. Use Cases: Aerospace, military, industrial control systems, and other high-reliability applications. NASA Core Flight System (cFS) Description: A portable, platform-independent framework for developing flight software applications. Use Cases: NASA spacecraft and missions, supporting modularity and reusability in software development. VxWorks Description: A real-time operating system developed by Wind River Systems. Use Cases: Aerospace, defence, automotive, medical devices, and industrial equipment for real-time performance and reliability. FreeRTOS Description: An open-source real-time operating system kernel for embedded devices. Use Cases: Wi

Cubesat from origin, standard and workshops

CubeSat Workshops CubeSat Workshops In 1999, California Polytechnic State University (Cal Poly) professor Jordi Puig-Suari and Bob Twiggs, a professor at Stanford University Space Systems Development Laboratory, developed the CubeSat specifications to promote and develop the skills necessary for the design. Workshop Archive Explore our extensive archive of workshop materials. All materials are available for download and viewing. Access Archive Material YouTube Channel Watch our workshop videos on our YouTube channel. Visit YouTube Channel CubeSat Specifications Find the CubeSat specifications to understand the standards and guidelines. View CubeSat Specifications

Basic Cubesat components

  Example Integration of a CubeSat with GNSS capabilities An example integration of these building blocks could look like this: Structure and Deployment : A 1U, 2U, or 3U CubeSat frame with deployable solar panels and antennas. Power : Solar panels connected to a power distribution unit that charges the battery pack. Command & Data Handling : A central command and control unit managing the CubeSat’s operations and interfacing with the GNSS receiver. Communication : A transceiver connected to a deployable antenna for ground communication. GNSS : A GNSS receiver module connected to a GNSS antenna mounted on the CubeSat frame. ADCS : Sensors and actuators integrated with the OBC for attitude determination and control. Thermal Control : Coatings and heaters ensure components stay within operational temperatures. Software : Embedded flight software on the OBC handling mission operations and GNSS data processing. Payload : GNSS receiver providing real-time position and timing data for na