ESP8266 Desktop Clock – WiFi Synchronised


https://www.electronics-lab.com/esp8266-desktop-clock-wifi-synchronised/

This project is a wifi synchronised desktop clock using 7-segment displays. The heart of the project is a ESP8266 board. The ESP8266 is a awesome chip; with integrated WiFi, 80MHz clock speed, total 160kb RAM, 512kb of flash memory, and a ton of other features, it makes a regular Arduino look like a joke. The […]

How to measure temperature very accurately with an Arduino


https://www.electronics-lab.com/measure-temperature-accurately-arduino/

This project shows how to measure temperature data from a TSYS01 Temperature Sensor board using Arduino: While studying in university we were challenged as part of a course work into designing a box with very accurate temperature control. If the project were to succeed, multiple boxes were to be built and used in a research […]

Sensing current on the high side


https://www.electronics-lab.com/home-community-blogs-benchtalk-sensing-current-high-side/

Michael Dunn@ edn.com discuss about current sense on the high side of power source. At their heart, the majority of DC current sense circuits start with a resistance in a supply line (though magnetic field sensing is a good alternative, especially in higher-current scenarios). One simply measures the voltage drop across the resistor and scales […]

Eagle CAD Tips and Tricks Part 2


https://www.electronics-lab.com/eagle-cad-tips-tricks-part-2/

This is the second and final article of the Eagle Tips from allaboutcircuits.com: Before searching on the internet for new libraries to add to Eagle, first make sure that your device does not already exist in your local libraries. To check, use a search pattern that includes ‘*’. For example, if you want to add a […]

Egg Memristor recipe (serves one)


https://www.electronics-lab.com/egg-memristor-recipe-serves-one/

by Clemens Valens @ elektormagazine.com discuss about a new type of dissolvable memory resistor using egg proteins. Over the past years research has been done with several biodegradable materials, including DNA, to make what is called transient electronics, dissolvable electronic components that are designed to be compatible with the environment. The Chinese scientists used egg […]

5V Step Down DC-DC Converter


https://www.electronics-lab.com/5v-step-dc-dc-converter/

The Tiny Step-Down DC-DC converter project provides 5V 500mA output from supply input up to 25V DC. MC34063A IC is heart of the project from on semiconductor. The MC33063A is a monolithic control circuit containing the primary functions required for DC-DC converters, This device consist of an internal temperature compensated reference, comparator, controlled duty cycle […]

ATtiny85 Boost Converter


https://www.electronics-lab.com/attiny85-boost-converter/

GreatScottLab @ instructables.com build a step up dc-dc converter with the help of ATtiny85 microcontroller. In this project I will show you an efficient and common way how to step up DC voltages. I will also demonstrate how easy it can be to build a boost converter with the help of an ATtiny85. Let’s get […]

Copy parts between libraries in Eagle


https://www.electronics-lab.com/copy-parts-libraries-eagle/

This is a short tutorial on how to copy parts from one library of Eagle to the other. Copy parts between libraries in Eagle – [Link]

WeMOS D1 ESP8266 vs Arduino Uno, Arduino Due and Teensy 3.2. Which one is the fastest board?


https://www.electronics-lab.com/wemos-d1-esp8266-vs-arduino-uno-arduino-due-teensy-3-2-one-fastest-board/

educ8s.tv uploaded a new video comparing the performance of ESP8266 Arduino board with the most popular Arduino boards. In this video we are going to compare the computational speed of the WeMOS D1 ESP8266 based Arduino compatible board with the computational speed of the most popular Arduino boards and the Teensy 3.2. Let’s get started! […]

Prototype to production: Arduino for the professional


https://www.electronics-lab.com/prototype-production-arduino-professional/

Jacob Beningo @ edn.com discuss how you can benefit from the Arduino platform if you are a professional. Despite its popularity among hobbyists and electronics enthusiasts, the Arduino has become infamous among professional embedded systems developers. I must admit that for the longest time I also viewed the Arduino as so simple it was nearly […]