← Back to context

Comment by evandev

3 years ago

I created a todo thermal printer so that I can write messages whenever I remember something. For example when I'm lying in bed and I remember that I have to do something or reading a book and think that's a great thought that I should look more into someday.

Basically I have a mobile app that I can send a message to a api. Sometimes it's just a note, sometimes it is a todo item.

Then I have a raspberry pi that polls the api for new messages and prints them onto a receipt/thermal printer on my desk. Then every morning I usually look and see if there is a todo item, or more long term item.

I haven't exactly thought of how to store the messages, but basically when the "receipt" gets to CVS level, I rip it off and store it in in a document shelf organizer. Every few months I'll go through the receipt for any long term touch items.

Love that! I want to setup a little thermal printer connected to an endpoint too. Any tips on how to do this the easiest way? are there any prebuilt solutions, or kits?

  • Some Star Micronics printers have a built in server that polls an endpoint that can point to any url.

    They have different names for similar services. I think the one you want may be called CloudPRNT. I tried it a few years ago and it worked OK (had some issues with reconnecting when it lost the internet connection)

Interesting project. What's the advantage of this over, say, an inbox folder in a todo app like Todoist or a note in Keep?

  • Some people do much better with physical representations of information than digital.

    • True but in this case he's still using a mobile app. So I assume there's some value in having the tasks individually printed in comparison with just writing them manually and that's what I'm curious about.

      1 reply →