Nashnir / imu-brick

Full fledged AHRS with 9 degrees of freedom

Home Page:http://www.tinkerforge.com/en/doc/Hardware/Bricks/IMU_Brick.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMU Brick

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/:
  • examples/: Examples for all supported languages
  • build/: Compiled files
  • src/: Source code of firmware
  • Makefile: Makefile to build project
hardware/:
  • Contains KiCad project files and additionally schematics as PDF
datasheets/:
  • Contains datasheets for sensors and complex ICs that are used

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

If you want to do your own Brick/Bricklet firmware development we highly recommend that you use our build environment setup script and read the tutorial (https://www.tinkerforge.com/en/doc/Tutorials/Tutorial_Build_Environment/Tutorial.html).

To compile the C code we recommend you to install the newest GNU Arm Embedded Toolchain (https://launchpad.net/gcc-arm-embedded/+download). You also need to install bricklib (https://github.com/Tinkerforge/bricklib).

You can either clone it directly in software/src/ or clone it in a separate folder and symlink it into software/src/ (ln -s bricklib_path/bricklib project_path/software/src/). Finally make sure to have CMake installed (http://www.cmake.org/cmake/resources/software.html).

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

About

Full fledged AHRS with 9 degrees of freedom

http://www.tinkerforge.com/en/doc/Hardware/Bricks/IMU_Brick.html


Languages

Language:Python 44.2%Language:C 39.7%Language:CMake 2.5%Language:HTML 2.5%Language:Mathematica 1.8%Language:MATLAB 1.6%Language:Pascal 1.2%Language:Java 1.1%Language:JavaScript 1.0%Language:Visual Basic 1.0%Language:C# 0.9%Language:PHP 0.8%Language:Perl 0.8%Language:Ruby 0.7%Language:Shell 0.3%Language:Makefile 0.1%