First I want to say that im very very glad that this projekt exists!
After sucessfully finishing my midibox128, i was wondering if there is any possibillity to control a Motor using a PWM controll (and of course midi). Of course I did see the MF modul which also handles with PWM, but as i understood the PWM ‘times’ - which would control the motor speed - are fixed in the code? If they could be controlled via midi it would be great! Does anyone sees a possibility to realize that?
The PIC contains two special hardware peripherals for PWM generation, one is not allocated by MIOS and can be used for any purpose (e.g. the MBSID application uses this module to generate a 1 MHz clock with 1:1 duty cycle)
The second one is free, if the application doesn’t need the USER_Timer process
@duggle: i thougt about that too, but didnt find a VC PWM-module. And I also think I prefer a software- based solution.
@ tk: Yes, two motors should be ok for a start. Is there any descritpion how to
deal with these PWM outputs? and is it easy to enable the second unused PWM controller? I have little programming skills, and just started with a single core and a MidiO-128 module, without fixing the MIOS code itself, so a hint in the right direction would maybe help me a lot!