Skip to content

Commit e72a0ec

Browse files
Update README.md
1 parent f0a90ec commit e72a0ec

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,24 @@ The **Muse Library** is an Arduino library designed for the ESP32-based Muse dev
3232
2. Navigate to **Sketch** > **Include Library** > **Manage Libraries**.
3333
3. In the Library Manager, search for `Muse_library`.
3434
4. Click **Install** on the Muse library by `Raspiaudio`.
35-
5. Select int Tools-Board-ESP32 Wrover
35+
36+
37+
##Muse radio arduino configuration
38+
<img width="402" height="587" alt="image" src="https://github.com/user-attachments/assets/3cccf144-1632-437a-ba7c-296fc5967c82" />
39+
3640

3741

3842
## Dependencies
39-
- Tested on ESP32 version 3.0.7
40-
- [Audio](https://github.com/schreibfaul1/ESP32-audioI2S) by schreibfaul1 YOU NEED TO INSTALL THIS LIBRARY MANUALLY search for "ESP32-audioI2S-master" in the library manager
43+
- Tested on ESP32 3.3.0
44+
- ESP32-audioI2S-master@3.4.0
4145
- [Adafruit NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) by Adafruit
4246
- [ESP32Encoder](https://github.com/madhephaestus/ESP32Encoder)
4347
- [ESP32-A2DP](https://github.com/pschatzmann/ESP32-A2DP)
4448
- [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI)
4549
- [esp32-sh1106-oled](https://github.com/davidperrenoud/Adafruit_SH1106) **replace the User_Setup.h of this repository in the TFT-eSPI library directory to apply the screen preferences**
50+
51+
- Arduino sockets
52+
4653

4754

4855
Ensure that the libraries are installed before using the Muse_library.

0 commit comments

Comments
 (0)