Skip to content

augustin-crampette/Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luos logo

Luos examples

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.

Content

Apps folder

This folder contains the module's sources of each app project (see Apps section in documentation).

Drivers folder

This folder contains the module's sources of each driver project (see Drivers section in documentation).

Projects folder

This folder contains the sources of every examples.

Prototyping boards projects

Most of the projects are Luos prototyping boards (see Protyping boards section in documentation).

Electronics basis

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.

How to start

  1. install KiCad: https://www.kicad-pcb.org/

  2. 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).

  3. Click on File > Open project

  4. Go to the KiCad project folder you want open and click on the .pro file.

About

Drivers, apps and projects examples with Luos

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • C++ 0.2%