Digital-Piano-LED VS esp32-cnc

Compare Digital-Piano-LED vs esp32-cnc and see what are their differences.

Digital-Piano-LED

Light up an LED strip with your digital piano and a Raspberry Pi (by whyboris)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Digital-Piano-LED esp32-cnc
3 4
14 -
- -
0.0 -
almost 3 years ago -
Python
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Digital-Piano-LED

Posts with mentions or reviews of Digital-Piano-LED. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-28.
  • Ask HN: Does anyone use a Raspberry Pi as your main computer?
    4 projects | news.ycombinator.com | 28 Apr 2022
    Not as my main computer, but as my digital piano sidekick, a USB output from the piano goes to my Raspberry Pi which runs Pianoteq (makes the piano sound like a $100k piano). Optionally, the Pi lights up some addressable LEDs coinciding with keys.

    https://github.com/youfou/pianoteq-pi & https://github.com/whyboris/Digital-Piano-LED

  • 2,400 LED Icosahedron
    4 projects | news.ycombinator.com | 22 Sep 2021
    A nice "gateway drug" is an addressable (programmable) LED strip. Hook it up to a Raspberry Pi or Arduino and have at it! I bought cheap motion sensors and will be installing a strip along the inside of a staircase to light up when I approach it.

    https://github.com/whyboris/Arduino-LED (see "stairs.ino")

    Another project of mine is having the LEDs light up as I play piano:

    https://github.com/whyboris/Digital-Piano-LED

    Unsure where I'll go after I finish these projects, but LEDs are so much fun!

  • Ask HN: What Are You Learning?
    4 projects | news.ycombinator.com | 25 Jun 2021
    A fun tech-related project is hooking up an addressable LED strip to a digital piano and making the strip respond to your key presses on a Raspberry Pi.

    My repository for this (code finished, just need to add photos and add a write up about how to use):

    https://github.com/whyboris/Digital-Piano-LED

    I added a feature that the left and middle pedal buttons navigate through sheet music (PDF left/right button). And I'm also running Pianoteq which makes any (even dinky) digital piano sound like a $100k grand piano (or any piano you pick for that matter) https://www.modartt.com/pianoteq

esp32-cnc

Posts with mentions or reviews of esp32-cnc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-24.
  • KiCad 6.0.0
    4 projects | news.ycombinator.com | 24 Dec 2021
    Here's my KiBot config:

    https://gitlab.com/stavros/esp32-cnc/-/blob/master/project.k...

    It will automatically check your design and generate Gerbers and drill files for you. It will also generate a JLCPCB-compatible BOM that you can upload. All you need to do is add a field on each part called "JLC" in eeschema containing the LCSC part number.

  • 2,400 LED Icosahedron
    4 projects | news.ycombinator.com | 22 Sep 2021
    For anyone who stumbles across this later, here's a KiBot project file that will automatically export the JLCPCB-compatible BOM/CPL file:

    https://gitlab.com/stavros/esp32-cnc/-/blob/master/project.k...

    It does this from a field on each part in the schematic called "JLC" containing the part number. The only thing I'm unsure of is whether the "footprint" column needs to be edited manually later, though.

  • Everything you need to know to design your own CNC router
    1 project | news.ycombinator.com | 19 Jan 2021
    I made a PCB for an ESP32 CNC controller, if anyone finds it useful:

    https://gitlab.com/stavros/esp32-cnc

What are some alternatives?

When comparing Digital-Piano-LED and esp32-cnc you can also consider the following projects:

OpenPianosMap - The goal of this project is to create an open source map of accessibles pianos. Data will be hosted on OpenStreetMap

Arduino-LED - Control addressable LED with Arduino

KiBot - KiCad automation utility

pianoteq-pi - A quick way to install Pianoteq and tweak your system on Raspberry Pi ⚡️

WLED - Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!

code

Digital-Piano-Visualization - Full screen visualization of what you play on your piano

pijFORTHos - A bare-metal FORTH operating system for Raspberry Pi