An open API service indexing awesome lists of open source software.

https://github.com/andrefs/taloenj

Print your phone pictures using a thermal printer
https://github.com/andrefs/taloenj

Last synced: 8 days ago
JSON representation

Print your phone pictures using a thermal printer

Awesome Lists containing this project

README

          

# taloenj: "Print your phone pictures using a thermal printer"

`taloenj` is a node.js web app which allows you to upload pictures and sends them to the Sparkfun/Adafruit/... thermal printer

It includes:

* a web app to upload your pictures and edit their contrast and
brightness
* an API to talk with the thermal printer

## Install and simple setup

npm install -g taloenj

In order to be able to run without `sudo` permissions, you must
make sure your use is in the dialout group:

sudo adduser YOUR_USER dialout

log out and log back in.

### External dependencies

* imagemagick (Ubuntu or Debian-based distros)

### Required hardware

* A thermal printer (sold from [Adafruit](http://www.adafruit.com/product/597), [Sparkfun](https://www.sparkfun.com/products/10438), [InMotion](http://www.inmotion.pt/pt/adafruit/983-mini-thermal-receipt-printer.html), etc)

## Advanced setup suggestion

TBD

### Additional hardware

* Raspberry Pi
* WiFi dongle
* PowerBank(s) capable of powering both the Pi and the printer

##

## Bugs and stuff

Open a GitHub issue or, preferably, send me a pull request.