PID temperature control with Arduino


https://www.electronics-lab.com/pid-temperature-control-arduino/

PID temperature control with Arduino UNO. If you want to keep something at a certain temperature, say a block of aluminum, you’ll need a thermocouple and some sort of heating element. While you could turn a heater on and off abruptly in a sequence appropriately known as “bang-bang,” a more refined method can be used […]

Color Detector Using TCS230 Color sensor and Arduino


https://www.electronics-lab.com/color-detector-using-tcs230-color-sensor-arduino/

Hi guys, welcome to today’s tutorial. In this tutorial we will look at how to use the TCS230 color sensor with Arduino. To demonstrate the ability of the color sensor, we will build a color detector system capable of detecting the color in front of the sensor and displaying that color on a TFT Display.  […]

Renesas Develops RJ45 Ethernet Socket With Entire Ethernet Controller Embedded Into It


https://www.electronics-lab.com/renesas-develops-rj45-ethernet-socket-entire-ethernet-controller-embedded/

Renesas Electronics Corporation, a significant supplier of advanced semiconductor solutions, announced its latest industrial Ethernet module solution, the I-RJ45. It combines a single- or dual-port RJ45 connector and simplifies integration for industrial Ethernet by supporting various industrial network applications including sensors and transmitters, gateways, operator terminals and remote I/O. This new device is an intelligent RJ45 module that comes with […]

Introduction to DigiSpark – A Smaller, Cheaper and Powerful Arduino board


https://www.electronics-lab.com/introduction-digispark-smaller-cheaper-powerful-arduino-board/

The Digispark board is one of the smallest Arduino boards ever produced and is copyrighted by Digistump LLC. Although it is tiny, it is also very powerful and powered by an ATTINY85 chip clocked up to 16.5Mhz (about the same speed as Arduino Uno boards). So Digispark is simply a microcontroller board based on an […]

4 Channel Relay Shield for Arduino UNO


https://www.electronics-lab.com/4-channel-relay-shield-arduino-uno/

4 Channel Relay Shield for Arduino UNO is a simple and convenient way to interface 4 relays for switching applications in your project. Very compact design that can fit on top of Arduino UNO. Project requires 12V DC supply, all 4 trigger inputs require TTL signal, Relay-1 to Relay-4 inputs connected to D8 To D11 […]

MP3 player using Arduino and DFPlayer mini


https://www.electronics-lab.com/mp3-player-using-arduino-dfplayer-mini/

Hi guys, welcome to this tutorial. Today, we will build an mp3 player using an Arduino and the DFPlayer mini MP3 module. The DFplayer mini is a small, low-cost mp3 module with a simplified audio output that can be connected directly to a speaker or an earphone jack. The module can be used as a stand-alone module with […]

$6 Maker UNO: Simplifying Arduino for Education


https://www.electronics-lab.com/6-maker-uno-simplifying-arduino-education/

Simplified Arduino board targets Education. The project is live at kickstarter and has 22 days to go. Students can skip the hassle of constructing the basic electronic circuit which is boring and time consuming. Although it is equally important for them to learn about basic electronics, it can always come later after they have experienced […]

Using the ST7735 1.8″ Color TFT Display with Arduino


https://www.electronics-lab.com/using-st7735-1-8%e2%80%b3-color-tft-display-arduino/

Hi guys, welcome to today’s tutorial. Today, we will look on how to use the 1.8″ ST7735  colored TFT display with Arduino. The past few tutorials have been focused on how to use the Nokia 5110 LCD display extensively but there will be a time when we will need to use a colored display or […]

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