Skip to content

Commit

Permalink
Merge branch 'master' into installation_script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shankari02 authored Dec 7, 2024
2 parents 64a5b36 + 23eeb62 commit bed12a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 3_MPU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ There are various terms related with the Pulse Width Modulation:-

* The roll and pitch angles are calculated from the accelerometer using the [formula](https://www.digikey.com/en/articles/using-an-accelerometer-for-inclination-sensing) below :

<img src="https://render.githubusercontent.com/render/math?math=\theta = \arctan(\frac{A_{X.OUT}}{A_{Y.OUT}})">
$$\theta = \arctan\left(\frac{A_{X.OUT}}{A_{Y.OUT}}\right)$$



Expand Down
2 changes: 1 addition & 1 deletion 6_line_following/partition_table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 1M,
factory, app, factory, 0x10000, 2M,
www, data, spiffs, , 1M,
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ The Wall-E workshop focuses on the concepts of line-following and self-balancing

| TOPIC | Link | Description |
| :-------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------: |
| LED Blink | [LED_Blink](https://github.com/SRA-VJTI/Wall-E/blob/dev/1_led_blink/README.md) | Performing LED Blink by connecting the LED with esp32 |
| Light Sensing Array | [LSA](https://github.com/SRA-VJTI/Wall-E/blob/dev/2_LSA/README.md) | Sensing Array that uses different Light Sensors, majorly used for Line-Following |
| MPU6050 | [MPU](https://github.com/SRA-VJTI/Wall-E/blob/dev/3_MPU/README.md) | Motion controlled MPU measures angles with respect to 6 Degrees of Freedom |
| Switch controlled motor in normal mode | [Normal_Mode](https://github.com/SRA-VJTI/Wall-E/blob/dev/4_switch_controlled_motor_normal/readme.md) | Controls the movement of Bot manually using switches connected in normal mode |
| Switch controlled motor in parallel mode | [Parallel_Mode](https://github.com/SRA-VJTI/Wall-E/blob/dev/5_switch_controlled_motor_parallel/README.md) | Controls the movement of bot manually using switches connected in parallel mode |
| Pulse Width Modulation | [PWM](https://github.com/SRA-VJTI/Wall-E/blob/dev/6_PWM/README.md) | Calculate average voltage and controls speed accordingly |
| Line-Following | [Line_Following](https://github.com/SRA-VJTI/Wall-E/tree/dev/7_line_following) | Line-Following algorithm that enables the bot to follow the path of white line |
| Self-Balancing | [Self_Balancing](https://github.com/SRA-VJTI/Wall-E/blob/dev/8_self_balancing/README.md) | Self-Balancing algorithm that enables the bot to balance its weight under the force of gravity |
| LED Blink | [LED_Blink](https://github.com/SRA-VJTI/Wall-E/blob/master/1_led_blink/README.md) | Performing LED Blink by connecting the LED with esp32 |
| Light Sensing Array | [LSA](https://github.com/SRA-VJTI/Wall-E/blob/master/2_LSA/README.md) | Sensing Array that uses different Light Sensors, majorly used for Line-Following |
| MPU6050 | [MPU](https://github.com/SRA-VJTI/Wall-E/blob/master/3_MPU/README.md) | Motion controlled MPU measures angles with respect to 6 Degrees of Freedom |
| Switch controlled motor in normal mode | [Normal_Mode](https://github.com/SRA-VJTI/Wall-E/blob/master/4_switch_controlled_motor_normal/README.md) | Controls the movement of Bot manually using switches connected in normal mode |
| Pulse Width Modulation | [PWM](https://github.com/SRA-VJTI/Wall-E/blob/master/5_PWM/README.md) | Calculate average voltage and controls speed accordingly |
| Line-Following | [Line_Following](https://github.com/SRA-VJTI/Wall-E/tree/master/6_line_following/) | Line-Following algorithm that enables the bot to follow the path of white line |
| Self-Balancing | [Self_Balancing](https://github.com/SRA-VJTI/Wall-E/blob/master/7_self_balancing/README.md) | Self-Balancing algorithm that enables the bot to balance its weight under the force of gravity |



<!-- ROADMAP -->

Expand Down

0 comments on commit bed12a4

Please sign in to comment.