Hello again,
After some time I purchase a propper Arduino Mega 2560 + Ramps 1.6 and DRV8825 for my printer. I'm going over this idea again and I found some issues:
I set the driver to run on full steps (withoud any jumper), then I enter the correct step/mm on the firmware (200 steps/Revolution, 40:1 reduction, 7mm diameter pusher gear so -> 364 step/mm) and the extruder keeps stalling. I tried lowering the frequence when double and quad stepping kicks in to 10000hz and changing the DOUBLE_STEP_DELAY from 0 to 1ms, but it didn't chage anything. Then I Tried disabling quad stepping and the results where the same, what leads me to believe that the quadstepping wasn't kicking in in my previous test
Just to give a little more information:
I tried the same test with Marlin and the results were promising but not entirely, in that case the extruder run Perfectly ok at any RPM when the Steps/mm where 200, but as soon as I put 364, the extruder couldn't go above 5.5mm/s. This is VERY weird since with 200 the extruder could easily go to up to 150mm/s.
Thanks in advance for your help,