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: microcontroller-src/README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,7 @@
60
60
- Locate the **EspSoftwareSerial** library in the search results.
61
61
- Click the **Install** button to add the library to your Arduino environment.
62
62
63
-
2.**Install Adafruit NeoPixel:**
64
-
- Navigate to `Sketch` > `Include Library` > `Manage Libraries`.
65
-
- In the **Library Manager** window, enter **"Adafruit NeoPixel"** into the search bar.
66
-
- Locate the **Adafruit NeoPixel** library in the search results.
67
-
- Click the **Install** button to add the library to your Arduino environment.
68
-
69
-
3.**Install DRA818:**
63
+
2.**Install DRA818:**
70
64
> **Note:** The version of the DRA818 library available through the Arduino Library Manager is currently broken. To ensure proper functionality, you need to install it manually from the official GitHub release.
71
65
72
66
-**Download the DRA818 Library ZIP:**
@@ -80,8 +74,8 @@
80
74
- Select the ZIP file and click **Open**.
81
75
- A confirmation message should appear indicating that the library was added successfully.
82
76
83
-
4.**Confirm All Libraries Are Installed:**
84
-
- After completing the above steps, ensure that **EspSoftwareSerial**, **Adafruit NeoPixel**, and **DRA818** are listed under `Sketch` > `Include Library`.
77
+
3.**Confirm All Libraries Are Installed:**
78
+
- After completing the above steps, ensure that **EspSoftwareSerial** and **DRA818** are listed under `Sketch` > `Include Library`.
85
79
- If any libraries are missing, revisit the installation steps to ensure they were added correctly.
Copy file name to clipboardExpand all lines: website-src/contribute.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ <h1>Project files</h1>
60
60
<ul>
61
61
<li>Board: Install v2.0.17 of <b>esp32</b> by Espressif Systems from Boards Manager - DO NOT use newer versions, the code is not compatible with the API changes that were made. The board may not be auto-detected when plugged in, make sure it says <i>ESP32 Dev Module</i> in the drop-down at the top of the IDE or select it manually.</li>
62
62
<li>Library: EspSoftwareSerial (8.1.0) - get this from the built-in library installer</li>
63
-
<li>Library: Adafruit NeoPixel (>= 1.12.4) - get this from the built-in library installer</li>^M
64
63
<li>Library: <ahref="https://github.com/fatpat/arduino-dra818/releases/tag/v1.0.1" target="_new">arduino-dra818 v1.0.1</a> - DO NOT use version 1.0.0 that's included in Arduino package installer, it's old and broken. Install with <i>Sketch > Include Library > Add .ZIP Library.</i></li>
65
64
<li>Configuration: Choose <i>Tools > Events Run On > Core 0</i> so audio processing interrupts run on a separate thread for maximum stability.</li>
0 commit comments