Laurentiu Badea
Laurentiu Badea
I do not know if it has been discussed at IAB, but it looks reasonable. The bidder is the alias, correct ?
Indeed, that reflects my experience, most of the time there are no Interest Group bids, sometimes I do see wins but those are never rendered. The behavior I've observed is...
About turning off motors see comment in #64
New versions might not need display at all. The MPU should be powered off though if not needed. The app keeps all the info though, so maybe a power button...
This is to replace the platform-to-camera shutter cable. The controller uses this to take a photo (or more) at each position, autonomously. Since most DSLRs have IR sensor, if I...
At least for my camera, the IR remote needs a single quick press, which is the main reason I kind of want it. I've miscalculated the shutter timing a few...
This issue was indeed about the standard flash "switch", the other one you are referring to about decoding protocols is probably #55. Did you find that the duration matches the...
This library does software bit banging (flipping the step output), it is going to be slower than timer-based or SPI/UART. Multiple motors, but in particular high microstep values may hit...
This is likely an Arduino support issue on M1 Sonoma Macs. The library code is cross-compiled to the target arch by Arduino or PlatformIO so it has no dependency on...
Thanks, good to know!