Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ren-chon/1a0c90f4d822a8ca25839fc03e6876ca to your computer and use it in GitHub Desktop.

Select an option

Save ren-chon/1a0c90f4d822a8ca25839fc03e6876ca to your computer and use it in GitHub Desktop.

Wacom EMR Pen — Reverse Engineering Research Journey

A documentation of multilingual deep-dive research into DIY, reverse engineering, and cross-compatibility of Wacom EMR pens. Conducted in February 2026 by Claude Sonnet 4.6.


The Problem

Two working Wacom tablets with no pens. Official pens discontinued. No stores ship to the region. The question became: has anyone in the world figured out how to build or substitute one?


Phase 1 — Understanding the Technology

Before going multilingual, the core tech had to be understood.

Wacom pens in the Bamboo/Intuos era (2008–2014) use EMR — Electromagnetic Resonance. The pen has no battery. It is a passive LC circuit — a copper coil wound around a ferrite rod that resonates at a specific frequency, harvests energy from the tablet's electromagnetic field, and sends a signal back. Pressure is encoded by a variable capacitor at the nib — pressing changes the gap between capacitor plates, which shifts the resonant frequency, which the tablet reads as pressure level.

The key frequency for this tablet generation: 750kHz.

No microcontroller. No proprietary chip required for basic operation. Just physics.


Phase 2 — English Language Foundations

scanlime (Micah Elizabeth Scott)

The most thorough public reverse engineering of the Wacom tablet system was done by hardware hacker scanlime across two YouTube episodes and a full schematic release:

  • Episode 12 — how the tablet digitizer works internally
  • Episode 13 — pen protocol dissection and full schematic teardown
  • Full KiCad schematics published openly on her GitHub (repo: ec155)
  • Written breakdown on her personal site

This is the canonical starting point for anyone wanting to understand or replicate Wacom EMR hardware.

PoC||GTFO

The hacker journal Proof of Concept or Get The F* Out**, Volume 2, Issue 13:4, published a documented reverse engineering of the CTE-450 tablet — same hardware generation as the tablets in question. Extremely technical. Confirms the EMR protocol at the electrical level.

Hackaday

Two relevant threads found:

  • A Hackaday.io project documenting the reverse engineering of Wacom's proprietary pressure chip (W9013) pulled from a Lenovo Yoga Book
  • A community discussion thread asking whether a DIY open-source Wacom pen has ever been built — conclusion from the thread: no complete open-source build exists as of the research date

The W9013 is Wacom's pressure encoding IC. It is proprietary, has no public datasheet, and requires an NDA to access. This is the main barrier to a full from-scratch build for newer pen generations.


Phase 3 — Chinese Language Research 🇨🇳

Platforms searched: Baidu Tieba, Bilibili, Zhihu

Key Bilibili Findings

Video: "从0开始自制数位板和数位屏" ("Building a drawing tablet and display from scratch") — 115,000+ views. Documents building a full EMR tablet system. Highly technical comments section with component-level discussion.

Video: "压感笔使用注意事项、DIY修理、废笔起死回生" ("Pen maintenance, DIY repair, reviving dead pens") — Directly relevant. Covers the internal hardware structure of the pressure module, how it fails, and how to repair or revive a dead pen. The title translates loosely as "bringing dead pens back to life."

Critical Finding — Bilibili Article

A Bilibili article (cv206066) revealed how Chinese clone manufacturers cracked the EMR pen formula without Wacom's proprietary chip:

Instead of a variable capacitor (Wacom's method), Chinese clones use a variable inductor — a ferrite core that slides into a coil when the nib is pressed — operating at approximately 375kHz (half of Wacom's frequency).

This is significant because it requires no proprietary IC whatsoever — only enameled copper wire, a ferrite core, and a nib mechanism. The circuit is entirely passive and buildable from scratch.

Also from Chinese research

A Zhihu thread on how Wacom EMR pressure sensing works internally contains detailed technical replies from users with electronics backgrounds, explaining the LC circuit mechanics in plain terms. Useful for anyone attempting a build.

Additional note: Wacom's core EMR patents expired between 2007 and 2010, placing the fundamental technology fully in the public domain. This is why Huion, XP-Pen, and Chinese manufacturers were legally able to clone it.


Phase 4 — Japanese Language Research 🇯🇵

Platforms searched: 5ch, Yahoo知恵袋, Japanese tech blogs, Wacom's own Japanese documentation

Wacom Engineering Document (wacom.co.jp)

A PDF from Wacom's Japanese domain — published for patent or technical disclosure purposes — confirmed the pressure sensing mechanism for the Bamboo/Intuos generation:

The pressure sensor is a variable capacitor. Pressing the nib moves it inward, changing the gap between two capacitor plates, shifting the resonant frequency. The tablet detects this frequency shift and maps it to pressure levels.

This is an analog mechanism — not digital encoding. This is important because it means the LP-160 through LP-180 pen family does not require a digital encoding chip. The W9013 concern applies to newer/different pen families.

Japanese Community Findings

Yahoo知恵袋 threads from 2018–2019 show Japanese users facing the exact same problem — LP-180 discontinued everywhere, no replacement available. No solutions found in those threads, but the community discussion confirmed the pen's internal structure matches what scanlime documented.

A Japanese tech blog also published a breakdown of EMR pen type differences across generations, useful for understanding which pens share compatible resonant frequencies.


Phase 5 — Korean Language Research 🇰🇷

Platforms searched: Clien (클리앙), Ppomppu (뽐뿌), DCinside

Clien Mega-Thread — Cross-Compatibility List

Clien user posted a comprehensive list of EMR-compatible pens across all manufacturers. The critical finding:

"Products using EMR panels between 2002 and 2014 are largely cross-compatible with each other."

This single statement opened an entirely new direction. It means pens from Fujitsu, Lenovo ThinkPad, HP, Toshiba, and other Windows tablet PCs from that era may work on standalone Wacom Bamboo/Intuos tablets — because they use the same Wacom Penabled EMR digitizer inside.

These laptop styluses are largely unknown to the drawing tablet community and sell secondhand for nearly nothing because most people don't know they're compatible with anything outside their original laptop.


Phase 6 — German Language Research 🇩🇪

Platforms searched: ThinkPad-Forum.de, Mikrocontroller.net

ThinkPad-Forum.de — Most Actionable DIY Build Found Anywhere

User el-sahef on the German ThinkPad forum documented building a fully working standalone graphics tablet from salvaged Wacom digitizer hardware. Components used:

  • Wacom EMR digitizer panel salvaged from a ThinkPad X201t display lid
  • ATmega 32U4 microcontroller board (€3.50)
  • 5V → 3.3V voltage regulator
  • A thin cutting board as the drawing surface (material chosen specifically because it does not block EMR signal)

The build works as a full USB graphics tablet. Key note from the builder: the ATmega 32U4 at 16MHz is required — the 8MHz variant and ATmega328 do not work.

This is the most complete documented DIY tablet build found across all languages searched. The approach is lateral: rather than building a pen, he built the tablet around salvaged Wacom hardware, meaning the pen (any Penabled pen) just works.


Summary of Key Discoveries

Discovery Source Language Significance
Full EMR schematic published openly English (scanlime) Complete electrical blueprint exists
Variable capacitor confirmed as pressure mechanism for LP-series Japanese (Wacom doc) No proprietary chip needed for this generation
Chinese clones use variable inductor at 375kHz instead Chinese (Bilibili) Fully buildable alternative circuit, no IC required
2002–2014 EMR pens are broadly cross-compatible Korean (Clien) Opens up hundreds of cheap laptop styluses as candidates
Complete DIY tablet from ThinkPad digitizer panel documented German (ThinkPad-Forum.de) Most complete working build found anywhere
No complete open-source DIY pen build published anywhere English (Hackaday) Gap in the maker community — opportunity

Practically Compatible Pens Nobody Knows About

Based on the Korean cross-compatibility research, the following laptop styluses from 2002–2014 era Windows tablet PCs use Wacom Penabled EMR and are candidates for compatibility testing with Bamboo/Intuos tablets:

  • Fujitsu Lifebook T730, T731, T732, T734, T900, T901, T902 styluses
  • Lenovo ThinkPad X201t, X220t tablet styluses
  • HP EliteBook 2740p, 2760p styluses
  • Toshiba Portégé M700, M750 styluses

These sell secondhand for nearly nothing — often under $5 — because the general public doesn't associate them with drawing tablets. Cross-compatibility has not been publicly confirmed in tested documentation for CTL-460/CTH-661 specifically, but the hardware basis is sound.


For Anyone Wanting to Go Further

  • scanlime Episode 12 & 13 — start here for the electrical theory
  • Bilibili cv206066 — Chinese clone circuit approach (variable inductor, 375kHz)
  • ThinkPad-Forum.de thread by el-sahef — working DIY tablet build
  • Clien cross-compatibility thread — Korean EMR pen compatibility megalist
  • Wacom.co.jp engineering PDF — W8002 technical basis document

Research conducted February 2026. No warranties on compatibility claims — test before committing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment