Skip to content

(鉄): A E-ink Display that displays custom information, driven by a Raspberry Pi and powered by two 18650 rechargable batteries.

License

Notifications You must be signed in to change notification settings

k27dong/kotetsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotetsu

-- Love in the Time of Corona

E-ink Display driven by Raspberry Pi, powered by two 18650 rechargable batteries.

Getting Started

Prerequisites

Update (recommended)

sudo apt update

sudo apt upgrade

Enable automatic loading of SPI kernel module

sudo raspi-config

# Interfacing Options - P4 SPI - Enable

sudo reboot

BCM2835

wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.68.tar.gz

tar zxvf bcm2835-1.68.tar.gz

cd bcm2835-1.68/

sudo ./configure && sudo make && sudo make check && sudo make install

wiringPi (optional)

sudo apt-get install wiringpi

gpio -v

Compiling

make

sudo ./kotetsu

Design

kotetsu_xml

Demo

IMG_5190 IMG_5189 IMG_5188

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

(鉄): A E-ink Display that displays custom information, driven by a Raspberry Pi and powered by two 18650 rechargable batteries.

Topics

Resources

License

Stars

Watchers

Forks