Skip to content
@TEGSense

TEGSense

Thermoelectric generator (TEG)-powered photoplethysmograph (PPG) sensor

TEGSense

The TEGSense project incorporates flexible thermoelectric generators (TEGs) into a battery-free, arm-worn wearable device that continuously collects red and infrared photoplethysmograph (PPG) waveforms, then transmists them over Bluetooth Low Energy (BLE) to an external device. TEGs transduce a temperature differential to a voltage potential, and can be used to harvest energy from waste heat generated by the user. Because the transduced voltage is small and the power generated is low, specialized electronics need to be used to capture and store enough energy to power a the sensor, microcontroller, and BLE transmission.

The figure below presents an outline of the project in a nutshell:

  1. flexible TEGs are integrated into an arm-worn wearable (you can learn more about them in this paper);
  2. a custom-designed board with integrated ultra-low voltage boost converter, BLE-enabled microcontroller, and PPG sensor;
  3. the continuous charge and discharge cycle of the device;
  4. the output red and IR PPG waveforms.

TEGSense project overview

What's here?

This repository hosts the hardware, firmware, and software used for the TEGSense electronics. If you're looking for information on how to make the TEGs, see this paper instead.

There are three main divisions of the TEGSense electronics implementation: the front-end software, the on-board firmware, and the hardware.

Front-end software

The ppgview repository hosts a web-based frontend UI written in Python to view PPG waveforms in real-time and configure the on-board sensor. Although part of the TEGSense project, this application can be used with any project making use of the MAX30101 PPG sensor. It is extremely helpful for visualizing data and tuning the sensor parameters.

ppgview screenshot.

Firmware

The firmware can be found in the firmware repository. It is based around three primary pieces of hardware:

  • LTC3108 "Ultralow Voltage Step-Up Converter and Power Manager" to use the low voltage output of the TEGs to charge a capacitor array;
  • MAX30101 "High-Sensitivity Pulse Oximeter and Heart-Rate Sensor for Wearable Health" to collect red and infrared (IR) photoplethysmographs (PPGs) from the finger for heart rate and SpO2 biometric monitoring;
  • BMD-350 "Stand-alone Bluetooth 5.0 low energy module" (based on the Nordic nRF52832 ARM processor) for low power device operation and Bluetooth Low Energy (BLE) data telemetry.

That repository hosts the firmware for that board, and also provides a baseline implementation for general use of the PPGView software for real-time PPG capture and MAX30101 device configuration.

Hardware

There are two versions of the hardware published: the original (well, the third version of the original) that is presented in the paper, and a flex PCB implementation (version four) that was meant to eventually integrate with printed circuitry. It is recommended to start with the flex PCB design, even if you're not planning to use a flex PCB, since it includes some hardware fixes.

All design files were developed with KiCAD. The hardware-libs repository includes KiCAD libraries for schematic symbols, footprints, and 3D models used in the design.

The hardware repsitory contains the main device board used in the paper. This connects via an FFC cable to the hardware-spo2 board which hosts the PPG sensor. We recommend skipping these repositories.

hardware

The hardware-flex is the fourth iteration which includes some hardware fixes and foregoes the FFC cable in favor of large pads to make for easy circuit direct ink write (DIW) printing. The hardware-spo2-flex modifies the PPG sensor in the same way, with larger terminals for print-over connectors. If you're not printing circuits, it may still be easier to use these connectors as they use standard header pin layouts. Finally, the supercapacitor was replaced with a flex capacitor bank, found in hardware-flex-capboard.

hardware-flex

Licenses

All source code in these repositories are licenced under an MIT license.

All hardware projects in these repositories are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

Please feel free to reuse it in your projects!

Read the paper

The paper is open-access and can be found here. If you find it useful to your research, you can use this citation:

@article{zadan2024stretchable,
  title={Stretchable Thermoelectric Generators for Self-Powered Wearable Health Monitoring},
  author={Zadan, Mason and Wertz, Anthony and Shah, Dylan and Patel, Dinesh K and Zu, Wuzhou and Han, Youngshang and Gelorme, Jeff and Mea, Hing Jii and Yao, Lining and Malakooti, Mohammad H and others},
  journal={Advanced Functional Materials},
  pages={2404861},
  year={2024},
  publisher={Wiley Online Library}
}

Popular repositories Loading

  1. ppgview ppgview Public

    Real-time MAX30101 photoplethysmograph viewer and configuration tool.

    Python

  2. firmware firmware Public

    Firmware for custom thermoelectric generator (TEG)-powered photoplethysmograph (PPG) device, and baseline for PPG capture and MAX30101 device configuration.

    C++

  3. hardware-libs hardware-libs Public

    KiCAD libraries for hardware used in the TEGSense board.

    HTML

  4. hardware-flex hardware-flex Public

    TEGSense TEG-powered battery-free Bluetooth photoplethysmography sensor.

  5. hardware-flex-capboard hardware-flex-capboard Public

    Capacitor board for the flex hardware sensor.

  6. hardware hardware Public

    TEGSense TEG-powered PPG sensor.

Repositories

Showing 9 of 9 repositories
  • .github Public
    TEGSense/.github’s past year of commit activity
    0 0 0 0 Updated Jul 16, 2024
  • hardware-flex Public

    TEGSense TEG-powered battery-free Bluetooth photoplethysmography sensor.

    TEGSense/hardware-flex’s past year of commit activity
    0 CC-BY-SA-4.0 0 0 0 Updated Jun 28, 2024
  • hardware-spo2-flex Public

    Printed ink compatible version of the SpO2 flex board.

    TEGSense/hardware-spo2-flex’s past year of commit activity
    0 CC-BY-SA-4.0 0 0 0 Updated Jun 28, 2024
  • hardware-spo2 Public

    SpO2 flex PCB with FFC connector for use with TEGSense hardware.

    TEGSense/hardware-spo2’s past year of commit activity
    0 CC-BY-SA-4.0 0 0 0 Updated Jun 28, 2024
  • hardware Public

    TEGSense TEG-powered PPG sensor.

    TEGSense/hardware’s past year of commit activity
    0 CC-BY-SA-4.0 0 0 0 Updated Jun 28, 2024
  • hardware-flex-capboard Public

    Capacitor board for the flex hardware sensor.

    TEGSense/hardware-flex-capboard’s past year of commit activity
    0 CC-BY-SA-4.0 0 0 0 Updated Jun 28, 2024
  • firmware Public

    Firmware for custom thermoelectric generator (TEG)-powered photoplethysmograph (PPG) device, and baseline for PPG capture and MAX30101 device configuration.

    TEGSense/firmware’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Jun 28, 2024
  • ppgview Public

    Real-time MAX30101 photoplethysmograph viewer and configuration tool.

    TEGSense/ppgview’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Jun 28, 2024
  • hardware-libs Public

    KiCAD libraries for hardware used in the TEGSense board.

    TEGSense/hardware-libs’s past year of commit activity
    HTML 0 CC-BY-SA-4.0 0 0 0 Updated Jun 28, 2024

Top languages

Loading…

Most used topics

Loading…