Web Interface #135
Festivejelly
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Im thinking these commands could be sent over USB. So for example you would have a raspberry pi or PC or whatever plugged into the nano and the commands would be sent that way instead of requiring an HTTP server on the nano. For example threading we would essentially input the same parameter as you would on the physical display, but this time this would be on a modal form in the UI, then when we click execute on the UI it would send a bunch of parameters over the USB and then that would execute on the Nano. Id image we would need some custom functions set up on the nano to listen for these various function calls. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be good if the ELS board could provide some sort of API so that we can build a front end for it. Right now im in building a front end for the gcode sender, it would be super handy to be able to use the functions of the controller through my ipad via a custom built UI.
I do like the simplicity of the controls on the ELS Nano but sometimes it can take quite a lot of clicks to get to the setting you want. So imagine being able to create your own drag and drop "dashboard" so to speak that would have all the bits and bobs you need.
To be clear im not asking or a full frontend just an API that I can hook into. Id be quite happy to build and share the UI side of things when im done.
Beta Was this translation helpful? Give feedback.
All reactions