Microcontroller Archives - electroSome https://electrosome.com/tag/microcontroller/ You Inspire.....We Create..... Sun, 10 May 2020 14:04:03 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Microcontroller vs Microprocessor https://electrosome.com/microcontroller-vs-microprocessor/ https://electrosome.com/microcontroller-vs-microprocessor/#comments Sat, 25 Apr 2020 06:30:11 +0000 https://electrosome.com/?p=16085 The term microprocessor and microcontroller can be confusing for those who are new to this field. I recommend you to read our articles What is a Microcontroller ? and What is a Microprocessor ? to understand more about microcontroller and microprocessor. Both microcontroller and microprocessor are programmable multipurpose silicon chip, clock driven, register based, accepts […]

The post Microcontroller vs Microprocessor appeared first on electroSome.

]]>
https://electrosome.com/microcontroller-vs-microprocessor/feed/ 1
Digital Alarm Clock using PIC Microcontroller and DS3234 RTC https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/ https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/#comments Sat, 11 Apr 2020 14:44:29 +0000 https://electrosome.com/?p=13663 Here is a digital alarm clock made using PIC 18F4520 Microcontroller and DS3234 RTC (Real Time Clock). This project is for educational purposes or can be used as a reference for integrating DS3234 RTC. DS3234 is a very accurate RTC IC with integrated on chip temperature compensated crystal oscillator. It can be integrated with a […]

The post Digital Alarm Clock using PIC Microcontroller and DS3234 RTC appeared first on electroSome.

]]>
https://electrosome.com/digital-alarm-clock-pic-microcontroller-ds3234-rtc/feed/ 14
What is a Microcontroller ? https://electrosome.com/microcontroller/ https://electrosome.com/microcontroller/#respond Fri, 27 Mar 2020 12:01:37 +0000 https://electrosome.com/?p=16064 A microcontroller is an integrated circuit (IC) which is small, low cost and self contained computer designed to handle a specific task in embedded systems. In simple words, a microcontroller (MCU or Microcontroller Unit) is a small computer integrated in to a single chip. We can also explain it as programmable silicon chip which is […]

The post What is a Microcontroller ? appeared first on electroSome.

]]>
https://electrosome.com/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
Interfacing LCD with CloudX Board https://electrosome.com/interfacing-lcd-cloudx-board/ https://electrosome.com/interfacing-lcd-cloudx-board/#respond Tue, 23 Oct 2018 15:34:39 +0000 https://electrosome.com/?p=15436 To have a good relationship between human world and machine world, display units plays a vital part. Displays allows us to know what’s happening in a device like the voltage, temperature, present status of the device and even device fault detection etc. LCD’s have a very wide application in embedded systems and it is more […]

The post Interfacing LCD with CloudX Board appeared first on electroSome.

]]>
https://electrosome.com/interfacing-lcd-cloudx-board/feed/ 0
Getting Started with CloudX Development Board https://electrosome.com/getting-started-cloudx-development-board/ https://electrosome.com/getting-started-cloudx-development-board/#comments Fri, 19 Oct 2018 12:04:40 +0000 https://electrosome.com/?p=15378 CloudX M633 is one of the popular PIC based microcontroller development board designed by ByteHub Embedded, it comes with over 500 library functions which makes it very easy for beginners to start with embedded systems. In this tutorial we will see how to write our first “Hello World” program to blink an LED using the […]

The post Getting Started with CloudX Development Board appeared first on electroSome.

]]>
https://electrosome.com/getting-started-cloudx-development-board/feed/ 1
Home Automation using Bluetooth and Mobile App https://electrosome.com/home-automation-bluetooth-mobile-app/ https://electrosome.com/home-automation-bluetooth-mobile-app/#comments Sat, 23 Dec 2017 06:47:24 +0000 https://electrosome.com/?p=13549 Technology is a never ending process. To be able to design a product using the current technology that will be beneficial to the lives of others is a huge contribution to the community. Generally in today’s modern world human beings are addicted to using modern equipment. So here we can perform home automation by using […]

The post Home Automation using Bluetooth and Mobile App appeared first on electroSome.

]]>
https://electrosome.com/home-automation-bluetooth-mobile-app/feed/ 8
Using ADC of PIC Microcontroller – MPLAB XC8 https://electrosome.com/adc-pic-microcontroller-mplab-xc8/ https://electrosome.com/adc-pic-microcontroller-mplab-xc8/#comments Thu, 12 Nov 2015 07:25:55 +0000 https://electrosome.com/?p=11418 In this tutorial we will learn, how to use the ADC module of a PIC Microcontroller using MPLAB XC8 compiler. For demonstration we will use the commonly available PIC 16F877A microcontroller. Every physical quantity found in nature like temperature, humidity, pressure, force is analog. We need to convert these analog quantities to digital to process […]

The post Using ADC of PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/adc-pic-microcontroller-mplab-xc8/feed/ 28
Generating PWM with PIC Microcontroller – MPLAB XC8 https://electrosome.com/pwm-pic-microcontroller-mplab-xc8/ https://electrosome.com/pwm-pic-microcontroller-mplab-xc8/#comments Thu, 21 May 2015 13:00:52 +0000 https://electrosome.com/?p=11152 Pulse Width Modulation (PWM) is the one of the simple and most commonly used technique to produce analog voltages from digital signals. It has a wide variety of applications such as Digital to Analog Converter (DAC), DC Motor Speed Control, Sine Wave Inverters, Brightness control etc. PWM signals are ON – OFF signals (HIGH or […]

The post Generating PWM with PIC Microcontroller – MPLAB XC8 appeared first on electroSome.

]]>
https://electrosome.com/pwm-pic-microcontroller-mplab-xc8/feed/ 32