Skip to content
Gadgets

What Is the Kode Dot Hacking Module? Features, Specs and Compatibility Explained

Gadgets · Maker Tech · Kickstarter 2026

Kode Dot: What It Is, How kodeOS Works, and How It Compares to Flipper Zero

An open-source, pocket-sized maker device built around ESP32-P4 — with an AMOLED touchscreen, NFC, IR, 9-axis IMU, and a custom OS that turns Arduino code into installable apps. Everything confirmed about specs, price, and what it actually does.

By Mr Wangdoo · 30 May 2026 · 12 min read

Editorial transparency: Wangdoo has not physically tested the Kode Dot. This article is a factual overview based on the official Kickstarter campaign page, the Kode Dot official website (kode.diy), hands-on reporting by XDA Developers (December 2025), and technical analysis from New Atlas, GizmoCrowd, CNX Software, Hackster.io, and 513.toys. Wangdoo has no commercial relationship with Kode. All specifications cited are from primary sources. Where specs changed across campaign milestones, the latest confirmed configuration is used.

There is a problem that every maker, electronics student, and hardware hobbyist runs into eventually. You have an idea. Maybe it is a smart home sensor, a custom IoT device, a portable AI assistant, or a Meshtastic node for off-grid comms. So you pull out a development board, hunt for a compatible display module, wire a speaker to a breadboard, hunt down libraries, debug connections you didn’t build wrong — and by the time any of it works, half an evening is gone and you have not written a single line of actual application code.

The Kode Dot exists to eliminate that entire cycle. It is a pocket-sized, open-source device that ships with an ESP32-P4 chip, a 2.13-inch AMOLED touchscreen, NFC/RFID, IR transmit/receive, a 9-axis IMU, microphone, speaker, Wi-Fi, Bluetooth, and a microSD slot — all integrated into a single unit smaller than a deck of cards. More importantly, it runs kodeOS: a custom operating system that treats your uploaded sketches as proper installable applications with icons, menus, and persistent storage. You write code in Arduino IDE or PlatformIO, upload over USB-C, and it appears as a launchable app on the device. No reflashing. No losing your last project. No starting from scratch.

Quick Summary

The Kode Dot is an open-source, all-in-one ESP32-P4 maker device running kodeOS — a custom OS that saves your Arduino/ESP-IDF code as installable apps on a 2.13″ AMOLED touchscreen. It includes NFC/RFID, IR blaster, 9-axis IMU, mic, speaker, Wi-Fi, Bluetooth, and GPIO expansion in a 73 × 43mm body. It raised over $1.75 million on Kickstarter. Kickstarter price: $129 (standard) / $132 (transparent edition). Retail: $169. Estimated shipping: July 2026. Shipping to US and EU: $15.

$1.75M+Raised on Kickstarter
ESP32-P4Dual-core chip + ESP32-C6
2.13″AMOLED touchscreen
73×43mmDevice dimensions
$129Kickstarter price
Jul 2026Estimated shipping

Kode Dot hands-on — AMOLED screen, kodeOS demo, and hardware walkthrough

Who Makes the Kode Dot and Why It Exists

The Kode Dot is made by Kode. — a small hardware team led by Luis Miguel Collado (CTO, firmware architecture and kodeOS) and Quero (CEO, product vision and community). The project started from a specific frustration: prototyping on standard development boards requires rebuilding the hardware stack from scratch every time, hunting for compatible displays, wiring components that should already be integrated, and constantly reflashing the board to switch between projects.

The team spent a year on design, went through multiple hardware iterations, and hand-assembled 50 beta units before launching the Kickstarter campaign in November 2025. The campaign launched with a $5,000 goal — a formality — and raised over $1.75 million, establishing it as one of the most-funded maker hardware projects of 2025-2026. After the Kickstarter closes, Kode. has committed to releasing all hardware and kodeOS firmware as open source on GitHub, including design files, documentation, and source code.

Full Confirmed Specifications

Spec note

The Kode Dot’s chip was upgraded mid-campaign from the original ESP32-S3 to a dual microcontroller platform: ESP32-P4 + ESP32-C6. This upgrade applies to all backers automatically. XDA Developers’ beta unit used the ESP32-S3; the production unit ships with the upgraded platform. All specs below reflect the final production configuration.

SpecificationKode Dot (Production)
Main chipESP32-P4 (dual-core, high-performance) + ESP32-C6 (Wi-Fi 6 / Bluetooth 5)
Display2.13-inch AMOLED capacitive touchscreen — colour, crisp, fast touch latency
Dimensions73 × 43mm — pocketable, smaller than most smartphones
Operating systemkodeOS — custom app launcher with icon-based app management
WirelessWi-Fi + Bluetooth (via ESP32-C6)
NFC / RFIDYes — read and emulate (unlocked via $250K stretch goal)
IRIR transmitter + IR receiver (unlocked via $100K stretch goal)
IMU9-axis (accelerometer + gyroscope + magnetometer)
AudioIntegrated microphone + speaker
VibrationYes — vibration motor (stretch goal)
StoragemicroSD card slot — stores apps, assets, data
GPIO14 GPIO pins supporting I²C, SPI, UART, PWM
Connectivity portsTop + bottom expansion connectors for modules
PowerRechargeable Li-Po battery + USB-C charging (5V / 2A)
Power managementPMIC + fuel gauge — real battery level readings
Development environmentsArduino IDE, PlatformIO, Espressif IDF — no additional setup required
Open sourceHardware + kodeOS goes fully open source post-Kickstarter on GitHub
Kickstarter price$129 standard / $132 transparent “Collector’s Choice” edition
Retail price$169 (confirmed post-campaign retail)
Shipping$15 to US and EU — Kode handles customs
Estimated shipping dateJuly 2026

What Is kodeOS and Why It Matters

Every ESP32 development board ships with the same fundamental limitation: each code upload replaces everything previously on the device. Want to switch projects? Reflash the whole board. Want to demo three prototypes at a maker fair? Bring three boards, or flash and wait between each demo. kodeOS is specifically designed to eliminate this.

When you upload a sketch to the Kode Dot — using exactly the same Arduino IDE or PlatformIO workflow you already know — kodeOS saves it to the microSD card as an independent app with its own icon, name, and interface. It appears in a graphical launcher on the AMOLED touchscreen. To switch to another project, you just tap it in the menu. To share an app with another Kode Dot user, you copy the file from the microSD card — the same way you share a file from any device.

1

Write code in Arduino IDE or PlatformIO

No new tools, no new languages. kodeOS is fully compatible with the existing ESP32 ecosystem — your existing libraries, workflows, and coding style work without modification. Beginners can start with Arduino; advanced users can use ESP-IDF directly.

2

Upload via USB-C

Connect the Kode Dot to your computer and upload as normal. kodeOS intercepts the upload and saves it as a named application on the microSD card — complete with icon, menu entry, and persistent storage.

3

Launch from the app menu

Your project appears in the kodeOS launcher on the AMOLED touchscreen. Tap to run it. Tap back to return to the menu. Switch between multiple stored projects without reflashing anything.

4

Share or deploy

Copy the app file from the microSD card to share it with other Kode Dot users, or to back it up. The device operates fully independently — no computer connection required in the field.

What Can You Build With the Kode Dot?

Because the Kode Dot is an open development platform with Wi-Fi, Bluetooth, NFC, IR, IMU, audio, and GPIO all integrated, the use cases span a very wide range. The following are confirmed real-world project types documented by the community and Kode. themselves — not speculative capabilities.

🏠

Smart Home Controller

Use IR blaster to control TVs, ACs, and appliances. Combine with GPIO to trigger relay modules. Voice-activate via the built-in mic connected to GPT or Gemini over Wi-Fi.

🔐

NFC / RFID Projects

Read, write, and emulate NFC tags. Build access control prototypes, contactless data loggers, interactive art installations, or inventory tracking systems.

🎙️

Voice AI Assistant

Connect to ChatGPT or Google Gemini via Wi-Fi. Speak commands into the mic, receive responses through the speaker or trigger GPIO actions — field AI without a phone.

📡

Meshtastic Node

With the optional LoRa module ($149 bundle), run Kode Meshtastic firmware for off-grid mesh communications — relevant for hiking, emergency comms, and field research.

🛰️

IoT Sensor Logger

Log environmental sensor data to the microSD card in the field without a laptop. GPS, temperature, air quality — bring your own sensors via GPIO and collect data independently.

🎮

Portable Games + Demos

The AMOLED touchscreen and 9-axis IMU make it capable of 2D games, data visualisations, and motion-controlled applications — the built-in “Hammy” character is a taste of this.

🔒

Security Research

With the separate Hacking Module (Sub-GHz, 5GHz Wi-Fi), capable of network scanning, pentesting workflows, and wireless protocol analysis. For use only on networks and devices you own or have authorisation to test.

🎓

Education and Learning

kodeOS removes hardware setup friction for students — they upload a sketch and immediately see it running as an app, without debugging connections or fighting with libraries.

Important clarification on security features

Advanced security and pentesting features — including Sub-GHz radio and 5GHz Wi-Fi scanning — require the separately purchased Hacking Module, which is not included in the base $129 Kode Dot. These features are designed for ethical security research and should only be used on networks and devices you own or have explicit permission to test. The Kode Dot’s base device is a development platform, not a preconfigured pentesting tool.

Kode Dot vs Flipper Zero — Full Comparison

Kode Dot vs Flipper Zero — Two Different Philosophies

The Flipper Zero is a pentest-first tool with a strong security and wireless protocol focus. The Kode Dot is a creation-first development platform. They are not the same product and are not direct competitors — but they are frequently compared because both are pocket-sized, open-source, and NFC/IR capable.

FeatureKode DotFlipper Zero
Primary purposeCreation / prototyping / developmentSecurity research / pentesting / RF exploration
Main chipESP32-P4 + ESP32-C6 (dual MCU)STM32WB55 (Cortex-M4 application core)
Display2.13″ AMOLED colour touchscreen1.4″ monochrome LCD (no touch)
Operating systemkodeOS — app-based, installable sketchesFlipper OS — menu-driven, firmware-based
App modelUpload Arduino sketch → saved as app with iconInstall apps via Flipper App hub or custom firmware
Wi-FiBuilt in (ESP32-C6, Wi-Fi 6)Not built in — requires Wi-Fi Developer Board add-on
BluetoothBuilt inBuilt in
NFC / RFIDBuilt in (stretch goal — all backers receive it)Built in
IR transmitter + receiverBuilt in (stretch goal — all backers receive it)Built in
Sub-GHz radioRequires separate Hacking Module (additional cost)Built in (315/433/868/915 MHz)
MicrophoneBuilt inNot built in
SpeakerBuilt inBuilt in (piezo)
9-axis IMUBuilt in (accel + gyro + magnetometer)Not built in
GPIO expansion14 pins (I²C, SPI, UART, PWM) + module connectors8 pins via GPIO header
AI integrationVoice commands via mic → ChatGPT/Gemini over Wi-FiNot a core feature
Development environmentArduino IDE, PlatformIO, ESP-IDF — standard toolsFlipper SDK (C/C++) — steeper learning curve
Open source statusFull open source post-Kickstarter (hardware + firmware)Open source (firmware on GitHub)
Price$129 (Kickstarter) / $169 retail~$169 USD / €229 EU — verify current price at flipperzero.one
AvailabilityShips July 2026Available now
Massmain audienceMakers, developers, educators, IoT buildersSecurity researchers, RF enthusiasts, pentesters

When to Choose the Kode Dot

The Kode Dot is the better choice if your primary goal is building things: IoT devices, AI assistants, sensor loggers, home automation tools, portable apps, or anything that benefits from a proper development workflow. The kodeOS app model, AMOLED touchscreen, built-in microphone, and ESP32-P4 processing power make it significantly more capable as a development platform than the Flipper Zero.

When to Choose the Flipper Zero

The Flipper Zero is the better choice if your primary focus is wireless security research — specifically sub-GHz radio protocol analysis (garage door openers, car key fobs, industrial remotes) and RF signal capture and replay. The built-in sub-1GHz transceiver is Flipper Zero’s strongest hardware differentiator and is not replicated in the base Kode Dot without buying the separate Hacking Module. The Flipper Zero is also available right now, with an established community and five years of firmware development.

The Key Difference in One Sentence

The Flipper Zero asks: “What signals can I read and replay?” The Kode Dot asks: “What can I build and run?” They solve different problems for different users — and increasingly, serious makers own both.

The Kickstarter Campaign — What Happened

The Kode Dot launched on Kickstarter in November 2025 with a $5,000 goal. The goal was hit immediately. The campaign raised over $1.75 million from thousands of backers, making it one of the most-funded open-source maker hardware campaigns in recent years.

The funding milestone structure added significant hardware to every backer’s unit at no additional cost:

  • $100,000 — IR transmitter and receiver unlocked for all backers
  • $250,000 — NFC and RFID integration unlocked for all backers
  • Further milestones added the vibration motor and upgraded the chip from ESP32-S3 to the dual ESP32-P4 + ESP32-C6 platform

Every stretch goal hardware upgrade shipped automatically to all backers — early supporters and late joiners received identical hardware. The campaign closed with production scheduled for March 2026 and shipping estimated for July 2026.

Who Is the Kode Dot For?

The Kode Dot is a development tool, not a consumer gadget. You need to be comfortable writing code — in Arduino IDE, PlatformIO, or at minimum willing to learn. The hardware removes the setup friction, but building projects still requires programming knowledge. kodeOS makes the experience significantly friendlier than a bare development board, but it is not a no-code device.

With that said, the range of people who can genuinely use it is wider than a typical ESP32 dev board:

  • Experienced makers and hardware hackers — get everything in one device without building a hardware stack
  • Electronics students — kodeOS removes hardware setup, letting students focus on learning to code rather than debugging wiring
  • IoT developers — Wi-Fi, GPIO, sensors, and persistent app storage in a field-deployable form factor
  • Cybersecurity students — NFC, IR, and (with Hacking Module) network scanning, in a legal development context
  • Educators and workshop leaders — kodeOS’s app model makes demos and teaching practical without per-student reflashing
  • Existing Flipper Zero owners — add a proper development platform alongside a pentesting tool

Frequently Asked Questions

What is the Kode Dot?
The Kode Dot is an open-source, pocket-sized maker device built around a dual ESP32-P4 + ESP32-C6 microcontroller platform. It features a 2.13-inch AMOLED capacitive touchscreen, NFC/RFID, IR transmitter/receiver, 9-axis IMU, microphone, speaker, Wi-Fi, Bluetooth, GPIO expansion, and a microSD slot — all in a 73 × 43mm body. It runs kodeOS, a custom operating system that saves your Arduino or ESP-IDF code as persistent, icon-based apps on the device rather than replacing firmware each time you upload. It was funded on Kickstarter in 2025, raising over $1.75 million.
What is kodeOS and how is it different from regular Arduino firmware?
Standard Arduino development treats every code upload as a complete firmware replacement — overwriting whatever was on the device previously. kodeOS changes this entirely. When you upload a sketch via USB-C, kodeOS saves it to the microSD card as a named app with its own icon and interface. It appears in a graphical launcher on the AMOLED screen. You can store multiple apps and switch between them by tapping — no reflashing required. This mirrors the experience of a smartphone app launcher, applied to maker projects.
How does the Kode Dot compare to the Flipper Zero?
They serve different primary purposes. The Flipper Zero is a pentesting and wireless security research tool — its built-in sub-1GHz radio transceiver for capturing and replaying RF signals is its strongest differentiator. The Kode Dot is a development and creation platform — its AMOLED touchscreen, kodeOS app model, built-in microphone, and ESP32-P4 processing power make it a significantly better prototyping device. The Kode Dot does not include sub-GHz radio without the separate Hacking Module. The Flipper Zero does not have a colour touchscreen, microphone, or IMU. Many serious makers own both.
Does the Kode Dot include NFC and IR out of the box?
Yes — for all Kickstarter backers. NFC/RFID and IR transmit/receive were stretch goals that unlocked during the campaign, and Kode confirmed these hardware upgrades ship to all backers automatically at no additional cost, regardless of when they backed the campaign. The production unit includes both.
Can the Kode Dot connect to ChatGPT or other AI models?
Yes. The built-in microphone and Wi-Fi allow the Kode Dot to connect to AI APIs including OpenAI’s ChatGPT and Google Gemini. You can speak commands into the mic, send them over Wi-Fi, and receive responses through the speaker or use the returned data to trigger GPIO actions on connected hardware. This enables building voice-controlled devices without a smartphone or computer acting as a bridge.
What programming languages and tools work with the Kode Dot?
The Kode Dot is compatible with Arduino IDE, PlatformIO, and Espressif’s ESP-IDF — the three most widely used development environments in the ESP32 ecosystem. No proprietary toolchains or additional setup is required. If you have already built ESP32 projects, your existing libraries and code work directly on the Kode Dot without modification.
When does the Kode Dot ship and how much does it cost?
The estimated shipping date is July 2026. The Kickstarter price was $129 for the standard black unit and $132 for the transparent “Collector’s Choice” edition. Post-campaign retail price is confirmed at $169. Shipping to the US and EU costs $15 — Kode handles customs procedures for EU orders. As with all crowdfunded hardware, delivery dates are estimates and may shift.
Is the Kode Dot open source?
Yes — Kode. has committed to publishing all hardware design files and kodeOS firmware as open source on GitHub after the Kickstarter campaign closes. This includes schematics, PCB layout, kodeOS source code, and documentation. The project is intended to be a fully open platform for the maker community to build on, fork, and extend.
What is the difference between the Kode Dot and a standard ESP32 development board?
A standard ESP32 development board (like an ESP32-S3 DevKit or similar) is a bare circuit board — you supply your own display, sensors, speaker, microphone, battery management, and storage. You wire them together on a breadboard, debug hardware connections, find compatible libraries, and reflash the entire device every time you want to switch projects. The Kode Dot integrates all of these components in a professionally manufactured, pocketable unit. kodeOS then adds the app-model layer that eliminates constant reflashing. The practical difference is the gap between assembling a hardware stack and immediately building application logic.
Mr Wangdoo — Founder, Wangdoo.com
Mr Wangdoo
Founder & Editor-in-Chief

Mr Wangdoo is the founder and editorial lead of Wangdoo.com, an independent technology news publication launched in September 2025. All articles are fact-checked against primary sources before publication. Where commercial relationships exist, they are disclosed clearly within the relevant article.