TheKikGen / kikpad

KiKPad : the Midiplus SmartPad reinvented !
42 stars 12 forks source link

How to modify it? #3

Closed 4dvn closed 3 years ago

4dvn commented 3 years ago

Hello, thank you for this great project, can you tell my how to modify it for 4x4 buttons pad & 4x4 rgbs and 4 rotarys?

TheKikGen commented 3 years ago

Hello. You mean a new design ?
This project is specific to the lowcost Midiplus Smartpad.
If you need to port it to another hardware, simply study the code (c++).

4dvn commented 3 years ago

Hello. You mean a new design ? This project is specific to the lowcost Midiplus Smartpad. If you need to port it to another hardware, simply study the code (c++).

yah, i'm buying the stm32f103rbt6 for testing, but i'm still stuck to defind the rgb pinout and rgb leds type

TheKikGen commented 3 years ago

Maybe you should buy a Smartpad and build your project on. It is less than 60 euros, and you have a full dev platform !!

4dvn commented 3 years ago

Maybe you should buy a Smartpad and build your project on. It is less than 60 euros, and you have a full dev platform !!

Hello, Can you sent me the example 1-2 buttons midi push handle code from this example: https://github.com/arpruss/USBComposite_stm32f1/blob/master/examples/midiout/midiout.ino when push the buttons sent note from note 36-37

TheKikGen commented 3 years ago

Hi. Ask directy the author Arpruss. I don't use USBComposite.