Code Monkey home page Code Monkey logo

Comments (4)

tttapa avatar tttapa commented on June 7, 2024 1

Ah my bad, I assumed you already had the Control Surface library itself installed: please see https://tttapa.github.io/Control-Surface-doc/Doxygen/d8/da8/md_pages_Installation.html

from control-surface-motor-fader.

tttapa avatar tttapa commented on June 7, 2024
  1. Install the Control Surface library (installation instructions)
  2. Download the .ZIP file using the green Code button on the home page of this repository
  3. Extract it to a convenient location on your computer
  4. Open the Arduino IDE
  5. Use Ctrl+O or use the File > Open ... menu
  6. Browse to the Control-Surface-Motor-Fader-master/Motor-Controller folder you just extracted and open the Motor-Controller.ino file
  7. Select the Arduino UNO in the Tools > Board menu and select the correct port
  8. Use Ctrl+U to compile and upload the code to the Arduino

from control-surface-motor-fader.

mediaMicha avatar mediaMicha commented on June 7, 2024

Thank you, for this very fast answer. But it's missed some files:

In file included from sketch/main.cpp:2:0:
ADC.hpp:6:10: fatal error: Arduino_Helpers.h: No such file or directory
#include <Arduino_Helpers.h> // EMA.hpp
^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Arduino_Helpers.h: No such file or directory

And:

In file included from sketch/main.cpp:2:0:
ADC.hpp:8:10: fatal error: AH/Filters/EMA.hpp: No such file or directory
#include <AH/Filters/EMA.hpp> // EMA filter
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
AH/Filters/EMA.hpp: No such file or directory

I download this files/folder from your GitHub, I'm not sure, in with folder it to copy. I thought to copy the complete AH folder to the: libraries folder. But, by the compiler don't find the files.

from control-surface-motor-fader.

mediaMicha avatar mediaMicha commented on June 7, 2024

Thank you, this was the goal. Now I have it on the board. Now I must look, how it's work. I haven't looked into the code yet, I just thought there was a function there that I give the fader's position which I want to set.
I use Uno board at the moment, and connected as at your picture shown.

from control-surface-motor-fader.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.