Ah, I thought it was possibly too much. The printer has a built in battery but I don't think it lasts all that long in reality although maybe the Espruino could be used to 'wake up' the printer and linux board to try and conserve battery a bit.
The idea was that the Espruino would handle a request made from a web page (it would be listening to changes in an API or something, I haven't figured that out yet) then pass the location of the image/page to print to the thing that controls the printer.
I have a raspberry pi laying around so maybe I could experiment with that first.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ah, I thought it was possibly too much. The printer has a built in battery but I don't think it lasts all that long in reality although maybe the Espruino could be used to 'wake up' the printer and linux board to try and conserve battery a bit.
The idea was that the Espruino would handle a request made from a web page (it would be listening to changes in an API or something, I haven't figured that out yet) then pass the location of the image/page to print to the thing that controls the printer.
I have a raspberry pi laying around so maybe I could experiment with that first.
Thanks for the response!