Changes

Getting started with IGEPv2 EXPANSION

2,945 bytes removed, 10:59, 10 April 2018
no edit summary
|ISEE_MainPage={{#lst:Template:Links|IGEPv2_EXPANSION_ISEE_MainPage}}
|ISEE_Hardware={{#lst:Template:Links|IGEPv2_EXPANSION_ISEE_Hardware}}
}}
<br> __TOC__
= Overview =
=Overview=This is the 1/3 chapter of IGEPv2 Expansion Tutorial Guide.
In this first chapter, we will learn how to connect some expansion peripherals.
= Requirements =
In these tutorials we are going to need the following components&nbsp;: __TOC__
*[http://www.isee.biz/products/processor-boards/igepv2-board IGEPv2], [http://shop.isee.biz/buy-online/accesories/power-supply-2600ma-ac-6w.html +5V DC power supply], Ethernet cable and a PC with Linux or Windows.<br>
*Powertrip 4.3" or [http://shop.isee.biz/buy-online/accesories/tft-24-bits-seiko-7.html Seiko 7"] screen if you need a touch screen.
*DB9 connector and USB serial converter to follow serial communication tutorial<br>
*4 pin connector for CAN Bus with another IGEPv2 and Expansion to follow CAN Bus communication tutorial<br>
*SIM card with an antenna to follow Telit modem tutorial<br>
*Composite video cable, composite video output peripheral (PAL or NTSC) and a screen to follow TVP5151 tutorial<br>
= Getting started =
=Requirements= Connect IGEPv2 Expansion with IGEPv2 Board ==In this tutorial we are going to use the following peripherals:
'''Basic''' * IGEPv2 with its power supply* IGEPv2 Expansion* Monitor compatible with DVI-D or VGA* HDMI/DVI-D cable or VGA cable* TFT touch screen (Powertrip 4.3" or Seiko 7")* Composite video cable, composite video output peripheral (PAL or NTSC)* Network cable* SIM card with an antenna* DB9 connector* PC
=Getting started===Connect IGEPv2 Expansion with IGEPv2 Board==The IGEPv2 Expansion connects to the IGEPv2 Board through J990, JA41, JA42, JC30 and J960 connectors. Some IGEPv2 Expansion may include three jumpers, you should remove it because they are designed for test and lab purposes. Just take a look on the figure below to mount it:<br>
{| width="200" cellspacing="1" cellpadding="1" width="200" border="1" align="center"
|-
|| [[Image:Igepv2expconnectoigepv2.PNG|268px]]<br> || [[Image:Igepv2expconnectoigepv2 2.PNG|268px]]<br>
|}
== TFT and Touchscreen Enable IGEPv2 Expansion support== '''Basic'''  IGEP Yocto Firmware comes with IGEPv2 Expansion support. However open igep.ini, you can do this [[Image:IGEP0022 PROTO RA DSC 0142.JPGHow_do_I_edit_my_kernel_command_line |right|200pxchecking following kernel cmdline parameter]] IGEPv2 Expansion supports SEIKO 7” or POWERTIP 4.3” LCD screen. Use J301 connector for POWERTRIP 4.3" or use J302, J303 and J304 connector for SEIKO 7".<br>  '''Know more'''<br> :
IGEPv2 Expansion integrates LCD backlight driver (TPS61081) and touch screen controller (TSC2046), a 4-wire touch screen controller which supports a low voltage I/O interface from 1.5V to 5.25V.<brpre>buddy=igep0022<br><br><br/pre>
== Serial port Remote connection via Ethernet=={{Message/Information Message|title=|message=If you aren't using a Linux operating system, use [http://labs.isee.biz/index.php/IGEP_SDK_Virtual_Machine IGEP SDK Virtual Machine] to connect to the board}}
'''Basic''' [[Image:Igepv2expdb9connector.PNG|right|200px]] In your Host Machine, open a terminal sessions set up an Ethernet alias for your network interface,
IGEPv2 Expansion integrates a DB9 RS232 connector $ sudo ifconfig eth0:0 192. Plug a DB9 cable168. <br> 5.10
'''Know more''' connect to the board using the SSH protocol
This peripheral (UART 3) can be used to debug system using kernel traces, getting a remote prompt, etc $ ssh root@192. <br> <br> <br> 168.5.1
== VGA monitor ==an empty password for root user should work to access to the shell prompt.
'''Basic'''&nbsp;  {| cellspacing="1" cellpadding="1" width="363" border="1" align="right"|-| [[Image:Igepv2expconnecttovga.jpg|150px]] | [[Image:Igepv2expvgaconnector.PNG|200px]]|} IGEPv2 Expansion integrates a VGA connector, the output VGA signal is equal to HDMI connector. Plug a monitor with VGA&nbsp;input.  '''Know more'''  This output is controled by ADV7125KSTZ140 Integrated Circuit.  <br> <br> <br>  == CAN bus == '''Basic'''  [[Image:Igepv2expcanconnector.PNG|right|200px]]IGEPv2 Expansion integrates a CAN peripheral. Connect any CAN bus device or network to the CAN bus connector (J703).<br>  '''Know more'''  This output is controled by MICROCHIP MCP2515. J703 is a 3.5 mm pitch terminal blocks 4 Positions:  {| cellspacing="1" cellpadding="1" width="350" border="1"|-| Signal Name | Pin #<br> | Description|-| VDD_CAN | J703:1 | Supply Voltage (+5V DC)|-| CANL | J703:2 | CAN Low-Level Voltage I/O|-| GND | J703:3 | Ground|-| CANH | J703:4 | CAN High-Level Voltage I/O|} == GSM/GPRS modem == '''Basic'''  {| align="right" cellspacing="1" cellpadding="1" border="1" width="200"|-| [[Image:IGEP0022 Modem with antenna.png|200px]] | [[Image:Igepv2expcardreader.PNG|right|200px]]|-| GSM-GPRS antenna (highly recommended) | SIM card reader|} IGEPv2 Expansion integrates a GSM/GPRS&nbsp;modem to make phone calls or to send SMS or to write and read data from it, etc.<br>  '''Know more'''  Modem chip Telit GE865 is a small GSM/GPRS Ball-Grid-Array BGA module with next main features:  *Quad-band EGSM 850 / 900 / 1800 / 1900 MHz *Power consumption (typical values) &nbsp;&nbsp;&nbsp; - Power off: ‹ 62 uA<br>&nbsp;&nbsp;&nbsp; - Idle (registered, power saving): 1.6 mA @ DRX=9 <br> <br> <br> == Composite Video Decoder == '''Basic'''  [[Image:Igepv2expvideocompositeconnector.PNG|right|200px]]IGEPv2 Expansion integrates two composite video connectors to decode analog input signal. Plug some peripheral with video composite output.<br>  '''Know more'''  Analog input is decoded by TVP5151.  <br> {{Navigation/IGEP Technology Guides/Getting Started/Ending
|Next_Step={{#lst:Template:Links|IGEPv2_EXPANSION_Community_Guides_2}}
}}
 
{{Table/IGEP Technology Devices
|Tech_Family={{#lst:Template:Links|IGEPv2_EXPANSION_Tech_Family}}
|Tech_ID={{#lst:Template:Links|IGEPv2_EXPANSION_Tech_ID}}
|Name={{#lst:Template:Links|IGEPv2_EXPANSION_Name}}
|Image={{#lst:Template:Links|IGEPv2_EXPANSION_Image}}
|ISEE_MainPage={{#lst:Template:Links|IGEPv2_EXPANSION_ISEE_MainPage}}
|ISEE_Hardware={{#lst:Template:Links|IGEPv2_EXPANSION_ISEE_Hardware}}
}}
[[Category:IGEP Technology Devices Guides]]
560
edits