Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoetrope69/thermointerprinter
:fire::fax::satellite: internet connected thermal printer using node and arduino
https://github.com/zoetrope69/thermointerprinter
arduino thermal-printer thermal-printing
Last synced: 3 months ago
JSON representation
:fire::fax::satellite: internet connected thermal printer using node and arduino
- Host: GitHub
- URL: https://github.com/zoetrope69/thermointerprinter
- Owner: zoetrope69
- Created: 2015-01-31T16:45:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T23:56:11.000Z (almost 8 years ago)
- Last Synced: 2024-07-19T08:13:55.919Z (6 months ago)
- Topics: arduino, thermal-printer, thermal-printing
- Language: JavaScript
- Homepage:
- Size: 443 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thermointerprinter
internet connected thermal printer using node and an arduino
__a lot of stuff based on little printer form berg__
## What you need:
+ [Thermal printer](http://www.hobbytronics.co.uk/thermal-printer)
+ 57mm thermal paper
+ Arduino (Works with other devices that can use serial port too use the corresponding RX and TX)
+ 5v-9v power supply (splice wires and shove into thermal printer)## Installation
1. Set up Arduino
2. [Set-up your thermal printer](https://learn.adafruit.com/mini-thermal-receipt-printer) ![Visual set-up](/images/setup.png)
3. Add environment variables for LastFM and ForecastIO
4. Install non-node dependancies: [GraphicsMagick](http://www.graphicsmagick.org/), [Cairo](http://cairographics.org/download/), Pango
5. `npm install` install dependancies
6. `foreman start` runs a express site