Integration » History » Version 7

PRIETO, Matías, 03/22/2015 01:06 AM

1 1 PRIETO, Matías
h1. Integration
2 2 PRIETO, Matías
3 6 PRIETO, Matías
{{>toc}}
4 6 PRIETO, Matías
5 2 PRIETO, Matías
In order to achieve the project objectives, a system composed by at least the following subsystems is required:
6 2 PRIETO, Matías
# MCU (processor)
7 2 PRIETO, Matías
# Power management unit
8 2 PRIETO, Matías
# GPS receiver module
9 2 PRIETO, Matías
# 2-FSK RF transmitter
10 2 PRIETO, Matías
11 2 PRIETO, Matías
Processor and power management are considered as part of the Cubesat bus. On the other hand, GPS receiver and RF transmitter is considered as part of the payload.
12 2 PRIETO, Matías
13 2 PRIETO, Matías
The implementation also includes a LED and a dedicated antenna for the RF transmitter. GPS receiver is provided with an integrated active patch antenna. The system block diagram is presented below. Interfaces between main subsystems are identified as Int.1, Int.2, Int.3 and Int.4.
14 2 PRIETO, Matías
15 5 PRIETO, Matías
p=. !{width:65%}cubesat_syst_diag.png!
16 6 PRIETO, Matías
_System diagram showing main subsystems and interfaces._
17 6 PRIETO, Matías
18 6 PRIETO, Matías
The Cubesat motherboard (MB) is fed by the power source, which is connected to the power management unit and provides power to all subsystems through the Cubesat Kit Bus.
19 6 PRIETO, Matías
20 6 PRIETO, Matías
In addition, the Cubesat Kit Bus (CKB) provides the interface for all communication paths between the processor (MCU) and subsystems.
21 6 PRIETO, Matías
22 6 PRIETO, Matías
The MCU provides all the processing and controlling capabilities of the system. It is responsible to communicate and handle all other subsystems. For the scope of the mission, the MCU is in charge of recollecting data from the GPS subsystem, then formatting it to finally send the beacon message by controlling the physical layer behavior.
23 6 PRIETO, Matías
24 6 PRIETO, Matías
h2. Subsystems and interfaces description
25 6 PRIETO, Matías
26 6 PRIETO, Matías
h3. LED and Interface 1
27 6 PRIETO, Matías
28 6 PRIETO, Matías
The LED is a typical 5 mm diameter red LED, which requires between 3 and 10 mA in ON state.
29 6 PRIETO, Matías
30 6 PRIETO, Matías
The figure below presents the schematic of the circuit and the interface (Int.1) connections, which represents the connections with the CKB. The resistor R1 in series with the LED limiting the polarization current to 10 mA approximately
31 6 PRIETO, Matías
32 7 PRIETO, Matías
p=. !{width:30%}cubesat_led_schematic.png!
33 6 PRIETO, Matías
_LED connection schematic._
34 6 PRIETO, Matías
35 1 PRIETO, Matías
h3. GPS module and Interface 2
36 7 PRIETO, Matías
37 7 PRIETO, Matías
The GPS module includes an active patch antenna. The device computes ranging and constellation related information, in order to provide GPS data through the serial port. Information can be retrieved in two different modes: Raw and Smart modes.
38 7 PRIETO, Matías
39 7 PRIETO, Matías
The electronic ports of the GPS receiver module are presented below (from the device datasheet).
40 7 PRIETO, Matías
41 7 PRIETO, Matías
p=. !{width:40%}cubesat_gps_pinout.png!
42 7 PRIETO, Matías
_GPS Receiver pinout._
43 7 PRIETO, Matías
44 7 PRIETO, Matías
|_.Pin	|_.Name	|_.Type	|_.Function	|
45 7 PRIETO, Matías
| 1		| GND	| G		| System ground. Connect to power supply’s ground (GND) terminal. |
46 7 PRIETO, Matías
| 2		| VCC	| P		| System power, +5V DC input. |
47 7 PRIETO, Matías
| 3		| SIO	| I/O		| Serial communication (commands sent TO the Module and data received FROM the Module). Asynchronous, TTL-level interface, 4800 bps, 8 data bits, no parity, 1 stop bit, non-inverted. |
48 7 PRIETO, Matías
| 4		| /RAW	| I		| Mode select pin. Active LOW digital input. Internally pulled HIGH by default. When the /RAW pin is unconnected, the default “Smart Mode” is enabled, wherein commands for specific GPS data can be requested and the results will be returned. When /RAW in pulled LOW, the Module will enter “Raw Mode” and will transmit standard NMEA0183 strings, allowing advanced users to use the raw information directly. |
49 7 PRIETO, Matías
50 7 PRIETO, Matías
Connection types: G = Ground, P = Power, I = Input, O = Output.
51 7 PRIETO, Matías
52 1 PRIETO, Matías
h3. RF Transmitter and Interface 3
53 7 PRIETO, Matías
54 7 PRIETO, Matías
55 6 PRIETO, Matías
h3. Monopole antenna and Interface 4