Development Boards

Controlling Servo Motors with Joystick

A guide to control servo motor with Joystick and Arduino with program

In this tutorial, I will be demonstrating, how we can control servo motors with thumb Joystick and Arduino. We will control two servo motors with the help of Analog Joystick. Before going to understand connections and programming, we will take a brief look at Joystick and servo motor to refresh the basics. We will also […]

A guide to control servo motor with Joystick and Arduino with program Read More »

Intel® Galileo Gen 2 with ESP8266 01 and Blynk

Using Intel® Galileo Gen 2 with ESP8266-01 and Blynk

As we know, the Intel® Galileo gen 2 development board operates on Linux OS and also can run Arduino codes on it. It has nearly the same pinout for the Arduino section, as compared to Arduino UNO. To implement IoT applications for projects, there are many popular sites like ThingSpeak, Ubidots, Blynk, etc. Among these,

Using Intel® Galileo Gen 2 with ESP8266-01 and Blynk Read More »

Program Blue Pill STM 32 from USB min

Program Blue Pill STM32 directly with USB port

Arduino is the most used and preferred micro-controller board since its development. Nowadays, there are some alternatives for Arduino as well. Blue Pill STM32 (STM32F103C8) is one of them. STM32F103C8 microcontroller is based on ARM cortex M3 architecture. Which makes it more efficient than Arduino. To program Blue Pill STM32, we have two options, we

Program Blue Pill STM32 directly with USB port Read More »

Program NodeMCU ESP8266 1

Program NodeMCU ESP8266 with Arduino IDE in 5 easy steps

As we know, NodeMCU is an open-source IoT platform for Lua based firmware developed for ESP8266. Espressif Systems developed this amazing board. Usually, NodeMCU comes with an inbuilt Lua interpreter, but the preferred way is to program NodeMCU ESP8266 with Arduino IDE. NodeMCU is one of the most widely used development. What is NodeMCU? As discussed earlier, NodeMCU is an

Program NodeMCU ESP8266 with Arduino IDE in 5 easy steps Read More »

Setup Raspberry Pi with or without monitor min

Step-by-Step Tutorial to Setup Raspberry Pi with or without Monitor

Raspberry Pi is one of the popular development boards which is available in the mid-range. Raspberry pi is an OS-based development board and we require to install OS to use Raspberry Pi. We can perform the initial OS set up in two ways, with a monitor, and without a monitor. Setting up Raspberry Pi without

Step-by-Step Tutorial to Setup Raspberry Pi with or without Monitor Read More »

IoT based home security with fingerprint authentication

IoT based home security with fingerprint authentication

Previously, we have studied to interface fingerprint scanner with NodeMCU. We have also studied that, we can interface I2C OLED display with NodeMCU with less GPIO pins. Today, we will combine those both tutorials to build IoT based home security with fingerprint authentication. Let’s start with project requirements. Component List: NodeMCU OLED Display (SSD1306) Fingerprint

IoT based home security with fingerprint authentication Read More »

Interface GT511C3 with NodeMCU

Interface fingerprint scanner (GT511C3) with NodeMCU

The fingerprint scanner is one of the essential components in the security system. By adding a fingerprint scanner in your project, can elevate the project to the next level. Previously, a very less amount of modules were available for capturing the fingerprint. Nowadays, different modules of fingerprint scanners are available. In this tutorial, I will

Interface fingerprint scanner (GT511C3) with NodeMCU Read More »