Whiteboard Clock
11–20 of 90 posts
Re: Whiteboard Clock
#12Re: Whiteboard Clock
#13Re: Whiteboard Clock
#14It's hilarious how while it's writing it looks like two small arms cupping the marker. Slap on a smiley-face sticker and you're ready to go to market.
Re: Whiteboard Clock
#15How do you go about setting up a custom device file like that (/dev/whiteboard)? Is it just writing a device driver?
https://www.youtube.com/watch?v=6_pwzqPk6Gg
[EDIT] whatever it has been done before:
https://www.youtube.com/results?search_query=pen+plotter+whi...
But this of mechanic is certainly unique and adds a lot of clumsy robot charm.
Wonder how easily you could store human inputs with a kind of (reverse) Pantograph type device for reproduction.
Re: Whiteboard Clock
#16How do you go about setting up a custom device file like that (/dev/whiteboard)? Is it just writing a device driver?
Re: Whiteboard Clock
#17Re: Whiteboard Clock
#18Re: Whiteboard Clock
#19How do you go about setting up a custom device file like that (/dev/whiteboard)? Is it just writing a device driver?
The author says the device is a USB modem. So, under Linux, the author could have simply written a udev rule to use the name "whiteboard" for that particular USB modem's device file.