Skip to content
Tech News
← Back to articles

Tiny credit card computer includes eInk screen and is just 1mm thick — Muxcard is powered by the ESP32-C3 microcontroller

read original get ESP32-C3 Development Board → more articles
Why This Matters

The Muxcard represents a significant leap in miniaturization, bringing a fully functional, credit card-sized computer with advanced features like an eInk display, NFC, and sensors. Its ultra-thin design highlights potential for highly portable, embedded computing devices that could revolutionize personal tech and IoT applications. This development underscores the ongoing push towards more compact, versatile electronics for consumers and industry alike.

Key Takeaways

The supremely portable dimensions of the humble credit card have been a persistent miniaturization goal for tech device makers for a very long time. Earlier this week krauseler on GitHub shared details of “a fully working computer that is literally the size of a credit card,” dubbed the Muxcard. This ISO/IEC 7810 ID‑1 credit card-sized computer includes an ESP32-C3 microcontroller, an ePaper display, NFC, sensors, and a battery.

I remember buying a credit card-sized calculator in the previous century, and the iconic and now almost omnipresent Raspberry Pi began as a credit card-sized barebones computer dream – made real . However, those gizmos kind of ignored the important third dimension of a credit card, which makes it so portable, the thickness. This isn’t a mistake repeated by krauseler. Well, almost.

The maker admits the Muxcard prototype is 1mm thick as it now stands. The official ISO/IEC 7810 ID‑1 is for a card of 0.76mm thickness, “but many real-world cards slightly exceed this in practice,” writes krauseler on the GitHub project page. Underlining the adherence to the credit card size, krauseler even uses an old plastic NFC card with most of its volume cut away as the Muxcard chassis.

Latest Videos From

It is admitted that the current prototype is rather fragile, and there are a number of things that need to be done to bring the project in line with the ultimate goals.

Right now the prototype specs are as follows:

MCU: ESP32‑C3, a RISC-V CPU architecture, Wi‑Fi capable microcontroller with 320KB of usable SRAM and 384KB ROM. But future versions could use a more powerful ESP32‑S3 or nRF52/53.

Display: 1.54-inch 200x200 pixel flex ePaper screen with partial update support.

NFC: RC522 read/write module (not just a passive tag).

IMU: LIS2DW12 accelerometer for wake triggers and motion sensing.

... continue reading