Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d0d399c
added diagram and fixed path
Apr 25, 2026
15023b7
Merge branch 'main' into main
dboinegri-hue Apr 25, 2026
e5bb0f2
Update website/versioned_docs/version-fils_en/project/2026/stefania.b…
dboinegri-hue Apr 25, 2026
b700ac5
Merge branch 'main' into main
dboinegri-hue Apr 25, 2026
3f6c813
modified the svg
Apr 27, 2026
9615a80
Merge branch 'main' into main
dboinegri-hue Apr 27, 2026
37422bc
final fix
Apr 27, 2026
d44e709
resolved merge conflict in diagram
Apr 27, 2026
f6eebb8
fix
Apr 27, 2026
20150d8
fixed diagram
Apr 27, 2026
2e4e0e2
fix
Apr 27, 2026
ebdcbfd
fixed
Apr 27, 2026
cec1ef5
diagram fix
Apr 27, 2026
b3c7547
fixed main and fetch_head
Apr 27, 2026
9c0bb96
diagram fixing
Apr 27, 2026
c7f68f4
fixing
Apr 27, 2026
3aaa4d6
diagram
Apr 27, 2026
61c20c7
fixed
Apr 27, 2026
6b8e15c
using cleaned blockdiagram
Apr 27, 2026
2226240
diagram fixing
Apr 27, 2026
ff262a3
diagraam
Apr 27, 2026
9b67f7f
replaced diagram
Apr 27, 2026
fff473d
diagram
Apr 27, 2026
fc8f678
changed to webp file
Apr 27, 2026
4efb429
Merge branch 'main' into main
dboinegri-hue Apr 28, 2026
47b5ac7
added the kicad scheme
May 12, 2026
d537fb2
edited the kicad scheme
May 12, 2026
5e457b9
Merge branch 'main' into project/stefania.boinegri
dboinegri-hue May 13, 2026
f850f03
Merge branch 'main' into project/stefania.boinegri
dboinegri-hue May 14, 2026
b9ab787
added kicad
May 15, 2026
0723d3d
Merge branch 'main' into Project/stefania.boinegri
dboinegri-hue May 15, 2026
f735635
deleted fetch a main
May 21, 2026
da187ce
Merge branch 'Project/stefania.boinegri' of github.com:dboinegri-hue/…
May 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AeroGlove was directly inspired by my time as an exchange student in Sweden, whe

The main components are the STM32 Nucleo-U545RE-Q microcontroller, an MPU6050 accelerometer and gyroscope, a tactile push-button, an RGB LED, and a vibration motor module. The MPU6050 connects via I2C to capture spatial orientation. The microcontroller communicates bidirectionally with the PC via a USB Data Cable, sending inputs and receiving real-time feedback signals back from the computer to trigger the PWM-driven vibration motor.

![Block Diagram](./diagram.svg)
![Block Diagram](./diagram.webp)

## Log

Expand All @@ -42,7 +42,7 @@ The project uses the STM32 Nucleo-U545RE-Q as the microcontroller to process inp

### Schematics

Place your KiCAD or similar schematics here in SVG format.
![Block Diagram](./aeroglove_diagram.svg)

### Bill of Materials

Expand All @@ -53,7 +53,7 @@ Place your KiCAD or similar schematics here in SVG format.
| Tactile Push-Button | Digital Input | 0.36 RON |
| RGB LED Module | Visual Feedback | 2 RON |
| Vibration Motor Module | Haptic Feedback | 5 RON |
| USB Data Cable | Power & Communication | 30 RON |
| USB Data Cable | Power & Communication | 29 RON |
| Jumper Wires | Physical Connectivity | 7 RON |

## Software
Expand Down
Loading