Ben V. Brown

Results 227 comments of Ben V. Brown

We should be able to. Also helpful to know that the PID code is always effectively running 1 sample delayed as well. (But in lock step). At the end of...

Temperature latency should not have changed dramatically (I multiplied the counting speed by 2.55x to compensate for more counts). But i 100% agree that a feed forward is probably a...

Yeah, just let me know, Ill try and have a look at timing on my units when I get a break to check that I didnt mess up any maths.

Ah okay, yeah that does sound more like a tip issue then. There are also the hakko tips for cheap that are compatible that I have used as sacrificial testers...

lookupTipDefaultCalValue is the gain of a `y=mx+b` line of best fit. (aka the `m`) `b` is the offset that is calibrated per unit as this is ADC offset. So not...

Thermocouples are mostly linear in the range that we are using them in. There used to be one back in firmare 1.x but in 2.x I went for measured values....

I mean I'm not against this, but I sort of left them on the basis of (a) I'm not paying for file storage and (b) they dont really hurt anyone,...

FUSB only controls the CC lines, so it wont touch the data lines. Have you any further changes that are unpushed? I can try and have a look see this...

Ah, having a look quickly; how are you checking your interrupt handler (and therefore `usbd_isr`) is not being called? To rule out the function not linking you could try removing...

> @Ralim thanks a lot! I'm not ignoring you I promise 😅 > To test that the ISR is triggered I a) set a breakpoint on the function and b)...