This repository is a submodule of the Luos repository. It contains examples and libraries for using Luos.
Feel free to produce and use all our design to create your own projects.
This folder contains the module's sources of each app project (see Apps section in documentation).
This folder contains the module's sources of each driver project (see Drivers section in documentation).
This folder contains the sources of every examples.
Most of the projects are Luos prototyping boards (see Protyping boards section in documentation).
The folder 0_electronics_basis
contains hardwares librairies used by Luos to inspire you to create your own designs:
- L0: The base board for using Luos prototyping boards.
- STm32f0_disco_luos_shield: a debugging shield equivalent to an L0 for STM32F072B-DISCO dev board.
- Breakout_board: a small add-on board to make any board compatible with Luos.
- wiring_and_power: a set of projects for Luos wires and power input boards.
- 00_Common_Libraries: a set of Kicad libraries commonly used.
-
install KiCad: https://www.kicad-pcb.org/
-
Once Kicad is installed, open it and setup libraries. There are 3 libs:
-
Schematic: You must go on "Preferences" > "Manage Symbol Librairies". Click on the (+) button and type: Common_Lib in Nickname field and type the path of the Common_Lib.lib file in Library Path field (Electronics/00_Common_Libraries/Common_Library/Common_Lib.lib).
-
PCB: You must go on "Preferences" > "Manage Footprint Librairies". Click on the (+) button and type: Common_Footprint in Nickname field and type the path of the Common_Footprint.pretty file in Library Path field(Electronics/00_Common_Libraries/Common_Footprint.pretty).
-
3D body: You must go on "Preferences" > "Configure Paths". On the KISYS3DMOD line type the path of the Common_Mecanic Folder(Electronics\00_Common_Libraries\Common_Mecanic).
-
-
Click on File > Open project
-
Go to the KiCad project folder you want open and click on the .pro file.