Posts

Quantum Computing: From Basics to the Frontier

A guided walkthrough Quantum Computing: From Basics to the Frontier What qubits are, how they entangle, how circuits manipulate them, where the speedups come from, why the hardware is so hard to build, and what is — and isn’t — commercial about it today. Long read · six stages plus worked examples, the math, and current IBM & Google hardware · updated June 2026 Contents Introduction Qubits & superposition Entanglement & measurement Gates & circuits Interference & algorithms Hardware & decoherence Error correction & the frontier How quantum computers are built Deep dive: the Josephson junction Worked example: Grover’s search Worked example: Shor’s algorithm A mathematical view & the algorithm zoo Where the hardware stands: IBM and Google The commercial picture Glossary The whole arc Introduction The bit and the qubit A regular computer stores everything as bits — tiny switc...

How SPI, I²C, UART Write to EEPROM Memory

Image
Deep Dive: How I2C, SPI, and UART Write to EEPROM Memory (With Bit-Level Examples) EEPROM (Electrically Erasable Programmable Read-Only Memory) is the unsung hero of embedded systems. It bridges the gap between volatile RAM (which forgets everything when power drops) and Flash memory (which wears out quickly and requires erasing large blocks at once). EEPROM allows us to read and write data down to the individual byte level , making it perfect for storing configuration matrices, calibration coefficients, state machines, and user settings. However, an EEPROM chip cannot think for itself. It relies entirely on serial communication protocols to receive instructions. In this comprehensive guide, we will dissect exactly how the three industry-standard protocols— I2C , SPI , and UART —perform write operations to an EEPROM, detailing the exact sequences, hex payloads, and critical timing constraints. The Golden Rules of EEPROM Hardware Regardless of ...

POWER SUPPLY (5A Constant Current Source)

Image
Contents 1            Introduction ..................................................................................................................  2            System Design ..............................................................................................................  2.1              PART I .................................................................................................................  2.2              PART II ................................................................................................................  2.3              555 Timer Circuit ..............................................................................