CONTENTS

Home
Updates
Software
Electronics
Music
Resume
Contact


YouTube
Twitter
GitHub
LinkedIn


E-Ink Thermometer

Posted: January 7, 2018

Introduction

I grabbed on of these fairly cheap Waveshare 1.54inch e-Paper modules recently to play around with. I decided hook it up to an MSP430G2231 and use some code I already had written to read from a DS18B20 thermometer module to display the temperature. The E-Ink module is designed to run at 3.3v, but it seems to do okay with 2 AAA batteries (3v). The firmware is designed to grab a new temperature reading around once a minute and update the display showing the temperature in Celsius. The firmware's source code is posted below and assembles with naken_asm.

Pictures

MSP430 based E-Ink Thermometer next to another thermometer.

Here's a picture of the circuit running next to an alarm clock I bought that has its own thermometer in it. The temperatures of both are agreeing within typically 0.2 degrees C. In this picture they are matching.

Related Projects @mikekohn.net

Thermometers: Thermometers, Clock Thermometer, Bluetooth Thermometer, MSP430 DCO, E-Ink Thermometer

Source code
e_ink.asm
waveshare.inc

Copyright 1997-2024 - Michael Kohn