Skip to content

Commit 5763092

Browse files
aprigoreanu20irina-b-devgenan2003
authored
Project/aprigoreanu (#1353)
* Add documentation at index.md * Add hardware specifications * Fixed schematics resolution * Changed schematics resolution * Update website/versioned_docs/version-acs_cc/project/2026/aprigoreanu/index.md * Changed svg to webp format for diagram * Fixed empty links and path to diagram * Update website/versioned_docs/version-acs_cc/project/2026/aprigoreanu/index.md Co-authored-by: Omer Genan <81963672+genan2003@users.noreply.github.com> * Updated software libraries and added weekly logs --------- Co-authored-by: Irina Bradu <72762129+irina-b-dev@users.noreply.github.com> Co-authored-by: Omer Genan <81963672+genan2003@users.noreply.github.com>
1 parent d4635d6 commit 5763092

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • website/versioned_docs/version-acs_cc/project/2026/aprigoreanu

website/versioned_docs/version-acs_cc/project/2026/aprigoreanu/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ Researched mechanical solutions for Braille pins
4040
- Built the circuit
4141

4242
### Week 12 - 18 May
43+
- Tested all components
44+
- Wrote software part of the project
4345

4446
### Week 19 - 25 May
47+
- Fixed last minute issues
48+
- Finishing touches
4549

4650
## Hardware
4751

@@ -85,6 +89,11 @@ Researched mechanical solutions for Braille pins
8589
|---------|-------------|-------|
8690
| [embassy-stm32](https://github.com/embassy-rs/embassy/tree/main/embassy-stm32) | Hardware Abstraction Layer | HAL for bridging interaction between STM32 MCU and Rust software |
8791
| [embassy-executor](https://github.com/embassy-rs/embassy) | Async executor | Schedules and runs async tasks |
92+
| [embassy_time](https://docs.rs/embassy-time/latest/embassy_time/) | Timers and delays | Delays for LCD initialization and SPI device |
93+
| [embassy_sync](https://docs.embassy.dev/embassy-sync/0.8.0/default/index.html) | Synchronization primitives for inter-task communication | Used to coordinate events between tasks |
94+
| [embedded_hal_bus ](https://docs.rs/embedded-hal-bus/latest/embedded_hal_bus/) | Allows bus sharing between devices | Wraps SPI bus so that SD card driver can read it |
95+
| [hd44780_driver ](https://docs.rs/hd44780-driver/latest/hd44780_driver/) | Driver for HD44780 LCD display | Interface to HD44780 LCD |
96+
| [embedded_sdmmc ](https://docs.rs/embedded-sdmmc/latest/embedded_sdmmc/) | SD card filesystem driver | Allows reading from SD card |
8897
| [defmt](https://github.com/knurling-rs/defmt) | Console printing | Allows printing to console for debug purposes |
8998

9099
## Links

0 commit comments

Comments
 (0)