Button Grid Expansion


I checked the shield template: it’s a 53.5 × 76 mm Uno R3 outline with only the header/connectors in place, so adding a 10-button grid will require both schematic additions and a board resize.
I’m blocked from making the change because this project is read-only for your account. Fork/remix this shield into a project you can edit, or grant edit access, and I’ll expand the board and add a clean 2×5 button grid wired into the shield immediately.
put in 2 ADS1259's and connect it to the arduino and 2 LEDS
I’ll inspect the current shield template, look up the ADS1259 wiring requirements, then plan the Arduino connections and two LEDs. If this template is still read-only, I’ll give you the exact fork/edit path and wiring plan instead of making unsafe partial changes.
I found the ADS1259BIPW in the library and verified the key datasheet pins: SPI pins, DRDY, START, RESET/PWDN, AVDD/DVDD, reference pins, and required bypass/reference handling. The current project is a read-only template, so I’m preparing the exact implementation plan rather than making partial edits that cannot be saved.
I’m blocked from editing this project because your access is view-only on the Arduino Uno R3 Shield Template.
Planned implementation for an editable fork:
  • Add 2× ADS1259BIPW ADCs.
  • Power: ADS1259 DVDD to Arduino 3.3V or 5V, analog supply per chosen input range, with required decoupling/bypass/reference capacitors.
  • Shared Arduino SPI: D13/SCLK, D11/MOSI→DIN, D12/MISO←DOUT.
  • Separate chip selects: D10 → ADC1 CS, D9 → ADC2 CS.
  • Data-ready lines: D2 → ADC1 DRDY, D3 → ADC2 DRDY.
  • Control: shared START and RESET/PWDN on spare digital pins.
  • Add 2 LEDs with series resistors on spare GPIOs, e.g. D6 and D7.
Fork or duplicate the template into a project you can edit, then I can add and wire the parts directly.
Add after fork
Use 3.3V DVDD
Check ADS1259 datasheet
Add LED resistors
Duplicate template help

Outline
J2
J4
J3
J1

Arduino Uno R3 Shield Template