Electronics Tutorials - Microcontrollers and Microprocessors https://electrosome.com/category/tutorials/ You Inspire.....We Create..... Fri, 04 Sep 2020 04:31:09 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Getting Started with STM32 ARM Cortex-M Microcontroller using Keil IDE https://electrosome.com/led-blink-stm32-arm-cortex-m-microcontroller-keil-ide/ https://electrosome.com/led-blink-stm32-arm-cortex-m-microcontroller-keil-ide/#respond Fri, 04 Sep 2020 04:28:50 +0000 https://electrosome.com/?p=16502 In this tutorial we will learn how to blink an LED using STM32 ARM Cortex-M microcontroller STM32F103C8T6 and Keil IDE. This is a beginners hello world project. Here we use STM32CubeMx for generating basic startup code and Hardware Abstraction Layer (HAL) for Keil IDE. Components Required Hardware STM32 Blue Pill Development Board STM32F103C8T6 ST-Link-V2 Jumper […]

The post Getting Started with STM32 ARM Cortex-M Microcontroller using Keil IDE appeared first on electroSome.

]]>
https://electrosome.com/led-blink-stm32-arm-cortex-m-microcontroller-keil-ide/feed/ 0
Interfacing HC-05 Bluetooth Module with Arduino Uno https://electrosome.com/interfacing-hc-05-bluetooth-module-arduino-uno/ https://electrosome.com/interfacing-hc-05-bluetooth-module-arduino-uno/#comments Sat, 27 Jun 2020 16:28:28 +0000 https://electrosome.com/?p=16464 In this tutorial, I will explain about Interfacing HC-05 Bluetooth Module with Arduino Uno. HC-05 uses bluetooth classic and can be configured in master or slave modes. It can be interfaced with a microcontroller using UART. Components Required Arduino Uno HC-05 Bluetooth Module LED Jumper Wires Bread Board Software Required Arduino IDE Android App – […]

The post Interfacing HC-05 Bluetooth Module with Arduino Uno appeared first on electroSome.

]]>
https://electrosome.com/interfacing-hc-05-bluetooth-module-arduino-uno/feed/ 2
Interfacing DHT11 Temperature and Humidity Sensor with Arduino Uno https://electrosome.com/interfacing-dht11-temperature-humidity-sensor-arduino-uno/ https://electrosome.com/interfacing-dht11-temperature-humidity-sensor-arduino-uno/#respond Thu, 28 May 2020 15:39:32 +0000 https://electrosome.com/?p=16390 In this tutorial we will learn about Interfacing DHT11 Temperature and Humidity sensor with Arduino Uno. The term DHT is an abbreviation of Digital Humidity and Temperature sensor. DHT11 consists of a resistive humidity sensor, NTC temperature sensor and an 8-bit microcontroller providing cost effectiveness, anti-interference ability, excellent quality and fast response. Components Required DHT11 […]

The post Interfacing DHT11 Temperature and Humidity Sensor with Arduino Uno appeared first on electroSome.

]]>
https://electrosome.com/interfacing-dht11-temperature-humidity-sensor-arduino-uno/feed/ 0
Interfacing L298N Motor Driver with Arduino Uno https://electrosome.com/interfacing-l298n-motor-driver-arduino-uno/ https://electrosome.com/interfacing-l298n-motor-driver-arduino-uno/#respond Thu, 21 May 2020 02:59:32 +0000 https://electrosome.com/?p=16334 In this tutorial we will learn how to interface L298N motror driver with Arduino Uno. You might be thinking why we need L298N for controlling a motor. The answer is very simple, Arduino board or a microcontroller IO pins don’t have enough current/voltage driving capability to drive a motor. For driving the motor in both […]

The post Interfacing L298N Motor Driver with Arduino Uno appeared first on electroSome.

]]>
https://electrosome.com/interfacing-l298n-motor-driver-arduino-uno/feed/ 0
Interfacing Mercury Tilt Switch with Arduino Uno https://electrosome.com/interfacing-mercury-tilt-switch-arduino-uno/ https://electrosome.com/interfacing-mercury-tilt-switch-arduino-uno/#respond Sun, 10 May 2020 14:34:58 +0000 https://electrosome.com/?p=16308 In this tutorial we will learn how to interface Tilt Sensor with Arduino Uno. As the name suggests, it is an electronic device used to detect the orientation or tilting of an object and provides digital output based on the orientation. It behaves like a normal ON – OFF switch that is controlled by tilting. […]

The post Interfacing Mercury Tilt Switch with Arduino Uno appeared first on electroSome.

]]>
https://electrosome.com/interfacing-mercury-tilt-switch-arduino-uno/feed/ 0
Interfacing Servo Motor with Arduino Uno https://electrosome.com/interfacing-servo-motor-arduino-uno/ https://electrosome.com/interfacing-servo-motor-arduino-uno/#respond Tue, 05 May 2020 16:35:22 +0000 https://electrosome.com/?p=16292 In this tutorial we will learn how to interface servo motor with Arduino Uno. Servo Motor is an electrical linear or rotary actuator which enables precise control of linear or angular position, acceleration or velocity. Usually servo motor is a simple motor controlled by a servo mechanism, which consists of a positional sensor and a […]

The post Interfacing Servo Motor with Arduino Uno appeared first on electroSome.

]]>
https://electrosome.com/interfacing-servo-motor-arduino-uno/feed/ 0
Interfacing Ultrasonic Sensor with Arduino Uno https://electrosome.com/interfacing-hc-sr04-ultrasonic-sensor-arduino-uno/ https://electrosome.com/interfacing-hc-sr04-ultrasonic-sensor-arduino-uno/#respond Mon, 27 Apr 2020 15:32:40 +0000 https://electrosome.com/?p=16251 In this tutorial we will learn about integrating HC-SR04 ultrasonic distance sensor with Arduino Uno. Ultrasonic sensors are commonly used for obstacle detection and distance measuring applications. The sensor works on the same principles of a radar system, which converts electrical energy into acoustic waves and vice versa. The HC-SR04 ultrasonic sensor is based on […]

The post Interfacing Ultrasonic Sensor with Arduino Uno appeared first on electroSome.

]]>
https://electrosome.com/interfacing-hc-sr04-ultrasonic-sensor-arduino-uno/feed/ 0
Blinking LED using LPC2148 – ARM Microcontroller Tutorial – Part 3 https://electrosome.com/blinking-led-using-lpc2148-arm-microcontroller/ https://electrosome.com/blinking-led-using-lpc2148-arm-microcontroller/#respond Sat, 15 Feb 2020 05:22:05 +0000 https://electrosome.com/?p=15859 Hello World In this tutorial we will learn how to start programming an ARM microcontroller. This is a hello world project (blinking an LED) intended for beginners to ARM microcontroller programming. Here we are using LPC2148 ARM microcontroller and Keil IDE for programming. Components Required LPC2148 Development Board LED 220R Resistor Registers In this section […]

The post Blinking LED using LPC2148 – ARM Microcontroller Tutorial – Part 3 appeared first on electroSome.

]]>
https://electrosome.com/blinking-led-using-lpc2148-arm-microcontroller/feed/ 0
Flashing LPC2148 – ARM Microcontroller Tutorial – Part 2 https://electrosome.com/flashing-lpc2148-serial-isp-bootloader/ https://electrosome.com/flashing-lpc2148-serial-isp-bootloader/#respond Wed, 15 Jan 2020 15:37:37 +0000 https://electrosome.com/?p=15963 In this tutorial we will learn how to flash an LPC2148 microcontroller using on-chip serial (UART) ISP bootloader with Flash Magic tool. Components Required LPC2148 ARM Microcontroller USB to UART converter with DTR and RTS outputs. You may also use ready to go boards like rhydoLABZ LPC2148 Stick. Connections Circuit Diagram Using Flash Magic Tool […]

The post Flashing LPC2148 – ARM Microcontroller Tutorial – Part 2 appeared first on electroSome.

]]>
https://electrosome.com/flashing-lpc2148-serial-isp-bootloader/feed/ 0
Installing Keil IDE – ARM Microcontroller Tutorial – Part 1 https://electrosome.com/installing-keil-ide-arm-microcontroller-tutorial/ https://electrosome.com/installing-keil-ide-arm-microcontroller-tutorial/#respond Tue, 08 Oct 2019 02:37:34 +0000 https://electrosome.com/?p=15898 This is our first part of ARM microcontroller tutorial. In this article we will see how to setup development environment for ARM microcontroller LPC2148. We are using Keil IDE for this. Downloading IDE Go to “keil.com” Go to “Download” page Go to “Product Downloads” Go to MDK-Arm Fill the contact form and submit it. You […]

The post Installing Keil IDE – ARM Microcontroller Tutorial – Part 1 appeared first on electroSome.

]]>
https://electrosome.com/installing-keil-ide-arm-microcontroller-tutorial/feed/ 0