Code Monkey home page Code Monkey logo

Comments (5)

Berg0162 avatar Berg0162 commented on May 23, 2024

Although verbose, the Arduino Error message is very clear: Your (Arduino IDE) Libraries directory is missing a critical file that references to the Lifter library. It fails to find the requested file: <Lifter.h> and probably (later in the compiling process) <Lifter.cpp> ----> Solution: copy ALL the content of the code in the Github directory (subdirectories AND their files) to the Arduino IDE directory.

from simcline.

Bigcogdog avatar Bigcogdog commented on May 23, 2024

Would it possible to contact you on mail? you can mail me at, [email protected] to start a correspond

from simcline.

Berg0162 avatar Berg0162 commented on May 23, 2024

For the time being, let's use this communication channel and see where it brings us!

from simcline.

Bigcogdog avatar Bigcogdog commented on May 23, 2024

Okay, very well.. Let me be honest, I am a builder with my hands and not very firm with a computer and this project is my first and I know it might be a little ambitious but I would really like it to work, I have everything sorted, tacx hometrainer, the system wired up and the simcline build. The only thing missing is the system on the adafruit board.. Is there a way to get the adafruit with the codes on from you?
-Thanks Mads

from simcline.

Berg0162 avatar Berg0162 commented on May 23, 2024

Ok Mads, that sounds like a worst case scenario! And we shouldn't start there! You are so close and I am convinced you can upload the Feather board with the code all by yourself! On your Windows PC find (with Explorer) the following path: > This PC > Documents > Arduino
That Arduino directory is where the Windows Arduino IDE stores all the user generated program code. When you visually scan that Arduino subdirectory you will see the names of program code that you somehow created before, possibly there is also a subdirectory called libraries. The path looks like this: > This PC > Documents > Arduino > libraries
In the error message from above that is exactly the place where the Arduino IDE was looking for a subdirectory called Lifter, containing a file called Lifter.h.
How to get things now up and running?
All you have to do is, copy ALL the contents of the Github Arduino file directory to the Windows Arduino file directory of your PC. Apparently you have succeeded in downloading some code from Github in that Windows Arduino directory, otherwise you would not have had that error message. So you are capable of downloading a file from Github to that Windows Arduino directory. In the end your Windows Arduino directory should be an exact copy (directory names and file content) of the Github Arduino directory.
In the Windows Arduino IDE select: File > Sketchbook and you will see not only the Simcline_v03 code but also the test programs that are helpful with testing your configuration.
Now start simple: try compiling and uploading to the Feather board for example the I2C_scanner and then the OLED_SSD1306 test programs....
Succes!

from simcline.

Related Issues (9)

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.