---
title: "Sixteen EEG electrodes fit onto a 26 mm board"
locale: "en"
url: "https://irz.fr/en/articles/octopus16-eeg-en"
markdown_url: "https://irz.fr/en/articles/octopus16-eeg-en.md"
category: "tech"
tags: ["hardware", "EEG", "open source", "maker"]
published_at: "2026-08-14T21:53:00.000Z"
author: "Mathis Renaud"
translation: "https://irz.fr/fr/articles/octopus16-eeg-fr.md"
---

# Sixteen EEG electrodes fit onto a 26 mm board

The open project puts sixteen EEG contacts, reference and ground on one small circular board, then streams measurements over Bluetooth. The most important part of the README may be the safety warning.

An EEG headset can start looking like a wiring session before it looks like an interface. **Octopus 16** tries to reduce that choreography by putting sixteen active contacts, reference and ground on the same small disc.[1](https://github.com/pieeg-club/Octopus_16)

The circular PCB is 26 mm across. Its 18 spring-loaded pogo pins provide sixteen EEG channels, one common reference and one ground contact.[1](https://github.com/pieeg-club/Octopus_16)

> 26 mm across
> **A local miniature EEG montage**
> - EEG channels: 16
> - contacts including reference + ground: 18
> - samples/s: 250
> The repository specifies two 24-bit ADS131M08 ADCs and BLE 5 transmission.

The repository specifies two eight-channel ADS131M08 converters, a 250-samples-per-second output rate and a XIAO ESP32-C6 for Bluetooth Low Energy data transfer.[1](https://github.com/pieeg-club/Octopus_16) An ESP32-S3 variant can also expose USB/Bluetooth HID output for neurofeedback or control experiments.[1](https://github.com/pieeg-club/Octopus_16)

Hackaday surfaced the project through demos where EEG signals feed simple game environments.[2](https://hackaday.com/2026/08/14/uninvasive-eeg-interface-could-be-used-to-play-games/) That is fun, but it is not the part worth inflating. The project does not demonstrate that a 26 mm board can “read thoughts” or replace medical equipment.

The README says the opposite very clearly: Octopus 16 **is not a medical device**. It also requires isolated 5 V battery power and warns against connecting it to mains power, including indirectly through USB.[1](https://github.com/pieeg-club/Octopus_16)

That warning is almost part of the design. Making a sensor smaller and easier to start experimenting with makes the limits more important to surface, not less.

The project is interesting as a maker tool for exactly that reason: it reduces the physical complexity of the setup without pretending the signal itself has become simple.

## References

1. [PiEEG, Octopus 16 repository](https://github.com/pieeg-club/Octopus_16)
2. [Hackaday, Octopus 16 overview](https://hackaday.com/2026/08/14/uninvasive-eeg-interface-could-be-used-to-play-games/)
