Line 6: Line 6:
 
In Future I am sure you all will help me in building this wiki and creating a great Encyclopedia made for electronics students.}}
 
In Future I am sure you all will help me in building this wiki and creating a great Encyclopedia made for electronics students.}}
  
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 
  
== Getting started ==
+
== <i class="icon-book"></i> [[:Category:Tutorials|Tutorials]] ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
{{grid2
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
|{{infobox
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
|http://www.8051projects.net/microcontroller-tutorials/AVR.jpg
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]
+
|[http://www.8051projects.net/avr-microcontroller-tutorial.html AVR Microcontroller Tutorial]
 +
|Learn the new generation 8-bit controller step by step*
 +
}}
 +
|{{infobox
 +
|http://www.8051projects.net/microcontroller-tutorials/pic.jpg
 +
|[http://www.8051projects.net/pic_tutorial/ PIC Microcontroller Tutorial]
 +
|Learn to program one of the most used microcontrollers in the world.
 +
}}
 +
}}
 +
===== Other Tutorials in this section =====
 +
*[http://www.8051projects.net/keil-c-programming-tutorial/ Keil C / Embedded C Programming Tutorial] - This tutorial will help you learn programming 8051 microcontroller using Keil C or embedded C language. You will go through all special programming tips.
  
{{note|Note|This is blah}}
+
== <i class="icon-book"></i> [[:Category:Interfacing Peripherals|Interfacing with Microcontrollers Tutorials]] ==
=== This is a test heading ===
+
{{grid2
==== This is a test sub-heading ====
+
|{{infobox
what to say.. :) this is really a great great software
+
|http://www.8051projects.net/microcontroller-tutorials/stepper-motor.jpg
 +
|[http://www.8051projects.net/avr-microcontroller-tutorial.html Stepper Motor Interfacing tutorial]
 +
|Unipolar and Bipolar stepper motor interfacing with microcontroller. Complete code in C and assembly explained.
 +
}}
 +
|{{infobox
 +
|http://www.8051projects.net/microcontroller-tutorials/lcdimg.jpg
 +
|[http://www.8051projects.net/lcd-interfacing/ LCD Interfacing Tutorial]
 +
|Complete tutorial for LCD interfacing with microcontrollers. Including sample codes.
 +
}}
 +
}}
  
I like it.
+
===== Other Tutorials in this section ====
 
+
*[http://www.8051projects.net/mmc-sd-interface-fat16/ MMC/SD Card interfacing and FAT16 Filesystem with 8051/8052] - Step by step guide to interface MMC/SD Card with 8051/8052 compatible controllers and port elm-chan's FAT16 File system library. Tutorial written by David ([http://www.8051projects.net/user14254.html DavesGarage]).
<source>void main()
 
{
 
  test();
 
}
 
</source>
 
 
 
<source lang="asm">mov a, #55
 
mov a, R0
 
</source>
 
 
 
[[Category:Testcat]]
 
[[Category:Testcat1]]
 

Revision as of 18:37, 23 October 2013

Welcome to Rikipedia

Rikipedia is a free Encyclopedia of Electronics. Here you will find articles and tutorials on electronics and embedded systems. This wiki is currently not open for editing. I am working on integrating this wiki to our user database. If you like to read about an article, Please do request for it in our forum. In Future I am sure you all will help me in building this wiki and creating a great Encyclopedia made for electronics students.


Tutorials

AVR.jpg

AVR Microcontroller Tutorial

Learn the new generation 8-bit controller step by step*

pic.jpg

PIC Microcontroller Tutorial

Learn to program one of the most used microcontrollers in the world.

Other Tutorials in this section

Interfacing with Microcontrollers Tutorials

stepper-motor.jpg

Stepper Motor Interfacing tutorial

Unipolar and Bipolar stepper motor interfacing with microcontroller. Complete code in C and assembly explained.

lcdimg.jpg

LCD Interfacing Tutorial

Complete tutorial for LCD interfacing with microcontrollers. Including sample codes.

= Other Tutorials in this section

Powered by MediaWiki
ArrayContent is available under Creative Commons Attribution Non-Commercial Share Alike unless otherwise noted.