---
id: intuitive-sensor-logger
type: project
title: Intuitive Sensor Logger
url: https://auejin.com/en/projects/intuitive-sensor-logger/
lang: en
alternate:
  ko: https://auejin.com/ko/projects/intuitive-sensor-logger/
updated: '2026-08-11'
---

# Intuitive Sensor Logger

Jul 2020

- **What** — A toolkit that records several behavioural-measurement devices against a single timestamp.
- **Why** — Each device runs its own clock, so signals logged separately do not line up on the same instant afterwards.
- **How** — It drives the devices together over UDP and serial, and cuts the number of system calls crossing the OS pipe to hold clock drift to 11 microseconds per second. Built with Arduino and Processing (Java).
- **New** — Eight kinds of sensor at once — eye tracker, motion tracker, webcam, EMG. The data it collected went into Secrets of Gosu (ACM CHI 2021).

## Abstract

![](https://auejin.com/assets/intuitive-sensor-logger/sensors.png)

![](https://auejin.com/assets/intuitive-sensor-logger/system-overview.png)

**Intuitive Sensor Logger** is a sensor logging toolkit for HCI researchers to record several data streams in one unified clock. Commonly used sensors, including Arduino-based sensors, are supported with a wide range of custom settings.

**TimeStamper** is a multi-stream receiver with its own unified local clock of high resolution and minimized latency. Within IMLAB's experiment settings, the evaluated clock resolution is `100 ns`, and the clock drift accumulated about `11 us/s`.

**LoggerSlate** is a software controller based on a simple UDP protocol. A skeleton code written in Processing is included in the Github repository. The evaluated clock resolution with Java's [epoch time](https://en.wikipedia.org/wiki/Unix_time) for the timestamp is about `4 ms`.

## Related Publication

Data collected with this toolkit was used in [Secrets of Gosu (CHI 2021)](https://auejin.com/en/publications/2021-secrets-of-gosu/) Best Paper Honorable Mention (top 5%)

## Related

- [Secrets of Gosu: Understanding Physical Combat Skills of Professional Players in First-Person Shooters](https://auejin.com/en/publications/2021-secrets-of-gosu/)
- [Research Intern @ Interactive Media Lab, KAIST](https://auejin.com/en/experience/kaist-iml/)
