<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<channel>
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>

<language>en-gb</language>
				<copyright>2008 Rickey's World</copyright>
				<managingEditor>contact@nospam.com (Ajay Bhargav)</managingEditor>
				<webMaster>contact@nospam.com (Ajay Bhargav)</webMaster>
				<pubDate>Thu, 08 Jan 2009 22:17:11 -0800</pubDate>
				<lastBuildDate>Thu, 08 Jan 2009 22:17:11 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>The Microcontroller Idea Circuits, Programs &amp; Applications Featuring the 8052- BASIC Microcontroller</title>
<link>http://www.8051projects.net/forum-t1089.html</link>
<description><![CDATA[<div style='text-align:center'><img src='http://www.penram.com/bigimages/6.jpg' class='bbcode' alt=''  /></div><br /><br /><strong class='bbcode bold'>Circuits, Programs, &amp; Applications featuring the 8052 BASIC Microcontroller (8052, member of Intel 8051 microcontroller family)</strong><br />The Microcontroller Idea Book by Jan Axelson focusses on the 8052 BASIC microcontroller. It takes the reader who may essentially have no knowledge of programming through BASIC while offering considerable insight into the design of simple embedded systems.<br /><br />It is a hands on guide to designing, building and testing microcontroller based devices. The ideas and applications presented here are not limited to the 8052-BASIC. If the reader is used to working on a different chip, you can adapt the circuits and programs can be adapted to it. The schematics and programs listings in this book include comments and explanations to help apply the ideas irrespective of whether one is using the 8052 BASIC microcontroller.<br /><br />It is not just a textbook that presents information, but gives details of how to apply it. With the collection of input / output circuits provided, it helps to connect to the outside world and have it all work properly.<br /><br />Both, the hardware and the software aspects have been epitomized as microcontroller projects involving both circuit design and programming.<br /><br /><strong class='bbcode bold'>Some of the features of the book are:</strong><br /><ul class='bbcode'><li class='bbcode'> Complete circuit schematics and parts list - so one can easily build the circuits oneself.<br />    </li><li class='bbcode'> Design theory - for example, why use this particular component or modify the circuit shown.<br /><br />    </li><li class='bbcode'> Example program listings - for easy testing and use of the circuits.<br /><br />    </li><li class='bbcode'> Construction and debugging tips - to help get the circuits up and running with no problems.<br />    </li><li class='bbcode'> How to add sensors, relays, displays, clock/calenders, keypads, wireless links and more. </li></ul><br /><br /><strong class='bbcode bold'>Table of Contents in The Microcontroller Idea Book</strong><br /><ul class='bbcode'><li class='bbcode'> Microcontroller Basics:<br />      What's a Microcontroller?<br />      A Little History<br />      New Tools<br />      Project Steps<br /><br />    </li><li class='bbcode'> Inside the 8052-BASIC:<br />      Possibilities<br />      Limits, What You Need<br />      The 8051 Family<br />      Elements of the 8052 and 8052-BASIC<br /><br />    </li><li class='bbcode'> Powering Up:<br />      About the Circuit<br />      Circuit Construction<br />      Powering Up<br />      Basic tests<br />      Simple Programs to Try<br />      Exiting Programs<br /><br />    </li><li class='bbcode'> Saving Programs:<br />      Nonvolatile Memory Options<br />      Adding NVRAM or EEPROM<br />      Using the Programming Commands<br />      Adding Bootup Options<br />      Erasing NV Memory<br />      Adding more NVRAM or EEPROM<br />      Adding EPROM<br />      EPROM-programming Circuits<br />      Power Supplies for Programming<br />      Storing Programs on Disk<br /><br />    </li><li class='bbcode'> Programming:<br />      Programming Basics<br />      BASIC-52 Bugs and Things to Watch Out For<br />      Finding Program Errors<br />      BASIC-52 Keywords by Function<br />      Quick Reference to BASIC-52<br /><br />    </li><li class='bbcode'> Inputs and Outputs:<br />      The Memory Map<br />      Uses for I/O Ports<br />      Adding Ports<br />      The 8255 Programmable Peripheral Interface<br /><br />    </li><li class='bbcode'> Switches and Keypads:<br />      Simple Switches<br />      Adding a Keypad<br /><br />    </li><li class='bbcode'> Displays:<br />      Using LEDs<br />      7-segment Displays<br />      Displaying Messages<br />      Inside the Display Controller<br />      Mounting Displays in an Enclosure.<br /><br />    </li><li class='bbcode'> Using Sensors to Detect and Measure:<br />      Sensor Basics<br />      Choosing Sensors<br />      On/off Sensors<br />      Analog Sensors<br />      Sensor Examples<br />      Level Translating<br />      Choosing a Converter<br /><br />    </li><li class='bbcode'> Clocks and Calendars:<br />      BASIC-52's Real-time Clock<br />      A Watchdog Timekeeper<br /><br />    </li><li class='bbcode'> Control Circuits:<br />      Switching Power to a Load<br />      Controlling a Switch Matrix<br />      Op Amp with Programmable Gain<br />      Controlling a Stepper Motor<br />      Speed Control of a Continuous DC Motor<br /><br />    </li><li class='bbcode'> Wireless Links:<br />      Infrared Links<br />      Increasing the Distance, Radio Links.<br /><br />    </li><li class='bbcode'> Calling Assembly-language Routines:<br />      Assembly-language Basics<br />      What You Need<br />      Loading a Routine<br />      File Formats for Assembly-language Routines<br />      Assembling a Program, Uploading a Program<br />      Example: Creating a Sine Wave<br />      Avoiding Program Crashes<br />      Interrupts<br />      Adding Custom Commands and Instructions<br />      A General-purpose EPROM Programmer<br /><br />    </li><li class='bbcode'> Running BASIC-52 from External Memory:<br />      Reasons<br />      Copying BASIC-52<br />      System Requirements<br />      Storing BASIC-52 Programs<br /><br />    </li><li class='bbcode'> Related Products:<br />      Enhanced BASIC-52<br />      BASIC compilers<br />      Programming Environments<br />      Pc Boards<br />      BASIC-52 Source Code<br /><br />    </li><li class='bbcode'> Appendices:<br />      A. Sources: Books, BBS's, Product Vendors.<br />      B. Programs for Loading Files.<br />      C. Number Systems: About Number Systems, Kilobytes and Megabytes. </li></ul><br /><br />Download:<br /><div class='indent'><b>The content of the post is hidden!<br />Please <a href='http://www.8051projects.net/login.php'>Login</a> to see the hidden post.<br />If you are new to the website Please <a href='http://www.8051projects.net/signup.php'>Signup!</a></b></div>]]></description>
<pubDate>Wed, 20 Jun 2007 14:10:02 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1089.html</guid>
</item>
						<item>
						<title>Re: The Microcontroller Idea Circuits, Programs &amp; Applications Featuring the 8052- BASIC Microcontroller</title>
<link>http://www.8051projects.net/forum-t1089.html</link>
<description><![CDATA[Thanks for this book]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 21 Jun 2007 22:49:40 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1089.html</guid>
</item>
						<item>
						<title>Re: The Microcontroller Idea Circuits, Programs &amp; Applications Featuring the 8052- BASIC Microcontroller</title>
<link>http://www.8051projects.net/forum-t1089.html</link>
<description><![CDATA[File not found???]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 13 Feb 2008 06:13:41 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1089.html</guid>
</item>
						<item>
						<title>Re: The Microcontroller Idea Circuits, Programs &amp; Applications Featuring the 8052- BASIC Microcontroller</title>
<link>http://www.8051projects.net/forum-t1089.html</link>
<description><![CDATA[file not found]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 12 Mar 2008 01:47:54 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1089.html</guid>
</item>
						<item>
						<title>Re: The Microcontroller Idea Circuits, Programs &amp; Applications Featuring the 8052- BASIC Microcontroller</title>
<link>http://www.8051projects.net/forum-t1089.html</link>
<description><![CDATA[Link has died<br /><br />pl. post new lnk<br /><br />arun]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 09 Apr 2008 19:21:41 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1089.html</guid>
</item>
						<item>
						<title>Re: The Microcontroller Idea Circuits, Programs &amp; Applications Featuring the 8052- BASIC Microcontroller</title>
<link>http://www.8051projects.net/forum-t1089.html</link>
<description><![CDATA[Please post newlink ...]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Fri, 02 May 2008 13:45:30 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1089.html</guid>
</item>
						<item>
						<title>Re: The Microcontroller Idea Circuits, Programs &amp; Applications Featuring the 8052- BASIC Microcontroller</title>
<link>http://www.8051projects.net/forum-t1089.html</link>
<description><![CDATA[Dear Friends<br /><br />I am unable to download this book.<br />send me the link for us<br />plz do the favour for us...<br /><br />thankx in advance]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sat, 15 Nov 2008 02:10:26 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1089.html</guid>
</item>
						<item>
						<title>Re: The Microcontroller Idea Circuits, Programs &amp; Applications Featuring the 8052- BASIC Microcontroller</title>
<link>http://www.8051projects.net/forum-t1089.html</link>
<description><![CDATA[<img src='http://www.8051projects.net/e107_images/emotes/yahoo/102.gif' alt='' style='vertical-align:middle; border:0' /> i can't download this book.<br />  file not found]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 26 Nov 2008 23:23:29 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1089.html</guid>
</item>
				</channel>
				</rss>