All Projects → llvllch → Btcticker

llvllch / Btcticker

Licence: gpl-3.0
ePaper Cryptocurrency Ticker

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Btcticker

Cryptowatch
🐦 Cryptocurrency price and account balance monitor
Stars: ✭ 283 (+174.76%)
Mutual labels:  cryptocurrency, raspberry-pi
Nimbus Eth1
Nimbus: an Ethereum 1.0 and 2.0 Client for Resource-Restricted Devices
Stars: ✭ 386 (+274.76%)
Mutual labels:  cryptocurrency, raspberry-pi
Raspibolt
Bitcoin & Lightning full node on a Raspberry Pi
Stars: ✭ 842 (+717.48%)
Mutual labels:  cryptocurrency, raspberry-pi
Dumpvdl2
VDL Mode 2 message decoder and protocol analyzer
Stars: ✭ 100 (-2.91%)
Mutual labels:  raspberry-pi
Automation Hat
Python library and examples for the Pimoroni Automation HAT, pHAT and HAT Mini
Stars: ✭ 100 (-2.91%)
Mutual labels:  raspberry-pi
Binancedotnet
Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
Stars: ✭ 102 (-0.97%)
Mutual labels:  cryptocurrency
Ark Js
An ARK Client for JavaScript.
Stars: ✭ 103 (+0%)
Mutual labels:  cryptocurrency
Swift Arm64
Swift for Arm64/aarch64 Servers and SBC's - Rock64, RaspberryPi3 and many more
Stars: ✭ 100 (-2.91%)
Mutual labels:  raspberry-pi
Iotstack
docker stack for getting started on IOT on the Raspberry PI
Stars: ✭ 1,383 (+1242.72%)
Mutual labels:  raspberry-pi
Piclodio3
Raspberry Pi Clock Radio
Stars: ✭ 101 (-1.94%)
Mutual labels:  raspberry-pi
Utopian.io
Utopian.io Frontend - Utopian wants to reward open-source contributors!
Stars: ✭ 101 (-1.94%)
Mutual labels:  cryptocurrency
Scroll Phat
Library and examples for Scroll pHAT. 11x5 LEDs of goodness!
Stars: ✭ 100 (-2.91%)
Mutual labels:  raspberry-pi
Explorer
A Blockchain Explorer for ARK using Vue.js and Tailwind CSS.
Stars: ✭ 102 (-0.97%)
Mutual labels:  cryptocurrency
Fas
C Pixels-based graphical audio synthesizer implemented as a WebSocket server
Stars: ✭ 100 (-2.91%)
Mutual labels:  raspberry-pi
Coco
The fastest crypto online
Stars: ✭ 103 (+0%)
Mutual labels:  cryptocurrency
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-2.91%)
Mutual labels:  cryptocurrency
Poloniex.js
Node.js API client for the Poloniex cryptocurrency exchange
Stars: ✭ 102 (-0.97%)
Mutual labels:  cryptocurrency
Vosk Api
Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Stars: ✭ 1,357 (+1217.48%)
Mutual labels:  raspberry-pi
Cirnos
Bringing the workflow of Arduino to the Raspberry Pi
Stars: ✭ 101 (-1.94%)
Mutual labels:  raspberry-pi
Awesome Cryptocurrency Security
😎 Curated list about cryptocurrency security (reverse / exploit / fuzz..)
Stars: ✭ 102 (-0.97%)
Mutual labels:  cryptocurrency

Cryptocurrency ePaper Ticker

(supports all 6000+ coins/currencies listed on CoinGecko)

A Python3 ePaper Cryptocurrency price ticker that runs on a Raspberry Pi connected to a Waveshare 2.7 inch monochrome ePaper display. The script periodically (every 2 mins by default) takes data from CoinGecko and prints a summary to the ePaper.

A few minutes work gives you a desk ornament that will tastefully monitor a coin's journey moonward.

Action Shot

Getting started

Prerequisites

(These instructions assume that your Raspberry Pi is already connected to the Internet, happily running pip and has Python3 installed)

If you are running the Pi headless, connect to your Raspberry Pi using ssh.

Install the Waveshare Python module following the instructions on their Wiki.

(To install the waveshare_epd python module, you need to run the setup file in their repository)

cd e-Paper/RaspberryPi_JetsonNano/python
sudo python3 setup.py install

Install & Run

Copy the files from this repository onto the Pi, or clone using:

cd ~
git clone https://github.com/llvllch/btcticker.git
cd btcticker

Install the required modules using pip:

python3 -m pip install -r requirements.txt

If you'd like the script to persist once you close the session, use screen.

Start a screen session:

screen bash

Run the script using:

python3 btcticker.py

Detatch from the screen session using CTRL-A followed by CTRL-D

The ticker will now pull data every 10 minutes and update the display.

Interface

The ePaper is slow. There is a lag of a few seconds between button press and a change to the display.

Here's what the buttons do:

  • Button 1: Cycle through the cryptocurrencies listed in config.yaml
  • Button 2: Rotate Display -90 degrees
  • Button 3: Invert Display
  • Button 4: Cycle through the fiat currencies listed in config.yaml

Update frequency can be changed in the config.yaml file (default is 600 seconds).

Contributing

To contribute, please fork the repository and use a feature branch. Pull requests are welcome.

Links

Troubleshooting

Some people have had errors on a clean install of Rasbian Lite on Pi. If you do, run:

sudo apt-get install libopenjp2-7
sudo apt-get install libqt5gui5
sudo apt-get install python-scipy
sudo apt install libatlas-base-dev

and re-run the script.

If the unit is freezing, try switching to another power supply.

Licencing

GNU GENERAL PUBLIC LICENSE Version 3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].