MATLAB/Simulink with UDOO NEO

Discussion in 'UDOO NEO' started by Paul Cox, Mar 1, 2017.

  1. Paul Cox

    Paul Cox New Member

    Joined:
    Oct 31, 2015
    Messages:
    4
    Likes Received:
    2
    Using MATLAB/Simulink with C code generation toolboxes and Linux-based support packages gives an easy way to deploy algorithms onto the NEO. The below proof of concept project images show the use of the built-in IMU sensors, USB camera. CAN interface, and GPIO and more also possible. Simulink external mode allows you to view live data coming from the algorithm running in real-time on the NEO and to change parameters.
    [​IMG]
    Fast task in red getting IMU samples while slow task in green generating a sine wave.
    [​IMG]
    USB camera used for blob detection: Red square drawn around bright green objects.
    It should be possible to generate code for Cortex-M core as well, but this hasn't been explored much yet.
     
    waltervl and Andrea Rovai like this.
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Seems really cool! Can you tell us more about your project???
     

Share This Page