Wired-Chaos

Hardware

← Back to index


Arduinos

Arduino is an open-source electronics platform that consists of hardware and software designed to make it easy for anyone to create interactive projects. The core of the platform is the Arduino microcontroller board, which can read inputs from sensors and control outputs like motors, LEDs, and other devices. Arduino boards are programmable using the Arduino IDE, which uses a simplified version of C/C++ programming language. They are widely used in prototyping, education, and hobbyist projects due to their affordability, simplicity, and extensive community support.

Key points for beginners:

Raspberry Pi

Raspberry Pi is a series of small, affordable single-board computers developed by the Raspberry Pi Foundation. It’s about the size of a credit card and runs a full operating system like Raspberry Pi OS (based on Linux). It features GPIO (General Purpose Input/Output) pins that allow it to interface with sensors, motors, LEDs, and other electronic components, making it ideal for electronics projects, robotics, and IoT applications. Raspberry Pis are widely used in education for teaching programming and computer science, as well as in DIY projects, media centers, and even industrial applications. Popular models include the Raspberry Pi 4 and 5, with varying amounts of RAM, processing power, and connectivity options like Wi-Fi and Bluetooth.

Key points for beginners:

Stacker Game Wiring

For the stacker game, wire the Arduino so the LEDs, button, and any buzzer share the same power and ground rails.

Important:

Snake Game Wiring

The snake game can use LEDs for the game board and one or more buttons for direction or start.

Notes:

Galton Board

This section is not done yet.