diff --git a/README.md b/README.md
index 2ae8c1d..70b4ad2 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,11 @@
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]
-
-
+
- +
- **Backside**- +
+ ## About the Project + - This development board is used for the [Wall-E](https://github.com/SRA-VJTI/Wall-E) and [MARIO](https://github.com/SRA-VJTI/MARIO) workshops conducted by [SRA](https://github.com/SRA-VJTI). - Designed using KiCAD. The schematic and board files are [here](https://github.com/SRA-VJTI/sra-board-hardware-design/tree/master/sra_dev_board_2022). - Resources for [previous work](https://github.com/SRA-VJTI/sra-board-hardware-design/tree/v2.2). For more details of the SRA board 2020, checkout this [link](https://github.com/SRA-VJTI/sra-board-hardware-design/tree/v2.2/documentation). @@ -70,7 +72,7 @@ The SRA board is a development board based on ESP32 with on-board peripherals li ## Getting Started with a Development Board- +
In general, every development board has the following basic features: @@ -156,7 +158,7 @@ In general, every development board has the following basic features: 1. **Normal Mode**- +
- As discussed earlier, the new design has two motor drivers. Each TB6612FNG can control two motors. Therefore, using two motor driver one can control 4 motors using 8 GPIO's of ESP32. @@ -167,7 +169,7 @@ In general, every development board has the following basic features: 1. **Parallel Mode**- +
- The parallel mode is a special feature, used for high-rated motors, requiring more than the 1.2A current limit. @@ -198,7 +200,7 @@ In general, every development board has the following basic features: - The solution for this issue was [Diode Auctioneering](http://doerry.org/norbert/papers/20190606-doerry-ashton-auctioneering-diodes.pdf).- +
- There is an inbuilt BAT760 diode on the USB line on ESP32. If different voltages are applied at Vusb and Vin, then the voltage with bigger magnitude will be given to LD1117 (LDO on ESP32); often the voltage will be the same on Vin and Vusb i.e 5V. @@ -235,6 +237,7 @@ In general, every development board has the following basic features: ## Milestones + - [x] Designing of the prototype board - [x] Modular testing of the circuit - [x] Testing of prototype board @@ -254,12 +257,14 @@ In general, every development board has the following basic features: ## Acknowledgements and Resources -- Thanks to [PCBPower Market](https://www.pcbpower.com/) for sponsoring the prototype and the final boards. -- Previous Edition: [SRA Board 2020](https://github.com/SRA-VJTI/sra-board-hardware-design/releases/tag/v2.2) -- [KiCAD Tutorials](https://www.youtube.com/playlist?list=PL3bNyZYHcRSUhUXUt51W6nKvxx2ORvUQB) -- [README Template](https://github.com/roshanlam/ReadMeTemplate) by [roshanlam](https://github.com/roshanlam) + +- Thanks to [PCBPower Market](https://www.pcbpower.com/) for sponsoring the prototype and the final boards. +- Previous Edition: [SRA Board 2020](https://github.com/SRA-VJTI/sra-board-hardware-design/releases/tag/v2.2) +- [KiCAD Tutorials](https://www.youtube.com/playlist?list=PL3bNyZYHcRSUhUXUt51W6nKvxx2ORvUQB) +- [README Template](https://github.com/roshanlam/ReadMeTemplate) by [roshanlam](https://github.com/roshanlam) ## License + - Distributed under the [MIT License](https://github.com/SRA-VJTI/sraboard-hardware-design/blob/master/LICENSE). @@ -274,5 +279,3 @@ In general, every development board has the following basic features: [license-shield]: https://img.shields.io/github/license/SRA-VJTI/sra-board-hardware-design [license-url]: https://github.com/SRA-VJTI/sra-board-hardware-design/blob/master/LICENSE - - diff --git a/documentation/images/README.md b/documentation/images/README.md index 5885c4a..816ff8e 100644 --- a/documentation/images/README.md +++ b/documentation/images/README.md @@ -1,65 +1,70 @@ # SRA Board 2022: Images -1. Schematic image: +## Schematic image + ![Schematic](board_images/schematic.png) -2. Top Silkscreen: -- -
- -3. Bottom Silkscreen: -- -
- -4. Top Layer: -- -
- -5. Bottom Layer: -- -
- -6. Both Layers: -- -
- -7. Top Layer with Polygon: -- -
- -8. Bottom Layer with Polygon: -- -
- -9. Front: -- -
- -10. Front_side1: -- -
- -11. Front_side2: -- -
- - -12. 3d View: -- -
- -12. Bottom View: -- -
\ No newline at end of file +## Top Silkscreen + ++ +
+ +## Bottom Silkscreen + ++ +
+ +## Top Layer + ++ +
+ +## Bottom Layer + ++ +
+ +## Both Layers + ++ +
+ +## Top Layer with Polygon + ++ +
+ +## Bottom Layer with Polygon + ++ +
+ +## Front + ++ +
+ ++ + + + +### 3d View + +
+ +
+ +### Bottom View + ++ +
diff --git a/documentation/images/board_images/Front_side_2.png b/documentation/images/board_images/front_side_2.png similarity index 100% rename from documentation/images/board_images/Front_side_2.png rename to documentation/images/board_images/front_side_2.png