Difference between revisions of "Hardware"

From ArmadeusWiki
Jump to: navigation, search
m (Armadeus Boards)
m (Baseboards)
(39 intermediate revisions by 5 users not shown)
Line 6: Line 6:
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
 
| width="50%" |
 
| width="50%" |
=== Main Boards ===
+
=== Main Boards (APFxx and OPOSxx modules)===
* [[APF9328]]: i.MXL based board
+
* [[APF9328]]: i.MXL based module
* [[APF27]]: i.MX27 based board
+
* [[APF27]]: i.MX27 based module
 +
* [[APF51]]: i.MX51 based module
 +
* [[APF28]]: i.MX28 based module
 +
* [[APF6]]: i.MX6 based module
 +
* [[APF6_SP]] : i.MX6 based module with CycloneV FPGA
 +
* [[OPOS6UL]] : i.MX6UL based module
 +
* [[Footprints]] : Footprint available for APFxx module
 
||
 
||
  
=== Development Boards ===
+
=== Baseboards ===
* [[APF9328DevLight]]: low cost development board for the APF9328
+
* [[OPOS6ULDev]]: full featured development board for the [[OPOS6UL]]
* [[APF9328DevFull]]: full featured development board for the APF9328 (no more available)
+
* [[APF6Dev]]: full featured development board for the APF6
 +
* [[APF28Dev]]: full featured development board for the APF28
 +
* [[APF51Dev]]: full featured development board for the APF51
 
* [[APF27Dev]]: full featured development board for the APF27 (with several options)
 
* [[APF27Dev]]: full featured development board for the APF27 (with several options)
 +
* [[APF27 PPS]]/PPS: network applications development board for the APF27
 +
* [[PPS51]]: network applications development board for the APF51
 +
* No more available:
 +
** [[APF9328DevLight]]: low cost development board for the APF9328
 +
** [[APF9328DevFull]]: full featured development board for the APF9328
 
|----------------
 
|----------------
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
 
| width="50%" |
 
| width="50%" |
 +
 
=== Extension Boards ===
 
=== Extension Boards ===
* [[LQ043_Adapt]]: Adapter board for the LQ043 color TFT display from Sharp
+
* [[Chimei_LW700|LW700AT_Adapt]]: Adapter for the Chimei LW700 TFT LCD
* [[MTF-T035|Microtips 320x240 TFT]]: Adapter board for the MTF-T035 color TFT display from Microtips (no more available)
+
* [[Wireless_extension_board|APW wireless board]]: Add WiFi & Bluetooth & GPS & GSM to your [[APF27Dev]]
|}
+
* [[SP_VISION]]: Extension with Spartan6 FPGA, for video processing
 +
* No more available:
 +
** [[LQ043_Adapt]]: Adapter for the Sharp LQ043 TFT LCD
 +
** [[MTF-T035|MTF-T035_Adapt]]: Adapter for the Microtips MTF-T035 TFT LCD
  
==Hardware Add-Ons by functionnalities==
 
{| border="0" cellpadding="5" cellspacing="5" summary="Hardware Add-Ons by functionnalities"
 
|----------------
 
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
 
|
 
===User input===
 
* [[IR Receiver | InfraRed Receiver]]
 
* [[PS/2 | Connect PS/2 devices to your board]]
 
* [[Keypad | Connect a keypad to your board]]
 
* [[TSC2102 | Touchscreen controller DevFull]]
 
* [[TSC2101 | Touchscreen controller of APF27]]
 
* [[GPIO_Driver | General Purposes I/Os]]
 
 
||
 
||
  
===Displays===
+
=== Demo Boards ===
* [[LCD | Connect LCDs (graphic & text) to your board]]
+
* [[HMS Demo]]: industrial demo platform
* [[TV Output | Use the SVideo output of the DevFull]]   
+
|----------------
+
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
+
|
+
===Audio===
+
* [[Audio with PWM | PC speakers directly on PWM output]]
+
* [[TSC2102 | Audio playback chip of DevFull]]
+
* [[TSC2101 | Audio playback chip of APF27]]
+
||
+
===Mass storage===
+
* [[MMC/SD | Connect MMC/SD devices to your board]]
+
|----------------
+
|- style="background:#f4f4f4; color:black; -moz-border-radius:18px;"
+
|
+
===External devices control===
+
* [[Max5821 | Use the optionnal DAC (Digital to Analog)]]
+
* [[ADC_max1027 | Use the optionnal ADC (Analog to Digital)]]
+
* Stepping motor controller
+
||
+
 
+
===Extending board connectivity===
+
* [[USB Host | USB Host controller chip of the DevFull board]]
+
* [[GPS | GPS receivers]]
+
|----------------
+
 
|}
 
|}
  
==Supported Bus informations==
+
==Tools==
{| cellspacing=5 cellpadding=5 border=0 width=100%
+
* [http://kicad-pcb.org/ Kicad EDA tool]
{{IconLink|USB|USB|usb.png|Universal Serial Bus}}
+
{{IconLink|I2C|I2C|I2C.png|Inter Integrated Circuit communication bus}}
+
|-
+
{{IconLink|SDIO|SDIO|SDIO.png|SD bus}}
+
{{IconLink|PS/2|PS/2|ps2.png|Input Device bus}}
+
|-
+
{{IconLink|Controller Area Network|CAN Bus|CAN_Bus.png|Most used field bus}}
+
{{IconLink|RS-232|RS-232|RS232_icon.png|Old but still very used/usefull serial bus}}
+
|}
+

Revision as of 14:40, 12 May 2016

Armadeus Boards

The following boards are developed by Armadeus Systems.
Members of the Armadeus Project association can purchase these products at discount prices. Take a look at the Association page for details.

Main Boards (APFxx and OPOSxx modules)

  • APF9328: i.MXL based module
  • APF27: i.MX27 based module
  • APF51: i.MX51 based module
  • APF28: i.MX28 based module
  • APF6: i.MX6 based module
  • APF6_SP : i.MX6 based module with CycloneV FPGA
  • OPOS6UL : i.MX6UL based module
  • Footprints : Footprint available for APFxx module

Baseboards

  • OPOS6ULDev: full featured development board for the OPOS6UL
  • APF6Dev: full featured development board for the APF6
  • APF28Dev: full featured development board for the APF28
  • APF51Dev: full featured development board for the APF51
  • APF27Dev: full featured development board for the APF27 (with several options)
  • APF27 PPS/PPS: network applications development board for the APF27
  • PPS51: network applications development board for the APF51
  • No more available:

Extension Boards

Demo Boards

Tools