blog

date: 2025-06-01 15:08:59 projects: skipper
it begins! the test executive component of skipper is under construction. this test executive is called rimmer

rimmer accepts an input file which contains TE and test definitions; the TE is then connected to and the tests will be run

the test definition part is still not fully thought out...


date: 2025-04-20 05:27:44 projects: skipper
recently a project was undertaken to rewrite the skipper build system in cmake. this is complete.

the new build system has an improved test system by enabling coverage and generating gcovr reports

there is now 100% coverage unit testing of the datastructures and >90% coverage of the utils directories. the utils are lower as there seem to be some redundant checks leading to never-followed branches. the pruning of these is planned


date: 2025-03-22 23:19:05 projects: skipper
the oscilloscope interface rework project is now complete!

the new interface is easier to extend and to read

the testing was fun, the switchBox was connected to a toy keyboard from argos in such a way that each individual key could be pressed and the speaker was connected to an oscilloscope. the keys were then pressed in turn with the oscilloscope measuring the signals. this measurement was verified and was within a reasonable bound(given that the keyboard has lots of jitter and drift)


date: 2025-01-05 01:35:08 projects: switchBox
after a bit of work, the firmware is generally close to completion.

the current firmware can operate the switches and maintains counts of how many times a given contact has been closed(moved from NC to NO) as well as reporting the status

operation over USB and TCPIP are working

it is planned to add support for static IP addressing

the enclosure is coming along, the base holes have been drilled(but not countersunk) and the rear panel is marked up for the PCB mounted connectors. all front modifications are TODO

both the top and bottom PCBA have been produced


date: 2024-12-19 01:46:47 projects: skipper switchBox
after a little testing, the source of a major inaccuracy of the skipper PSUTester has been discovered. the root cause was the PSU current measurement was rounded to 2DP by the instrument but the load current measurement was not and had many extra digits which could, when PSU connected directly to load, output an efficiency of >100%(up to 104 in fact!); after similarly rounding the reading from the load everything returned to a realistic figure(loopback was somewhere around 99.99% which is good enough).

here are some outputs of the power tester. they are regulation and efficiency graphs for the flyback on the switchbox project