Table of Contents

EchoMaze

Project by Biro Anya-Andreea, 332CA

Introduction

What is the project about?
EchoMaze is a sound-guided blind maze game developed using an Arduino Nano. The player moves through a hidden maze without any visual clues, relying solely on audio cues that indicate their proximity to the goal.

What is the project's purpose?
The purpose of this project is to explore how sound can be used as an alternative to visual navigation. It challenges the player to rely on hearing to make spatial decisions, while showcasing the creative potential of microcontroller features in unconventional, engaging ways.

What inspired the idea?
The idea started from classic logic and memory-based games like mazes and puzzles, but I wanted to remove the visual element to create a more immersive and unconventional challenge. The goal was to create something simple in concept, yet unusual and technically interesting to implement. It explores how people can interpret space and direction using only sound.

Why is this project useful?
This project is useful because it demonstrates how simple hardware can be used to create engaging, educational, and accessible experiences. It’s valuable for understanding sensory-based challenges and applying theoretical concepts like GPIO, timers, PWM, and I2C in a real-world embedded project.

Overview

Block Diagram

Description of Components

Hardware Design

Bill Of Materials

Name Quantity Price per unit (lei) Purchase link
Arduino Nano124.99 Link
OLED Display115.38 Link
Buzzer10.99 Link
Button40.36 Link
Breadboard19.52 Link
Jumper Wire Set 17.99 Link
USB Type-A to Mini-B cable14.37 Link
Total price: 64.68 lei

Additional components may be added later.

Schematic

PDF link

Arduino Pin Configuration

Name Arduino Pin Connection Description
Display - SDAA4I2C data line
Display - SCLA5I2C clock line
BuzzerD6PWM-capable digital output
Button DownD9User input – Down
Button RightD10User input – Right
Button LeftD11User input – Left
Button UpD12User input – Up

Software Design

Development environment: PlatformIO with Visual Studio Code.
3rd-party libraries and sources used:

Algorithms and data structures planned:

The implemented functions are organized into the following categories:

Code

Final results

Download

GitHub Project

Resources

Resurse Software

Resurse Hardware

Export to PDF