Skip to content

feat: Add Arduino UNO compatibility layer (split-brain architecture)#11

Open
RoboX2020 wants to merge 2 commits into
espressif:masterfrom
RoboX2020:master
Open

feat: Add Arduino UNO compatibility layer (split-brain architecture)#11
RoboX2020 wants to merge 2 commits into
espressif:masterfrom
RoboX2020:master

Conversation

@RoboX2020

Copy link
Copy Markdown
  • Implemented a split-brain architecture to support Arduino UNO (ATmega328P) which lacks the memory/CPU to run the full ESP-Claw stack.

  • Created arduino_claw_uno firmware acting as a peripheral controller executing JSON commands over Serial.

  • Supported features: GPIO (read/write/mode), Analog (ADC/PWM), Servo (max 4), I2C (read/write/scan).

  • Added bridge.py as a host-side Python bridge that exposes the Arduino hardware via an interactive CLI and API.

  • Included ai_shell.py, a natural language programmer supporting both OpenAI and Anthropic, enabling Chat Coding on Arduino.

  • Created comprehensive documentation and README in the arduino/ directory.

Description

Related

Testing


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

- Implemented a split-brain architecture to support Arduino UNO (ATmega328P) which lacks the memory/CPU to run the full ESP-Claw stack.

- Created arduino_claw_uno firmware acting as a peripheral controller executing JSON commands over Serial.

- Supported features: GPIO (read/write/mode), Analog (ADC/PWM), Servo (max 4), I2C (read/write/scan).

- Added bridge.py as a host-side Python bridge that exposes the Arduino hardware via an interactive CLI and API.

- Included ai_shell.py, a natural language programmer supporting both OpenAI and Anthropic, enabling Chat Coding on Arduino.

- Created comprehensive documentation and README in the arduino/ directory.
@RoboX2020

Copy link
Copy Markdown
Author

ADDED ARDUINO COMPATIBILITY LAYER

@CLAassistant

CLAassistant commented May 8, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ RoboX2020
❌ PRAJVAL ARORA


PRAJVAL ARORA seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants