Changes

User:Albert

34,782 bytes removed, 17:20, 26 July 2013
m
Redirected page to Category:Work in progress
<!--#REDIRECT:[[:Category:Work in progress]]
<!--
-->
 
= Proposal for Start developing with IGEP Technology page =
 
<meta name="keywords" content="IGEP, IGEP Technology, Support, ARM, tools, development"></meta>
<meta name="description" content="Many resources and general information to start developing under IGEP Technology now."></meta>
<div align="center">
{| style="margin: 4px 0px 0px; width: 700px; background: none repeat scroll 0% 0% transparent;" class="FCK__ShowTableBorders;"
|-
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(255, 255, 255); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG" |
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
{| cellspacing="0" cellpadding="10" border="0" align="center"
|-
| colspan="2" style="text-align: center;" | '''Tutorial Guides'''
|-
| rowspan="3" style="text-align: center;" | [[Image:Igep community logo.png|100px|link=IGEP Technology Devices Guides]]
| style="text-align: left;" | '''[[IGEP Technology Devices Guides|1/3 - Getting started]]'''
|-
| style="text-align: left;" |'''[[IGEP Technology Devices Guides|2/3 - What can I do]]'''<br>
|-
| style="text-align: left;" |'''[[Start developing under IGEP Technology|3/3 - Start developing]]'''<br>
|-
|}
|}
|}
</div>
 
__NOTOC__
 
= Overview =
 
This page contains many resources and general information to start developing under IGEP Technology.
 
= Welcome =
 
First of all, welcome to the IGEP Community Wiki!
 
This is a collaborative site for developers like you that share their knowledge of the IGEP Technology.
 
What are you looking for?
 
 
{| cellspacing="10" cellpadding="10" border="1" align="center" width="80%"
|style="text-align: center;"|'''I have a new board. How do I start?'''
|Do you just have a brand new IGEPv2, a IGEP COM MODULE, IGEP BERLIN, etc.?
Pick the tutorial of your board in the [[IGEP Technology Devices Guides| tutorial guides]], and setup you board with the step by step procedures.
|-
|style="text-align: center;"|'''I just want to start developing'''
|You are in the right place. This page will guide through the available resources and to know how start developing.
|-
|style="text-align: center;"|'''I have a specific question'''
|There might already be an article about it in the IGEP Community Wiki. Use the search box or check the [[Frequently Asked Questions and Their Answers|FAQ]], the [[IGEP Technology Basic Glossary|Glossary]] and the [[Site Map]].
|-
|style="text-align: center;"|'''I can't find what I am looking for'''
|Please ask a question or leave your feedback in the [http://forum.isee.biz IGEP Community Forum] or the [http://webchat.freenode.net/?channels=igep IGEP Community Chat]. Check other available resources [[Resources|here]].
|-
|style="text-align: center;"|'''I need professional support'''
|Do you need support with your project? Are you looking for a custom design? [http://isee.biz/support/isee-support Contact the ISEE Developing Team].
|}
 
 
= Introducing the developing tools for IGEP Technology =
 
All IGEP Technology devices have many developing tools and resources. Here is a little introduction to this developing environment:
 
== IGEP SDK Virtual Machine ==
 
The IGEP SDK Virtual Machine is a '''ready to use virtual machine''' that includes '''all the developer tools for IGEP Technology'''. You can '''download it for free''' from the ISEE website.
 
===Features===
* Includes the official Software Development Kit (SDK) from ISEE, with:
** IGEP SDK Yocto Toolchain
** Eclipse IDE with Yocto Plug-in and Linux Tools
** Qt creator IDE
 
===Highlights===
* Best choice for beginners
* All components are already installed and configured to speed up your developing process
* Suitable for VMware and Virtualbox. Compatible with Windows/Linux/MacOS
 
===First steps===
# Download the '''IGEP SDK Virtual Machine''' for free from the ISEE website
# Follow the steps of the IGEP SDK Virtual Machine manual
# Know more in the [[IGEP SDK Virtual Machine]] article
 
 
== IGEP SDK Yocto Toolchain ==
 
The IGEP SDK Yocto Toolchain consists on a set of all necessary tools like a '''cross compiler''', '''embedded libraries''', etc. to compile program sources for IGEP devices from a different device, such a PC. You can '''download it for free''' from the ISEE website.
 
=== Features ===
* Compile your projects for IGEP Technology in your own Linux computer
* It can be integrated with some popular IDEs such:
** Eclipse
** QT Creator
** Codeblocks
 
=== Highlights ===
* Easy to install
* Develop in your own Linux machine
 
=== First steps ===
# Download the '''IGEP SDK Yocto Toolchain''' for free from the ISEE website
# Download the '''Software Reference Manual'''
# Follow the steps of the [[How to setup a cross compiler|IGEP SDK Yocto Toolchain]] article
 
 
== IGEP DSP Gstreamer Framework ==
 
The IGEP DSP Gstreamer Framework provides '''all DSP essential packages''' and the '''gstreamer DSP plugin''' ready to use with all IGEP Technology Devices. You can '''download it for free''' from the ISEE website.
 
=== Features ===
* Based on TI DVSDK
* Focus development efforts on "WOW" features of an application rather than spending time on base functionality.
* Enable DaVinci and OMAP devices to use existing applications built on top of GStreamer.
* Leverage the modular design to decrease the time required to develop new applications and enable more re-use of existing code
 
=== First steps ===
# Download the '''IGEP DSP Gstreamer Framework''' for free from the ISEE website
# Visit the [[:Category:Gstreamer|Gstreamer]] category in the IGEP Community Wiki
 
 
== Qt Creator ==
 
Qt Creator is a '''cross-platform application framework''' that is widely used for '''developing software applications with graphical user interface''', and is also used for developing non-GUI programs such as command-line tools and consoles for servers.
 
=== Highlights===
* Easy development of graphical applications
 
=== First steps ===
# If you are using the IGEP SDK Virtual Machine visit: [[How to develop with Qt under IGEP Technology]]
# If you want to install Eclipse in your computer visit: [[How to install Qt Creator]]
 
 
== Eclipse ==
 
Eclipse is a '''multi-language software development environment''' comprising an IDE and an extensible plug-in system. This IDE is '''included in the IGEP SDK Virtual Machine''' and is already configured to '''allow deploying, building, running and debugging''' your own project.
 
=== Features ===
* Complete solution with debugging capabilities
* Suitable to develop applications in Java, C, C++, Ada, COBOL, Haskell, Perl, PHP, Python, R, Ruby, Scala, Clojure, Groovy, Android and Scheme.
 
=== First steps ===
# If you are using the IGEP SDK Virtual Machine visit: [[How to develop with Eclipse IDE under IGEP Technology]]
# If you want to install Eclipse in your computer visit: [[How to install Eclipse IDE]]
 
 
== Codeblocks IDE ==
 
The Codeblocks IDE is an '''open source cross-platform IDE''' which supports '''multiple compilers''' including GCC and MSVC.
 
=== Features ===
* Create ARM, AVR, C, C++, D, DirectX, FLTK, Fortran, GLFW, GLUT, GTK+, Irrlicht, Lightfeather, MATLAB, OGRE, OpenGL, Qt, SDL, SFML, STL, SmartWin and wx programs and applications
 
=== First steps ===
# Know [[Install and configure Codeblocks for IGEP devices|how to install Codeblocks]] in your IGEP SDK Virtual Machine (not installed by default)
 
 
== QEMU ==
 
QEMU is a generic and '''open source machine emulator and virtualizer''' with '''support for IGEP Technology Devices'''. When used as a virtualizer, QEMU achieves near native performances by '''executing the guest code directly on the host CPU'''.
 
=== Features ===
 
* Run your projects applications for IGEP Technology in your own computer
* Support for IGEP Technology Devices
 
=== First steps ===
# Visit the [[QEMU]] article in the IGEP Community Wiki
 
 
= Introducing the IGEP Firmware =
 
All brand new IGEP Processor Boards '''have a preinstalled firmware''' provided and installed on it by ISEE.
 
By default, if you power up your board it will run the software on the flash. But '''you can prepare a MicroSD card and boot from it''' by inserting it to the MicroSD card reader of your IGEP Processor Board, as it has more priority than the flash.
 
The pre-installed software consists of:
 
*IGEP X-loader: a '''bootloader''' compatible with all IGEP Processor Boards.
*IGEP Kernel: a '''Linux Kernel''' maintained by ISEE.
*IGEP firmware Yocto: the software distribution consists of a lite X Window System and GNOME Mobile based applications created with Yocto tools
 
For more information about these specific sotware, read the following articles:
 
*[[The IGEP X-loader]]
*[[The Linux kernel]]
*[[IGEP firmware Yocto|IGEP firmware Yocto]]
 
== Update the preinstalled software ==
 
If you wish to update to the latest available version of the pre-installed software you need to follow these steps:
 
#'''Download the latest firmware''' from ISEE in a Linux PC.
#Run a script that will automatically setup and '''create a MicroSD card''' with the latest software in your host PC.
#Then '''boot your IGEP Processor Board''' from that MicroSD card you have just created.
#Finally, you can write the updated software from the MicroSD to the '''flash memory''' on your IGEP device.
 
* For more information visit the [[Update the PRE-INSTALLED software image to a current release]] article.
 
 
== Create a MicroSD Card with a different software distribution ==
 
You can create a custom MicroSD with a different software distribution. The article [[How to boot from MicroSD Card]] will guide you in the process of creating a MicroSD.
 
You can also check the specific articles for some distributions.
 
==== [[:Category:Software distributions]] ====
{{#lst:Category:Software distributions|Description}}
{{#lst:Category:Software distributions|Site Map}}
 
 
= Other support resources =
 
= Todelete=
 
==== [[:Category:Development tools]] ====
{{#lst:Category:Development tools|Description}}
{{#lst:Category:Development tools|Site Map}}
 
==== [[:Category:How to forge]] ====
{{#lst:Category:How to forge|Description}}
{{#lst:Category:How to forge|Site Map}}
 
==== [[:Category:Software applications]] ====
{{#lst:Category:Software applications|Description}}
{{#lst:Category:Software applications|Site Map}}
 
==== [[:Category:Gstreamer]] ====
{{#lst:Category:Gstreamer|Description}}
{{#lst:Category:Gstreamer|Site Map}}
 
==== [[:Category:Boot loaders]] ====
{{#lst:Category:Boot loaders|Description}}
 
==== [[:Category:Linux Kernel]] ====
{{#lst:Category:Linux Kernel|Description}}
 
==== [[:Category:Peripherals]] ====
{{#lst:Category:Peripherals|Description}}
 
 
{{Message/Work in progress}}
 
[[Category:IGEP Technology Devices Guides]]
 
 
= Proposal for new Main Page =
 
{| style="margin: 4px 0px 0px; width:100%; background: none repeat scroll 0% 0% transparent;"
|-
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" |
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;"
|-
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
<div style="text-align: center;">
 
== IGEP Community Wiki ==
 
where developers like you share their knowledge of IGEP Technology</div>
 
<div style="text-align: right;">'''[[#Join the IGEP Community!|<span style="color:#357ad9">Join now!</span>]]'''<div>
|}
|}
 
<!------------------------------------------
-------------------------------------------->
{| style="margin: 4px 0px 0px; width: 100%; background: none repeat scroll 0% 0% transparent;" class="FCK__ShowTableBorders"
|-
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG" |
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
|-
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
=== Getting started ===
 
* '''[[IGEP Technology Devices Guides|Getting started guides]]'''
* '''[[IGEP Community Wiki|How to use this Wiki]]'''
* '''[[Categories]]'''
* '''[[IGEP Technology Basic Glossary|Glossary]]'''
* '''[[Frequently Asked Questions and Their Answers|FAQ]]'''
 
=== Firmware releases ===
 
 
'''[[Pre-installed software on IGEP Processor Boards|About the ISEE Firmware]]''' | '''[[Update the PRE-INSTALLED software image to a current release|Update it]]''' | '''[[How to boot from MicroSD Card|Create a custom microSD card]]''':
{| style="margin: 4px 0px 0px; width: 100%; background: none repeat scroll 0% 0% transparent;" class="FCK__ShowTableBorders"
|-
| style="border: 4px solid rgb(204, 204, 204); width: 50%; background: none repeat scroll 0% 0% rgb(255, 230, 249); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG" |
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(255, 230, 249); vertical-align: top;" class="FCK__ShowTableBorders"
 
<br>
*'''2012.01.20''' - '''[[The IGEP X-loader|IGEP X-Loader]]''' - [http://git.isee.biz/?p=pub/scm/igep-x-loader.git;a=summary Version 2.5.0-2]
*'''2012.07.17''' - '''[[The Linux kernel|IGEP Kernel]]''' - [[Linux Kernel 2.6.37.y|Version 2.6.37-4]]
*'''2012.07.31''' - '''[[IGEP firmware Yocto|IGEP Firmware Yocto]]''' - [[Update the PRE-INSTALLED software image to a current release|Version 1.2.1-1]]
<div style="text-align: right;">Visit the official [http://git.isee.biz GIT]</div>
|}
|}
 
=== Development tools ===
 
*'''[[IGEP SDK Virtual Machine|IGEP SDK Virtual Machine]]'''
*'''[[How to setup a cross compiler|IGEP SDK Yocto Toolchain]]'''
*'''[[How to install Eclipse IDE|Eclipse IDE]]'''
*'''[[How to install Qt Creator|Qt Creator]]'''
*'''[[Install and configure Codeblocks for IGEP devices|Codeblocks IDE]]'''
*'''[[:Category:Gstreamer|IGEP DSP Gstreamer Framework]]'''
 
=== Start developing ===
 
*'''[[Start developing under IGEP Technology]]'''
*'''[[:Category:Peripherals|Peripherals]]''' - Setup and use all peripherals
*'''[[:Category:Software applications|Software applications]]''' - examples of common applications
*'''[[Resources|Other resources]]''' - external links to available resources
 
|}
<!------------------------------------------
-------------------------------------------->
| style="border: 1px solid transparent;" | <br>
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG border-radius4" |
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
|-
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
 
{| style="width: 100%; background: none; text-align: center;"
|-
|'''[[:Category:IGEP Processor Boards|Processor Boards]]'''
|'''[[:Category:IGEP Expansion Boards|Expansion Boards]]'''
|'''[[:Category:IGEP Radar|Radar Technology]]'''
|'''[http://shop.isee.biz/buy-online/igep.html IGEP Kits]'''
|-
|[[Image:{{#lst:Template:Links|IGEP_COM_MODULE_Image}}|75px|center|link={{#lst:Template:Links|IGEP_COM_MODULE_Community_MainPage}}]]
|[[Image:Igep-cam-bird.jpg|75px|center|link=http://www.isee.biz/products/expansion-boards]]
|[[Image:{{#lst:Template:Links|IGEP_RADAR_LAMBDA_Image}}|75px|center|link={{#lst:Template:Links|IGEP_RADAR_LAMBDA_Community_MainPage}}]]
|[[Image:Igep kit tft.jpg|100px|center|link=http://shop.isee.biz/buy-online/igep.html]]
|-
|'''{{#lst:Template:Links|IGEP_COM_MODULE_Name}}'''
|'''IGEP CAM BIRD'''
|'''{{#lst:Template:Links|IGEP_RADAR_LAMBDA_Name}}'''
|-
|[[Image:{{#lst:Template:Links|IGEPv2_Image}}|75px|center|link={{#lst:Template:Links|IGEPv2_Community_MainPage}}]]
|[[Image:{{#lst:Template:Links|IGEP_BERLIN_Image}}|center|75px|link={{#lst:Template:Links|IGEP_BERLIN_Community_MainPage}}]]
|[[Image:{{#lst:Template:Links|IGEP_RADAR_SENSOR_ORION_Image}}|center|75px|link={{#lst:Template:Links|IGEP_RADAR_SENSOR_ORION_Community_MainPage}}]]
|[[Image:Igep kit case.png|100px|center|link=http://shop.isee.biz/buy-online/igep.html]]
|-
|'''{{#lst:Template:Links|IGEPv2_Name}}'''
|'''{{#lst:Template:Links|IGEP_BERLIN_Name}}'''
|'''{{#lst:Template:Links|IGEP_RADAR_SENSOR_ORION_Name}}'''
|-
|[[Image:{{#lst:Template:Links|IGEP_COM_PROTON_Image}}|75px|center|link={{#lst:Template:Links|IGEP_COM_PROTON_Community_MainPage}}]]
|[[Image:{{#lst:Template:Links|IGEP_PARIS_Image}}|75px|center|link={{#lst:Template:Links|IGEP_PARIS_Community_MainPage}}]]
|
|[[Image:Igep kit tft.png|100px|center|link=http://shop.isee.biz/buy-online/igep.html]]
|-
|'''{{#lst:Template:Links|IGEP_COM_PROTON_Name}}'''
|'''{{#lst:Template:Links|IGEP_PARIS_Name}}'''
|-
|
|[[Image:{{#lst:Template:Links|IGEP_NEW_YORK_Image}}|75px|center|link={{#lst:Template:Links|IGEP_NEW_YORK_Community_MainPage}}]]
|
|{{#ev:youtube|bZ5WSB_n_To|100}}
|-
|
|'''{{#lst:Template:Links|IGEP_NEW_YORK_Name}}'''
|-
|
|[[Image:{{#lst:Template:Links|IGEPv2_EXPANSION_Image}}|75px|center|link={{#lst:Template:Links|IGEPv2_EXPANSION_Community_MainPage}}]]
|-
|
|'''{{#lst:Template:Links|IGEPv2_EXPANSION_Name}}'''
|}
 
----
[[Image:Igep tech.png|150px|right|link=http://www.isee.biz/company/igep-technology]]
 
|}
|}
|}
|}
 
<!------------------------------------------
-------------------------------------------->
{| style="margin: 4px 0px 0px; background: none repeat scroll 0% 0% transparent;" class="FCK__ShowTableBorders"
|-
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG" |
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
|-
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
<!--
<div style="text-align: center;">
 
=== What's new at the IGEP Community ===
<br>
 
</div>
----
 
===New Articles===
 
{{Special:NewPages/limit=0}}
 
===Recent changes===
 
{{Special:RecentChanges/limit=0}}
 
-->
<div style="text-align: center;">
=== Join the IGEP Community! ===
</div>
 
 
----
 
 
You can '''contribute to the IGEP Community''' by improving or creating new articles:
 
*Visit the ISEE Website and [http://www.isee.biz/ register] for a '''free single sign-in account '''that will grant permission to log in to this Wiki, the Forum and Official ISEE resources.
 
*Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] and the [[Wiki contribution guidelines|contribution guidelines]] and start your contribution!<br>
 
 
=== Related projects ===
 
*[http://www.geexbox.org '''GeeXboX''', Free embedded HTPC Linux distribution.]
*[http://www.linaro.org '''Linaro''', Make embedded open source development easier and faster.]
*[http://www.openembedded.org '''OpenEmbedded''' build framework for embedded Linux.]
*[http://code.google.com/p/rowboat '''Rowboat''', Google Android base port for OMAP35xx/37xx.]
*[http://www.yoctoproject.org '''Yocto''', create custom Linux-based systems for embedded devices.]
 
|}
<!------------------------------------------
-------------------------------------------->
| style="border: 1px solid transparent;" | <br>
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG border-radius4" |
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
|-
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
<div style="text-align: center;">
=== Other resources ===
</div>
 
 
----
 
 
{| style="background:transparent" width="auto" cellspacing="1" cellpadding="10" border="0" align="left"
| scope="row" | [[Image:Isee logo.png|100px|link={{#lst:Template:Links|ISEE_MainPage}}]]
| At the '''[{{#lst:Template:Links|ISEE_MainPage}} Official ISEE Website]''' you can find and '''download the official documentation''' such as datasheets, schematics, software tools, pinouts, etc. of many IGEP Technology devices.
|-
|
|-
| scope="row" | [[Image:Git-logo.png|100px|link={{#lst:Template:Links|ISEE_GIT}}]]
| Visit the '''[{{#lst:Template:Links|ISEE_GIT}} Official GIT repositories]''' page where you can find all the software revisions supported by ISEE and all the updates related to the IGEP Technology.
|-
|
|-
| scope="row" | [[Image:Isee logo.png|100px|link={{#lst:Template:Links|ISEE_Forum}}]]
| At the '''[{{#lst:Template:Links|ISEE_Forum}} Free Support Forum]''' more than 3000 users share experiences and knowledge. If you have any issue, read the forum threads or start a new post.
|-
|
|-
| scope="row" | [[Image:Irc.png|100px|link={{#lst:Template:Links|IGEPCommunity_IRC}}]]
| style="text-align: left;"| The IGEP Community '''[{{#lst:Template:Links|IGEPCommunity_IRC}} IRC chat]''' at irc.freenode.net (#igep).
|-
|
|-
| scope="row" | [[Image:Youtube.png|100px|link={{#lst:Template:Links|IGEPTechnology_Youtube}}]]
| IGEP Technology '''[{{#lst:Template:Links|IGEPTechnology_Youtube}} YouTube channel]'''.
|}
|}
 
|}
__NOTOC__
 
 
= [!! Proposal for Categories distribution] =
 
* IGEP Technology Devices (tutorials)
** Processor Boards
** Expansion Boards
** Radar
* Firmware
** Boot Loaders
** Linux Kernel
** Software distributions
*Development
**Development tools
***Introduction, installation, presentation of developing tools
**Peripherals
***Use of peripherals (how to's)
***Examples
**Software applications (advanced)
***Gstreamer
***Examples
*IGEP Community
**External Resources
**FAQ
**Glossary
**Site Map
**Maintenance
 
= [!!Site Map] =
[[Category:Resources]]
 
 
 
= [!!IGEP Technology devices features table proposal] =
 
{| cellspacing="0" cellpadding="1" border="1" style="text-align: center;"
|-
|
| bgcolor="#cccccc" | IGEP0032
| bgcolor="#cccccc" | IGEP0030
| bgcolor="#cccccc" | IGEP0020
| bgcolor="#cccccc" | IGEP0010
|-
| '''Product name'''
| bgcolor="#cccccc" | '''IGEP COM PROTON'''
| bgcolor="#cccccc" | '''IGEP COM MODULE'''
| bgcolor="#cccccc" | '''IGEPv2'''
| bgcolor="#cccccc" | '''IGEP0010'''
|-
|
| width="200" | [[Image:Igep0032 side.png|145x93px|center|link=Category:IGEP0032]]
| width="200" | [[Image:Igep0030.jpg|184x120px|center|link=Category:IGEP0030]]
| width="200" | [[Image:Igep0020.jpg|174x116px|center|link=Category:IGEP0020]]
| width="200" | [[Image:Igep0010.jpg|181x114px|center|link=Category:IGEP0010]]
|-
| '''Devices and interfaces'''
|| || || || (discontinued product)
|-
| style="text-align: right;" | ARM CPU
|| OMAP3530/DM3730 720MHz/1GHz || OMAP3530/DM3730 720MHz/1GHz|| OMAP3530/DM3730 720MHz/1GHz ||
|-
| style="text-align: right;" | DSP
|| TMS320DM-C64+ 500 Mhz / 800 Mhz || TMS320DM-C64+ 500 Mhz / 800 Mhz || TMS320DM-C64+ 500 Mhz / 800 Mhz ||
|-
| style="text-align: right;" | RAM Memory
|| 512 MBytes / 200 Mhz || 512 MBytes / 200 Mhz || 512 MBytes / 200 Mhz ||
|-
| style="text-align: right;" | MicroSD Card Reader
|| x 1 || x 1 || x 1 || x 1
|-
| style="text-align: right;" | USB 2.0 Host
|| || || x 1 || x 1
|-
| style="text-align: right;" | USB 2.0 OTG
|| x 1 || x 1 || x 1 || x 1
|-
| style="text-align: right;" | RS232
|| || || x 1 || x 1
|-
| style="text-align: right;" | RS485
|| || || x 1 || x 1
|-
| style="text-align: right;" | JTAG
|| x 1 || || x 1 || x 1
|-
| style="text-align: right;" | Stereo audio In/Out
|| || || x 1 ||
|-
| style="text-align: right;" | DVI on HDMI
|| || || x 1 ||
|-
| style="text-align: right;" | Ethernet
|| || || x 1 || x 1
|-
| style="text-align: right;" | Wifi
|| || x 1 || x 1 ||
|-
| style="text-align: right;" | Bluetooth
|| || x 1 || x 1 ||
|-
| style="text-align: right;" | EEPROM
|| x 1 || || ||
|-
| style="text-align: right;" | S-Video
|| || || T.P. ||
|-
| style="text-align: right;" | Camera Interface
|| x 1 || x 1 || N.P. ||
|-
| style="text-align: right;" | Analog to digital converter
|| || || N.P. ||
|-
| style="text-align: right;" | Keyboard matrix
|| || || N.P. ||
|-
| style="text-align: right;" | User bicolor leds
|| x 2 || x 2 || x 2 ||
|-
| style="text-align: right;" | TFT Interface
|| || || N.P. ||
|-
| style="text-align: right;" | RTC Battery Back Up
|| || || N.P. ||
|-
| Size
||35x51,2mm || 18x68,5mm || 65x95mm ||
|-
| style="text-align: right;" | '''Expansion connectors'''
|| Power and many functionalities from OMAP3 processor || Power and many functionalities from OMAP3 processor || Power 5V and 1.8V, UART, McBSP, McSPI, I2C, GPIO, RS485 with transceiver, Keyboard ||
|-
| style="text-align: right;" rowspan="2" | '''Main pages'''
| style="text-align: center;" rowspan="4" | (coming soon)<br> <br>
| style="text-align: center;" | [[Image:Isee logo.png|57x57px|link=http://igep.es/index.php?option=com_content&view=article&id=109&Itemid=123]]
| style="text-align: center;" | [[Image:Isee logo.png|57x57px|link=http://igep.es/index.php?option=com_content&view=article&id=46&Itemid=55]]
| style="text-align: center;" rowspan="3" | (discontinued product)<br>
|-
| style="text-align: center;" | [[Image:Igep community logo.png|62x62px|link=Category:IGEP0030]]
| style="text-align: center;" | [[Image:Igep community logo.png|62x62px|link=Category:IGEP0020]]
|-
| style="text-align: right;" | '''Getting started guide'''<br>
| style="text-align: center;" | [[Image:Documentation.png|33x33px|link=Getting Started with IGEP0030 board]]
| style="text-align: center;" | [[Image:Documentation.png|33x33px|link=Getting Started with IGEP0020 board]]
|-
| style="text-align: right;" | '''Hardware manual'''
| style="text-align: center;" | [[Image:Hw manual.png|30x42px|link=http://www.igep.es/index.php?option=com_content&view=article&id=99&Itemid=129&dir=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEP_MODULE%2FHW_User_Manuals&download_file=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEP_MODULE%2FHW_User_Manuals%2FMAN-PR-IGEP.0030-002.03.HW_USER_MANUAL.pdf]]
| style="text-align: center;" | [[Image:Hw manual.png|30x42px|link=http://www.iseebcn.com/index.php?option=com_content&view=article&id=99&Itemid=129&dir=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEPv2%2FHW_User_Manuals&download_file=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEPv2%2FHW_User_Manuals%2FMAN-PR-IGEP.0020-001.23.HW_RC.pdf]]
| style="text-align: center;" | [[Image:Hw manual.png|30x42px|link=http://www.iseebcn.com/public_docs/IGEPv1/HW_User_Manuals/MAN-PR-IGEP.0010.HW_USER_MANUAL.pdf]]
|}
 
 
* O: Available on board
 
* N.P.: Not populated THESE DEVICES and/or CONNECTORS ARE AVAILABLE, BUT NOT POPULATED BY DEFAULT
 
* T.P.: Test points
 
<br>
 
== IGEP Expansion Boards ==
 
=== Compatible with IGEP COM MODULE, IGEP COM NEUTRON & IGEP COM PROTON===
 
{| cellspacing="0" cellpadding="1" border="1" style="text-align: center;"
|-
|
| bgcolor="#cccccc" colspan="3" | BASE0010
| bgcolor="#cccccc" | ILMS0015
|-
| style="text-align: center;" | '''Product name'''
| bgcolor="#cccccc" | '''IGEP BERLIN'''
| bgcolor="#cccccc" | '''IGEP PARIS'''
| bgcolor="#cccccc" | '''BASE0010-RA1'''
| bgcolor="#cccccc" | '''IGEP NEW YORK'''
|-
| <br>
| width="200" | [[Image:Igep_berlin_side.png|center|154x115px]]
| width="200" |
| width="200" | [[Image:Base0010.jpg|163x110px|center|link=Category:BASE0010]]
| width="200" |
|-
| '''Devices and interfaces'''
|| || || (discontinued product) ||
|-
| style="text-align: right;" | GSM/GPRS Modem
|| x 1 || || ||
|-
| style="text-align: right;" | DVI Video Output on HDMI
|| x 1 || || x 1 ||
|-
| style="text-align: right;" | VGA Video Output
|| x 1 || || ||
|-
| style="text-align: right;" | Video Input
|| x 2 || || ||
|-
| style="text-align: right;" | Ethernet
|| x 3 || x 1 || x 2 ||
|-
| style="text-align: right;" | USB Host
|| x 4 || x 1 || x 1 ||
|-
| style="text-align: right;" | USB OTG
|| x 1 || || ||
|-
| style="text-align: right;" | Stereo audio In/Out
|| x 1 || || x1 ||
|-
| style="text-align: right;" | RS232
|| x 1 || x 1 || x 1 ||
|-
| style="text-align: right;" | RS485
|| x 2 || || ||
|-
| style="text-align: right;" | CAN interface
|| x 1 || || ||
|-
| style="text-align: right;" | Relay outputs
|| x 3 || || ||
|-
| style="text-align: right;" | Digital inputs
|| x 2 || || ||
|-
| style="text-align: right;" | Analog inputs
|| x 2 || || ||
|-
| style="text-align: right;" | Real time clock (RTC)
|| x 1 || x 1 || ||
|-
| style="text-align: right;" | RTC Battery Back Up
|| x 1 || || ||
|-
| style="text-align: right;" | Battery charger
|| N.P. || N.P. || ||
|-
| style="text-align: right;" | User leds
|| x 2 || x 2 || x 1 ||
|-
| style="text-align: right;" | TFT Interface
|| x 1 || x 1 || ||
|-
| style="text-align: right;" | Switch
|| x 2 || x 1 || x 1 ||
|-
| style="text-align: right;" | 3 Axis accelerometer
|| || || || x 1
|-
| style="text-align: right;" | Buzzer
|| x 1 || x 1 || ||
|-
| style="text-align: right;" | EEPROM
|| x 1 || x 1 || ||
|-
| style="text-align: right;" | '''Expansion connectors'''
|| || || || GPIO, SPI, UART, I2C, PWM, DSS
|-
| style="text-align: right;" rowspan="2" | '''Main pages'''
| style="text-align: center;" | (coming soon)
| style="text-align: center;" | (coming soon)
| style="text-align: center;" | [[Image:Isee logo.png|57x57px|link=http://www.iseebcn.com/index.php?option=com_content&view=article&id=115&Itemid=124]]
| style="text-align: center;" |
|-
| style="text-align: center;" |
| style="text-align: center;" |
| style="text-align: center;" | [[Image:Igep community logo.png|62x62px|link=Category:BASE0010]]
| style="text-align: center;" |
|-
| style="text-align: right;" | '''Getting started guide'''
| style="text-align: center;" |
| style="text-align: center;" |
| style="text-align: center;" | [[Image:Documentation.png|33x33px|link=Getting Started with BASE0010 board]]
|
|-
| style="text-align: right;" | '''Hardware manual'''<br>
| style="text-align: center;" |
| style="text-align: center;" |
| style="text-align: center;" |
| style="text-align: center;" |
|}
 
 
* x '#': These devices available on board.
 
* N.P.: These devices and/or connectors are available, but NOT POPULATED by default.
 
* T.P.: These signals are available via the boards Test points.
<br>
 
=== Compatible with IGEPv2 ===
 
 
{| cellspacing="0" cellpadding="1" border="1" style="text-align: center;"
|-
|
| bgcolor="#cccccc" style="text-align: center;" | IGEP0022
|-
| style="text-align: center;" | '''Product name'''
| bgcolor="#cccccc" style="text-align: center;" | '''IGEPv2 EXPANSION'''
|-
|
| width="200" | [[Image:Igep0022.jpg|147x107px|center|link=Category:IGEP0022]]
|-
| style="text-align: right;" | GSM/GPRS Modem
|| x 1
|-
| style="text-align: right;" | DVI Video Output on HDMI
|| x 1
|-
| style="text-align: right;" | VGA Video Output
|| x 1
|-
| style="text-align: right;" | Video Input
|| x 2
|-
| style="text-align: right;" | Stereo audio In/Out
|| x 1
|-
| style="text-align: right;" | RS232
|| x 1
|-
| style="text-align: right;" | RS485
|| x 1
|-
| style="text-align: right;" | 7" TFT Interface
|| x 1
|-
| style="text-align: right;" | 4.3" TFT Interface
|| x 1
|-
| style="text-align: right;" | Camera interface
|| x 1
|-
| style="text-align: right;" | EEPROM
|| x 1
|-
| style="text-align: right;" | CAN Interface
|| x 1
|-
| style="text-align: right;" rowspan="2" | '''Main pages'''
| style="text-align: center;" | [[Image:Isee logo.png|57x57px|link=http://www.iseebcn.com/index.php?option=com_content&view=article&id=102&Itemid=115]]
|-
| style="text-align: center;" | [[Image:Igep community logo.png|62x62px|link=Category:IGEP0022]]
|-
| style="text-align: right;" | '''Getting started guide'''
| style="text-align: center;" | [[Image:Documentation.png|33x33px|link=Getting Started with IGEP0022 board]]
|-
| style="text-align: right;" | '''Hardware manual'''
| style="text-align: center;" | [[Image:Hw manual.png|30x42px|link=http://www.iseebcn.com/index.php?option=com_content&view=article&id=99&Itemid=129&dir=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEPv2_EXPANSION%2FHW_User_Manuals&download_file=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEPv2_EXPANSION%2FHW_User_Manuals%2FMAN-PR-IGEP.0022-001.01.HW_USER_MANUAL.pdf]]
|}
 
 
 
== IGEP Radar ==
 
{| cellspacing="0" cellpadding="1" border="1" style="text-align: center;"
|-
| style="text-align: center;" | <br>
| bgcolor="#cccccc" style="text-align: center;" colspan="2" | RADR0010<br>
| bgcolor="#cccccc" style="text-align: center;" | RADR0000<br>
|-
| style="text-align: center;" | '''Product name'''
| bgcolor="#cccccc" style="text-align: center;" | '''IGEP RADAR SENSOR ORION'''
| bgcolor="#cccccc" style="text-align: center;" | '''IGEP RADAR LAMBDA'''
| bgcolor="#cccccc" style="text-align: center;" | '''IGEP RADAR KIT v1'''
|-
| <br>
| width="200" | [[Image:Radarv2.jpg|150x100px|center|link=Category:RADR0010]]<br>
| width="200" | [[Image:Radar_Kit_v2.jpg|149x94px|center|link=Category:RADR0010]]<br>
| width="200" | [[Image:Radar_Kit_v1.jpg|105x135px|center|link=Category:RADR0000]]<br>
|-
| rowspan="2" style="text-align: right;" | '''Main pages'''<br>
| style="text-align: center;" | [[Image:Isee logo.png|57x57px|link=http://igep.es/index.php?option=com_content&view=article&id=91&Itemid=95]]
| style="text-align: center;" | [[Image:Isee logo.png|57x57px|link=http://igep.es/index.php?option=com_content&view=article&id=91&Itemid=95]]
| style="text-align: center;" | [[Image:Isee logo.png|57x57px|link=http://igep.es/index.php?option=com_content&view=article&id=91&Itemid=95]]
|-
| style="text-align: center;" | [[Image:Igep community logo.png|62x62px|link=Category:RADR0010]]
| style="text-align: center;" | [[Image:Igep community logo.png|62x62px|link=Category:RADR0010]]
| style="text-align: center;" | [[Image:Igep community logo.png|62x62px|link=Category:RADR0000]]
|-
| style="text-align: right;" | '''Hardware manual'''<br>
| style="text-align: center;" | [[Image:Hw manual.png|30x42px|link=http://www.igep.es/public_docs/RADAR/MAN-PR-RADR.0010-022.01.HW_Radar_v2.pdf]]
| style="text-align: center;" | [[Image:Hw manual.png|30x42px|link=http://www.igep.es/public_docs/RADAR/MAN-PR-RADR.0010-023.01.HW_RadarKit_v2.pdf]]
| style="text-align: center;" | [[Image:Hw manual.png|30x42px|link=http://www.iseebcn.com/public_docs/RADAR/MAN-PR-RADR.0010-011.04.HW_RadarKit_v1.pdf]]
|}
0
edits