Great project!
This is a very cool project!
Could this technically be done with ESP-01 that has only a few outputs?
Also, it seems that the Android app is only sending GET requests which could be doable with a web app and further PhoneGap shell around it to make it cross platform, is that a possibility?
Hi,
It should be possible since the communication between the esp and the stepper driver needs 2 pins, which the esp 01 has. It will be slightly annoying as you'll need to ground the pin 0 everytime you upload a new code to the esp.
Web-app is should also be possible. Like you mentioned it is currently only a 1 way communication, but eventually I would like the esp to send back its status back to the app. Unfortunately I havent got anytime to work on it right now.
Thanks!