mutanwulf / ESPTonUINO32

TonUINO V2.0 Code für ESP32 mit Erweiterungen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPTonUINO32

ESPTonUINO32 V3.1.1 by M.Schwager

actual under development

  • additional buttons

    • seperate buttons for next/last track / 5 button control
  • SDCard files

    • Language menu and structure expanded to Tag to save Ambilight color
    • additional files added
    • sorting mp3 files
  • electric

    • actual schema
    • actual layout
  • 3d housing

Currently implemented:

  • Web interface for remote control

    • Play, Pause, Start, Stop, Volume
    • Adjust equalizer
    • max. Adjust Volume
    • Off timer
    • On timer
  • Ambientlight with WS2812 LEDss

    • change the color via web interface
  • Timer for switching on and off

    • Sunrise and sunset simulation for switch-on timer
    • MP3 playback when switching on / off
  • AP mode to configure WLAN without anchoring this (SSID, PW) in the code

    • Voice message if there is an error with the connection
  • Welcome at startup

  • Headphone detection

    • reduces the volume when headphones plugged
    • Limit the volume when headphones are plugged
    • switches to previous volume when headphones are no longer plugged in
  • Function of the up-down keys changed

    • short press = Volume +/-
    • long press = Track +/- (unused if 5 buttons enabled)
  • Viual Studio Code mit platformio-code

Hardware / Layout (http://hobbycomponents.com/images/forum/Wemos_Lolin_D32_Diagram_HCWEMO0014.png)

fritzing Layout

Still open and planned:

  • Saving the settings in EEPROM / Flash
  • Manage tags

additional goodies

  • precompiles bin file

About

TonUINO V2.0 Code für ESP32 mit Erweiterungen

License:GNU General Public License v3.0


Languages

Language:C++ 83.5%Language:C 16.5%