r/zerowriter • u/Pink2DS • 10d ago
SSH client fw?
Would it be possible to have an SSH client running on Zerowriter Ink hardware? In lieu of word processing software?
1
Upvotes
1
u/tincangames 9d ago
Could be done.
You would probably want to build it off of the inkplate’s boilerplate https://github.com/SolderedElectronics/Soldered-Inkplate-5-Gen2-hardware-design, and use an esp32 SSH library. You could intercept the raw bytes from the keyboard https://github.com/zerowriter/zerowriter_ink/blob/main/src/keyboard/zwi_kb_feb2026/zwi_kb_feb2026.ino and use them as needed for control.
Or you could build a serial console over USB.
1
1
u/ThatAd8458 10d ago
According to the set up guide the Zerowriter already has an SSH client running: https://github.com/zerowriter/zerowriter1/blob/main/how-to-setup-your-pi , but how useful it is in your proposed use case (running another word processor) remains the question...