-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Simple Introduction Please #2
Comments
I've not used it but had a browse of the source as it sounded cool (I've not got an NTS-1, and have no affiliation with Korg or this project) To communicate in an Arduino environment you can use this library from the examples folder, which abstracts the communication layer to some nice functions and events [1] It looks like the comms layer (using SPI) is only implemented for STM32 at the moment, so incompatible with a traditional atmega arduino (uno, mega etc.), STM32duino / platform.io are probably the simplest ways to get started If you wanted to use an official Arduino, the interface header file is fairly generic [2] , so you'd need to implement |
@samjkent |
Hey @scotus-49, I'm working on understanding the STM32 library provided here and possibly building one for the ESP32. I'm also documenting the analysis, which might help you out a bit. It's not yet complete and I don't have any working code, but I go quite a bit into detail about how this code works. I also plan on updating it frequently over the next few days as I progress. Here's the repo: |
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 a high professional level of soldering and programming.
Has anyone outside of Korg actually done this? I can at present find no sign on the internet of anyone managing to do any hardware customization. It"s a great idea, but how does the average person get started?
The text was updated successfully, but these errors were encountered: