Generating Analog Voltage with Digital Circuit


https://www.electronics-lab.com/generating-analog-voltage-with-digital-circuit/

Maurizio show us how to generate an analog voltage using a microcontroller and some resistors. The purpose of this article is how to generate analog voltage with digital circuit. Although the market provides today a very broad range of dedicated digital-to-analogue converters, putting such a device in the schematic has a negative impact on the […]

SolarBoost – Make Your Own USB Solar Mobile Charger


https://www.electronics-lab.com/solarboost-make-your-own-usb-solar-mobile-charger/

SolarBoost is an open source smart interface that allows you to build your own powerful and portable solar charger for your phone and other mobile devices. It has two USB ports and can provide 5V @ 2A at each of them and is controlled by a 8-bit 32MHz Microchip PIC microcontroller. It is also equipped […]

Getting Started With the ATMega328P


https://www.electronics-lab.com/getting-started-with-the-atmega328p/

Here is a detailed guide on how to get started with ATMega328P microcontroller. The guide goes in details on how to setup it on a breadboard and how to upload your first code on it. and blink a led. The real benefit of using this microcontroller is that it’s only $4 US, whereas many other […]

ESP8266 superfast flashing: flash ESP in 5 seconds


https://www.electronics-lab.com/esp8266-superfast-flashing-flash-esp-in-5-seconds/

Deomid Ryabkov introduces us a method of flashing ESP8266 in 5 sec. To achieve that he used a modified ESPTool. More details on the link below. If you are developing for ESP8266, you may be familiar with esptool, which is a tool that you use to upload your code to the device. And it will […]

BIG Clock Made From Six 3″ 7-Segment LCDs


https://www.electronics-lab.com/big-clock-made-from-six-3%e2%80%b3-7-segment-lcds/

Pierre Muth build a nice big clock using 3″ 7-segment LCD displays. The clock is driven by a PIC18F87K90 and a few other components are used. He writes: We need clocks. Once you have passionate activities which absorbs all your attention, if you want to keep contact with the social society surrounding you, it’s crucial […]

Low voltage power supply


https://www.electronics-lab.com/low-voltage-power-supply-unit/

Dilshan Jayakody has build a low voltage power supply that is able to provide four outputs:  1.5V, 1.8V, 2.5V and 3.3V. This power supply can be used to power low voltage mcus, CPLDs and analog ICs. He writes: In this post we introduce simple and flexible, regulated low voltage power supply unit. This power supply […]

Espruino: JavaScript for Things


https://www.electronics-lab.com/espruino-javascript-for-things/

Espruino is the world’s first JavaScript microcontroller. With it you are able to develop intelligent devices quickly and easily. Espruino is a small computer that anyone can use to control things around them. Its JavaScript interpreter gives you instant feedback so that you can experiment and develop whatever your level of experience. Even if you can’t […]

Bubble display shield for Adafruit Trinket


https://www.electronics-lab.com/bubble-display-shield-for-adafruit-trinket/

davedarko created this Adafruit Trinket Pro shield for the HP QDSP-6064 bubble display. The design files and source code are hosted on GitHub. An additional temperature sensor in the form of the LM75 can be added to this bubble display shield. The atmega32p is capable of driving up to 40mA per pin, so with the […]

How to Implement Embedded Ethernet


https://www.electronics-lab.com/how-to-implement-embedded-ethernet/

Maurizio @ dev.emcelettronica.com has tipped us with his latest article on how to implement embedded Ethernet on any mcu. The article shows the basic principle of Ethernet implementation. Usually We need embedded systems inside devices, particularly the so-called intelligent devices, to communicate with a command/control/administrative center. Typical such situations could be a remote security camera […]

Geiger–Müller counter that works with Arduino


https://www.electronics-lab.com/geiger-muller-counter-that-works-with-arduino/

Bob @ robertgawron.blogspot.com has posted a Geiger-Muller project that can be used with Arduino or any other microcontroller board. The Geiger–Müller counter is a relatively simple tool to measure ionizing radiation. To increase sensitivity, construction presented here contains three (instead of one as usually) soviet STS-5 lamps. This is important for measurements of natural sources of […]