-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switches connected to ESP32 #26
Comments
Hi Une18, this is a software library reposiotory, not a hardware connectivity support forum :-) To connect buttons to the ESP you need one GPIO Pin per button (unless you want to create matrix setup, which is probably not a good way to begin with). Yes, you can create "rows of commands" in a custom function you write in C++. You can use the blocking functions for moving the stepper, then using delay and moving again. All functions of the library are documented here: https://github.com/pkerspe/ESP-StepperMotor-Server#library-api-documentation AS for the rotary encoder: with the little details provided there is nothing I can do to help, but maybe you should check in a hardware forum how to connect a rotary encoder. |
I know how to wire the buttons, I did not find a way how to tell the software what one or the other button conneted to any GPIO pins should do. I asked, for the switches, because I could not find information about it in the documentation. Still can not... I wanted to know if it is possible to do all this in UI, I can not write code myself. Will order another encoder. Would you reccommend a specific model? |
Other than limit switch functionality and rotary encoders, additional switches and functionality are currently not supported to be created via the UI. |
Thank You! I have the will, but not the skill :) |
How to connect button or switch to ESP32 for start, stop, left, right commands?
Is it possible to create a simple row of commands 1000 steps left, delay 2000ms, 2000 steps right, delay 1000ms....
I have a HW-040 rotary encoder, for some reason It did not work with the motor. Is it faulty, or....
The text was updated successfully, but these errors were encountered: