FantomXR Posted June 24, 2015 Report Posted June 24, 2015 Hey people, I'm looking for a solution to combine the fast scanning speed of the MB_KB app and the features of NG. With that said, I want to use two STM32F4. One is running NG and one is running KB. Is there a simple way to connect the KB to NG without using MIDI? I read about the CAN-protocol, but I'm not sure, if the STM supports this method and it's even not clear to me, how this connection should work. Thanks! Chris
Hawkeye Posted June 25, 2015 Report Posted June 25, 2015 (edited) <retro hack mode> (box1) DOUT -> DIN (box2) (box1) DIN <- DOUT (box2) </retro hack mode> ??? Depends on how complex the data structures are, that you need to send, but setting up s.th. with a simple pulsed clock and maybe parallel data transfers should be < 50 lines of code on both ends :smile: (i never said how long those lines are :-)) Edited June 25, 2015 by Hawkeye
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now