# Arduino Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/arduino
> Markdown URL: https://aitinkerers.org/technologies/arduino.md
> Technology record last updated: 2026-02-25T07:41:08Z
> Generated: 2026-09-20T14:48:28Z

Arduino is an open-source electronics platform: it combines simple hardware (microcontrollers) and software (IDE) for building interactive digital devices.

Arduino is the premier open-source electronics prototyping platform: it makes physical computing accessible to everyone (artists, makers, engineers). The system centers on a programmable circuit board, like the popular Uno model, which typically features an 8-bit ATmega328P microcontroller, 14 digital I/O pins, and a 16MHz clock speed. Users write code (called 'sketches') in the C/C++-based Arduino IDE, then upload it via USB to the board. This allows the board to read inputs (sensors, buttons) and control outputs (LEDs, motors, displays), bridging the gap between the digital and physical worlds for countless projects since its 2005 launch.

- Official technology site: https://www.arduino.cc
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Winners Don't Settle](https://hong-kong.aitinkerers.org/talks/rsvp_QPd3cm59vT8)

This talk shares the journey of building Cresento, a sports tech startup transforming grassroots football through AI-powered wearables. I’ll explore how we engineered smart shin pads embedded with motion sensors and GPS, and trained AI models to deliver real-time coaching, performance feedback, and talent discovery tools—directly to amateur athletes. This is not just a hardware project—it’s an AI platform empowering the next generation of football talent through data-driven insights and automated training recommendations. Attendees will get a behind-the-scenes look at how we built the AI Coach system, turned raw sensor data into actionable insights, and created a feedback loop between athlete movement and skill improvement.

- Event context: AI Tinkerers - Hong Kong Meetup (April) - AI in Education and the HKUST Community — 2025-04-30 — Hong Kong
- Public talk page: https://hong-kong.aitinkerers.org/talks/rsvp_QPd3cm59vT8

## Related Technologies

- [AWS Amplify](https://aitinkerers.org/technologies/aws-amplify) ([Markdown](https://aitinkerers.org/technologies/aws-amplify.md)) — 1 public demo
- [ESP32-S3](https://aitinkerers.org/technologies/esp32-s3) ([Markdown](https://aitinkerers.org/technologies/esp32-s3.md)) — 2 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
- [SwiftUI](https://aitinkerers.org/technologies/swiftui) ([Markdown](https://aitinkerers.org/technologies/swiftui.md)) — 9 public demos
