Skip to content

Commit 4c864e7

Browse files
authored
Project/amir.fallah (#1238)
* added initial documentation * fixed grammar * added minimal libs and links * feat: added sch + changed BOM * fix: changed schematic svg dimensions * fix: changed schematic svg to webp for minimal size
1 parent badfb69 commit 4c864e7

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

79.9 KB
Loading

website/versioned_docs/version-acs_cc/project/2026/amir.fallah/index.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,26 @@ This is a project I had on my radar for a long time. Having no experience with C
2424
## Log
2525

2626
### Week 20 - 24 April
27+
2728
Made initial documentation and ordered hardware parts.
2829

30+
### Week 4 - 8 May
31+
32+
Parts started to arrive. I tested each part individually with some of them not working. I was forced to order three identical components to be sure one of them worked. Along side the hardware test I build for each component a small sanity check program to test the functionality.
33+
34+
### Week 11 - 15 May
35+
36+
Motors arrived.
37+
2938
## Hardware
3039

3140
I am running the robot in a theadered format, for the ease of development, to concentrate my attention on building it, not on changing the battery every 40 minutes.
3241

3342
### Schematics
3443

35-
TBD
44+
![Schematic](./images/schematic.webp)
45+
46+
The schematic does not include the power bus, just the data and commands wires.
3647

3748
### Bill of Materials
3849

@@ -42,8 +53,8 @@ TBD
4253
| [MPU6050](https://cdn.sparkfun.com/datasheets/Sensors/Accelerometers/RM-MPU-6000A.pdf) | IMU (Gyroscope + Accelerometer) | [16 RON](https://www.emag.ro/modul-accelerometru-si-giroscop-mpu6050-ai382-s321/pd/DB606JBBM/)
4354
| [HM-10](https://components101.com/sites/default/files/component_datasheet/HM10%20Bluetooth%20Module%20Datasheet.pdf) | Bluetooth Module | [27 RON](https://www.emag.ro/modul-bluetooth-4-0-ble-at-09-hm-10-msalamon-conectivitate-rapida-mic-si-eficient-ideal-pentru-proiecte-iot-economiseste-energie-fiabil-usor-de-montat-functioneaza-in-diverse-conditii-calitate-inalta-/pd/DHKDDVYBM/) |
4455
| [LM2596](https://www.ti.com/lit/ds/symlink/lm2596.pdf) | Buck Converter 12V - 5V | [10 RON](https://www.emag.ro/modul-dc-dc-step-down-lm2596-765464701237/pd/DWHHRGBBM/) |
45-
| [TB6612FNG](https://cdn.sparkfun.com/datasheets/Robotics/TB6612FNG.pdf) | Dual Motor Driver | [26 RON](https://www.emag.ro/driver-motor-tb6612fng-punte-h-dubla-control-pwm-1-2a-bmx474/pd/DSMDW83BM/) |
46-
| [JGA25-371](https://people.ece.ubc.ca/~eng-services/files/courses/elec391-data_sheets/MOT4-info.pdf) | Encoder Disk Gear Motor 12v | [2 x 31 RON](https://www.aliexpress.com/item/1005007889281285.html) |
56+
| [L298N](https://www.st.com/resource/en/datasheet/l298.pdf) | Dual Motor Driver | [10 RON](https://www.optimusdigital.ro/en/brushed-motor-drivers/145-l298n-dual-motor-driver.html?search_query=L298N&results=3&HTTP_REFERER=https%3A%2F%2Fwww.optimusdigital.ro%2Fen%2Fsearch%3Fcontroller%3Dsearch%26orderby%3Dposition%26orderway%3Ddesc%26search_query%3DL298N%26submit_search%3D) |
57+
| [JGB37-520](https://c1555f5ec9.clvaw-cdnwnd.com/34662fcf1f1e607c561442431023ac8e/200013049-b3a11b3a13/JGB37-520%20Datasheet.pdf) | Encoder Disk Gear Motor 12v | [2 x 56 RON](https://www.aliexpress.com/item/1005007204535740.html) |
4758

4859

4960
## Software

0 commit comments

Comments
 (0)