RASPIAUDIO / museProto_speaker

App for Muse PROTO board(ESP32 based)
9 stars 2 forks source link

museProto_speaker

Here is a tiny speaker app using a Muse Proto board

with 2 running modes:

It uses 3 buttons:

Before building it using Arduino...

  1. You have to add the Muse specific library (muse_lib) to Arduino libraries

    For example using these bash commands :

         > cd ..../museProto_radio
         > cp -r muse_lib ..../Arduino/libraries
  2. You have also to copy some audio files from the "data" directory to the flash memory

         with Arduino : => Tools => ESP32 Sketch Data Upload