IRis – An Infrared Sensor using Photodiode amplification Circuit
https://www.electronics-lab.com/iris-infrared-sensor-using-photodiode-amplification-circuit/
[devttys0] designed a sensitive IR detector for capturing weak infrared signals. He shared in detail how he designed the circuit, beginning from the basic components, walking through solving the problems and finally ended up with a complete working circuit. Craig Heffner/[devttys0] built this circuit for a friend’s Defcon talk, Blinded by the Light, the talk […]
HT48R002 A Very Cheap OTP MCU as Low as $0.085/Unit
https://www.electronics-lab.com/ht48r002-cheap-otp-mcu-low-0-085unit/
A highlight from CNXSoft about Holtek HT48R002 MCU as the cheapest MCU. HT48R002 is a 8-Bit OTP (One Time Programming) MCU with the following key features (datasheet): 8-bit RISC MCU @ 8MHz. 1K x 14-bit ROM (OTP). 64 x 8-bit RAM data memory. 6x I/O including 1x external interrupt pin, and 1x 8-bit timer. Two […]
DIY ECG with 1 op-amp
https://www.electronics-lab.com/diy-ecg-with-1-op-amp/
A DIY ECG made from single op-amp (LM741) and 5 resistors by Scott Harden: I made surprisingly good ECG from a single op-amp and 5 resistors! An ECG (electrocardiograph, sometimes called EKG) is a graph of the electrical potential your heart produces as it beats. Seven years ago I posted DIY ECG Machine on the […]
PCB layout tips for thermal vias
https://www.electronics-lab.com/pcb-layout-tips-thermal-vias/
Paul Rako @ edn.com discuss about thermal PCB layout tips. Texas Instruments’ WEBENCH is a neat program, especially because it has Mentor Graphic’s FloTherm built in to help you see the hot spots in switching regulators. This is what taught me that a modern buck regulator will have more heat coming out of the catch […]
Space Invaders FPGA Game
https://www.electronics-lab.com/space-invaders-fpga-game/
Patsiatzis Nikos and Katsaros Nikos build the space invaders game using a ZedBoard FPGA. The project’s code is available on github. This two person project was completed through the course of Embedded Systems at the University of Thessaly, Department of Computer Engineering. In the context of this game we implemented the classic space invaders game using a zedboard fpga. […]
An isolated analog input for Arduino
https://www.electronics-lab.com/isolated-analog-input-arduino/
Giovanni Carrera designed a circuit that accepts input voltage from about 20mV to 5V or a current of 4 to 20 mA and converts it to a isolated frequency signal. A voltage to frequency converter can realize an opto-isolated analog input for Arduino or other microcontroller systems. This circuit is particularly suitable for industrial control […]
How to Measure LUX With Arduino
https://www.electronics-lab.com/measure-lux-arduino/
In this tutorial codebender_cc uses the Adafruit TSL2561 sensor to measure LUX with Arduino. The TSL2561 luminosity sensor is an advanced digital light sensor, ideal for use in a wide range of light situations. Compared to low cost CdS cells, this sensor is more precise, allowing for exact lux calculations and can be configured for […]
CIRCUIT WIZARD – Circuit Simulator for begginers
https://www.electronics-lab.com/circuit-wizard-circuit-simulator-begginers/
Circuit wizard is one of the good simulators for beginners. Here the tutorial explains how to draw and simulate a circuit in circuit wizard simulator CIRCUIT WIZARD – Circuit Simulator for beginners – [Link]
How to Set Up WiFi on the Raspberry Pi
https://www.electronics-lab.com/set-wifi-raspberry-pi/
circuitbasics.com show us how to setup a Wifi dongle using SSH connection. Now I’ll explain how to use that SSH connection to setup a WiFi dongle so you can run your Raspberry Pi wirelessly from a remote desktop application. This is a really useful way to set up your Raspberry Pi, because you will be […]
Soft Latch Power Switch Circuit
https://www.electronics-lab.com/soft-latch-power-switch-circuit/
Dаvid Jones through his Youtube channel EEVblog described in detail how to design a cheap soft latch power switch circuit, using one push button switch to toggle your circuit power on and off with the following design requirements: Zero power when off. One on/off switch. Standalone(no MCU). General components only (Diodes, Transistors, ..ect). Minimal parts. […]