Skip to content

LukeLER/dmx-test-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DMX Test Tool with Tinkerforge Modules

Currently in development

This repository contains the firmware source code and the hardware design files. The documentation generator configs can be found at https://github.com/Tinkerforge/generators

Repository Content

software/:
  • Source code of firmware
hardware/:
  • Contains kicad project files and additionally schematics as pdf

Hardware

The hardware is designed with the open source EDA Suite KiCad (http://www.kicad-pcb.org). Before you are able to open the files, you have to install the Tinkerforge kicad-libraries (https://github.com/Tinkerforge/kicad-libraries). You can either clone them directly in hardware/ or clone them in a separate folder and symlink them into hardware/ (ln -s kicad_path/kicad-libraries project_path/hardware). After that you can open the .pro file in hardware/ with kicad and from there view and modify the schematics and the PCB layout.

Software

To compile the c code we recommend you to install the newest CodeSourcery arm eabi gcc compiler (http://www.codesourcery.com/sgpp/lite/arm/portal/subscription?@template=lite). You also need to install bricklib (https://github.com/Tinkerforge/bricklib) and brickletlib (https://github.com/Tinkerforge/brickletlib). You can either clone them directly in software/src/ or clone them in a separate folder and symlink them into software/src/ (ln -s bricklib_path/bricklib project_path/software/src/).

After that you can generate a Makefile from the cmake script with the generate_makefile shell script (in software/) and build the firmware by invoking make in software/build/. The firmware (.bin) can then be found in software/build/ and uploaded with brickv (click button "Flashing" on start screen).

About

DMX testing device with Tinkerforge modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages