Results 18 issues of Johan Kanflo

There are a few design flaws in the current UART upgrade protocol and the use thereof, as mentioned in #191 1. ```dpsctl.py``` does not do do retransmits 2. As there...

bug
enhancement

The following will cause "litter pixels" not visible when changing using the physical controls. Most likely the deactivation callbacks are not called. ``` % dpsctl -d /dev/cu.usbmodemC4D0B9DA3 -f funcgen Changed...

bug

It should be possible to type `make graphics` and have all the PNGs in `gfx/png` converted.

enhancement
help wanted

One user had issues withe the watchdog being enabled by an ST-LINK flash unlock (#144 ) made me realise the IWDG should be used so the system never locks up...

enhancement

As the USB to serial adapters sold with the DPS.es only work at 9600 as pointed out in #60 we should add that to the documentation.

Getting "timeout talking to device" is quite a drag when we could have gotten something more verbose such as "sorry, but your DPS crashed at 0x12345678 and rebooted" with some...

There is an issue with the DPS5005s (at least the three I tested so far) resulting in output voltage drops at high currents. If outputting 6V (according to UI settings...

enhancement

As mentioned in #17, a PID controller would be very useful to maintain output power while under load.

enhancement
help wanted

I did not note today is Friday the 13th until I found a bug in the past.c code. Writing a unit smaller than 4 bytes will corrupt the past. Guess...

For resistors drawing, say, 400mA, the current limit needs to be set to 600mA or the OCP will kick in immediately when enabling power. The inrush current needs to be...

enhancement