Program Pi, BeagleBone and Other Linux SBCs On The Arduino Create Platform


https://www.electronics-lab.com/now-can-program-pi-beaglebone-linux-sbcs-arduino-create-platform/

We have seen the massive ecosystem the Arduino has built and established over the last few years and this has made developing with Arduino quite leisurely. It is way easier to solve a programming issue or hardware issue with Arduino unlike other hardware boards mostly due to its community.  Arduino Create is an online platform by the […]

Increase Arduino UNO memory with ATmega2560


https://www.electronics-lab.com/increase-arduino-uno-memory-atmega2560/

An Arduino UNO Flash and RAM update with the ATmega2560 as DIL 28 variant. I love the Arduino UNO with the DIL 28 ATmega328. He is easy to replace and all my projects are equipped with it. But constantly either the flash memory, the RAM or both is too small. Therefore, I have developed a […]

PIC Arduino for Motor Control Projects


https://www.electronics-lab.com/pic-arduino-motor-control-projects/

This board created for makers, who want to use various Arduino UNO shields with PIC micro-controllers from Microchip. Board facilitates the use of any 28 PIN DIP PIC microcontroller with or without crystal. Omit Y1 , C9 and C10 in case of internal oscillator . Project can also be used to develop RS485 applications with […]

Arduino Button Debounce Tutorial


https://www.electronics-lab.com/arduino-button-debounce-tutorial/

One of the major problems encountered when using push buttons and switches in digital electronics project is the problem of bouncing. When we press a button once it may register twice and when we press it four times, in a row, it may register just twice. This occurrence is due to a property of switches […]

CADLAB.io – A True Version Control For Managing Hardware Projects


https://www.electronics-lab.com/cadlab-io-true-version-control-managing-hardware-projects/

Version control is a system that records changes of a file or set of files over time so that you can recall specific versions later. Version control was developed to help teams work on tasks together in a more collaborative way. In the last few years, version control platform has often been focused on software-based projects. Git is […]

Arduino controlled Dual Mono AK4490 DAC (part 3)


https://www.electronics-lab.com/arduino-controlled-dual-mono-ak4490-dac-part-3/

Here’s the part 3 of Dimitris’ Arduino controlled Dual Mono AK4490 DAC project. If you missed part 1 and part 2, check them out. Following up on Part 2, it’s time to talk about the output stage. This output stage is the brainchild of my friend Kostas, all I did was lay out the PCB. It […]

Displaying Customized Graphics on OLED display using Arduino


https://www.electronics-lab.com/displaying-customized-graphics-oled-display-arduino/

One thing we all always wish we could do when using any display is to load our own custom graphics, be it a logo, gif etc. In today’s tutorial we will show how to do just that on an OLED display using an Arduino. OLED (organic light-emitting diode) display is a display based on light-emitting diode (LED) […]

Mini Infra-Red Remote Robot Controller Shield For Arduino Nano


https://www.electronics-lab.com/mini-infra-red-remote-robot-controller-shield-arduino-nano/

The Mini Infra-Red Remote Robot Controller shield for Arduino Nano is designed to drive mini mobile robots. Low voltage DC Motor controller interface allows Infrared wireless control of two DC motors, two PWM and 2 Direction signal outputs to drive two motors separately. TB6612 IC is the heart of the project. IC can handle constant […]

PIC Arduino with RS485


https://www.electronics-lab.com/pic-arduino-rs485/

This board created for makers, who wants to use various Arduino UNO shields using PIC microcontrollers from Microchip. Board facilitates the use of any 28 PIN SMD SO PIC microcontrollers without crystal (internal oscillator). Project also can be used to develop RS485 application with the help of on board SN75176 IC. Two regulators provide 3.3V […]

Arduino distance meter with Ultrasonic Sensor (HC SR04) and Nokia 5110 LCD display


https://www.electronics-lab.com/arduino-distance-meter-ultrasonic-sensor-hc-sr04-nokia-5110-lcd-display/

Measuring distance is so important in today’s world that things like driverless cars will be impossible without it, that description is probably enough to describe how important knowing the distance between two objects can be. For that reason, today we will be building a distance meter using the Arduino and the HC-SR04 ultrasonic sensor. The […]