<?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>AllAboutEE</title>
	<atom:link href="http://allaboutee.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://allaboutee.com</link>
	<description>Electrical Engineering Blog</description>
	<lastBuildDate>Sat, 21 Sep 2024 07:32:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.22</generator>
	<item>
		<title>QEMU &#8211; Linux Kernel &#038; File System Setup</title>
		<link>http://allaboutee.com/2024/09/21/qemu-linux-kernel-file-system-setup/</link>
		<pubDate>Sat, 21 Sep 2024 07:32:04 +0000</pubDate>
		<dc:creator><![CDATA[Carlos]]></dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=764</guid>
		<description><![CDATA[Abstract The following shows how to create a Linux file system and populating it using BusyBox, compiling the Linux kernel and running this on QEMU for ARM. In the second half we&#8217;ll use Buildroot to abstract all of this. Installing QEMU Runt the following (Ubuntu) command: sudo apt install qemu-system-arm Manual Configuration Create a base [&#8230;]]]></description>
		</item>
		<item>
		<title>How To Send Text Messages From The ESP8266 and Twilio Using NodeMcu</title>
		<link>http://allaboutee.com/2015/03/24/es8266-text-messages-with-twilio-and-nodemcu/</link>
		<pubDate>Tue, 24 Mar 2015 02:13:44 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[ESP8266]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=742</guid>
		<description><![CDATA[Send text messages from your ESP WiFi module through your Twilio account.]]></description>
		</item>
		<item>
		<title>ESP8266 How To Make Phone Calls (With Voice!) Using Twilio&#8217;s API and NodeMcu</title>
		<link>http://allaboutee.com/2015/03/24/esp8266-phone-calls-with-twilio-api/</link>
		<pubDate>Tue, 24 Mar 2015 02:12:58 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[ESP8266]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=745</guid>
		<description><![CDATA[Make phone calls with voice from your ESP8266 and Twilio's API.]]></description>
		</item>
		<item>
		<title>Make a Phone Call With Voice Using Your ESP8266 and Arduino With Twilio&#8217;s API</title>
		<link>http://allaboutee.com/2015/03/23/esp8266-and-arduino-phone-calls-with-twilio-api/</link>
		<pubDate>Mon, 23 Mar 2015 21:11:14 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[ESP8266]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=749</guid>
		<description><![CDATA[Learn to make a phone call with your ESP8266 WiFi module and Arduino microcontroller using Twilio's API.]]></description>
		</item>
		<item>
		<title>ESP8266 Android Application to Control Arduino Digital Pins and Toggle LEDs</title>
		<link>http://allaboutee.com/2015/01/20/esp8266-android-application-for-arduino-pin-control/</link>
		<pubDate>Tue, 20 Jan 2015 05:18:10 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[ESP8266]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=732</guid>
		<description><![CDATA[Use an Android app to control the digital pins of your Arduino microcontroller through the ESP8266 WiFi module. The Android app will have three buttons that you can use to toggle three LEDs connected to your Arduino board. The Androi application sends an HTTP request to the ESP8266 and the Arduino processes the request.]]></description>
		</item>
		<item>
		<title>ESP8266 Arduino LED Control (Control The Digital Pins Via WiFi, Send Data From Webpage to Arduino)</title>
		<link>http://allaboutee.com/2015/01/02/esp8266-arduino-led-control-from-webpage/</link>
		<pubDate>Fri, 02 Jan 2015 13:41:57 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[ESP8266]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=698</guid>
		<description><![CDATA[Use the ESP8266 to control your Arduino's pins via WiFi. In this tutorial we will create a webpage with three buttons to control LEDs connected to the Arduino from the internet.]]></description>
		</item>
		<item>
		<title>How To Use the ESP8266 and Arduino as a Webserver</title>
		<link>http://allaboutee.com/2014/12/30/esp8266-and-arduino-webserver/</link>
		<pubDate>Tue, 30 Dec 2014 19:15:53 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[ESP8266]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=691</guid>
		<description><![CDATA[The ESP8266 can easily  be used as a webserver but you'll need a microcontroller to handle the http events/requests. In this tutorial we'll use the arduino to help the esp serve websites.]]></description>
		</item>
		<item>
		<title>ESP8266 Arduino Code and Schematic to Send AT Commands and Print Output</title>
		<link>http://allaboutee.com/2014/12/27/esp8266-arduino-code-and-circuit/</link>
		<pubDate>Sat, 27 Dec 2014 02:30:39 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[ESP8266]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=684</guid>
		<description><![CDATA[So you got the world wide famous ESP8266 wifi module to play around with it and your Arduino but don't know where/how to get started? For starters, the ESP8266 requires a 3.3V input which we can get by connecting a 3.3V regulator to the Arduino's Vin pin. The code is just as simple, a loop to receive and send commands, and another loop to print the response.]]></description>
		</item>
		<item>
		<title>PIC Tutorial: 4-Digit 7-Segment LED</title>
		<link>http://allaboutee.com/2014/02/21/pic-tutorial-4-digit-7-segment-led/</link>
		<pubDate>Fri, 21 Feb 2014 12:26:07 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[PIC]]></category>

		<guid isPermaLink="false">http://shortcircu.it/?p=188</guid>
		<description><![CDATA[Learn to connect a PIC microcontroller to a 4-digit 7-segment LED display.]]></description>
		</item>
		<item>
		<title>Stellaris LaunchPad Code Examples: How To Use The RGB LED For Digital Output</title>
		<link>http://allaboutee.com/2014/01/07/stellaris-launchpad-blink-led-tutorial/</link>
		<pubDate>Tue, 07 Jan 2014 02:29:02 +0000</pubDate>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
				<category><![CDATA[ARM]]></category>

		<guid isPermaLink="false">http://allaboutee.com/?p=661</guid>
		<description><![CDATA[In this tutorial I will show you how to blink the RED led in your Stellaris LaunchPad board.]]></description>
		</item>
	</channel>
</rss>
