NORA-Robot-v00

Twitter: @NorowaretaGemu License: MIT

ko-fi
C++
Arduino ESP32
Git

NORA: Nomadic Omnidirectional Reactive Automaton


NORA Robot

📖 Overview

Overview NORA is built on the **ESP32**, utilizing its dual-core processing to handle a custom WiFi Access Point for remote operation while simultaneously managing reactive obstacle avoidance via a 4-sensor ultrasonic array. ### Core Features - [x] **Omnidirectional Movement:** Move in any direction without turning. - [x] **Self-Hosted AP:** No router required for field operation. - [x] **Reactive Safety:** 360° sensor coverage for auto-braking. - [x] **Internal UV:** Specialized UV light disinfection capabilities.

Prerequisites

Prerequisites ### Software - [Arduino IDE](https://docs.arduino.cc/software/ide/) ### Hardware ### Microcontrollers | **Component** | **Details** | |-----------|---------| | Microcontroller 0 | ESP32 (ACEBOTT QA007 Max Controller Board) | Dev0 | | Microcontroller 1 | Arduino UNO | Dev1 | ### Chassis & Motion | **Component** | **Details** | |-----------|---------| | Chassis | Omnidirectional Robot Chassis | | Motor Driver | 2x L298N | | Motors | 4x 5V DC Motors | ### User Controllers | **Component** | **Details** | |-----------|---------| | Interface | PC, Android, iPhone | ### Power System | **Component** | **Details** | |-----------|---------| | Battery | 2s 18650| ### Sensors | **Component** | **Details** | |-----------|---------| | Ultrasonic Sensors | 4x HC-SR04 (Front, Back, Left, Right)| | Line Follower | 3-Channel Line Tracking Sensor |

Libraries:


NORA Robot

Schematics

⚡ Technical Pinouts

[!CAUTION] Ground Loop Warning: All modules must share a common GND. Failure to bridge grounds will cause erratic motor behavior and sensor noise.

ESP32 Motor Controller Configuration #### L298N-0 (Front Drive) | Motor | PWM Pin | Dir 1 | Dir 2 | | :--- | :--- | :--- | :--- | | **M0** | `GPIO 5` | `GPIO 16` | `GPIO 17` | | **M1** | `GPIO 23`| `GPIO 18` | `GPIO 19` | #### L298N-1 (Rear Drive) | Motor | PWM Pin | Dir 1 | Dir 2 | | :--- | :--- | :--- | :--- | | **M2** | `GPIO 12` | `GPIO 13` | `GPIO 14` | | **M3** | `GPIO 27` | `GPIO 26` | `GPIO 25` |
UNO Sensor Array Wiring | Direction | Trigger Pin | Echo Pin | | :--- | :--- | :--- | | **FRONT** | `A0` | `A1` | | **LEFT** | `D6` | `D7` | | **BACK** | `A4` | `A5` | | **RIGHT** | `A2` | `A3` |

[!TIP] Pro-Tip: Common GND is non-negotiable. If the motors behave erratically or the sensors give “0” readings, check your ground bridge first!


🌐 Connectivity & Controls

Connectivity & Controls ### Network Configuration | Parameter | Value | | :--- | :--- | | **SSID** | `NORA` | | **Password** | `12345678` | ### RIFT Integration To connect via [RIFT](https://github.com/CursedPrograms/RIFT), ensure NORA is active on: * `localhost:5003`

NORA Robot

📂 Documentation & Assets * [ACEBOTT ESP32 Max V1.0 Docs](https://acebottteam.github.io/acebott-docs-master/board/ESP32/QA007%20ESP32%20Max%20V1.0%20Controller%20Board.html) * [CH340 Driver Download](https://acebottteam.github.io/acebott-docs-master/getting%20started/Arduino/Download%20CH340%20Driver%20on%20Windows%20System.html)

NORA Robot


© Cursed Entertainment 2026


CursedEntertainment Logo