Comment on Current limiting

<- View Parent
boojumliussnark@lemmy.world ⁨1⁩ ⁨week⁩ ago

Thanks for taking time to look at this! :)

The issue is that if something is blocking the motor, or the limit sensor is not working, the motor should stop before burning itself out or breaking stuff.

I did buy a hall effect current sensor (www.aliexpress.com/item/1005006222090940.html) that I was thinking of connecting to the pi pico on an interrupt enabled pin, so I could cut off the engine output at the source, and alert my upstream controller. But I just couldn’t wrap my head around how to implement it.

Another option that I considered was putting some kind of fuse on the 18v rail and try to figure out how to detect if the 18v rail was dead and feed that to the pico - but then I’m not really sure how much simpler (if at all) that would be.

The picos inputs are 3.3v btw.

source
Sort:hotnewtop