From 6b623603fb9ae7367f795776df26187fef58bea8 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 31 Jan 2023 12:15:52 +0100 Subject: [PATCH] Add README file --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..b863e22 --- /dev/null +++ b/README @@ -0,0 +1,27 @@ +Demo modules + +## Dependencies : +This repository relies on Techno-Innov's base elec repository which holds the domotab library. +It can be cloned from here http://git.techno-innov.fr/?p=elec/base + git clone git://git.techno-innov.fr/elec/base +Refer to the README found in this base repository for more information on how to organise them. + + +## Description : +The demo modules have been designed to allow development of other specific modules and test + of various sensors, interfaces and protocols. +The LPC1224_Breakout has also been used for MiniWorld Lyon on top of application specific + carrier boards. + +The "Base_Module" has been created as a base for new modules development. It includes the + common parts, and also the USB interface for the USB versions of the modules and the UEXT + and eeprom for the UEXT versions of the module. + +The "GPIO_Demo" module has been used as a development platform for the first modules and + the different sensors. The pin spacing is chosen to be breadboard friendly, while the board + size illustrates the mechanical constraints for UEXT modules for the DTPlug. + +The LPC1224_Full module is a "Break Out" module for the LPC1224 micro-controller. + +The LPC1224_mbed is a test to get a version of the "LPC1224 Braek Out" module with an + interface compatible with mbed development platform. -- 2.43.0