Digital-Piano-LED VS pijFORTHos

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

Digital-Piano-LED

Light up an LED strip with your digital piano and a Raspberry Pi (by whyboris)

pijFORTHos

A bare-metal FORTH operating system for Raspberry Pi (by organix)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Digital-Piano-LED pijFORTHos
3 3
14 248
- 0.0%
0.0 10.0
almost 3 years ago over 4 years ago
Python Assembly
MIT License GNU Lesser General Public License v3.0 only
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

pijFORTHos

Posts with mentions or reviews of pijFORTHos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-13.
  • Newbie with questions
    1 project | /r/Forth | 9 May 2023
  • Anon knows programming
    1 project | /r/StallmanWasRight | 24 Sep 2022
    And having run across jonesForth (https://github.com/organix/pijFORTHos/tree/master/annexia read the .s file and then the .f file) and basically the idea of building your own personal software stack from scratch, but part of the problem is just having hardware that wasn’t designed to be super complicated to interface with (like USB being much more complicated than PS/2 or wiring up your own grid of switches for a keyboard).
  • Jonesforth – A sometimes minimal FORTH compiler and tutorial (2007)
    11 projects | news.ycombinator.com | 13 May 2022
    I want to write one for bare metal (non-Linux) raspberry pi (ARMv6 32 bit on Raspberry Pi 1 and Zero; ARMv7 and ARMv8 on higher models and also supports 64 bit). I want to have no dependencies required though so was thinking of bootstrapping it with nothing but machine code (determined initially with the help of an assembler and documentation of course). Someone has already ported jonesforth the Raspberry Pi[1] but using serial i/o as the user interface and it has dependecies to build it, but I should be able to get ideas from how they coded their assembly parts compared to the original jonesforth. I want to be able to use HDMI for the screen (already tried it out with some bare metal tutorials in assembly so that's do-able) and again, with no dependencies. And I want to show people how to do it themselves, not just have it be something to run that they don't understand fully. It should also be possible to have the forth kernel build/assemble itself if needed, or cross-target another platform.

    I know I'm all talk right now, like you say, I need to manage my free time so that I would have the "copious free time" to work on this.

    [1] https://github.com/organix/pijFORTHos

What are some alternatives?

When comparing Digital-Piano-LED and pijFORTHos 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

zForth - zForth: tiny, embeddable, flexible, compact Forth scripting language for embedded systems

esp32-cnc

forthy2 - a Forth (for you) too

Arduino-LED - Control addressable LED with Arduino

cs-topics - My personal curriculum covering basic CS topics. This might be useful for self-taught developers... A work in development! This might take a very long time to get finished!

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

ti84-forth - A Forth implementation for the TI-84+ calculator.

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

factor - Factor programming language

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

language-incubator - Learning compilers, interpreters, code generation, virtual machines, assemblers, JITs, etc.