nts-1-customizations
nts-1-customizations copied to clipboard
Official repository for hardware customizations of the Nu:Tekt NTS-1 digital kit
**Is your feature request related to a problem? Please describe.** "Custom_Panel_RevC/KiCAD/sym-lib-table" refers to "${KIPRJMOD}/NTS-1_CustomPanel.lib", but it is not included in the repository. **Describe the solution you'd like** Having a symbol...
**Is your feature request related to a problem? Please describe.** I can't find any documentation for how to build the stomp box version of the NTS-1. **Describe the solution you'd...
https://forum.kicad.info/t/warning-avoid-all-links-to-kicad-pcb-org-use-kicad-org/31521
This PR fixes unstable SPI communication. GPIO_SPEED_FREQ_HIGH is for range 10 MHz to 50 MHz communication and is too fast for the communication between NTS1 main board and control panel...
Hi i see that "Low level information about the communication protocol with the main board will be provided at a later date",... I m wondering if is possible now to...
Issue: The following sketch does not work. In the message handler `rx_value()`, `val->value` causes system crash. I suspected this is a memory alignment problem, and added `__attribute__((aligned))` to `s_rx_event_decode_buf` in...
Hello! I've been working on an implementation of the NTS-1 C interface for the Espressif ESP32. It needs still needs polishing, but it is mostly working as a feature-complete replacement...
Do you have anywhere information for the average Arduino user to get started with customizing the NTS-1? Something using readily available components for simple experiments? Your examples seem to assume...
I am trying to use a TFT screen with the NTS-1 Custom Control surface and get compile errors on any library I try and use. I have definitely gotten this...
Is there a way for the custom panel to receive MIDI Start / Stop events? If not, is it possible to add an API?