Work Logger - Log Your Daily Work with a Turn of a Knob

The Work Logger helps you log your daily work without any effort - no more spreadsheets needed.

Jul 31, 2019

6633 views

15 respects

Components and supplies

1

Rotary potentiometer (generic)

1

Arduino MKR WiFi 1010

1

wooden case

1

2.13inch E-Ink raw display, three-color

Tools and machines

1

Soldering iron (generic)

Apps and platforms

1

Google Forms

Project description

Code

worklogger.ino

arduino

worklogger.ino

arduino

Downloadable files

full version including e-paper

This schematic shows the full version including the e-paper hat wirings. Since the Arduino MKR 1010 WIFI uses SPI to communicate to the WiFi module, I ran into SPI pin conflicts. So I had to change the Pin definition of my epd2in13b library for the waveshare disply. I changed the file 'epdif.h' like this: // Pin definition #define RST_PIN 6 #define DC_PIN 5 #define CS_PIN 4 #define BUSY_PIN 7

full version including e-paper

full version including e-paper

This schematic shows the full version including the e-paper hat wirings. Since the Arduino MKR 1010 WIFI uses SPI to communicate to the WiFi module, I ran into SPI pin conflicts. So I had to change the Pin definition of my epd2in13b library for the waveshare disply. I changed the file 'epdif.h' like this: // Pin definition #define RST_PIN 6 #define DC_PIN 5 #define CS_PIN 4 #define BUSY_PIN 7

full version including e-paper

easy version without display

Wiring of the easy version just having a potentiometer as a turn knob, without the e-paper display.

easy version without display

Comments

Only logged in users can leave comments

teig

0 Followers

0 Projects

Table of contents

Intro

15

0