Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1bf8e17
Finalizare pagina documentatie si adaugare schema
teobosie28 Apr 25, 2026
3f66276
fix image path
teobosie28 Apr 25, 2026
52ebf15
Reparare format imagine
teobosie28 Apr 26, 2026
a07d164
Schimbare nume imagine in lower case
teobosie28 Apr 26, 2026
78df309
Merge branch 'main' into project/teodora.bosie
teobosie28 Apr 28, 2026
3abb2e0
Merge branch 'main' into project/teodora.bosie
teobosie28 Apr 28, 2026
e027f96
Trig pipeline update
teobosie28 Apr 28, 2026
b36b12c
Updated the image format and added week 10
teobosie28 Apr 29, 2026
b3c87d7
Merge branch 'project/teodora.bosie' of github.com:teobosie28/website…
teobosie28 Apr 29, 2026
6eb40b4
Merge branch 'main' into project/teodora.bosie
victorlisman Apr 30, 2026
2644e45
Added Kicad scheme
teobosie28 May 12, 2026
7be96f8
Fixed schematic image size to meet PR requirements
teobosie28 May 13, 2026
15eae24
^X
teobosie28 May 13, 2026
654825c
Merge branch 'main' into project/teodora.bosie
teobosie28 May 13, 2026
60f390e
Merge branch 'main' into project/teodora.bosie
teobosie28 May 14, 2026
0ad8248
I added the kicad schematic in svg format, I can't make it smaller du…
teobosie28 May 16, 2026
42bb711
Merge branch 'project/teodora.bosie' of github.com:teobosie28/website…
teobosie28 May 16, 2026
4d8ef6c
Dimension of the svg modified
teobosie28 May 16, 2026
0aaea3c
Dimension of the svg modified finally right
teobosie28 May 16, 2026
c57c347
final touches to the website
teobosie28 May 28, 2026
d23d170
Merge branch 'main' into project/teodora.bosie
teobosie28 May 28, 2026
420fb08
Comprimat SVG KiCAD sub limita de 380KB
teobosie28 May 28, 2026
878b7c0
Merge branch 'project/teodora.bosie' of github.com:teobosie28/website…
teobosie28 May 28, 2026
717a99d
Added photos of the project
teobosie28 Jun 3, 2026
2858db5
Added photos of the project again
teobosie28 Jun 3, 2026
a18afeb
Merge branch 'main' into project/teodora.bosie
teobosie28 Jun 3, 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -41,6 +41,13 @@ I continued with the sensor testing and bumped into a frustrating issue with the
## Hardware
The hardware platform of the project is centered around the STM32 Nucleo-U545RE-Q development board, which acts as the main MCU of the rover. Two 3V-6V DC gear motors are used for the differential drive propulsion, paired with a ball caster for stability, and are interfaced with the MCU via an L298N Dual H-Bridge motor driver. An array of four LDR photoresistors is utilized for 360-degree directional light tracking, alongside a GUVA-S12SD UV sensor for detecting high-intensity radiation and an HC-SR04 ultrasonic sensor for obstacle avoidance. Wireless connectivity for remote telemetry is provided by an ESP32 WiFi module.Energy harvesting and power management are handled by a 5V photovoltaic panel that trickle-charges an onboard 18650 Li-Ion battery via a TP4056 charger and an MT3608 step-up regulator. The mechanical structure of the rover itself is manufactured using a custom 3D-printed modular frame, featuring a two-tier chassis that houses the electronics and powertrain on the lower deck and a conical universal pot holder on the upper deck.

### Photos
![Photo 1](images/photo1.webp)
![Photo 2](images/photo2.webp)
![Photo 3](images/photo3.webp)
![Photo 4](images/photo4.webp)


### Schematics

![KICAD Scheme](images/solar_final.svg)
Expand Down
Loading