<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wikilegacy.armadeus.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GuillaumeT</id>
	<title>ArmadeusWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wikilegacy.armadeus.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GuillaumeT"/>
	<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Special:Contributions/GuillaumeT"/>
	<updated>2026-04-28T03:48:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=Domos_Project&amp;diff=2676</id>
		<title>Domos Project</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Domos_Project&amp;diff=2676"/>
		<updated>2007-08-01T09:22:03Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The domos project aims is to provide a global, low cost and open source solution for home automation.&amp;lt;br&amp;gt;&lt;br /&gt;
A first proposition can be found here: [http://www.armadeus.com/downloads/assos/domos.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
Three developpers are actually registered.&lt;br /&gt;
* Guillaume Trannoy (endpoint prototype)&lt;br /&gt;
* Nicolas Aguirre (endpoint/APF protocol) &lt;br /&gt;
* Nicolas Colombain (support)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Subprojects=&lt;br /&gt;
* Endpoint / controller communication (LS_Link)&lt;br /&gt;
* Controller/controller/server communication (HS_Link)&lt;br /&gt;
&lt;br /&gt;
==1. LS_Link==&lt;br /&gt;
===Zigbee===&lt;br /&gt;
A zigbee solution is foreseen for the wireless communication.&amp;lt;br&amp;gt;&lt;br /&gt;
A presentation concerning Zigbee can be found here: [http://www.armadeus.com/downloads/assos/zigbee_slides.pdf]&lt;br /&gt;
and here: [http://www.diku.dk/~bonnet/ba.zigbee.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
This has to be evaluated.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to be able to benefit from the complete Zigbee services, two Microchip ICs will be used (PIC18Fxx and the MRF) as the Zigbee stack is provided for free [http://www.armadeus.com/downloads/assos/domos_zigbee_stack.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MRF24J40 Transceiver [http://ww1.microchip.com/downloads/en/DeviceDoc/39776a.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* 2 zigbee prototype boards with a PIC and the MRF. One will be used for the endpoint and the other will be connected to the APF through the RS232 (TTL) interface.&lt;br /&gt;
* Specification of the communication protocol between the APF and the endpoint (datagram based ?). Evalution of the actual solutions.&lt;br /&gt;
* Developpment of a small application on the APF side to communicate with the zigbee board by using the communication protocol previously defined.&lt;br /&gt;
* test of the Zigbee stack provided by Microchip. A simple program has to be written. Default Microchip environment has to be used.&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
Wirelless communication is the best way to connect Endpoints and controler. But sometimes wired connexion will be need for direct or faster access. We could considerate RS485 connexion.&lt;br /&gt;
With RS485 nom we can connect up to 32 controllers on one bus. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* APF with RS485 transceiver with a PIC and the same transceiver. &lt;br /&gt;
* Needs to connect APF to a RS485 bus : Linux driver developement? UART driver ?&lt;br /&gt;
* Schematics for connecting a pic to RS485 bus&lt;br /&gt;
* Specification of the communication protocol between APF and endpoint. Application protocol can be share with Zigbee high level protocol or, must we developped new protocol ?&lt;br /&gt;
* Developpment of a small application on the APF and on the PIC to test communication.&lt;br /&gt;
&lt;br /&gt;
===Endpoint prototype board===&lt;br /&gt;
In order to develop and test endpoint protocols, a prototype board is under-developement. This board must allow connections between boards, PC to proto-board and APF to proto-board. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Hardware&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Microcontroller PIC 18FXXX&lt;br /&gt;
* Transceiver IEEE 802.15.4 (to implement the zigbee stack)&lt;br /&gt;
* Transceiver RS232 (connection to APF or PC)&lt;br /&gt;
* Transceiver RS485&lt;br /&gt;
* Transceiver CAN&lt;br /&gt;
* USB connectors (and adaptor USB-RS232 by a FTDI chip)&lt;br /&gt;
* Buttons and LCD&lt;br /&gt;
=&amp;gt; Soon a description of the hardware would be available.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Software&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Stack Zibgbee&lt;br /&gt;
* RS485 protocol library to develop&lt;br /&gt;
* Empty main program&lt;br /&gt;
* HID library (Human Interface Device)&lt;br /&gt;
&lt;br /&gt;
==2. HS_Link==&lt;br /&gt;
&lt;br /&gt;
This high level of the home automation allows transfer of large data packets like audio/video streams. It can be centralized by a main supervisor to configure more easily the whole network or access to other ways of communication like Internet or phone.&lt;br /&gt;
&lt;br /&gt;
===Wired===&lt;br /&gt;
&lt;br /&gt;
We need a good and fast connection between controller/supervisor. Ethernet connection has been chosen because it&#039;s compatible with routers and PC which will be used for interaction and acces to internet.&lt;br /&gt;
&lt;br /&gt;
===Wireless===&lt;br /&gt;
&lt;br /&gt;
WIFI is a reliable wireless way of communication to high data rates. Multimedia controller will be able to proposed audio/video streams and phone communications thanks the WIFI.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* http://www.homeautomationindex.com/&lt;br /&gt;
* http://misterhouse.sourceforge.net/&lt;br /&gt;
* http://heyu.tanj.com/&lt;br /&gt;
* http://mywebpages.comcast.net/ncherry/&lt;br /&gt;
* http://linuxha.sourceforge.net/&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=Domos_Project&amp;diff=2675</id>
		<title>Domos Project</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Domos_Project&amp;diff=2675"/>
		<updated>2007-08-01T09:21:13Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The domos project aims is to provide a global, low cost and open source solution for home automation.&amp;lt;br&amp;gt;&lt;br /&gt;
A first proposition can be found here: [http://www.armadeus.com/downloads/assos/domos.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
Three developpers are actually registered.&lt;br /&gt;
* Guillaume Trannoy (endpoint prototype)&lt;br /&gt;
* Nicolas Aguirre (endpoint/APF protocol) &lt;br /&gt;
* Nicolas Colombain (support)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Subprojects=&lt;br /&gt;
* Endpoint / controller communication (LS_Link)&lt;br /&gt;
* Controller/controller/server communication (HS_Link)&lt;br /&gt;
&lt;br /&gt;
==1. LS_Link==&lt;br /&gt;
===Zigbee===&lt;br /&gt;
A zigbee solution is foreseen for the wireless communication.&amp;lt;br&amp;gt;&lt;br /&gt;
A presentation concerning Zigbee can be found here: [http://www.armadeus.com/downloads/assos/zigbee_slides.pdf]&lt;br /&gt;
and here: [http://www.diku.dk/~bonnet/ba.zigbee.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
This has to be evaluated.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to be able to benefit from the complete Zigbee services, two Microchip ICs will be used (PIC18Fxx and the MRF) as the Zigbee stack is provided for free [http://www.armadeus.com/downloads/assos/domos_zigbee_stack.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MRF24J40 Transceiver [http://ww1.microchip.com/downloads/en/DeviceDoc/39776a.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* 2 zigbee prototype boards with a PIC and the MRF. One will be used for the endpoint and the other will be connected to the APF through the RS232 (TTL) interface.&lt;br /&gt;
* Specification of the communication protocol between the APF and the endpoint (datagram based ?). Evalution of the actual solutions.&lt;br /&gt;
* Developpment of a small application on the APF side to communicate with the zigbee board by using the communication protocol previously defined.&lt;br /&gt;
* test of the Zigbee stack provided by Microchip. A simple program has to be written. Default Microchip environment has to be used.&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
Wirelless communication is the best way to connect Endpoints and controler. But sometimes wired connexion will be need for direct or faster access. We could considerate RS485 connexion.&lt;br /&gt;
With RS485 nom we can connect up to 32 controllers on one bus. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* APF with RS485 transceiver with a PIC and the same transceiver. &lt;br /&gt;
* Needs to connect APF to a RS485 bus : Linux driver developement? UART driver ?&lt;br /&gt;
* Schematics for connecting a pic to RS485 bus&lt;br /&gt;
* Specification of the communication protocol between APF and endpoint. Application protocol can be share with Zigbee high level protocol or, must we developped new protocol ?&lt;br /&gt;
* Developpment of a small application on the APF and on the PIC to test communication.&lt;br /&gt;
&lt;br /&gt;
===Endpoint prototype board===&lt;br /&gt;
In order to develop and test endpoint protocols, a prototype board is under-developement. This board must allow connections between boards, PC to proto-board and APF to proto-board. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Hardware&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Microcontroller PIC 18FXXX&lt;br /&gt;
* Transceiver IEEE 802.15.4 (to implement the zigbee stack)&lt;br /&gt;
* Transceiver RS232 (connection to APF or PC)&lt;br /&gt;
* Transceiver RS485&lt;br /&gt;
* Transceiver CAN&lt;br /&gt;
* USB connectors (and adaptor USB-RS232 by a FTDI chip)&lt;br /&gt;
* Buttons and LCD&lt;br /&gt;
=&amp;gt; Soon a description of the hardware would be available.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Software&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Stack Zibgbee&lt;br /&gt;
* RS485 protocol library to develop&lt;br /&gt;
* Empty main program&lt;br /&gt;
* HID library (Human Interface Device)&lt;br /&gt;
&lt;br /&gt;
==2. HS_Link==&lt;br /&gt;
&lt;br /&gt;
This high level of the home automation allows transfer of large data packets like audio/video streams. It can be centralized by a main supervisor to configure more easily the whole network or access to other ways of communication like Internet or phone.&lt;br /&gt;
&lt;br /&gt;
===Wired===&lt;br /&gt;
&lt;br /&gt;
We need a good and fast connection between controller/supervisor. Ethernet connection has been chosen because it&#039;s compatible with routers and PC which will be used for interaction and acces to internet.&lt;br /&gt;
&lt;br /&gt;
===Wireless===&lt;br /&gt;
&lt;br /&gt;
WIFI is a reliable wireless way of communication to high data rates. Multimedia controller will be able to proposed audio/video streams and phone communication thanks the WIFI.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* http://www.homeautomationindex.com/&lt;br /&gt;
* http://misterhouse.sourceforge.net/&lt;br /&gt;
* http://heyu.tanj.com/&lt;br /&gt;
* http://mywebpages.comcast.net/ncherry/&lt;br /&gt;
* http://linuxha.sourceforge.net/&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2580</id>
		<title>Domotic</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2580"/>
		<updated>2007-07-09T18:34:06Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Building blocks for your armadeus-based home management system=&lt;br /&gt;
*[[Boa|Boa (Embedded Webserver)]]&lt;br /&gt;
*[[GPIO_Driver]]&lt;br /&gt;
*[[ADC_max1027|Analog-Digital Converter]]&lt;br /&gt;
*[[DAC|Digital-Analog Converter]]&lt;br /&gt;
*[[IR_Receiver]]&lt;br /&gt;
*[[Wireless interface]]&lt;br /&gt;
&lt;br /&gt;
=Domos Project=&lt;br /&gt;
The domos project aims is to provide a global, low cost and open source solution for home automation.&amp;lt;br&amp;gt;&lt;br /&gt;
A first proposition can be found here: [http://www.armadeus.com/downloads/assos/domos.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
Three developpers are actually registered.&lt;br /&gt;
&lt;br /&gt;
Subprojects:&lt;br /&gt;
* Endpoint / controller communication (LS_Link)&lt;br /&gt;
* Controller/controller/server communication (HS_Link)&lt;br /&gt;
&lt;br /&gt;
==1. LS_Link==&lt;br /&gt;
===Zigbee===&lt;br /&gt;
A zigbee solution is foreseen for the wireless communication.&amp;lt;br&amp;gt;&lt;br /&gt;
A presentation concerning Zigbee can be found here: [http://www.armadeus.com/downloads/assos/zigbee_slides.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
This has to be evaluated.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to be able to benefit from the complete Zigbee services, two Microchip ICs will be used (PIC18Fxx and the MRF) as the Zigbee stack is provided for free [http://www.armadeus.com/downloads/assos/domos_zigbee_stack.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MRF24J40 Transceiver [http://ww1.microchip.com/downloads/en/DeviceDoc/39776a.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* 2 zigbee prototype boards with a PIC and the MRF. One will be used for the endpoint and the other will be connected to the APF through the RS232 (TTL) interface.&lt;br /&gt;
* Specification of the communication protocol between the APF and the endpoint (datagram based ?). Evalution of the actual solutions.&lt;br /&gt;
* Developpment of a small application on the APF side to communicate with the zigbee board by using the communication protocol previously defined.&lt;br /&gt;
* test of the Zigbee stack provided by Microchip. A simple program has to be written. Default Microchip environment has to be used.&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
Wirelless communication is the best way to connect Endpoints and controler. But sometimes wired connexion will be need for direct or faster access. We could considerate RS485 connexion.&lt;br /&gt;
With RS485 nom we can connect up to 32 controllers on one bus. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* APF with RS485 transceiver with a PIC and the same transceiver. &lt;br /&gt;
* Needs to connect APF to a RS485 bus : Linux driver developement? UART driver ?&lt;br /&gt;
* Schematics for connecting a pic to RS485 bus&lt;br /&gt;
* Specification of the communication protocol between APF and endpoint. Application protocol can be share with Zigbee high level protocol or, must we developped new protocol ?&lt;br /&gt;
* Developpment of a small application on the APF and on the PIC to test communication.&lt;br /&gt;
&lt;br /&gt;
===Endpoint prototype board===&lt;br /&gt;
In order to develop and test endpoint protocols, a prototype board is under-developement. This board must allow connections between boards, PC to proto-board and APF to proto-board. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Hardware&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Microcontroller PIC 18FXXX&lt;br /&gt;
* Transceiver IEEE 802.15.4 (to implement the zigbee stack)&lt;br /&gt;
* Transceiver RS232 (to connect to APF or PC)&lt;br /&gt;
* Transceiver RS485&lt;br /&gt;
* USB connectors (and adaptor USB-RS232 if hardware choice)&lt;br /&gt;
* Buttons and LCD&lt;br /&gt;
=&amp;gt; A description of the hardware can be found here : .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Software&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Stack Zibgbee&lt;br /&gt;
* RS485 protocol to develop&lt;br /&gt;
* Program of test modes&lt;br /&gt;
* Stack USB (if PIC-USB and software choice)&lt;br /&gt;
&lt;br /&gt;
==2. HS_Link==&lt;br /&gt;
&lt;br /&gt;
This high level of the home automation allows transfer of large data packets like audio/video streams. It can be centralized by a main supervisor to configure more easily the whole network or access to other ways of communication like Internet or phone.&lt;br /&gt;
&lt;br /&gt;
===Wired===&lt;br /&gt;
&lt;br /&gt;
Ethernet&lt;br /&gt;
&lt;br /&gt;
===Wireless===&lt;br /&gt;
&lt;br /&gt;
WIFI&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2579</id>
		<title>Domotic</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2579"/>
		<updated>2007-07-09T18:23:34Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: /* Endpoint prototype board */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Building blocks for your armadeus-based home management system=&lt;br /&gt;
*[[Boa|Boa (Embedded Webserver)]]&lt;br /&gt;
*[[GPIO_Driver]]&lt;br /&gt;
*[[ADC_max1027|Analog-Digital Converter]]&lt;br /&gt;
*[[DAC|Digital-Analog Converter]]&lt;br /&gt;
*[[IR_Receiver]]&lt;br /&gt;
*[[Wireless interface]]&lt;br /&gt;
&lt;br /&gt;
=Domos Project=&lt;br /&gt;
The domos project aims is to provide a global, low cost and open source solution for home automation.&amp;lt;br&amp;gt;&lt;br /&gt;
A first proposition can be found here: [http://www.armadeus.com/downloads/assos/domos.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
Three developpers are actually registered.&lt;br /&gt;
&lt;br /&gt;
Subprojects:&lt;br /&gt;
* Endpoint / controller communication (LS_Link)&lt;br /&gt;
* Controller/controller/server communication (HS_Link)&lt;br /&gt;
&lt;br /&gt;
==1. LS_Link==&lt;br /&gt;
===Zigbee===&lt;br /&gt;
A zigbee solution is foreseen for the wireless communication.&amp;lt;br&amp;gt;&lt;br /&gt;
A presentation concerning Zigbee can be found here: [http://www.armadeus.com/downloads/assos/zigbee_slides.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
This has to be evaluated.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to be able to benefit from the complete Zigbee services, two Microchip ICs will be used (PIC18Fxx and the MRF) as the Zigbee stack is provided for free [http://www.armadeus.com/downloads/assos/domos_zigbee_stack.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MRF24J40 Transceiver [http://ww1.microchip.com/downloads/en/DeviceDoc/39776a.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* 2 zigbee prototype boards with a PIC and the MRF. One will be used for the endpoint and the other will be connected to the APF through the RS232 (TTL) interface.&lt;br /&gt;
* Specification of the communication protocol between the APF and the endpoint (datagram based ?). Evalution of the actual solutions.&lt;br /&gt;
* Developpment of a small application on the APF side to communicate with the zigbee board by using the communication protocol previously defined.&lt;br /&gt;
* test of the Zigbee stack provided by Microchip. A simple program has to be written. Default Microchip environment has to be used.&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
Wirelless communication is the best way to connect Endpoints and controler. But sometimes wired connexion will be need for direct or faster access. We could considerate RS485 connexion.&lt;br /&gt;
With RS485 nom we can connect up to 32 controllers on one bus. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* APF with RS485 transceiver with a PIC and the same transceiver. &lt;br /&gt;
* Needs to connect APF to a RS485 bus : Linux driver developement? UART driver ?&lt;br /&gt;
* Schematics for connecting a pic to RS485 bus&lt;br /&gt;
* Specification of the communication protocol between APF and endpoint. Application protocol can be share with Zigbee high level protocol or, must we developped new protocol ?&lt;br /&gt;
* Developpment of a small application on the APF and on the PIC to test communication.&lt;br /&gt;
&lt;br /&gt;
===Endpoint prototype board===&lt;br /&gt;
In order to develop and test endpoint protocols, a prototype board is under-developement. This board must allow connections between boards, PC to proto-board and APF to proto-board. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Hardware&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Microcontroller PIC 18FXXX&lt;br /&gt;
* Transceiver IEEE 802.15.4 (to implement the zigbee stack)&lt;br /&gt;
* Transceiver RS232 (to connect to APF or PC)&lt;br /&gt;
* Transceiver RS485&lt;br /&gt;
* USB connectors (and adaptor USB-RS232 if hardware choice)&lt;br /&gt;
* Buttons and LCD&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Software&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Stack Zibgbee&lt;br /&gt;
* RS485 protocol to develop&lt;br /&gt;
* Program of test modes&lt;br /&gt;
* Stack USB (if PIC-USB and software choice)&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2578</id>
		<title>Domotic</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2578"/>
		<updated>2007-07-09T10:36:31Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Building blocks for your armadeus-based home management system=&lt;br /&gt;
*[[Boa|Boa (Embedded Webserver)]]&lt;br /&gt;
*[[GPIO_Driver]]&lt;br /&gt;
*[[ADC_max1027|Analog-Digital Converter]]&lt;br /&gt;
*[[DAC|Digital-Analog Converter]]&lt;br /&gt;
*[[IR_Receiver]]&lt;br /&gt;
*[[Wireless interface]]&lt;br /&gt;
&lt;br /&gt;
=Domos Project=&lt;br /&gt;
The domos project aims is to provide a global, low cost and open source solution for home automation.&amp;lt;br&amp;gt;&lt;br /&gt;
A first proposition can be found here: [http://www.armadeus.com/downloads/assos/domos.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
Three developpers are actually registered.&lt;br /&gt;
&lt;br /&gt;
Subprojects:&lt;br /&gt;
* Endpoint / controller communication (LS_Link)&lt;br /&gt;
* Controller/controller/server communication (HS_Link)&lt;br /&gt;
&lt;br /&gt;
==1. LS_Link==&lt;br /&gt;
===Zigbee===&lt;br /&gt;
A zigbee solution is foreseen for the wireless communication.&amp;lt;br&amp;gt;&lt;br /&gt;
A presentation concerning Zigbee can be found here: [http://www.armadeus.com/downloads/assos/zigbee_slides.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
This has to be evaluated.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to be able to benefit from the complete Zigbee services, two Microchip ICs will be used (PIC18Fxx and the MRF) as the Zigbee stack is provided for free [http://www.armadeus.com/downloads/assos/domos_zigbee_stack.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MRF24J40 Transceiver [http://ww1.microchip.com/downloads/en/DeviceDoc/39776a.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* 2 zigbee prototype boards with a PIC and the MRF. One will be used for the endpoint and the other will be connected to the APF through the RS232 (TTL) interface.&lt;br /&gt;
* Specification of the communication protocol between the APF and the endpoint (datagram based ?). Evalution of the actual solutions.&lt;br /&gt;
* Developpment of a small application on the APF side to communicate with the zigbee board by using the communication protocol previously defined.&lt;br /&gt;
* test of the Zigbee stack provided by Microchip. A simple program has to be written. Default Microchip environment has to be used.&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
Wirelless communication is the best way to connect Endpoints and controler. But sometimes wired connexion will be need for direct or faster access. We could considerate RS485 connexion.&lt;br /&gt;
With RS485 nom we can connect up to 32 controllers on one bus. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* APF with RS485 transceiver with a PIC and the same transceiver. &lt;br /&gt;
* Needs to connect APF to a RS485 bus : Linux driver developement? UART driver ?&lt;br /&gt;
* Schematics for connecting a pic to RS485 bus&lt;br /&gt;
* Specification of the communication protocol between APF and endpoint. Application protocol can be share with Zigbee high level protocol or, must we developped new protocol ?&lt;br /&gt;
* Developpment of a small application on the APF and on the PIC to test communication.&lt;br /&gt;
&lt;br /&gt;
===Endpoint prototype board===&lt;br /&gt;
In order to develop and test endpoint protocols, a prototype board is under-developement. This board must allow connections between boards, PC to proto-board and APF to proto-board. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Hardware&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Microcontroller PIC&lt;br /&gt;
* Transceiver IEEE 802.15.4 (to implement the zigbee stack)&lt;br /&gt;
* Transceiver RS232 (to connect to APF or PC)&lt;br /&gt;
* Transceiver RS485&lt;br /&gt;
* USB connectors&lt;br /&gt;
* Buttons and LCD&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Software&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Stack Zibgbee&lt;br /&gt;
* RS485 protocol to develop&lt;br /&gt;
* Program to interact&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2577</id>
		<title>Domotic</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2577"/>
		<updated>2007-07-09T08:55:41Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: /* Zigbee */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Building blocks for your armadeus-based home management system=&lt;br /&gt;
*[[Boa|Boa (Embedded Webserver)]]&lt;br /&gt;
*[[GPIO_Driver]]&lt;br /&gt;
*[[ADC_max1027|Analog-Digital Converter]]&lt;br /&gt;
*[[DAC|Digital-Analog Converter]]&lt;br /&gt;
*[[IR_Receiver]]&lt;br /&gt;
*[[Wireless interface]]&lt;br /&gt;
&lt;br /&gt;
=Domos Project=&lt;br /&gt;
The domos project aims is to provide a global, low cost and open source solution for home automation.&amp;lt;br&amp;gt;&lt;br /&gt;
A first proposition can be found here: [http://www.armadeus.com/downloads/assos/domos.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
Three developpers are actually registered.&lt;br /&gt;
&lt;br /&gt;
Subprojects:&lt;br /&gt;
* Endpoint / controller communication (LS_Link)&lt;br /&gt;
* Controller/controller/server communication (HS_Link)&lt;br /&gt;
&lt;br /&gt;
==1. LS_Link==&lt;br /&gt;
===Zigbee===&lt;br /&gt;
A zigbee solution is foreseen for the wireless communication.&amp;lt;br&amp;gt;&lt;br /&gt;
A presentation concerning Zigbee can be found here: [http://www.armadeus.com/downloads/assos/zigbee_slides.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
This has to be evaluated.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to be able to benefit from the complete Zigbee services, two Microchip ICs will be used (PIC18Fxx and the MRF) as the Zigbee stack is provided for free [http://www.armadeus.com/downloads/assos/domos_zigbee_stack.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MRF24J40 Transceiver [http://ww1.microchip.com/downloads/en/DeviceDoc/39776a.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* 2 zigbee prototype boards with a PIC and the MRF. One will be used for the endpoint and the other will be connected to the APF through the RS232 (TTL) interface.&lt;br /&gt;
* Specification of the communication protocol between the APF and the endpoint (datagram based ?). Evalution of the actual solutions.&lt;br /&gt;
* Developpment of a small application on the APF side to communicate with the zigbee board by using the communication protocol previously defined.&lt;br /&gt;
* test of the Zigbee stack provided by Microchip. A simple program has to be written. Default Microchip environment has to be used.&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
Wirelless communication is the best way to connect Endpoints and controler. But sometimes wired connexion will be need for direct or faster access. We could considerate RS485 connexion.&lt;br /&gt;
With RS485 nom we can connect up to 32 controllers on one bus. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* APF with RS485 transceiver with a PIC and the same transceiver. &lt;br /&gt;
* Needs to connect APF to a RS485 bus : Linux driver developement? UART driver ?&lt;br /&gt;
* Schematics for connecting a pic to RS485 bus&lt;br /&gt;
* Specification of the communication protocol between APF and endpoint. Application protocol can be share with Zigbee high level protocol or, must we developped new protocol ?&lt;br /&gt;
* Developpment of a small application on the APF and on the PIC to test communication.&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2576</id>
		<title>Domotic</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Domotic&amp;diff=2576"/>
		<updated>2007-07-09T08:53:20Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: /* RS485 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Building blocks for your armadeus-based home management system=&lt;br /&gt;
*[[Boa|Boa (Embedded Webserver)]]&lt;br /&gt;
*[[GPIO_Driver]]&lt;br /&gt;
*[[ADC_max1027|Analog-Digital Converter]]&lt;br /&gt;
*[[DAC|Digital-Analog Converter]]&lt;br /&gt;
*[[IR_Receiver]]&lt;br /&gt;
*[[Wireless interface]]&lt;br /&gt;
&lt;br /&gt;
=Domos Project=&lt;br /&gt;
The domos project aims is to provide a global, low cost and open source solution for home automation.&amp;lt;br&amp;gt;&lt;br /&gt;
A first proposition can be found here: [http://www.armadeus.com/downloads/assos/domos.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
Three developpers are actually registered.&lt;br /&gt;
&lt;br /&gt;
Subprojects:&lt;br /&gt;
* Endpoint / controller communication (LS_Link)&lt;br /&gt;
* Controller/controller/server communication (HS_Link)&lt;br /&gt;
&lt;br /&gt;
==1. LS_Link==&lt;br /&gt;
===Zigbee===&lt;br /&gt;
A zigbee solution is foreseen for the wireless communication.&amp;lt;br&amp;gt;&lt;br /&gt;
A presentation concerning Zigbee can be found here: [http://www.armadeus.com/downloads/assos/zigbee_slides.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
This has to be evaluated.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to be able to benefit from the complete Zigbee services, two Microchip ICs will be used (PIC18Fxx and the MRF) as the Zigbee stack is provided for free [http://www.armadeus.com/downloads/assos/domos_zigbee_stack.pdf].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MRF24J40 Transceiver [http://ww1.microchip.com/downloads/en/DeviceDoc/39776a.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* 2 zigbee prototype board with a PIC and the MRF. One will be used for the endpoint and the other will be connected to the APF through the RS232 (TTL) interface.&lt;br /&gt;
* Specification of the communication protocol between the APF and the endpoint (datagram based ?). Evalution of the actual solutions.&lt;br /&gt;
*  Developpment of a small application on the APF side to communicate with the zigbee board by using the communication protocol previously defined.&lt;br /&gt;
* test of the Zigbee stack provided by Microchip. A simple programm has to be written. Default Microchip environment has to be used.&lt;br /&gt;
&lt;br /&gt;
===RS485===&lt;br /&gt;
Wirelless communication is the best way to connect Endpoints and controler. But sometimes wired connexion will be need for direct or faster access. We could considerate RS485 connexion.&lt;br /&gt;
With RS485 nom we can connect up to 32 controllers on one bus. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Next steps:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* APF with RS485 transceiver with a PIC and the same transceiver. &lt;br /&gt;
* Needs to connect APF to a RS485 bus : Linux driver developement? UART driver ?&lt;br /&gt;
* Schematics for connecting a pic to RS485 bus&lt;br /&gt;
* Specification of the communication protocol between APF and endpoint. Application protocol can be share with Zigbee high level protocol or, must we developped new protocol ?&lt;br /&gt;
* Developpment of a small application on the APF and on the PIC to test communication.&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=User:GuillaumeT&amp;diff=2573</id>
		<title>User:GuillaumeT</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=User:GuillaumeT&amp;diff=2573"/>
		<updated>2007-07-06T08:42:35Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: /* Mes compétences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Guillaume Trannoy, 27 ans, diplôme d&#039;ingénieur mécatronique, à moité autodidacte en électronique par passion depuis de nombreuses années.&lt;br /&gt;
&lt;br /&gt;
J&#039;ai toujours été captivé par l&#039;électronique et plus particulièrement par la partie numérique. Depuis 7 ans je commence à me développer de plus en plus dans ce domaine et je souhaite me spécialiser dans le domaine de l&#039;embarqué. L&#039;association sera donc pour moi un parfait tremplin pour me former tout en participant à des projets intéressants ! (et tant qu&#039;à faire utile ;-) )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Mes compétences ==&lt;br /&gt;
_ Microcontrôleurs (PIC16 et 18, ATMEL et notions de 68HC11, PAL)&lt;br /&gt;
&lt;br /&gt;
_ Réalisations de PCB &amp;quot;maison&amp;quot; (gravure chimique)&lt;br /&gt;
&lt;br /&gt;
_ CMS (four à refusion &amp;quot;maison&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
_ Electronique de puissance et pilotage (principalement scolaire)&lt;br /&gt;
&lt;br /&gt;
_ I2C, RS232, Bluetooth (SPP), notions de CAN, USB, LIN, ZIGBEE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Mes objectis ==&lt;br /&gt;
_ Circuits ARM&lt;br /&gt;
&lt;br /&gt;
_ Circuits FPGA&lt;br /&gt;
&lt;br /&gt;
_ Développements Linux&lt;br /&gt;
&lt;br /&gt;
_ Etendre mes compétences à de nouveaux bus de communication (Wifi, TCP/IP, ...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Au sein de l&#039;association, je viens m&#039;intégrer dans le très intéressant projet domotique, qui pourra par la suite donner lieux à des développements d&#039;interfaces, capteurs et controlleurs divers (plein d&#039;avenir je pense ;-) )&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=User:GuillaumeT&amp;diff=2572</id>
		<title>User:GuillaumeT</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=User:GuillaumeT&amp;diff=2572"/>
		<updated>2007-07-05T22:42:19Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: /* Mes compétences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Guillaume Trannoy, 27 ans, diplôme d&#039;ingénieur mécatronique, à moité autodidacte en électronique par passion depuis de nombreuses années.&lt;br /&gt;
&lt;br /&gt;
J&#039;ai toujours été captivé par l&#039;électronique et plus particulièrement par la partie numérique. Depuis 7 ans je commence à me développer de plus en plus dans ce domaine et je souhaite me spécialiser dans le domaine de l&#039;embarqué. L&#039;association sera donc pour moi un parfait tremplin pour me former tout en participant à des projets intéressants ! (et tant qu&#039;à faire utile ;-) )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Mes compétences ==&lt;br /&gt;
_ Microcontrôleurs (PIC16 et 18, ATMEL et notions de 68HC11, PAL)&lt;br /&gt;
&lt;br /&gt;
_ Réalisations de PCB &amp;quot;maison&amp;quot; (graure chimique)&lt;br /&gt;
&lt;br /&gt;
_ CMS (four à refusion &amp;quot;maison&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
_ Electronique de puissance et pilotage (principalement scolaire)&lt;br /&gt;
&lt;br /&gt;
_ I2C, RS232, Bluetooth (SPP), notions de CAN, USB, LIN, ZIGBEE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Mes objectis ==&lt;br /&gt;
_ Circuits ARM&lt;br /&gt;
&lt;br /&gt;
_ Circuits FPGA&lt;br /&gt;
&lt;br /&gt;
_ Développements Linux&lt;br /&gt;
&lt;br /&gt;
_ Etendre mes compétences à de nouveaux bus de communication (Wifi, TCP/IP, ...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Au sein de l&#039;association, je viens m&#039;intégrer dans le très intéressant projet domotique, qui pourra par la suite donner lieux à des développements d&#039;interfaces, capteurs et controlleurs divers (plein d&#039;avenir je pense ;-) )&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=User:GuillaumeT&amp;diff=2571</id>
		<title>User:GuillaumeT</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=User:GuillaumeT&amp;diff=2571"/>
		<updated>2007-07-05T22:39:33Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Guillaume Trannoy, 27 ans, diplôme d&#039;ingénieur mécatronique, à moité autodidacte en électronique par passion depuis de nombreuses années.&lt;br /&gt;
&lt;br /&gt;
J&#039;ai toujours été captivé par l&#039;électronique et plus particulièrement par la partie numérique. Depuis 7 ans je commence à me développer de plus en plus dans ce domaine et je souhaite me spécialiser dans le domaine de l&#039;embarqué. L&#039;association sera donc pour moi un parfait tremplin pour me former tout en participant à des projets intéressants ! (et tant qu&#039;à faire utile ;-) )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Mes compétences ==&lt;br /&gt;
_ Microcontrôleurs (PIC16 et 18, ATMEL et notions de 68HC11, PAL)&lt;br /&gt;
&lt;br /&gt;
_ Réalisations de PCB &amp;quot;maison&amp;quot; (graure chimique)&lt;br /&gt;
&lt;br /&gt;
_ CMS (four à refusion &amp;quot;maison&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
_ Electronique de puissance et pilotage (plus scolaire)&lt;br /&gt;
&lt;br /&gt;
_ I2C, RS232, Bluetooth (SPP), notions de CAN, USB, LIN, ZIGBEE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Mes objectis ==&lt;br /&gt;
_ Circuits ARM&lt;br /&gt;
&lt;br /&gt;
_ Circuits FPGA&lt;br /&gt;
&lt;br /&gt;
_ Développements Linux&lt;br /&gt;
&lt;br /&gt;
_ Etendre mes compétences à de nouveaux bus de communication (Wifi, TCP/IP, ...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Au sein de l&#039;association, je viens m&#039;intégrer dans le très intéressant projet domotique, qui pourra par la suite donner lieux à des développements d&#039;interfaces, capteurs et controlleurs divers (plein d&#039;avenir je pense ;-) )&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=User:GuillaumeT&amp;diff=2570</id>
		<title>User:GuillaumeT</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=User:GuillaumeT&amp;diff=2570"/>
		<updated>2007-07-05T22:29:42Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Guillaume Trannoy, 27 ans, diplôme d&#039;ingénieur mécatronique, à moité autodidacte en électronique par passion depuis de nombreuses années.&lt;br /&gt;
&lt;br /&gt;
J&#039;ai toujours été captivé par l&#039;électronique et plus particulièrement par la partie numérique. Depuis 7 ans je commence à me développer de plus en plus dans ce domaine et je souhaite me spécialiser dans le domaine de l&#039;embarqué. L&#039;association sera donc pour moi un parfait tremplin pour me former tout en participant à des projets intéressants ! (et tant qu&#039;à faire utile ;-) )&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Mes compétences :]]&lt;br /&gt;
_ Microcontrôleurs (PIC16 et 18, ATMEL et notions de 68HC11, PAL)&lt;br /&gt;
_ Réalisations de PCB &amp;quot;maison&amp;quot; (graure chimique)&lt;br /&gt;
_ CMS (four à refusion &amp;quot;maison&amp;quot;)&lt;br /&gt;
_ Electronique de puissance et pilotage (plus scolaire)&lt;br /&gt;
_ I2C, RS232, Bluetooth (SPP), notions de CAN, USB, LIN, ZIGBEE&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Mes objectis :]]&lt;br /&gt;
_ Circuits ARM&lt;br /&gt;
_ Circuits FPGA&lt;br /&gt;
_ Développements Linux&lt;br /&gt;
_ Etendre mes compétences à de nouveaux bus de communication (Wifi, TCP/IP, ...)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Au sein de l&#039;association, je viens m&#039;intégrer dans le très intéressant projet domotique, qui pourra par la suite donner lieux à des développements d&#039;interfaces, capteurs et controlleurs divers (plein d&#039;avenir je pense ;-) )&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=MemberList&amp;diff=2569</id>
		<title>MemberList</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=MemberList&amp;diff=2569"/>
		<updated>2007-07-05T21:59:11Z</updated>

		<summary type="html">&lt;p&gt;GuillaumeT: /* Here is the list of the members and their skills */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Here is the list of the members and their skills==&lt;br /&gt;
&lt;br /&gt;
*0: Novice&lt;br /&gt;
*1: Notions. At least one successfull experiment&lt;br /&gt;
*2: Confirmed&lt;br /&gt;
&lt;br /&gt;
{|border=1 summary=&amp;quot;Member list&amp;quot;&lt;br /&gt;
|----------------&lt;br /&gt;
| &#039;&#039;&#039;Name&#039;&#039;&#039; || &#039;&#039;&#039;Linux Apps&#039;&#039;&#039;|| &#039;&#039;&#039;Linux Drivers&#039;&#039;&#039;|| &#039;&#039;&#039;FPGA&#039;&#039;&#039; || &#039;&#039;&#039;Board Design&#039;&#039;&#039; || &#039;&#039;&#039;Projet/Domain&#039;&#039;&#039;&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:Salocin68|Nicolas Colombain]] || 1 || 1 || 1 || 2 || domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JulienB|Julien Boibessot]] || 2 || 2 || 0 || 1 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JeanBaptisteM|Jean-Baptiste Mayer]] || 2 || 1 || 1 || 1 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:NicolasA|Nicolas Aguirre]] || 2 || 0 || 1 || 1 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:BenoitC|Benoît Canet]] || 2 || 0 || 0 || 0 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:SonZerro|Sonzerro]] || 0 || 0 || 1 || 2 || domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:HenriG|Henri Geist]] || 1 || 1 || 0 || 1 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:BorredonB|Bernard Borredon]] || 2 || 1 || 0 || 1 || domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:ThomasB|Thomas Bores]] || 2 || 0 || 0 || 1 || Entertainment&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:FabriceM|Fabrice Mousset]] || 1 || 1 || 2 || 1 || Domotics &amp;amp; multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:AmineH|Amine EL HEDADI]] || 2 || 2 || 0 || 0 || domotics &amp;amp; robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:PhilippeM|Philippe Monteil]] || 2 || 0 || 0 || 0 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:CedricZ|Cédric Zmyj]] || 0 || 0 || 0 || 0 || domotics &amp;amp; robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JeanMichelN|Jean Michel Naimo]] || 2 || 1 || 1 || 1 || Domotics &amp;amp; entertainment&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:OlivierC|Olivier Coutanceau]] || 1 || 0 || 0 || 0 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:ArnaudC|Arnaud COFFINET]] || 0 || 0 || 1 || 2 || multimedia &amp;amp; domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:SylvainP|Sylvain PARRINO]] || 2 || 1 || 0 || 0 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:AurelienH|Aurélien HIRON]] || 2 || 0 || 0 || 1 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:GuillaumeT|Guillaume TRANNOY]] || 0 || 0 || 0 || 2 || domotics &amp;amp; robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>GuillaumeT</name></author>
	</entry>
</feed>