<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eXtreme Electronics</title>
	<atom:link href="https://extremeelectronics.co.in/feed/" rel="self" type="application/rss+xml" />
	<link>https://extremeelectronics.co.in/</link>
	<description>Best free Microcontroller Tutorials and Projects</description>
	<lastBuildDate>Sun, 14 Nov 2021 13:49:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Installing SDK and Toolchain for ESP8266 WiFi SoC</title>
		<link>https://extremeelectronics.co.in/iot/installing-sdk-and-toolchain-for-esp8266-wifi-soc/</link>
					<comments>https://extremeelectronics.co.in/iot/installing-sdk-and-toolchain-for-esp8266-wifi-soc/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Thu, 05 Nov 2020 06:05:10 +0000</pubDate>
				<category><![CDATA[IoT]]></category>
		<category><![CDATA[ESP8266]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Toolchain]]></category>
		<guid isPermaLink="false">https://extremeelectronics.co.in/?p=1596</guid>

					<description><![CDATA[This short tutorial will guide you to install the toolchain (which includes the gcc compiler) for the ESP series of SoC, discuss the steps to write code using the ESP SDK and finally load the compiled code to the SoC and run it. These will be useful for you if you are developing IoT based applications. In this way you don&#8217;t need to attach external microcontroller to the ESP module to run your code, you can run code directly on the ESP which will make your application simple, small and low cost. But one drawback is that the application code you write resides on the external flash chip of the ESP modules and can be read by anyone using a flash programmer. Thus your code is not secure from duplication. So, let us first download and install the toolchain use the following link to download the toolchain https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/windows-setup.html download is a ZIP file which you need to extract to your harddisk say on C:\ drive. It will create a folder named msys32 This folder contains four executable file, you need to run the file mingw32.exe You will get a console window like shown below Actually it is a Linux OS like shell (command) window. So you need some familiarity with Linux Shell commands to operate it. Now the first step [&#8230;]]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/iot/installing-sdk-and-toolchain-for-esp8266-wifi-soc/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Migrating from AVR to STM32 (ARM)</title>
		<link>https://extremeelectronics.co.in/stm32_tutorials/migrating-from-avr-to-stm32-arm/</link>
					<comments>https://extremeelectronics.co.in/stm32_tutorials/migrating-from-avr-to-stm32-arm/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Sat, 06 Jun 2020 06:05:43 +0000</pubDate>
				<category><![CDATA[STM32 Tutorials]]></category>
		<guid isPermaLink="false">https://extremeelectronics.co.in/?p=1587</guid>

					<description><![CDATA[If you are a developer who is experienced in Atmel AVR similar&#160; 8 bit microcontrollers now triying to upgrade your skills and move to ARM microcontrollers, this guide will help you know what are the difference you will face on this new platform. So now let us start. Crystal Oscillators and PLLs In good old days, when you wanted to run your AVR microcontroller at 8 MHz or 16 MHz, you simply put a crystal oscillator of that frequency.You can look at a board and if the board has 16MHz crystal you became sure that this board is running at 16MHz. Then you look at a 32bit ARM based board and see it has a crystal of 8MHz, you cry deep in heart and wonder why this poor microcontroller is running at the speed of a snail 🙁 Wait! this is not true! This beast is not running at 8MHz! Here comes the first new concept of this new domain, the PLL. The PLL stands for phased lock loop. Wait, wait, wait! Don&#8217;t get scared of this term! From your point of view, that is a software developers point of view this is a very simple thing which multiplies the input frequency and makes it large. So in all ARM based hardware you will find small value crystals like 8MHz [&#8230;]]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/stm32_tutorials/migrating-from-avr-to-stm32-arm/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>LED Display for Gold Rates</title>
		<link>https://extremeelectronics.co.in/news/led-display-for-gold-rates/</link>
					<comments>https://extremeelectronics.co.in/news/led-display-for-gold-rates/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Tue, 28 Nov 2017 11:55:04 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1560</guid>

					<description><![CDATA[Learn how to make a LED based display system for jewelery stores for showing current rate of gold. The system is operated using a IR remote and displayed digits could be updated easily using the remote. This tutorial on Digital-Wizard explains in details the complete procedure to make such a system. Read more &#8230;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/led-display-for-gold-rates/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to use ST-LINK to program STM32</title>
		<link>https://extremeelectronics.co.in/news/how-to-use-st-link-to-program-stm32/</link>
					<comments>https://extremeelectronics.co.in/news/how-to-use-st-link-to-program-stm32/#respond</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Sun, 18 Jun 2017 12:01:25 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1544</guid>

					<description><![CDATA[Learn how to program a STM32F0 32 bit ARM based microcontroller with a low cost ST-LINK USB Dongle. This tutorial on Digital-Wizard explains in details the complete procedure so that easily use your ST-LINK with any STM32F0 microcontroller. Read more &#8230;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/how-to-use-st-link-to-program-stm32/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to interface DS18B20 with AVR ATmega8</title>
		<link>https://extremeelectronics.co.in/news/how-to-interface-ds18b20-with-avr-atmega8/</link>
					<comments>https://extremeelectronics.co.in/news/how-to-interface-ds18b20-with-avr-atmega8/#respond</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Thu, 20 Apr 2017 11:49:18 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1534</guid>

					<description><![CDATA[Learn how to read data from a one-wire digital temperature sensor like ds18b20. This tutorial on Digital-Wizard explains in details the complete procedure so that easily use your DS18b20 sensor with any AVR microcontroller. Read more &#8230;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/how-to-interface-ds18b20-with-avr-atmega8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Programming STM8 MCUs</title>
		<link>https://extremeelectronics.co.in/news/programming-stm8-mcus/</link>
					<comments>https://extremeelectronics.co.in/news/programming-stm8-mcus/#respond</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Thu, 19 Jan 2017 16:57:09 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[stm8]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1518</guid>

					<description><![CDATA[Learn how you program an STM8 MCU using a ST-LINK Programmer. This tutorial on Digital-Wizard explains in details the complete procedure so that easily program your STM8 MCU without any trouble. Read more &#8230;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/programming-stm8-mcus/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Visitor Counter Project using AVR ATmega16</title>
		<link>https://extremeelectronics.co.in/news/visitor-counter-project-using-avr-atmega16/</link>
					<comments>https://extremeelectronics.co.in/news/visitor-counter-project-using-avr-atmega16/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Mon, 21 Nov 2016 12:13:53 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1502</guid>

					<description><![CDATA[Learn how you can make a system for counting the number of visitors entering and leaving a room. This article discuss the schematic and the program needed to make such a system very easily using an AVR ATmega16 MCU. Read more &#8230;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/visitor-counter-project-using-avr-atmega16/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Fastest Finger First a Quiz Game Event System made using AVR ATmega16</title>
		<link>https://extremeelectronics.co.in/news/fastest-finger-first-a-quiz-game-event-system-made-using-avr-atmega16/</link>
					<comments>https://extremeelectronics.co.in/news/fastest-finger-first-a-quiz-game-event-system-made-using-avr-atmega16/#respond</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Sat, 05 Nov 2016 13:12:17 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1498</guid>

					<description><![CDATA[Learn how you can make a system for quiz events that detects which of the contestants presser his/her button first. This article discuss the schematic and the program needed to make such a system very easily using an AVR ATmega16 MCU. Read more &#8230;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/fastest-finger-first-a-quiz-game-event-system-made-using-avr-atmega16/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Token Number Display Project</title>
		<link>https://extremeelectronics.co.in/news/token-number-display-project/</link>
					<comments>https://extremeelectronics.co.in/news/token-number-display-project/#respond</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Mon, 03 Oct 2016 06:38:38 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[rf]]></category>
		<category><![CDATA[token]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1489</guid>

					<description><![CDATA[This article on Digital Wizard describes how to make a token number display system using AVR ATmega8 microcontroller. The article has everything including detailed schematics, program, and Proteus simulation files. This makes it very easy to fabricate even by a new user. Read more]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/token-number-display-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Interfacing HD44780 based LCDs with STM32 MCUs</title>
		<link>https://extremeelectronics.co.in/news/interfacing-hd44780-based-lcds-with-stm32-mcus/</link>
					<comments>https://extremeelectronics.co.in/news/interfacing-hd44780-based-lcds-with-stm32-mcus/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Sat, 27 Aug 2016 04:36:27 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[stm32]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1481</guid>

					<description><![CDATA[In this article I present my library to drive hd44780 based LCD modules with STM32F0 series of 32 bit ARM microcontrollers. Read more]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/interfacing-hd44780-based-lcds-with-stm32-mcus/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Making a LED Message Display using ATmega8 and P10</title>
		<link>https://extremeelectronics.co.in/news/making-a-led-message-display-using-atmega8-and-p10/</link>
					<comments>https://extremeelectronics.co.in/news/making-a-led-message-display-using-atmega8-and-p10/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Fri, 08 Jul 2016 07:28:04 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[led display]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1460</guid>

					<description><![CDATA[This LED moving message display is four feet in length and six inches in length. Horizontally their are 128 leds and vertically 16. It can show message in English language scrolling from right to left. The system is made using four P10 led display modules and ATmega8 as microcontroller. It has PS/2 keyboard interface that is used to enter message to the board. To enter text, keyboard is connected and Esc key is pressed, this brings the device into text entry mode. After this the whole message is typed using keyboard, at the end of message Enter key is pressed, this saves the message in internal EEPROM of the ATmega8. Now the keyboard can be removed. Read more &#8230;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/making-a-led-message-display-using-atmega8-and-p10/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>Interfacing DHT11 Humidity Sensor with PIC MCU</title>
		<link>https://extremeelectronics.co.in/news/interfacing-dht11-humidity-sensor-with-pic-mcu/</link>
					<comments>https://extremeelectronics.co.in/news/interfacing-dht11-humidity-sensor-with-pic-mcu/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Tue, 21 Jun 2016 05:09:01 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dht11]]></category>
		<category><![CDATA[humidity sensor]]></category>
		<category><![CDATA[pic]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1454</guid>

					<description><![CDATA[This article on DigitalWizard describes how you can easily interface DHT11 humidity sensor module to a PIC microcontroller. A working C program is developed to command the sensor to start measurement and then send the data to microcontroller. The data sent from the sensor is in form of a special serial format that is decoded by the MCU to get the humidity and temperature information which is finally shown in LCD. Please click here to read more.]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/interfacing-dht11-humidity-sensor-with-pic-mcu/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Room Temperature Display using Large Dot Matrix P10</title>
		<link>https://extremeelectronics.co.in/avr-projects/room-temperature-display-using-large-dot-matrix-p10/</link>
					<comments>https://extremeelectronics.co.in/avr-projects/room-temperature-display-using-large-dot-matrix-p10/#respond</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Thu, 21 Apr 2016 07:30:14 +0000</pubDate>
				<category><![CDATA[AVR Projects]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1430</guid>

					<description><![CDATA[This article on DigitalWizard describes how you can easily make a system that shows room temperature in dot matrix 32&#215;16 LED display. The project is based on ATmega8 MCU which is a 28 pin high performance microcontroller from Atmel Corp. Please click here to read more.]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/avr-projects/room-temperature-display-using-large-dot-matrix-p10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>P10 LED Display Panel Interface with AVR ATmega8</title>
		<link>https://extremeelectronics.co.in/news/p10-led-display-panel-interface-with-avr-atmega8/</link>
					<comments>https://extremeelectronics.co.in/news/p10-led-display-panel-interface-with-avr-atmega8/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Mon, 01 Feb 2016 12:34:17 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[p10]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1415</guid>

					<description><![CDATA[P10 LED Display panel are now the easiest method to design all kind of smart LED signage and display system. This article will teach you the basic of P10 LED display panel and how to interface with AVR ATmega8. Read more &#8594;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/p10-led-display-panel-interface-with-avr-atmega8/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>Bluetooth Control of Home Appliances</title>
		<link>https://extremeelectronics.co.in/news/bluetooth-control-of-home-appliances/</link>
					<comments>https://extremeelectronics.co.in/news/bluetooth-control-of-home-appliances/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Tue, 29 Sep 2015 13:39:41 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[remote]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1388</guid>

					<description><![CDATA[This article on DigitalWizard describes how you can easily make a system that can control your home appliances like lights, fans etc from your smart phone. The project is based on ATmega8 MCU which is a 28 pin high performance microcontroller from Atmel Corp. Communication between this system and the smartphone is over the Bluetooth network. Please click here to read more.]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/bluetooth-control-of-home-appliances/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Creating Your First Embedded Project in Atmel Studio</title>
		<link>https://extremeelectronics.co.in/avr-tutorials/creating-your-first-embedded-project-in-atmel-studio/</link>
					<comments>https://extremeelectronics.co.in/avr-tutorials/creating-your-first-embedded-project-in-atmel-studio/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Tue, 18 Aug 2015 06:51:10 +0000</pubDate>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[as6]]></category>
		<category><![CDATA[atmega8]]></category>
		<category><![CDATA[atmel studio]]></category>
		<category><![CDATA[AVR]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1371</guid>

					<description><![CDATA[In the last chapter we learned about the development process of embedded systems. We saw what hardware and software tools are required to work with Atmel AVR microcontrollers. We learned about programming languages, compilers and IDEs. In this chapter we will go in the step by step details of using the Atmel Studio IDE to enter and compile a program written in C language. We won &#8216;t be going in the details of the program. That means what each line means and does. We will simply copy/paste a program as our intention in this chapter is to get familiar with the IDE only. Program will be discussed in latter chapters. You can start Atmel Studio 6 by using its icon from the Windows® Desktop or the Start Menu. Atmel Studio 6 Startup Screen The First screen shown up after the AS5 has started is the Start Page. The start page helps you quickly create a new project or load your previous project without wasting much time. Atmel Studio 6 Home Screen To create a new project we select New Project … option from the Start Page. AS6 will show you the New Project Wizard as shown in the above image. From the project template area (Installed Templates) select C/C++ as the project template. From the project type area select &#8220;C [&#8230;]]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/avr-tutorials/creating-your-first-embedded-project-in-atmel-studio/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Development Process of Embedded Systems</title>
		<link>https://extremeelectronics.co.in/avr-tutorials/development-process-of-embedded-systems/</link>
					<comments>https://extremeelectronics.co.in/avr-tutorials/development-process-of-embedded-systems/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Fri, 07 Aug 2015 07:24:10 +0000</pubDate>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[atmel studio]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[mcu]]></category>
		<category><![CDATA[microcontroller]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1365</guid>

					<description><![CDATA[Come on, let&#8217;s see how an idea in your brain can be transformed to a working embedded systems. What are the key steps you would be following each type you design a system. The key characteristic of embedded system is that it inherits much of its functionality from a well designed program. Everything the embedded system is able to do is through a program which is running inside the microcontroller. This program is a special type of &#34;software&#34; called a firmware. Because it is &#34;firm&#34; in nature because the embedded system once programed and deployed to the end user will be running the same program through out its life time. For example a TV remote control runs the same program which encodes key press data into serial bit stream and sends through an IR transmitter. Same is the case with a MCU inside a pen drive, digital watch and calculators. In contrast a &#34;software&#34; like MS Word or Firefox is not that much &#34;firmly&#34; tied to your PC or Phone. Your PC can run several other software in addition to these and also they can be replaced by their alternatives. So development of embedded software (i.e. firmware) and its installation on microcontroller should be clear to the user. Step I &#8211; Development of Program A program is a step by [&#8230;]]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/avr-tutorials/development-process-of-embedded-systems/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>SMS Based Wireless Home Appliance Control System using PIC MCU</title>
		<link>https://extremeelectronics.co.in/news/sms-based-wireless-home-appliance-control-system-using-pic-mcu/</link>
					<comments>https://extremeelectronics.co.in/news/sms-based-wireless-home-appliance-control-system-using-pic-mcu/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Thu, 18 Jun 2015 14:17:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[gsm]]></category>
		<category><![CDATA[home appliance]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[sim300]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1347</guid>

					<description><![CDATA[This article on DigitalWizard describes how you can easily make a system that can control your home appliances like lights, fans etc from SMS commands. The project is based on PIC18F4520 MCU which is a 40 pin high performance microcontroller from Microchip Inc. It has a 16&#215;2 LCD module as the main output unit to show various status messages to the user, thus making it extremely user friendly. GSM connectivity is achieved using a SIM300 or SIM900 modems. Please click here to read more.]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/sms-based-wireless-home-appliance-control-system-using-pic-mcu/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Interfacing HC-SR04 Ultrasonic Rangefinder with PIC 16F877A Microcontroller</title>
		<link>https://extremeelectronics.co.in/news/interfacing-hc-sr04-ultrasonic-rangefinder-with-pic-16f877a-microcontroller/</link>
					<comments>https://extremeelectronics.co.in/news/interfacing-hc-sr04-ultrasonic-rangefinder-with-pic-16f877a-microcontroller/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Mon, 08 Jun 2015 13:30:57 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1338</guid>

					<description><![CDATA[This article on Digital Wizard explains the basic working of HC-SR04, which is a very low cost and popular sensor module to measure distance to obstacles. The author also explains the development of C code to interface it with a PIC16F877A microcontroller and display the readings on 16&#215;2 LCD module. Please click here to read more &#8230;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/interfacing-hc-sr04-ultrasonic-rangefinder-with-pic-16f877a-microcontroller/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Home Appliance Control over Mobile Network</title>
		<link>https://extremeelectronics.co.in/news/home-appliance-control-over-mobile-network/</link>
					<comments>https://extremeelectronics.co.in/news/home-appliance-control-over-mobile-network/#comments</comments>
		
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:07:22 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[avr project]]></category>
		<category><![CDATA[dtmf]]></category>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=1328</guid>

					<description><![CDATA[Control any appliance in your home like lights, fans, AC, pumps etc from anywhere in the world by just dialing a mobile number and then pressing numerical buttons of your mobile phone. Read more &#8594;]]></description>
		
					<wfw:commentRss>https://extremeelectronics.co.in/news/home-appliance-control-over-mobile-network/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
