Organic solar cells set new efficiency record
https://www.electronics-lab.com/organic-solar-cells-set-new-efficiency-record/
The German company Heliatek has developed new OPV multi-junction solar cells with an efficiency of 13.2%. This is a world record for organic solar cells. Thanks to the excellent low light and high temperature behavior of the organic semiconductor, the electricity generation of the newly developed cells corresponds to the output of conventional solar cells with […]
Easily measure diode capacitance and reverse recovery
https://www.electronics-lab.com/easily-measure-diode-capacitance-and-reverse-recovery/
Glen Chenier @ edn.com wanted to find out the characteristics of an unknown diode to be able to replace it with an equivalent one so he decided to make some measurements using his test equipment. In this article he show us how to measure the junction capacitance, Cj, and reverse recovery time Trr of a diode using […]
Record-setting flexible phototransistor revealed
https://www.electronics-lab.com/record-setting-flexible-phototransistor-revealed/
Researchers at the University of Wisconsin-Madison have revealed a unique phototransistor that is flexible and faster and more responsive than any similar phototransistor. The innovative phototransistor could improve the performance of myriad products — ranging from digital cameras, night-vision goggles and smoke detectors to surveillance systems and satellites — that rely on electronic light sensors. Integrated […]
Weather Station Project with ATMEGA328P, DHT22, BMP180, BH1750 and a Nokia 5110 LCD
https://www.electronics-lab.com/weather-station-project-with-atmega328p-dht22-bmp180-bh1750-and-a-nokia-5110-lcd/
This is an Arduino powered Weather Station Project that can run on batteries for almost a year! In order to achieve that we use a bare ATMEGA328 chip along with some accurate sensors. We use the DHT22 temperature and humidity sensor, a BMP180 barometric pressure sensor, a BH1750 light intensity sensor and a Nokia 5110 […]
How to Read a Datasheet
https://www.electronics-lab.com/how-to-read-a-datasheet/
Here is a PDF document written by D. Grover, explaining how to understand a manufacturer’s datasheet. It goes through the 555 timer IC datasheet and gives an explanation on various parts. How to Read a Datasheet – [Link]
How to Set Up a Raspberry Pi FTP Server
https://www.electronics-lab.com/how-to-set-up-a-raspberry-pi-ftp-server/
This tutorial will guide you through the process of installing an FTP server on Raspberry Pi. Check it out: For uploading files on a Raspberry Pi you should install a FTP server. Such a server is very useful if you use your Pi as a web server or even if you want to have a […]
L293D DC Motor Driver Module
https://www.electronics-lab.com/l293d-dc-motor-driver-module/
The project designed around L293D IC. The L293D device is quadruple high-current half-H driver. The 293D is designed to provide bidirectional drive current up to 600mA a voltage from 5V to 36V. L293D Adapter Board can be used as dual DC motor driver or bipolar stepper motor driver. Useful in robotics application, bidirectional DC motor […]
ATtiny85 Ring Watch
https://www.electronics-lab.com/attiny85-ring-watch/
This is a great ATtiny85 watch that uses a SSD1306 OLED display and is powered by a CR1220 battery. Today core subject, ATtiny85. Someone suggest me to use SOIC version to reduce the watch size and I found the coin cell mAh calculation method will count the battery voltage down to 2.0 V, so this […]
USB to Serial Adapter using FTDI FT231X
https://www.electronics-lab.com/usb-to-serial-adapter-using-ftdi-ft231x/
Sergey @ malinov.com has build another FTDI FT231X based USB to Serial adapter and provides the design files to the public domain. This adapter allows connecting micro-controller boards that have 5V or 3.3V serial interfaces to a PC USB port. The converter is compatible with FTDI USB TTL Serial cables and SparkFun FTDI Basic breakout board. […]
Valentine’s Heart with PIC12F629
https://www.electronics-lab.com/valentines-heart-with-pic12f629/
A few days before Valentine here is a great little project from Mike @ malinov.com. It’s a LED heart based on PIC12F629 that is powered using a CR2032 battery. Design files and source code are provided. Valentine’s Heart with PIC12F629 – [Link]