Raspberry Pi Zero BTC Tracker with 2.13" e-ink screen (Dr Mod)
If my guide helped you and you’d like to donate my addresses are below. BTC: bc1qwav97cqjwwqn6qjhvgn03ejhxud8x6xjwrjcv6 ETH: 0x0E1452D44B92b4e3Df8195D8C399B13724ABadDA Build your own BTC tracker using a Raspberry Pi Zero W, 2.13 paper ink screen and Dr Mod's awesome zero btc screen software https://github.com/dr-mod/zero-btc-screen Thanks for watching. 0:00 Hardware 1:23 Screen install 2:27 Imaging 5:07 Powering on 6:21 Setup 6:41 Setup - Ping 7:43 Setup - SSH keygen 8:04 Setup - SSH login 8:40 Setup - Pi config menu 9:02 Setup - Expand file system 9:41 Setup - SSH Login 10:19 Setup - apt get update 10:47 Setup - apt get upgrade 11:03 Setup - Windows and putty 11:55 Software - Enable spi 13:06 Software - Dependencies 14:12 Software - Driver 14:52 Software - Inky 15:11 Software - BTC screen 15:23 First Run - Zero btc screen 15:59 Config - Stop running program 16:42 Config - Edit interval 17:49 Autostart - Create config 18:55 Autostart - Enable service 19:13 Autostart - Start service 19:35 Autostart - Testing Hardware: Raspberry Pi Zero W https://thepihut.com/products/raspberry-pi-zero-w 250x122, 2.13inch E-Ink display HAT for Raspberry Pi https://www.waveshare.com/2.13inch-e-paper-hat.htm https://thepihut.com/products/eink-display-phat-2-13-250x122 Case https://thepihut.com/products/pi-zero-case-for-waveshare-2-13-eink-display Sandisk Ultra 16GB Micro SD https://www.amazon.co.uk/SanDisk-microSDHC-Memory-Adapter-Performance/dp/B073K14CVB/ref=sr_1_3?keywords=sandisk+ultra+16gb+micro+sd+card&qid=1641071271&sprefix=sandisk+ultra+16gb+micro%2Caps%2C70&sr=8-3 Sandisk Micro SD Reader https://www.amazon.co.uk/SanDisk-SDDR-B531-GN6NN-MobileMate-USB-Reader/dp/B07G5JV2B5/ref=sr_1_3?crid=2JWONEBN2BCQ0&keywords=micro+sd+reader+sandisk&qid=1641071305&sprefix=micro+sd+reader+sandisk%2Caps%2C65&sr=8-3 Downloads: RASPBERRY PI IMAGER https://www.raspberrypi.com/software/ PUTTY (Windows) https://www.putty.org/ Guides GitHub Dr Mod https://github.com/dr-mod/zero-btc-screen SSH to a pi w via wifi https://desertbot.io/blog/setup-pi-zero-w-headless-wifi Commands: SETUP-PING ping raspberrypi.local SETUP-SSH KEYGEN ssh-keygen -R raspberrypi.local SETUP-SSH LOGIN ssh [email protected] SETUP-PI CONFIG MENU sudo raspi-config SETUP-EXPAND FILE SYSTEM advanced options - expand file system - ok - finish - yes SETUP-APT GET UPDATE sudo apt-get update -y SETUP-APT GET UPGRADE sudo apt-get upgrade -y SOFTWARE-ENABLE SPI interface options - spi - yes - ok SOFTWARE-DEPENDENCIES sudo apt-get install python3-pip python3-pil python3-numpy pip3 install RPi.GPIO spidev SOFTWARE-DRIVER git clone https://github.com/waveshare/e-Paper.git ~/e-Paper pip3 install ~/e-Paper/RaspberryPi_JetsonNano/python/ SOFTWARE-INKY pip3 install inky[rpi] SOFTWARE-BTC SCREEN git clone https://github.com/dr-mod/zero-btc-screen.git ~/zero-btc-screen FIRST RUN-ZERO BTC SCREEN python3 ~/zero-btc-screen/main.py CONFIG-EDIT INTERVAL nano ~/zero-btc-screen/configuration.cfg (Adjust the 'currency' in the configuration to track other cryptocurrencies e.g. ETH) AUTOSTART-CREATE CONFIG sudo nano /etc/systemd/system/btc-screen.service [Unit] Description=zero-btc-screen After=network.target [Service] ExecStart=/usr/bin/python3 -u main.py WorkingDirectory=/home/pi/zero-btc-screen StandardOutput=inherit StandardError=inherit Restart=always User=pi [Install] WantedBy=multi-user.target AUTOSTART-ENABLE SERVICE sudo systemctl enable btc-screen.service AUTOSTART-START SERVICE sudo systemctl start btc-screen.service AUTOSTART-TESTING sudo shutdown -r now SHUTDOWN PI SAFELY (if you need it) sudo shutdown -h now
Download
0 formatsNo download links available.