GithubHelp home page GithubHelp logo

theelims / strokeengine Goto Github PK

View Code? Open in Web Editor NEW
27.0 27.0 13.0 1.31 MB

A library to create a variety of stroking motions with a stepper or servo motor on an ESP32.

License: MIT License

C 6.78% C++ 61.61% Objective-C 31.61%
esp32

strokeengine's People

Contributors

privateparrot avatar theelims avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

strokeengine's Issues

Implement a way of setting up the depth live

Right now the lib has no feature to set up the depth and get a live feedback. It can only go full in or full out. However, it would be desirable to have it follow the depth setting to find an optimal position before starting the stroking.

FastAccelStepper not installed automatically when using PlatformIO

At the moment, you can download this library with the following syntax in your platformio.ini file, however it will not pull in the dependencies:

; PlatformIO Project Configuration File
;
;   Build options: build flags, source filter
;   Upload options: custom upload port, speed and extra flags
;   Library options: dependencies, extra library storages
;   Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = 
    https://github.com/theelims/StrokeEngine.git#main

This is easily solved by adding an additional line:

; PlatformIO Project Configuration File
;
;   Build options: build flags, source filter
;   Upload options: custom upload port, speed and extra flags
;   Library options: dependencies, extra library storages
;   Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = 
    https://github.com/theelims/StrokeEngine.git#main
    gin66/FastAccelStepper@^0.30.5

however it would be good if the dependencies could be installed automatically via https://docs.platformio.org/en/latest/manifests/library-json/fields/dependencies.html

Jack Hammer / Stroke Nibbler patterns are reported to not work

Two reports via Discord from abonthedl / jo_schi_man.

I just get long pauses followed by 1 random movement, and repeat. Or no motion at all. Varying the stroke length or speed seems to cause it to move again but it's intermittent at best.

I've seen similar behavior when testing the patterns during development of the new StrokeEngine.

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.