-
Notifications
You must be signed in to change notification settings - Fork 3
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
Need help #1
Comments
I'm glad someone took interest in my project. Unfortunately, I stopped development at some point, but want to continue it in the near future. I used BlackPill board (F1), so I'm not sure if everything will work correctly on bluepill, but since they use the same MCU, there's a high chance it will. To upload the code, I used PlatformIO IDE and ST-Link programmer. If you manage to successfully flash the bluepill board, and it registers as a MIDI device, I can provide the schematics and help you modify the code for your needs. |
Thank you for reply, can you tell me which part need to modify for my buttons request ( 16 buttons ) also i need schematic for testing thank you! |
For code editing, you should look at the
The code assumes all buttons are connected to GPIO Port A. If you need to use buttons connected to other GPIO ports or use a scan matrix, you will need to write some more logic in the code which I did not have time to add. |
What's wrong with bluepill ? |
I create a new project with bluepill and import your code to compile it but when upload hex via stm utility done the usb midi driver show error on board |
Can you upload the schematic and how to upload code for stm32f103c8t6 bluepill? I want to make 16 buttons from note 36 to 51 can you give me the code of that?
The text was updated successfully, but these errors were encountered: