-
Notifications
You must be signed in to change notification settings - Fork 32
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
Does hani-mandl run on Arduino? #30
Comments
The reason for choosing the Heltec board was the onboard display and the cheap price. :-) There was an ESP32 microcontroller on board but from a technical side a M0 would also be sufficient. BUT with the ESP32 as given we have choosen the appropriate libs for the ESP and not for Arduino. E.g. we are using the ESP32Servo lib. So in case you want to try the code with an Arduino you have to replace at least this lib. But we do not use special features of the ESP or onboard WiFi. So it should work on an Arduino also with slight adjustments but not as is in the repo. |
Dear Stefan and Clemens, thank you for writing in, and apologies for the late reply. Your dispenser project looks like it is pretty similar to hanimandl, right? Through However, I also observed that ESP32Servo is advertising quite the same:
So it may be possible to make it work by just swapping in the vanilla Arduino library, using the With kind regards, |
Hi Andreas, I cant tell you about the servo library on ESP, I never used it. Best wishes |
Bit OT, but I have to addmit: A very nice idea to use a tube and this nice eccentric mechanism to press of a hose for filling up liquids: https://www.thingiverse.com/thing:4631906 ! Many thanks Stefan / @ganafets82 ! I spent this nice idea a posting under: https://community.hiveeyes.org/t/fur-flussigkeiten-abgequetschter-schlauch-statt-quetschhahn/5202 feel free to jump in, Stefan and many thanks to Andreas / @amotl as "Trüffelschwein"! :-) |
Hi,
Could I run it on Arduino, or its the ESP32 choosen on purpose?
Thanks for this project!
Stefan
The text was updated successfully, but these errors were encountered: