You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/esp32-upload/esp32-upload.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ title: Arduino UNO R4 WiFi Upload to ESP32
3
3
description: Learn how to upload firmware to the ESP32-S3 on the UNO R4 WiFi
4
4
author: Hannes Siebeneicher
5
5
tags: [ESP32, esptool, Flash]
6
+
hardware:
7
+
- hardware/02.hero/boards/uno-r4-wifi
6
8
---
7
9
8
10
***This article is not suitable for beginners as it easily breaks your board especially when the serial bridge is not properly implemented.***
@@ -63,23 +65,23 @@ Restoring the default firmware varies slightly depending on which operating syst
63
65
64
66
**Windows**
65
67
66
-
1.[Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-windows.zip) and unzip it.
68
+
-[Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-windows.zip) and unzip it.
67
69
68
-
2. Unplug all the USB devices except for your **UNO R4 WiFi**.
70
+
- Unplug all the USB devices except for your **UNO R4 WiFi**.
69
71
70
-
3. Open the **update.bat** file - if a warning dialog appears, click on "More info" and then "Run anyway".
72
+
- Open the **update.bat** file - if a warning dialog appears, click on "More info" and then "Run anyway".
71
73
72
-
4. Follow the steps inside the terminal and select your board from the device list (if you still see more than one device after unplugging everything apart from the board, check under Windows' Device Manager)
74
+
- Follow the steps inside the terminal and select your board from the device list (if you still see more than one device after unplugging everything apart from the board, check under Windows' Device Manager)
73
75
74
-
5. Once done, unplug the board, connect it again and you should have the default firmware installed again.
76
+
- Once done, unplug the board, connect it again and you should have the default firmware installed again.
75
77
76
78
**MacOS**
77
79
78
-
1.[Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-macos.zip) and unzip it.
80
+
-[Download the latest firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/download/0.2.0/unor4wifi-update-macos.zip) and unzip it.
79
81
80
-
2. Unplug all the USB devices except for your **UNO R4 WiFi**.
82
+
- Unplug all the USB devices except for your **UNO R4 WiFi**.
81
83
82
-
3. Right-click on the folder, select "New terminal at folder" (you might find it under "Services"), and launch the following commands:
84
+
- Right-click on the folder, select "New terminal at folder" (you might find it under "Services"), and launch the following commands:
0 commit comments