-
Notifications
You must be signed in to change notification settings - Fork 3
Glossary
Bill of materials, it is more or less the list which items you need to create a board
The mcu is shorthand for microcontroller unit. When we speak of the mcu, we mostly mean a dev board.
- Teensy is a dev board.
- Esp32 is the chip itself but we mostly use it as synonym for the devboards with esp32-wroom chip like (TTGO, NodeMCU ESP32, ...)
MIDI2LR is a software application to translate the Schwurbler input to Lightroom actions.
https://github.com/rsjaffe/MIDI2LR
Minimal Valuable Product - This is a first working prototype.
It is a Printed Circuit Board. The board where everything gets soldered onto. We use only through the hole soldering items to keep it beginner save. At least for the first board designs. You might want to have a look in this nice guide how to solder right by Mitch Altmann, Andie Nordgren and Jeff Keyzer from mightyohm.com
A potentiometer is an electrical resistance component whose resistance values can be changed mechanically (by turning or shifting). There are linear potentiometers (faders or sliders) and rotary potentiometers.
A rotary encoder is a type of position sensor which is used for determining the angular position of a rotating shaft. It generates an electrical signal, either analog or digital, according to the rotational movement. Details can be found here: https://howtomechatronics.com/tutorials/arduino/rotary-encoder-works-use-arduino/
The Teensy is a USB-based microcontroller development system.
> PJRC Website