xerootg

Results 24 comments of xerootg

fwiw - I took an exact-o knife, soldering iron, and file to mine today and ported the left fan cavity to see if I could improve the left fan. yes,...

There are many projects with this exact model - dual licensing. Trampas has chosen to extend GPLv3 to non-commercial uses, and not for commercial uses. If your a non-commercial user,...

Do you have ideas about what it would take to make this happen? I have two batteries, both ble (nordic) central mode uart, that I'd like to use with your...

I have a basic simplefoc implementation on my GitHub. It's using the wrong pwm implementation, but if you are interested, I can push my local branch. On Wed, Jun 30,...

I wouldn't say that I have tuned the driver very well, as I wrote just enough code to make it spin. It needs some tuning in regards to base frequency...

I've been kind of wondering if pid as implemented was the right approach, given that positional control is not speed control. The nano stepper project has a very interesting pid...

Ok, so something along the lines of one step commanded, one step held? I think that's what most of us are really after.

Yeah, the pid loop is used to adjust the current in positional pid in the design of the microstepper project for this exact reason. On Sun, Apr 4, 2021, 19:36...

So your saying that even the positional correction implementation is leading to missed steps? On Sat, Dec 11, 2021, 17:27 Christian Piper ***@***.***> wrote: > Missed steps still occurring, even...

Hmmm... I wonder if there's something in the lovely interrupt documentation about how to detect missed interrupts, it would be interesting to see if this missed step is still in...