meta data for this page
Importing music into dlna/daap database
The description shows the steps to import a audio file into the database of the dlna and daap service. Both services create their directories by reading the META data (id3 tags) stored in the music files.
Setup a example zephyr project with west
West is the “swiss army knife” of the Zephyr project and helps to configure, build, flash and debug your Zephyr application. Here are some steps which show how to overcome the hurdles.
Eclipse ARM cross tool chain development
This is a guide to setup an IDE (Eclipse) and toolchain to develop applications for bare metal ARM board like the OLIMEXINO STM32.
Setup a example zephyr project with make
This shows howto install zephyr RTOS to build a zephyr example for the OLIMEXINO STM32 board without the west tool. Information here is based on the documentation of the zephyr project. Instead of the arm cross toolchain provided by the zephyr SDK we use xPacks installed toolchain directly from ARM development.
Robopaddle
Deprecated hardware and software project for an input device like a paddle controller with force feedback. The force feedback is established by a stepper motor.
Existing schematics:
robopaddle.pdf
robopaddle-stepper_driver.pdf
robopaddle-usb_interface.pdf
robopaddle-encoder.pdf
Robopaddle Stephan Meyer Creative Commons Namensnennung - Keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported Lizenz.
Configure backup in OMV
Here you find the way of backup data from jupiter going to rosetta OMV usb backup. Data to be backed up from jupiter:
- Git: /var/lib/git
- Trac: /var/lib/trac
- SQL: /var/lib/mysql
- Dokuwiki: /var/lib/dokuwiki
- Home dirs: /home/guest, /home/steuern
Configure git service
A local running git service additional to the common used access to git repositories via ssh or https is desribed here.
AVR debugger
This post shows some possible debuggers for the ATMEL AVR MCU. Due to a more and more difficult handling with the debug server AVARICE under Linux the subject is no longer pursued.
Xenomai on a NSLU2
This documentation shows howto install Xenomai on an deprecated device and needs rework.
Setup a example zephyr project w/o west
This shows howto install zephyr RTOS to build a zephyr example for the OLIMEXINO STM32 board without the west tool. Information here is based on the documentation of the zephyr project. Instead of the arm cross toolchain provided by the zephyr SDK we use xPacks installed toolchain directly from ARM development.