<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.ecat.si - electronics development &#38; electric vehicles</title>
	<atom:link href="http://www.ecat.si/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecat.si</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 17:29:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Simple USB-UART-RS232 interface</title>
		<link>http://www.ecat.si/2013/05/enostaven-usb-uart-rs232-vmesnik/?lang=en</link>
		<comments>http://www.ecat.si/2013/05/enostaven-usb-uart-rs232-vmesnik/?lang=en#comments</comments>
		<pubDate>Mon, 27 May 2013 08:13:23 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=870</guid>
		<description><![CDATA[Preface, operating principles When working with microcontrollers, I often have to transfer data using UART interface on a microcontroller. Also RS232 interface, which basically extinct on nowadays laptop computers is still a golden standard with industrial electronics, so I have desinged simple interface, which may convert UART and RS232 signals to USB port. It can <a class="read-more-link" href="http://www.ecat.si/2013/05/enostaven-usb-uart-rs232-vmesnik/?lang=en"><br />...read more</a>]]></description>
				<content:encoded><![CDATA[<p><strong><a href="http://www.ecat.si/wp-content/uploads/2013/05/u2u.jpg" target="_blank"><img class="alignright" alt="u2u" src="http://www.ecat.si/wp-content/uploads/2013/05/u2u-300x276.jpg" width="300" height="276" /></a>Preface, operating principles</strong></p>
<p>When working with microcontrollers, I often have to transfer data using UART interface on a microcontroller. Also RS232 interface, which basically extinct on nowadays laptop computers is still a golden standard with industrial electronics, so I have desinged simple interface, which may convert UART and RS232 signals to USB port. It can also be used as RS232-UART interface, if we want to connect microcontroller with some RS232 device such as GSM modem etc.</p>
<p><strong>Operating modes</strong></p>
<ul>
<li>As USB-UART interface (i.e. between microcontroller and computer)</li>
<li>As USB-RS232 interface (i.e. between GSM modem (with RS232 interface, such as MC35i) and computer)</li>
<li>As UART-RS232 interface (i.e. between GSM modem (with RS232 interface) and microcontroller)</li>
</ul>
<p>Regarding to my positive experiences with FTDI chipsets (and as well some negative experiences with some china brand USB-TTL) I decided to use FTDI&#8217;s USB-TTL converter chip RS232RL, which I&#8217;ve used in many applications so far without problems. It requires minimal number of external components, is very stable and offers support for basically all operating systems.<br />
As also conversion between TTL levels to RS232 is required. This means that logical levels on a processor (i.e. 0/5V or 0/3.3V) is changed to symetrical signal with higher voltages (+/- 12V) to avoid noise in a line. MAX232 can be used for this purposes, when using 5V TTL levels (for 3.3 and 5 V levels please use MAX323). The MAX chip only requires few external capacitors and it&#8217;s ready to work.</p>
<p>As often (especially in developing) we can power the device from USB port, I also added 4th pin, where +5V from USB connector can be routed (with connecting the jumper)</p>
<p><strong> <a href="http://www.ecat.si/wp-content/uploads/2013/05/u2u-top-3d.jpg" target="_blank"><img class="alignright" alt="u2u top 3d" src="http://www.ecat.si/wp-content/uploads/2013/05/u2u-top-3d-300x217.jpg" width="180" height="130" /></a>Building instructions</strong><br />
The circuit mainly contains SMD parts. We start with both chips, then mini USB connector, after that other components (resistors, capacitors, LED diodes &#8211; mind the polarity!).</p>
<p><strong>Priklop in delovanje</strong></p>
<p><a href="http://www.ecat.si/wp-content/uploads/2013/05/u2u-bottom-3d.jpg"><img class="alignright" alt="u2u bottom 3d" src="http://www.ecat.si/wp-content/uploads/2013/05/u2u-bottom-3d-300x253.jpg" width="180" height="152" /></a>When the circuit is soldered, we first check the resistance between GND and +5V, to make sure we do not have any short circuit, which could damage USB port. IF everything is ok, we connect the module to PC using USB mini cable. If the operating system doesn&#8217;t install the drivers automatically, we can get them at official FTDI web page (<a href="www.ftdichip.com" target="_blank">www.ftdichip.com</a>).<br />
There are 2 versions of drivers avalible: VCP (virtual com port), where our interface is displayed as virtual COM port and D2XX (direct), where direct access to the device is possible using DLL libraries. This option is useful, when we are making also own PC software, otherwise I usually use VCP drivers.<a href="http://www.ecat.si/wp-content/uploads/2013/05/u2u-bottom-3d.jpg"><br />
</a></p>
<p><strong>Some remarks</strong></p>
<ul>
<li>Optional 10k (R1) resistor on ID pin of the USB connector</li>
</ul>
<p>Some devices define, which device is A (ID pin to GND) or B (ID pin floating). Some other devices use this pin to define the required current for a device. 3 standard resistor valves are usually used between ID pin and GND:124k ohm, 68k in 36,5k ohm (see more at <a href="http://en.wikipedia.org/wiki/USB_On-The-Go" target="_blank">http://en.wikipedia.org/wiki/USB_On-The-Go</a>)</p>
<ul>
<li>Jumper for power source selection</li>
</ul>
<p>If we want to power the device through USB interface, add the jumper on the jumper headers. This way, +5V power supply is delievered to 4th pin on ghe UART and RS232 interface.</p>
<ul>
<li>Sigal diode between FTDI and MAX chip</li>
</ul>
<p>MAX232 TX holds the TX line high (logical 1), which means that this line will not work properly. A small signal diode is added to seperate the TX line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2013/05/enostaven-usb-uart-rs232-vmesnik/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALTERUS video</title>
		<link>http://www.ecat.si/2013/05/alterus-video/?lang=en</link>
		<comments>http://www.ecat.si/2013/05/alterus-video/?lang=en#comments</comments>
		<pubDate>Thu, 23 May 2013 11:58:09 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=841</guid>
		<description><![CDATA[Video is displaying some basic features of the ALTERUS controller. The system in the video costists of a Alterus BASE (MAIN + OUT48 boards) plus 2 additional RELAY24 boards. Basic operating functions are displayed such as startup procedure (mind the SD card name, selftest (channel number is automatically scanned at each startup) …), piston combinations recalling, <a class="read-more-link" href="http://www.ecat.si/2013/05/alterus-video/?lang=en"><br />...read more</a>]]></description>
				<content:encoded><![CDATA[<p>Video is displaying some basic features of the ALTERUS controller. The system in the video costists of a Alterus BASE (MAIN + OUT48 boards) plus 2 additional RELAY24 boards. Basic operating functions are displayed such as startup procedure (mind the SD card name, selftest (channel number is automatically scanned at each startup) …), piston combinations recalling, operating the rotating wheel and changing from bank/combination, locking the device and service menu.</p>
<p><iframe src="http://player.vimeo.com/video/66806273" width="670" height="377" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2013/05/alterus-video/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple low power BMS circuit</title>
		<link>http://www.ecat.si/2013/04/enostaven-bms-odklopnik/?lang=en</link>
		<comments>http://www.ecat.si/2013/04/enostaven-bms-odklopnik/?lang=en#comments</comments>
		<pubDate>Fri, 26 Apr 2013 19:36:04 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=846</guid>
		<description><![CDATA[We often come into situation, where simple battery protection circuit is required. Attached circuit id really simple, but very accurate and with extreme low power confumption ((4.5 uA!). With slight modifications, we can define shutdown voltage as well as voltage hysteresis. We would also like to mention here, that we suggest setting a voltage treshold <a class="read-more-link" href="http://www.ecat.si/2013/04/enostaven-bms-odklopnik/?lang=en"><br />...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ecat.si/wp-content/uploads/2013/05/LT1495.jpg"><img class="alignright" alt="LT1495" src="http://www.ecat.si/wp-content/uploads/2013/05/LT1495-300x214.jpg" width="300" height="214" /></a></p>
<p>We often come into situation, where simple battery protection circuit is required.</p>
<p>Attached circuit id really simple, but very accurate and with extreme low power confumption ((4.5 uA!). With slight modifications, we can define shutdown voltage as well as voltage hysteresis.</p>
<p>We would also like to mention here, that we suggest setting a voltage treshold high enough (at least 3,0 V for LiIon/LiPo &#8211; or even higher), because this can improve battery lifetime significantly. With this, we loose some capacity, but not much really..</p>
<p><a href="http://www.ecat.si/wp-content/uploads/2013/05/LT1389_0699_Mag.pdf" target="_blank">Article LT1389 (.pdf)</a> - source: <a href="http://www.linear.com" target="_blank">Linear Technologies</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2013/04/enostaven-bms-odklopnik/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALTERUS documents</title>
		<link>http://www.ecat.si/2013/04/alterus-dokumenti/?lang=en</link>
		<comments>http://www.ecat.si/2013/04/alterus-dokumenti/?lang=en#comments</comments>
		<pubDate>Thu, 25 Apr 2013 06:31:10 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=797</guid>
		<description><![CDATA[EN_1.0_ALTERUS &#8211; Users Manual . EN_1.0_ALTERUS &#8211; Technical Manual . SI_1.0_ALTERUS &#8211; Navodila za uporabo . SI_1.0_ALTERUS &#8211; Tehnična navodila]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ecat.si/wp-content/uploads/2013/04/United-Kingdom.png"><img class="alignleft" alt="United Kingdom" src="http://www.ecat.si/wp-content/uploads/2013/04/United-Kingdom.png" width="40" height="40" /></a></p>
<p><a href="http://www.ecat.si/wp-content/uploads/2013/04/EN_1.0_ALTERUS-Users-Manual.pdf">EN_1.0_ALTERUS &#8211; Users Manual</a></p>
<p>.</p>
<p><a href="http://www.ecat.si/wp-content/uploads/2013/04/United-Kingdom.png"><img class="alignleft" alt="United Kingdom" src="http://www.ecat.si/wp-content/uploads/2013/04/United-Kingdom.png" width="40" height="40" /></a><a href="http://www.ecat.si/wp-content/uploads/2013/04/EN_1.0_ALTERUS-Technical-Manual.pdf">EN_1.0_ALTERUS &#8211; Technical Manual</a></p>
<p>.</p>
<p><a href="http://www.ecat.si/wp-content/uploads/2013/04/Slovenia.png"><img class="alignleft" alt="Slovenia" src="http://www.ecat.si/wp-content/uploads/2013/04/Slovenia.png" width="40" height="40" /></a></p>
<p><a href="http://www.ecat.si/wp-content/uploads/2013/04/SI_1.0_ALTERUS-Users-Manual.pdf">SI_1.0_ALTERUS &#8211; Navodila za uporabo</a></p>
<p>.</p>
<p><a href="http://www.ecat.si/wp-content/uploads/2013/04/Slovenia.png"><img class="alignleft" alt="Slovenia" src="http://www.ecat.si/wp-content/uploads/2013/04/Slovenia.png" width="40" height="40" /></a><a href="http://www.ecat.si/wp-content/uploads/2013/04/SI_1.0_ALTERUS-Technical-Manual.pdf">SI_1.0_ALTERUS &#8211; Tehnična navodila</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2013/04/alterus-dokumenti/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to new office: Ljubljana-Trzin</title>
		<link>http://www.ecat.si/2013/04/selitev-v-nove-prostore-ljubljana-trzin/?lang=en</link>
		<comments>http://www.ecat.si/2013/04/selitev-v-nove-prostore-ljubljana-trzin/?lang=en#comments</comments>
		<pubDate>Tue, 02 Apr 2013 16:38:30 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=726</guid>
		<description><![CDATA[In the middle of April 2013 we are moving to the new office in Ljubljana &#8211; Trzin! The company base stays in Škofja Loka, however clients are welcome to visit us in Trzin! View Larger Map]]></description>
				<content:encoded><![CDATA[<p>In the middle of April 2013 we are moving to the new office in Ljubljana &#8211; Trzin!</p>
<p>The company base stays in Škofja Loka, however clients are welcome to visit us in Trzin!</p>
<p><iframe src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=%C5%A0pruha+33,+Trzin,+Slovenia&amp;aq=0&amp;oq=%C5%A1pruha&amp;sll=37.0625,-95.677068&amp;sspn=41.003738,79.013672&amp;t=m&amp;ie=UTF8&amp;hq=&amp;hnear=%C5%A0pruha+33,+1236+Trzin,+Slovenia&amp;z=14&amp;iwloc=A&amp;output=embed" height="350" width="425" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br />
<small><a style="color: #0000ff; text-align: left;" href="https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=%C5%A0pruha+33,+Trzin,+Slovenia&amp;aq=0&amp;oq=%C5%A1pruha&amp;sll=37.0625,-95.677068&amp;sspn=41.003738,79.013672&amp;t=m&amp;ie=UTF8&amp;hq=&amp;hnear=%C5%A0pruha+33,+1236+Trzin,+Slovenia&amp;z=14&amp;iwloc=A">View Larger Map</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2013/04/selitev-v-nove-prostore-ljubljana-trzin/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Andrej Pecjak&#8217;s Dacia won 14th rally Monte Carlo electric</title>
		<link>http://www.ecat.si/2013/03/andrej-pecjak-z-dacio-zmagal-na-14-reliju-monte-carlo-electric/?lang=en</link>
		<comments>http://www.ecat.si/2013/03/andrej-pecjak-z-dacio-zmagal-na-14-reliju-monte-carlo-electric/?lang=en#comments</comments>
		<pubDate>Fri, 29 Mar 2013 07:58:25 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=695</guid>
		<description><![CDATA[Andrej Pečjak and his co-pilot Frederic Mlynarzicki won first place on 14th Monte Carlo des enegies nouvelles in 2 main categories! Parts of  the vehicle&#8217;s control systems were also developed by our company eCAT. Module teleCONN enables remote data reading and collecting, where display informs driver about current power consumption and other electric parameters of <a class="read-more-link" href="http://www.ecat.si/2013/03/andrej-pecjak-z-dacio-zmagal-na-14-reliju-monte-carlo-electric/?lang=en"><br />...read more</a>]]></description>
				<content:encoded><![CDATA[<p>Andrej Pečjak and his co-pilot Frederic Mlynarzicki won first place on 14th Monte Carlo des enegies nouvelles in 2 main categories!</p>
<p>Parts of  the vehicle&#8217;s control systems were also developed by our company eCAT. Module <a href="http://www.ecat.si/teleconn/" target="_blank">teleCONN</a> enables remote data reading and collecting, where display informs driver about current power consumption and other electric parameters of the vehicle.</p>
<ul>
<li><a href="http://eauto.si/sl/metron-osvojil-2-pokala/" target="_blank">Link Metron</a></li>
<li><a href="http://www.siol.net/avtomoto/novice/2013/03/andrej_pecjak_ev_dacia_zmaga_monte_carlo_rally.aspx" target="_blank">More about (SLO)</a></li>
<li><a href="http://www.acm.mc/page-tab-elec.php?id_menu=6&amp;id_sousmenu=31&amp;lg=en" target="_blank">Official page (EN)</a></li>
<li><a href="http://www.auto-magique.com/" target="_blank">Link 1</a></li>
<li><a href="http://www.one-too.com/sites/default/files/13-02-communique_rmcen.pdf" target="_blank">Link 2</a></li>
<li><a href="http://www.autonet.ca/nouvelles-automobiles/nouvelles-industrie-automobile/2013/03/24/monte-carlo-2013-les-resultats/" target="_blank">Link 3</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2013/03/andrej-pecjak-z-dacio-zmagal-na-14-reliju-monte-carlo-electric/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALTERUS &#8211; organ sequencer</title>
		<link>http://www.ecat.si/2013/03/catorgan-krmilnik-za-orgle/?lang=en</link>
		<comments>http://www.ecat.si/2013/03/catorgan-krmilnik-za-orgle/?lang=en#comments</comments>
		<pubDate>Sun, 17 Mar 2013 10:17:03 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=671</guid>
		<description><![CDATA[In cooperation with the Močnik organ facility we have developed advanced, yet simple to operate organ sequencer. ALTERUS is really easy to operate and ensures data storing on cheap and avalible memory media (SD card). This solves the big problem of the current controllers (static memory media), where several organ players may re-write stored combinations of <a class="read-more-link" href="http://www.ecat.si/2013/03/catorgan-krmilnik-za-orgle/?lang=en"><br />...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ecat.si/wp-content/uploads/2013/03/ALTERUS-dev.jpg"><img class="alignright" alt="ALTERUS dev" src="http://www.ecat.si/wp-content/uploads/2013/03/ALTERUS-dev-300x152.jpg" width="300" height="152" /></a>In cooperation with the <a href="http://www.orglarstvo-mocnik.si/" target="_blank">Močnik organ facility</a> we have developed advanced, yet simple to operate organ sequencer.</p>
<p>ALTERUS is really easy to operate and ensures data storing on cheap and avalible memory media (SD card). This solves the big problem of the current controllers (static memory media), where several organ players may re-write stored combinations of another organ player. Operating the system is very easy due to the graphic display and only some buttons with one-meaning-only (no need to learn button combinations etc.). This means, that even an older organ player, never seen a controller before, will be able to operate ALTERUS within a minute!</p>
<p>More about the controller is avalible on <a href="http://www.alterus.eu" target="_blank">ALTERUS web page</a>. (webpage is still in construction)</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2013/03/catorgan-krmilnik-za-orgle/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>catCAPTURE &#8211; unique e-vehicle data catcher</title>
		<link>http://www.ecat.si/2013/02/catcapture-unique-e-vehicle-data-catcher/?lang=en</link>
		<comments>http://www.ecat.si/2013/02/catcapture-unique-e-vehicle-data-catcher/?lang=en#comments</comments>
		<pubDate>Wed, 13 Feb 2013 10:02:42 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=662</guid>
		<description><![CDATA[We are finishing developing catCAPTURE: unique module for measuring electric vehicle parameters. All captured data is send via Bluetooth interface to the smartphone for real-time overview as well as data is stored on internal micro SD memory card for further analisys. The module is very simple to operate and – even more important – to integrate on <a class="read-more-link" href="http://www.ecat.si/2013/02/catcapture-unique-e-vehicle-data-catcher/?lang=en"><br />...read more</a>]]></description>
				<content:encoded><![CDATA[<p>We are finishing developing <strong>catCAPTURE</strong>: unique module for measuring electric vehicle parameters.</p>
<p>All captured data is send via Bluetooth interface to the smartphone for real-time overview as well as data is stored on internal micro SD memory card for further analisys.</p>
<p>The module is very simple to operate and – even more important – to integrate on basically any e-vehicle.</p>
<p>More info on <a href="http://www.ecat.si/catcapture/?lang=en" target="_blank">catCAPTURE site</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2013/02/catcapture-unique-e-vehicle-data-catcher/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mery Christmas and happy new year 2013</title>
		<link>http://www.ecat.si/2012/12/vesel-bozic-in-srecno-2013/?lang=en</link>
		<comments>http://www.ecat.si/2012/12/vesel-bozic-in-srecno-2013/?lang=en#comments</comments>
		<pubDate>Sun, 23 Dec 2012 13:28:46 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=636</guid>
		<description><![CDATA[The last year has really been an interesting year, full of nice projects and interesting bussines relations. We would like to thank you for cooperating with eCAT and wish you Mery Christmas and lots of success in the incoming year 2013. &#160; eCAT team]]></description>
				<content:encoded><![CDATA[<p>The last year has really been an interesting year, full of nice projects and interesting bussines relations.</p>
<p>We would like to thank you for cooperating with eCAT and wish you Mery Christmas and lots of success in the incoming year 2013.</p>
<p>&nbsp;</p>
<p>eCAT team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2012/12/vesel-bozic-in-srecno-2013/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HMI project on Slovenian Innovations Forum 2012</title>
		<link>http://www.ecat.si/2012/11/hmi-projekt-na-slovenskem-forumu-inovacij-2012-kot-eden-od-favoritov/?lang=en</link>
		<comments>http://www.ecat.si/2012/11/hmi-projekt-na-slovenskem-forumu-inovacij-2012-kot-eden-od-favoritov/?lang=en#comments</comments>
		<pubDate>Fri, 23 Nov 2012 15:49:14 +0000</pubDate>
		<dc:creator>gregor</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ecat.si/?p=624</guid>
		<description><![CDATA[Welcome to the 7th Slovenian innovations forum, where HMI project will be on a display as one of the favourites for the final award. More on: http://www.foruminovacij.si/index.php?t=newsSFI&#38;id=1135 Presentation video:]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ecat.si/wp-content/uploads/2012/11/463600_4461497449583_1583009869_o.jpg"><img class="alignright" title="463600_4461497449583_1583009869_o" src="http://www.ecat.si/wp-content/uploads/2012/11/463600_4461497449583_1583009869_o-300x179.jpg" alt="" width="300" height="179" /></a>Welcome to the 7th Slovenian innovations forum, where HMI project will be on a display as one of the favourites for the final award.</p>
<p>More on: http://www.foruminovacij.si/index.php?t=newsSFI&amp;id=1135</p>
<p>Presentation video:</p>
<p><iframe src="http://blip.tv/play/AYOJ31wC.html?p=1" width="670" height="476" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOJ31wC" style="display:none"></embed></p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ecat.si/2012/11/hmi-projekt-na-slovenskem-forumu-inovacij-2012-kot-eden-od-favoritov/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
