Git Product home page Git Product logo

lms-esp32-monitor-zx2d10ge01r-v4848's Introduction

# LMS-ESP32-Monitor-ZX2D10GE01R-V4848
Control Logitech Media Server with ESP32 rotary encoder ZX2D10GE01R-V4848.

Remote control of a Logitech Media Server with ESP32 rotary encoder ZX2D10GE01R-V4848.

https://www.aliexpress.com/item/1005005121720432.html?spm=a2g0o.cart.0.0.202b7a9dbnu5Dd&mp=1

Displays the cover of the song playing, volume, name and song and duration left.

Push the screen to pause the music and start the clock/weather screen.

Long-push while playing to display the PlayList of songs and select the song or select LMS Player.

Uses the great LVGL Graphics Library.

# Instalation:


Move the lv_conf.h file to LVGL folder.

In the file complete with your WIFISSID and Password, and the IP and port (usually 9000) of the Logitech Media Server.

Put your time and weather city and country, and openweathermap API KEY.

You need to get a openweathermap Api Key.
https://home.openweathermap.org/

Video of the creature:
https://youtu.be/puKpiqUlNPc 

Enjoy!

lms-esp32-monitor-zx2d10ge01r-v4848's People

Contributors

jajito avatar

Stargazers

Torsten Vatheuer avatar Kancelot To avatar  avatar Sébastien avatar  avatar Syl20 avatar jwchen119 avatar  avatar Phuong avatar

Watchers

 avatar

lms-esp32-monitor-zx2d10ge01r-v4848's Issues

KeyError with platformio

Hi,

i changed the config and made the changes as described but run now into issues. I am using platformio VS Code. What is wrong?

Resolving esp32-s3-devkitc-1 dependencies...
Platform Manager: Installing espressif32
Unpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Platform Manager: [email protected] has been installed!
Configuring toolchain packages from a remote source...
Tool Manager: Installing espressif/toolchain-xtensa-esp32s3 @ 12.2.0+20230208
Unpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Tool Manager: [email protected]+20230208 has been installed!
Tool Manager: Installing espressif/toolchain-riscv32-esp @ 12.2.0+20230208
Unpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Tool Manager: [email protected]+20230208 has been installed!
Tool Manager: Installing git+https://github.com/espressif/arduino-esp32.git
git version 2.39.2 (Apple Git-143)
Cloning into '/Users/torsten/.platformio/.cache/tmp/pkg-installing-o26syxlc'...

Tool Manager: [email protected]+sha.575a415 has been installed!
Updating metadata for the vscode IDE...
UserSideException: Processing esp32-s3-devkitc-1 (platform: espressif32; board: esp32-s3-devkitc-1; framework: arduino)

Verbose mode can be enabled via -v, --verbose option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-s3-devkitc-1.html
PLATFORM: Espressif 32 (6.7.0) > Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)
HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash
DEBUG: Current (esp-builtin) On-board (esp-builtin) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:

  • framework-arduinoespressif32 @ 3.0.1+sha.575a415
  • tool-esptoolpy @ 1.40501.0 (4.5.1)
  • toolchain-riscv32-esp @ 12.2.0+20230208
  • toolchain-xtensa-esp32s3 @ 12.2.0+20230208
    KeyError: 'framework-arduinoespressif32-libs':
    File "/Users/torsten/.platformio/penv/lib/python3.11/site-packages/platformio/builder/main.py", line 173:
    env.SConscript("$BUILD_SCRIPT")
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Script/SConscript.py", line 612:
    return _SConscript(self.fs, *files, **subst_kw)
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Script/SConscript.py", line 279:
    exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
    File "/Users/torsten/.platformio/platforms/espressif32/builder/main.py", line 368:
    target_elf = env.BuildProgram()
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Util/envs.py", line 251:
    return self.method(*nargs, **kwargs)
    File "/Users/torsten/.platformio/penv/lib/python3.11/site-packages/platformio/builder/tools/piobuild.py", line 61:
    env.ProcessProgramDeps()
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Util/envs.py", line 251:
    return self.method(*nargs, **kwargs)
    File "/Users/torsten/.platformio/penv/lib/python3.11/site-packages/platformio/builder/tools/piobuild.py", line 121:
    env.BuildFrameworks(env.get("PIOFRAMEWORK"))
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Util/envs.py", line 251:
    return self.method(*nargs, **kwargs)
    File "/Users/torsten/.platformio/penv/lib/python3.11/site-packages/platformio/builder/tools/piobuild.py", line 347:
    SConscript(env.GetFrameworkScript(name), exports="env")
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Script/SConscript.py", line 676:
    return method(*args, **kw)
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Script/SConscript.py", line 612:
    return _SConscript(self.fs, *files, **subst_kw)
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Script/SConscript.py", line 279:
    exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
    File "/Users/torsten/.platformio/platforms/espressif32/builder/frameworks/arduino.py", line 36:
    SConscript(
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Script/SConscript.py", line 676:
    return method(*args, **kw)
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Script/SConscript.py", line 612:
    return _SConscript(self.fs, *files, **subst_kw)
    File "/Users/torsten/.platformio/packages/tool-scons/scons-local-4.7.0/SCons/Script/SConscript.py", line 279:
    exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
    File "/Users/torsten/.platformio/packages/framework-arduinoespressif32/tools/platformio-build.py", line 38:
    FRAMEWORK_LIBS_DIR = platform.get_package_dir("framework-arduinoespressif32-libs")
    File "/Users/torsten/.platformio/penv/lib/python3.11/site-packages/platformio/platform/_packages.py", line 32:
    pkg = self.get_package(name)
    File "/Users/torsten/.platformio/penv/lib/python3.11/site-packages/platformio/platform/_packages.py", line 29:
    return self.pm.get_package(spec or self.get_package_spec(name))
    File "/Users/torsten/.platformio/penv/lib/python3.11/site-packages/platformio/platform/_packages.py", line 21:
    owner=self.packages[name].get("owner"),
    ========================== [FAILED] Took 0.22 seconds ==========================

Thanks in advance,
Torsten

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.