<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shivaramakrishnan</title>
    <description>The latest articles on DEV Community by Shivaramakrishnan (@shiva16).</description>
    <link>https://dev.to/shiva16</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F216423%2F5957ae79-1454-4aaf-a827-8b891af6beda.jpeg</url>
      <title>DEV Community: Shivaramakrishnan</title>
      <link>https://dev.to/shiva16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shiva16"/>
    <language>en</language>
    <item>
      <title>Adam-EEG: an open-source 32-channel EEG board from 2015 (quad ADS1299 + dual ATmega328)</title>
      <dc:creator>Shivaramakrishnan</dc:creator>
      <pubDate>Sat, 01 Aug 2026 02:48:07 +0000</pubDate>
      <link>https://dev.to/shiva16/adam-eeg-an-open-source-32-channel-eeg-board-from-2015-quad-ads1299-dual-atmega328-2gfi</link>
      <guid>https://dev.to/shiva16/adam-eeg-an-open-source-32-channel-eeg-board-from-2015-quad-ads1299-dual-atmega328-2gfi</guid>
      <description>&lt;p&gt;India's first open-hardware 32-channel EEG / biopotential acquisition board — a quad-ADS1299 analog front end driven by a dual-ATmega328 controller, designed in EAGLE by Soul Scientific in 2015, and just now open-sourced under Apache-2.0.&lt;/p&gt;

&lt;p&gt;Adam-EEG packs four Texas Instruments &lt;strong&gt;ADS1299&lt;/strong&gt; 24-bit, 8-channel simultaneous-sampling analog front ends onto one board — 32 truly simultaneous EEG channels, daisy-chained over a single SPI bus — with onboard microSD logging for fully standalone (untethered) recording. No host PC, no muxing, no compromise on channel count to hit a price point.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this exists
&lt;/h2&gt;

&lt;p&gt;Research-grade multichannel EEG hardware is expensive and closed. A clinical 32-channel amplifier system routinely runs into five figures (USD), locked behind proprietary software and NDAs on the actual analog front-end design. If you wanted to actually &lt;em&gt;learn&lt;/em&gt; how a real biopotential acquisition chain works — the bias-drive loop, the lead-off detection, the reference architecture — you couldn't just open the schematic and look.&lt;/p&gt;

&lt;p&gt;Adam-EEG set out to prove something narrower and more useful: that a &lt;strong&gt;32-channel, simultaneous-sampling, standalone-logging&lt;/strong&gt; EEG board could be built from commodity parts, in a hobbyist CAD tool (EAGLE, not a $10k professional suite), at a fraction of the cost — and that the full schematic and board could just be public. Not a black box, not a paywalled datasheet. A real board you can open, trace net-by-net, and build.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why ADS1299, and why four of them
&lt;/h2&gt;

&lt;p&gt;The ADS1299 isn't just "a 24-bit ADC" — it's purpose-built for biopotential acquisition in a way generic ADCs aren't:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Integrated right-leg-drive (RLD) / bias circuitry&lt;/strong&gt; — actively cancels common-mode noise (mains hum, motion artifact) instead of relying purely on a passive reference.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lead-off detection&lt;/strong&gt; built into the analog front end — the chip itself can tell you when an electrode has come loose, without extra circuitry.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EEG-characterized input noise&lt;/strong&gt; — TI specs and validates this part against the actual noise floor EEG signals live in (single-digit microvolts), not just generic ADC noise numbers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A single ADS1299 gives you 8 simultaneous channels. Adam-EEG uses &lt;strong&gt;four&lt;/strong&gt;, daisy-chained over one SPI bus, to hit 32 — full-coverage, research-grade channel density, still built entirely from a part TI sells openly with a public datasheet.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical specifications
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Subsystem&lt;/th&gt;
&lt;th&gt;Detail&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Analog front end&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;4 × Texas Instruments &lt;strong&gt;ADS1299&lt;/strong&gt; — 24-bit, 8-channel, simultaneous-sampling, low-noise biopotential ADC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total channels&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;32&lt;/strong&gt; unipolar channels + common reference, fully simultaneous (no muxing)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;AFE interconnect&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Multi-device SPI &lt;strong&gt;daisy-chain&lt;/strong&gt; — shared &lt;code&gt;SCLK&lt;/code&gt;/&lt;code&gt;DIN&lt;/code&gt;/&lt;code&gt;DOUT&lt;/code&gt;/&lt;code&gt;DRDY&lt;/code&gt;, individual &lt;code&gt;CS1&lt;/code&gt;–&lt;code&gt;CS4&lt;/code&gt; per ADS1299&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Controller&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2 × &lt;strong&gt;ATmega328&lt;/strong&gt; (SMD, Arduino-compatible core)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Programming&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2 × 6-pin AVR ISP headers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Onboard storage&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;microSD socket — standalone data logging, no host PC required&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Power&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;LM2663 switched-capacitor inverter + LP5907 / TPS723xx LDOs for clean split analog rails&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Clocking&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2 × crystal oscillators, one confirmed 32.768 kHz (real-time/watchdog clock)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Board&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2-layer, &lt;strong&gt;97.2 × 81.9 mm&lt;/strong&gt; (~79.6 cm²), 2 × Ø3.2 mm mounting holes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Complexity&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;354 schematic parts / 229 placed board elements&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;CAD format&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;EAGLE 6.6.0 XML (&lt;code&gt;.sch&lt;/code&gt; / &lt;code&gt;.brd&lt;/code&gt;) — single schematic sheet&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;License&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Apache License 2.0&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Connectors &amp;amp; pinout
&lt;/h2&gt;

&lt;p&gt;Pulled directly from the schematic's named nets, not reverse-engineered from silkscreen:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Connector&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Signals&lt;/th&gt;
&lt;th&gt;Role&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ARDUINO_CONN&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;1×11 header&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;CS1&lt;/code&gt;–&lt;code&gt;CS4&lt;/code&gt;, &lt;code&gt;SCLK&lt;/code&gt;, &lt;code&gt;DIN&lt;/code&gt;, &lt;code&gt;DOUT&lt;/code&gt;, &lt;code&gt;DRDY&lt;/code&gt;, &lt;code&gt;RST&lt;/code&gt;, &lt;code&gt;PD&lt;/code&gt;, &lt;code&gt;STRT&lt;/code&gt;
&lt;/td&gt;
&lt;td&gt;Full SPI daisy-chain + control breakout — lets an external Arduino-compatible host drive all 4 ADS1299 directly, independent of the onboard ATmega328s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ELECTRODES_P&amp;amp;N&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;1×18 header&lt;/td&gt;
&lt;td&gt;18 electrode nets&lt;/td&gt;
&lt;td&gt;Primary differential (P/N) electrode input header&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;ELECTRODES&lt;/code&gt; / &lt;code&gt;ELECTRODES1&lt;/code&gt; / &lt;code&gt;ELECTRODES2&lt;/code&gt;
&lt;/td&gt;
&lt;td&gt;3× 1×8 header&lt;/td&gt;
&lt;td&gt;Per-channel buffered outputs&lt;/td&gt;
&lt;td&gt;Buffered channel-output test/tap points for 3 of the 4 ADS1299s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;POWER_PIN&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;1×2 header&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;+5V&lt;/code&gt;, &lt;code&gt;AGND&lt;/code&gt;
&lt;/td&gt;
&lt;td&gt;Main board power input&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;JP3&lt;/code&gt;–&lt;code&gt;JP5&lt;/code&gt;
&lt;/td&gt;
&lt;td&gt;1×2 jumpers&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;DIN&lt;/code&gt;/&lt;code&gt;DOUT&lt;/code&gt;/&lt;code&gt;SCLK&lt;/code&gt;
&lt;/td&gt;
&lt;td&gt;In-line jumpers on the SPI data/clock lines (break/test-point access)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Passive component reference
&lt;/h2&gt;

&lt;p&gt;Useful if you're sanity-checking a BOM or planning a respin — pulled from the real &lt;code&gt;value=&lt;/code&gt; attributes in the schematic:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component class&lt;/th&gt;
&lt;th&gt;Dominant value&lt;/th&gt;
&lt;th&gt;Count&lt;/th&gt;
&lt;th&gt;Likely role&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Resistor&lt;/td&gt;
&lt;td&gt;5 kΩ&lt;/td&gt;
&lt;td&gt;60 of 69&lt;/td&gt;
&lt;td&gt;Per-channel bias/lead-off network (matches ADS1299's typical RLD topology)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Capacitor&lt;/td&gt;
&lt;td&gt;4.7 nF&lt;/td&gt;
&lt;td&gt;48 of 127&lt;/td&gt;
&lt;td&gt;Per-channel input RC filtering&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Capacitor&lt;/td&gt;
&lt;td&gt;1 µF&lt;/td&gt;
&lt;td&gt;36 of 127&lt;/td&gt;
&lt;td&gt;Local/bulk decoupling&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Capacitor&lt;/td&gt;
&lt;td&gt;0.1 µF&lt;/td&gt;
&lt;td&gt;28 of 127&lt;/td&gt;
&lt;td&gt;High-frequency decoupling&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Capacitor&lt;/td&gt;
&lt;td&gt;10 µF / 100 µF&lt;/td&gt;
&lt;td&gt;7 / 4&lt;/td&gt;
&lt;td&gt;Bulk supply-rail reservoirs&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  System architecture
&lt;/h2&gt;

&lt;p&gt;Each ADS1299 samples 8 channels simultaneously; the four devices share one SPI bus in TI's standard multi-device daisy-chain topology (&lt;code&gt;DOUT&lt;/code&gt; of one feeds &lt;code&gt;DIN&lt;/code&gt; of the next), so all 32 channels are read out in lockstep with &lt;strong&gt;no channel-to-channel skew&lt;/strong&gt; — an important property for EEG, where you actually care about phase relationships between electrode sites.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ADS1299 #1 (ch 1-8) --DOUT--&amp;gt; ADS1299 #2 (ch 9-16) --DOUT--&amp;gt; ADS1299 #3 (ch 17-24) --DOUT--&amp;gt; ADS1299 #4 (ch 25-32)
        |                                                                                         |
        +-------------------- shared SCLK / DIN / DRDY, individual CS1-CS4 -----------------------+
                                              |
                                    Dual ATmega328 controller
                                              |
                                        microSD (standalone logging)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The dual ATmega328 controller manages the chain and streams samples straight to the onboard microSD card — a full recording session needs nothing plugged in but a battery. A separate &lt;code&gt;ARDUINO_CONN&lt;/code&gt; breakout also exposes the raw SPI + control bus, so if you'd rather drive the AFE chain from an external Arduino-compatible board (for custom firmware, a different sample-rate scheme, whatever), you can, without touching the onboard MCUs at all.&lt;/p&gt;

&lt;h2&gt;
  
  
  How this compares to other open EEG hardware
&lt;/h2&gt;

&lt;p&gt;Adam-EEG isn't the only open board built around biopotential-specific AFEs, and it's worth being honest about where it sits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;OpenBCI Cyton&lt;/strong&gt; uses a single ADS1299 (8 channels), extendable to 16 with a Daisy module. Well-documented, widely used, but 8/16ch — Adam-EEG's quad-chip approach gets to 32ch on one board without a second module.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FreeEEG32&lt;/strong&gt; takes a different path to the same 32-channel target: a single Analog Devices &lt;strong&gt;AD7779&lt;/strong&gt; chip instead of four ADS1299s. Fewer parts, but a different noise/cost tradeoff, and AD7779 isn't biopotential-specialized the way ADS1299 is (no built-in RLD/lead-off).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UpsideDownLabs BioAmp family&lt;/strong&gt; is excellent but scoped differently — single/few-channel EMG/ECG/EOG boards, not dense multichannel EEG.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If your goal is specifically &lt;em&gt;dense, simultaneous, biopotential-tuned&lt;/em&gt; channels without betting on a chip that isn't purpose-built for it, the quad-ADS1299 approach is a real, validated design point — not just "more chips for the sake of it."&lt;/p&gt;

&lt;h2&gt;
  
  
  Building one
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Install &lt;a href="https://www.autodesk.com/products/eagle/overview" rel="noopener noreferrer"&gt;Autodesk EAGLE&lt;/a&gt; — a free tier is sufficient; this board's ≤80 cm², 2-layer, single-sheet design was scoped to fit EAGLE's classic free-tier limits.&lt;/li&gt;
&lt;li&gt;Clone the repo and unzip &lt;code&gt;EEG_64_1.zip&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Open &lt;code&gt;EEG_64.sch&lt;/code&gt; for the schematic or &lt;code&gt;EEG_64_1.brd&lt;/code&gt; for the board layout.&lt;/li&gt;
&lt;li&gt;Gerbers aren't checked into the repo — export them from the &lt;code&gt;.brd&lt;/code&gt; via EAGLE's CAM processor when you're ready to fab.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Safety &amp;amp; disclaimer
&lt;/h2&gt;

&lt;p&gt;This is an &lt;strong&gt;open-hardware research/prototyping board&lt;/strong&gt;, not a certified medical device. It has not undergone FDA/CE or equivalent regulatory clearance, and no formal patient-isolation or leakage-current certification has been performed. If you build one: power it only from isolated, battery-backed supplies, never connect a build to mains-powered equipment while it's attached to a person, and don't use it for clinical diagnosis or treatment decisions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Full source
&lt;/h2&gt;

&lt;p&gt;Complete EAGLE schematic + board files, this same technical writeup (plus a bit more detail) as the README, and contribution guidelines are all in the repo:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/shiva16/Adam-EEG" rel="noopener noreferrer"&gt;github.com/shiva16/Adam-EEG&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Issues and PRs are genuinely welcome — a routing improvement, a KiCad conversion (no open port exists yet), a BOM/sourcing update, or just a build log from your own fab run. Open an issue first so it's easy to track.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>electronics</category>
      <category>showdev</category>
      <category>iot</category>
    </item>
  </channel>
</rss>
