General

ESP32 and DF Player mini

userHead Account cancelled 2020-11-01 15:59:58 3600 Views2 Replies
Hello,
i´m new here in this Forum.....so be kind
i try to get an df player mini work with an esp32 dev board, i tried a few codes and watch some videos but nothing works.....my arduino ide send me the error that the sketch can´t compile for esp32......it is the most shown sketch on youtube or the net....

i normaly work with arduino nano and i got no problems to get the mp3 player works with......

but my next project is to huge for the nano, so i want to try it with the esp32.....but i´m not able to.....

sry for my english

kind regards

Thorsten
2020-11-07 18:42:44 hotmail inlog userHeadPic eastin2
2020-11-02 18:32:43 Thanks for using,
Maybe you need to get an ESP32 SDK in Arduino IDE
Plug FireBeetle to your computer, install the driver manually.
Add FireBeetle Board URL to Arduino IDE
Open Arduino IDE, File->Preferences, find Additional Boards Manager URLs, copy the below link, and paste in the blank.

http://download.dfrobot.top/FireBeetle/ ... index.json

Open Tools->Board->Boards Manager, waiting automatic update. You'll find FireBeetle-ESP32
Now, the development environment has been installed, you can use it like a normal Arduino board.

I wish this can be worked
If it dosen't work, please reply in this post
userHeadPic 347945801