Category Archives: Tutorials & explanations

Attempts at explaining stuff.

GPIO abuse - sourcing and measuring at the same time

The GPIO (General Purpose Input Output) pins are the pins of a microcontroller (or other device) that can connect the device to the rest of the world, without having a particular dedicated function. In contrast to pins dedicated to a … Continue reading

Posted in Tutorials & explanations | Leave a comment

Overdetermined system of linear equations

Introduction This text is a quick post that should give a quick explanation on (overdetermined) systems of linear equations, particularly their matrix form. It is for an upcoming article that deals quite a lot with these systems. Warning: Please note … Continue reading

Posted in Tutorials & explanations | Tagged , , | Leave a comment