Example Projects

Last updated: October 17, 2025

This page will showcase example hardware projects built with HW-Agent.

#1

LED Blink Circuit

A simple introductory project that demonstrates basic circuit design and programming concepts using an LED and microcontroller.

Prompt

Create a circuit that blinks an LED at 1-second intervals using an Arduino board

Video Demo

Circuit

LED Blink Circuit circuit
#2

Robot with Moving Head

The robot’s head turns left or right when it senses something, then returns to the center.

Prompt

By default set servo 90 degrees (auto return to 90 degrees). when IR D7 on turn servo left 135 degrees. when D6 is on turn servo 45 degrees.

Video Demo

Circuit

Robot with Moving Head circuit
#3

Water Drop Light Effect Animation

A soft blue drop of light moves slowly along the LED strip, leaving a fading trail that gently disappears.

Prompt

Animate slow and blue drop of water (4 leds), do drop trail effect using light intensity (to very very weak light)

Video Demo

Circuit

Water Drop Light Effect Animation circuit
#4

Map servo to led strip

Servo moves side to side in parallel with a pink light flowing across the strip.

Prompt

Move servo right to left, map 180-0 degrees to 0-9 leds , pink animation on the led strip

Video Demo

Circuit

Map servo to led strip circuit
#5

Press to Move LED Forward

An IoT-enabled automatic watering system that monitors soil moisture levels and waters plants when needed, perfect for plant care automation.

Prompt

Each button press , animate led strip 1 step forward

Video Demo

Circuit

Press to Move LED Forward circuit
#6

RGB Color Mixer

Interactive color mixing project using RGB LEDs and potentiometers to create custom colors by adjusting red, green, and blue intensity levels.

Prompt

Animate led on strip forward (use millis()) each press on the button will replace led color from [green, blue, red]

Video Demo

Circuit

RGB Color Mixer circuit