Armadeus: Difference between revisions

From NPrize
Jump to navigationJump to search
(Beginning of Armadeus page: RTC)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Armadeus single circuit board=
=Armadeus small processor boards=


==Integration board==
==Integration board==


The Armadeus board has two big connectors (Hirose type) and need to be plugged on a main board through these two connectors to communicate with the outside world, and more simply, with electrical power. Armadeus developed several development and test boards. They include lots of input/output capabilities, power management, and so on.
The Armadeus board has two big connectors (Hirose 120 pin [http://www.hirose-connectors.com/connectors/H205SeriesGaiyou.aspx?c1=FX8&c3=3 FX8]) and need to be plugged on a main board through these two connectors to communicate with the outside world, and more simply, with electrical power. Armadeus developed a few [http://www.armadeus.com/english/products-development_boards-apf27_dev.html development boards]. They include lots of input/output capabilities, power management, and so on.


For our goal, we need to develop a new main board, with a reduced size and weight compared to the Armadeus' development board, and with only the needed external connectors and components. On this page, we make the list of those needed connectors and design constraints.
For our goal, we need to develop a new main board, with a reduced size and weight compared to the Armadeus' development board, and with only the needed external connectors and components. On this page, we make the list of those needed connectors and design constraints.
===Power supply===
The dev board embeds three converters and regulators, for 1.8V, 3.3V and 5V.


===Real-time clock===
===Real-time clock===
The RTC device is used to keep track of the time in case of power interruption or reboot. The DevFull board from Armadeus embeds one, the [http://www.maxim-ic.com/datasheet/index.mvp/id/3806 Maxim DS1374]. It uses the I²C bus and has an internal temperature-compensated oscillator. Datasheet is uploaded on this page.
The RTC device is used to keep track of the time in case of power interruption or reboot. The processor board embeds one, but it is not saved in case of power interruption. Consequently, the DevFull board from Armadeus embeds another one, the [http://www.maxim-ic.com/datasheet/index.mvp/id/3806 Maxim DS1374] with a battery. It uses the I²C bus and has an internal temperature-compensated oscillator. Datasheet is uploaded [[media:Datasheet_DS1374.pdf|here]].
 
For our main board, we only need the battery, since the main board and the processor board should not be decoupled. Using a GPS would be a benefit since it provides accurate time.
Else, upload telemetry has to be setup to allow time setting from the outside of the system, when the board is plugged to the main board. If this is too boring, putting a RTC on the main board, as Armadeus does, can be considered.
 
===SD card===
We might need an SD card for massive storage of sensor and flight information. The default is 256MB on the [http://www.armadeus.com/english/products-processor_boards-apf27.html APF27] processor board.
 
===ADC===
An ADC may be needed if analogic sensors are used. On the Armadeus DevFull board, they use the MAX1027 component.
 
===Camera module===
Camera modules can't be directly connected to APF signals, but need a breakout board. Moreover, since they need to be put in a different place than the processing board, they need a connector on the main board.
 
===FPGA connectors for servo PWM===
If we chose servo as the actuators for the airplane ailerons, we will need a PWM signal to control them. The FPGA of Armadeus boards is able to control lots of them as explained [http://www.fpga4fun.com/RCServos.html here], but we need to add the connectors to the main board.

Latest revision as of 15:12, 23 October 2010

Armadeus small processor boards

Integration board

The Armadeus board has two big connectors (Hirose 120 pin FX8) and need to be plugged on a main board through these two connectors to communicate with the outside world, and more simply, with electrical power. Armadeus developed a few development boards. They include lots of input/output capabilities, power management, and so on.

For our goal, we need to develop a new main board, with a reduced size and weight compared to the Armadeus' development board, and with only the needed external connectors and components. On this page, we make the list of those needed connectors and design constraints.

Power supply

The dev board embeds three converters and regulators, for 1.8V, 3.3V and 5V.

Real-time clock

The RTC device is used to keep track of the time in case of power interruption or reboot. The processor board embeds one, but it is not saved in case of power interruption. Consequently, the DevFull board from Armadeus embeds another one, the Maxim DS1374 with a battery. It uses the I²C bus and has an internal temperature-compensated oscillator. Datasheet is uploaded here.

For our main board, we only need the battery, since the main board and the processor board should not be decoupled. Using a GPS would be a benefit since it provides accurate time. Else, upload telemetry has to be setup to allow time setting from the outside of the system, when the board is plugged to the main board. If this is too boring, putting a RTC on the main board, as Armadeus does, can be considered.

SD card

We might need an SD card for massive storage of sensor and flight information. The default is 256MB on the APF27 processor board.

ADC

An ADC may be needed if analogic sensors are used. On the Armadeus DevFull board, they use the MAX1027 component.

Camera module

Camera modules can't be directly connected to APF signals, but need a breakout board. Moreover, since they need to be put in a different place than the processing board, they need a connector on the main board.

FPGA connectors for servo PWM

If we chose servo as the actuators for the airplane ailerons, we will need a PWM signal to control them. The FPGA of Armadeus boards is able to control lots of them as explained here, but we need to add the connectors to the main board.