2.8″ TFT LCD Touch Screen ILI9325 with Arduino Uno and Mega
https://www.electronics-lab.com/2-8-tft-lcd-touch-screen-ili9325-arduino-uno-mega/
educ8s.tv uploaded a new video. This is a 2.8” Arduino Touch Screen Tutorial with the ILI9325 driver. Nick writes: Hey guys, I am Nick and welcome to educ8s.tv a channel that is all about DIY electronics projects with Arduino, Raspberry Pi, ESP8266 and other popular boards. Today we are going to take a look at […]
Programming ESP8266 With Arduino IDE : The Easy Way
https://www.electronics-lab.com/programming-esp8266-arduino-ide-easy-way/
The ESP8266 WiFi Module is a self-contained SOC that can give any microcontroller access to your WiFi network. It’s an extremely cost-effective board with a huge and ever-growing community. Each ESP8266 module comes pre-programmed with an AT command set firmware. This module has a powerful on-board processing and storage capability that allows it to act as a […]
DIY Spectrum Analyser
https://www.electronics-lab.com/diy-spectrum-analyser/
Alan X has been working on a spectrum analyser project that can show the spectrum visually! He started working with ATTiny85 and kept on updating the project over time. Alan X used Goertzel’s algorithm with a Hamming window, this algorithm can be used to detect a frequency from sampled data. Here is the preliminary code […]
Marvin, A Plug & Play IoT Development Board
https://www.electronics-lab.com/marvin-plug-play-iot-development-board/
Internet of Things became one of the most important technology trends nowadays, and everyday we have a new board or tool that helps people to create IoT application. Today, we introduce you to “Marvin”, a new IoT board developed at RDM Makerspace. Marvin is an easy to use, plug and play development board for rapid […]
Program a mBot With Scratch And Arduino
https://www.electronics-lab.com/program-mbot-scratch-arduino/
Makeblock was founded in 2012 in Shenzhen as the world’s first open-source robot and programing platform. With more than 400 mechanical components, electronic modules, and software tools, the company is determined to bring meaningful STEM education opportunities and the maker mindset to the mass consumer market to make a real difference in society’s future with […]
Yet another Arduino clock
https://www.electronics-lab.com/yet-another-arduino-clock/
Sverre Holm blogged about his Arduino clock project: But I needed another Arduino project as I had made a K3NG morse keyer. I love this keyer because it is unique in supporting a display where you can see what you send. But I wasn’t using the morse keyer all the time, so I wanted the hardware […]
Controlling A Robotic Arm By Gestures Using Kinect Sensor & Arduino
https://www.electronics-lab.com/controlling-robotic-arm-gestures-using-kinect-sensor-arduino/
B.Avinash and J.Karthikeyan had developed a robotic arm that mimic their moves using a Kinect sensor with MATLAB Simulink and an Arduino. The arm was built based on servo motors that replicate the right arm shoulder, elbow and hand movements. The Kinect sensor is a horizontal bar of motion sensing input devices which enable users […]
12$ 30MHz signal generator using Arduino
https://www.electronics-lab.com/arduino-based-signal-generator/
A signal generator is an electronic device that generates electronic signals and waveforms. These electronic signals are either repeating or non-repeating as per the requirements and field of applications. It is generally used in designing, testing, troubleshooting and repairing electronic devices. A signal generator can generate various kinds of waveforms. Most common are the sine […]
Plotclock with a DS3231 Real Time Clock and an Arduino UNO
https://www.electronics-lab.com/plotclock-ds3231-real-time-clock-arduino-uno/
educ8s.tv uploaded a new video. This time is a plotter clock using DS3231 and Arduino. Hey guys, I am Nick and welcome to educ8s.tv a channel that is all about DIY electronics projects with Arduino, Raspberry Pi, ESP8266 and other popular boards. Today we are going to build this Plot Clock, a device that does […]
Using Resistance Temperature Detector (RTD) With Arduino
https://www.electronics-lab.com/using-resistance-temperature-detector-rtd-arduino/
Most of hardware developers have used a temperature sensor in one or more of theirs projects. There are many types of temperature sensors, such as LM35, thermistors, and resistance thermometers. These types differ in response speed, temperature ranges, accuracy, and other factors. Resistance thermometer, which also known as Resistance Temperature Detector (RTD), is a device […]