Back to home
Chapter · Circuits

Wires, sensors, small miracles.

Every LED that blinks is a tiny victory. Here are the Arduino builds where electricity learned to listen.

Featured Project · Snap4Arduino

The Waving Cat — code turned into a friendly hello.

Built on a Be Cre8v Arduino board — the brain of the project. I programmed it in Snap4Arduino using colourful blocks: a forever loop that sweeps a servo motor back and forth. When I hit the green flag, the signal travels down the wire and the little cat lifts its paw and waves.

Snap4Arduino blocks: a forever loop toggling the servo between 10° and 50°.
The Be Cre8v board — the tiny brain running the show, servo wired to D9.
Video · 1/4
  • 🧠Brain: Be Cre8v Arduino board (Arduino Nano inside).
  • 🧩Language: Snap4Arduino — visual, block-based coding.
  • ⚙️Hardware: a servo motor wired to pin D9 for the waving paw.
  • 🔁Logic: a forever loop toggling the servo between 10° and 50° every 0.2s.
  • 👋Result: a friendly cat that waves the moment I press the green flag.
Featured Project · Game Controller

Car Park Challenge — a steering wheel wired to my code.

I turned the Be Cre8v board into a real game controller. A purple steering wheel spins the car in circles, and the left and right arrow keys guide it through a crowded car park. The mission: reach the pink parking bay without bumping into any other cars — or the trees near the entrance. One touch and it's game over. A clean park, and you win.

The Be Cre8v RoboCoders board wired to the purple game controller wheel.
Cruising through the lot — the pink square marks my parking spot.
Almost there — lining up with the empty bay between the red and white cars.
Snap4Arduino script: arrow keys move the sprite, touch-detection ends the game.
Video · 1/6
  • 🕹️Controller: Be Cre8v RoboCoders board + purple steering wheel.
  • ⬅️➡️Controls: left and right arrow keys move the car through the lot.
  • 🎯Goal: reach the pink parking bay without bumping any car.
  • 🌳Watch out: the trees near the entrance end the game too.
  • 🏆Win: a clean park earns the victory sound.