Michael Moon

Results 81 comments of Michael Moon

I think it's actually limited by the PCB at the moment to maybe 8A or so, there's a few traces around the mosfets that aren't really thick enough to handle...

I'm fairly new to git too.. all those extra commits are from merging into upstream. I've learned from traumflug that it's much cleaner to keep a branch in sync with...

~/FiveD_on_Arduino/simulation $ make make: Circular serial.o

hi, is this still relevant to the current codebase? Without my motors set up I can't tell

I concur.. first step is using an SD card as a simple buffer device, as I've read that the fat libraries are fairly sizeable

this is an excellent idea, and I think not too hard to implement. remember to compensate for noisy temp sensor :) detecting bogus readings (use existing TC_OPEN flag) and killing...

A PID tuning block could be fun.. wikipedia lists a few tuning algorithms I think. We would need to make sure it doesn't run automatically because having hand-tuned settings overwritten...

It does depend on SDL, so you need SDL headers installed to compile ;) What do `pkg-config --cflags sdl` and `pkg-config --libs sdl` say on your system? I get the...

I guess your one looks nicer than this old thing anyway ;)

hm, somehow your fontconfig is returning a nonexistent file when asked for a monospace font.. can you add liberal printf between main.c#L1029 and L1044 and see what's happening?