Skip to content

Commit 6c1559f

Browse files
authored
Project/robert.petcu0204 (#1212)
* Documentation * Add schematic and update logs
1 parent 4de2c31 commit 6c1559f

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

19.1 KB
Loading

website/versioned_docs/version-acs_cc/project/2026/robert.petcu0204/index.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ flowchart TB
4444
4545
Power[9V / 3A Power Supply]
4646
Buck[LM2596 Buck Converter]
47-
Rail[5V / 6V Servo Rail]
47+
Rail[5V Servo Rail]
4848
4949
Phone -->|Bluetooth| HC05
5050
HC05 -->|UART| STM32
@@ -76,7 +76,7 @@ flowchart TB
7676
- Researched multiple project ideas.
7777
- Chose the Bluetooth Nerf Turret as my project idea.
7878

79-
### Week 7 - 20 April
79+
### Weeks 7 - 20 April
8080

8181
- Researched the hardware components needed for the project.
8282
- Estimated the total cost of the electronic components.
@@ -86,6 +86,11 @@ flowchart TB
8686

8787
- Ordered the hardware components.
8888

89+
### Weeks 29 April - 12 May
90+
91+
- Tested the main hardware components individually, including the DC motor, servomotor, UART communication and the Bluetooth communication setup.
92+
- Connected and tested multiple components together to validate the power distribution and the interaction between the STM32 board, the servo motor and the HC-05 module.
93+
8994
## Hardware
9095

9196
1. STM32 board - the main microcontroller board of the project. It receives commands from the Bluetooth module and controls the servomotors and firing system.
@@ -95,13 +100,17 @@ flowchart TB
95100
5. Logic-level MOSFET - an electronic switch used to control the DC motors.
96101
6. Flyback diode - a protection diode used in the motor circuit.
97102
7. LM2596 buck converter - a step-down voltage regulator.
98-
8. External 9V / 2.5A+ power supply - the main power source for the motors and servos.
103+
8. External 9V / 3A power supply - the main power source for the motors and servos.
99104
9. 3D printed turret structure - the mechanical frame of the project.
100105
10. Foam darts - the projectiles launched by the turret.
101106
11. Wires, connectors, screws and rubber bands - assembly and connection materials.
102107

103108
### Schematics
104109

110+
The following schematic shows the electrical connections between the STM32 control unit, the HC-05 Bluetooth module, the servomotors, the DC motors, the MOSFET driver and the LM2596 power converter.
111+
112+
![Bluetooth Nerf Turret schematic](./images/newschematic.webp)
113+
105114
### Bill of Materials
106115

107116
| Device | Usage | Price | Link |

0 commit comments

Comments
 (0)