James Sleeman
James Sleeman
Just something that you and other people might find useful, not really a FRQ or issue. Years ago I wrote a parallel (and limited series) resistor calculator which used a...
I purchases a ZJ-58 printer from Aliexpress a while ago and used this driver with it, I noticed some odd "extra blank lines" inserted into the output. After trying with...
`checkAlarms` pauses to avoid race condition, pause is accomplished by flip bit 7 in control register (0x0E), datasheet indicates only stops clock on battery, shoudl test to see if flip...
The DFRobot Mini / MP3-TF-16P protocol is similar, it has an additional version byte and two checksum bytes, and also adds some response data, it may be easy enough to...
Some things, for example, binutils and gcc, have compilation processes that involve compiling temporary stuff that are run on the build machine to do tasks during the compilation process. This...
When routing a board for single-sided fabrication, especially DIY boards it is useful to have what will in reality be the non-copper side only have purely straight line routes which...
https://github.com/MCUdude/MicroCore/issues/65#issuecomment-403579493
https://github.com/watterott/Wattuino/blob/master/software/Optiboot/optiboot.c#L539-L572
Merged https://github.com/sleemanj/optiboot/pull/6 I think we might be able to either get rid of these scripts entirely by adjusting that recipe in platform.txt, or at least add support for them to...
Short story, I have not investigated far, ATTiny5 Writing flash with TPI on 1.06a firmware (prebuilt binary) doesn't actually appear to modify the flash, avrdude: AVR device initialized and ready...