# EMR technical resources

## **General resources**

* Electronics
  * [Sabins - Understanding Inductors](https://youtu.be/d73e3QiMdSU)
  * [Lesics - The beauty of LC Oscillations!](https://youtu.be/2_y_3_3V-so)
  * [The Organic Chemistry Tutor - LC Oscillator Tank Circuit](https://youtu.be/nh4q7mIhLrY)
* Drawing tablets
  * [Digital Art Tablet Guides - The Insides of Some Tablet Pens!](https://digitalarttabletguides.wordpress.com/2019-03-21/a-note-about-tablet-pens/)
  * [rukozhop - This video shows the internals of a Huion PW100 pen](https://youtu.be/21LObZYVyLs)
  * [Satoshi Uchino, et al - A full integration of electromagnetic resonance sensor and capacitive touch sensor into LCD](https://sid.onlinelibrary.wiley.com/doi/abs/10.1002/jsid.777)
  * <https://junyichen083.commons.gc.cuny.edu/technical-description/>

## **Wacom resources**

* **Wacom Digitizer Implementation Guide:** <https://fcc.report/FCC-ID/GKR-TP00062BWD/2506839.pdf> ([archived link](https://archive.is/wvuVv))
* **Wacom: EMR Stylus (Electro-magnetic Resonance): How Wacom Pens work** <https://community.wacom.com/us/emr-stylus-electro-magnetic-resonance-how-wacom-pens-work/>
* **Wacom: EMR (Electro-Magnetic Resonance) Technology** <https://archive.is/mhHkP>
* **Wacom: How the Wacom cordless, batteryless pen works** <https://quietpc.sk/instructions/wacom/tech\\_bam\\_en.pdf>
* **Wacom Patents** <https://patents.google.com/patent/US4786765A/en> <https://patents.google.com/patent/US4878553B1/en>
* **Wacom: Wacom feel EMR** <https://wcm-cdn.wacom.com/-/media/graveyard/wacomdotcom/archived%20images/enterprise/technology-solutions/2015-12-21/f\\_emr\\_datasheet\\_12192015.pdf?la=en\\&rev=5973a6a064ce4f57b20a049410aed106\\&hash=A479EA340EE48BD510113192CCC3D271>

## **Scanlime resources**

* The Scanlime videos are the deepest examination on drawing tablet tech I have found.
* **Scanlime: Your Wacom pen is an Electric Pendulum** (<https://youtu.be/oKVCwPn6OPI>)
  * 1:10 a tuned LC circuit can act as an EMR pen
* **Scanlime 013: Graphics Tablet Primer for Hackers** (<https://youtu.be/nPab7pbOhBY>)
  * Accompanying write up: <https://scanlime.org/2016/08/scanlime013-wacom-teardown-and-schematic/>
  * This video shows a Huion H610PRO tablet and a Huion PEN80 (rechargeable) battery-powered pen.
  * Key points at around 24:20
    * 24:22 buttons lower the frequency of the oscillation
    * 24:41 the nib is plastic and does not affect the inductance of the coil
    * 24:44 the nib moves a small ferrite core that changes the inductance of the coil.
    * 24:50 Pressure decreases inductance which decreases energy stored in the magnetic field and slightly increases the oscillation
  * Other points
    * 25:35 Shielding from electromagnetic interference
* **Scanlime: Wacom Teardown and Schematic** - (<https://youtu.be/j4AKwJERxOw>)
* **What’s Inside those Wacoms, And How Can You Use Them In Projects?**(<https://makezine.com/article/maker-news/whats-inside-wacoms-can-use-projects/>) (archive: <https://archive.is/wip/wr9mn>)
* Key points:
  * "At this point the Wacom and Huion designs diverge. Huion’s pen \[PEN80] is a single-transistor oscillator. Pressure on the nib changes the frequency from 255 to 266kHz by tuning the inductor, and the two buttons switch to 235 or 245kHz with additional capacitors. The simplest Wacom pen would be a resonant LC circuit tuned to 750kHz. To transmit button and pressure status, an additional digital circuit modulates the resonant damping to send out individual bits of sensor data on each carrier burst."


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sevenpens.com/drawtab/tech/emr/emr-technical-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
