Ports as general digital I/O Sometimes it is a bit difficult to understand the meaning of the most common terms we come across when reading documentation about microcontrollers. When reading about the general purpose input-output module, the terms port and pin often clash with our intuition of what these terms…
AND Gate built with two diodes
1- Introduction Following the same idea on simulating some digital gates on LTSpice and reproducing them on the bench, here I simulate an AND gate in LTSpice and assemble a simple circuit on the bench. By comparing these two approaches I intend to facilitate understanding on the gate’s functionality, so…
The OR gate made with two discrete diodes
The OR gate As an exercise to practice some topics on analogue electronics at the bench, I developed an OR gate using two 1N4004 diodes. The bibliography I used was the classic “Electronic Devices and Circuit Theory” from Boylestad, in its chapter on diodes. I also modelled the circuit in…
The humidity sensor
Summary This document completely describes the humidity sensor: the motivation for creating it, its technical specifications and how it is being currently used. Background After spending time at home during the first 2020 lockdown in the UK (between March and August 2020), I developed the hobby of taking care of…