Page Personnelle de Vincent Kerhoas
Vincent Kerhoas
Enseignant du Supérieur
Professeur Agrégé
Page Personnelle de Vincent Kerhoas

PITCH BEND LASER CONTROLLER

Back                  << Index >>

The purpose is controlling a midi parameter with a laser sensor measuring a distance.
Here we choose to control the PITCH BEND.

[ Video ]

How to use it


Architecture

Assembly Instructions


Flashing the Nucleo F411

LINUX :

  1. Download, unzip and execute the install script : install_enib.sh.zip
  2. In a terminal :

WINDOWS :

  1. get the st link programmer
  2. File –> open File template.hex ( inside WORKSPACE_F411_MIDI_PITCH\stm32f411_base )
  3. Target –> Connect
  4. Target –> Program ( and Start)

Project Sources


WORKSPACE_F411_MIDI_PITCH

  • main

  • If you want to modify the sources ( to change the midi controlled parameter for example ) :

    All the needed tools ( for linux) can be downloaded with the installation script : cf install.html

    Then for debugging : cf tuto_eclipse

    Another interesting tool for debugging nucleo is SW4STM32 ( based on eclipse as well)


    Back                  << Index >>