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 […]

Adafruit Metro 328 – An Arduino Uno Compatible Development Board


https://www.electronics-lab.com/adafruit-metro-328-arduino-uno-compatible-development-board/

The Adafruit Metro 328 development board is an alternative to the Arduino Uno with an equivalent and compatible board design. It’s designed and manufactured by Adafruit. The Metro 328 just like other Arduino Uno clones is also based on the famous Atmega 328P that has been used in various development boards and projects. The Metro […]

Robby – A Simple and Powerful Robot to Learn Electronics and Programming


https://www.electronics-lab.com/robby-simple-powerful-robot-learn-electronics-programming/

Over the years we have seen a significant interest in people wanting to learn electronics and programming but are mostly handicapped with what they could build. Over time, learning has been proven to be more reliable when learning is more practical, and we can quickly grasp the concept if one is seeing what he or […]