m
m (Reverted edits by Ajay Bhargav (talk) to last revision by MediaWiki default)
Line 1: Line 1:
__NOTOC__
+
'''MediaWiki has been successfully installed.'''
{{widgetplain
 
|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 [//www.8051projects.net/forum.html forum].
 
  
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.
  
<categorytree mode=pages showcount="on" >Tutorials</categorytree>
+
== Getting started ==
 
+
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
== <i class="ace-icon fa fa-book"></i> [[:Category:Tutorials|Tutorials]] ==
+
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
{{grid2
+
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
|{{infobox
+
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]
|//www.8051projects.net/microcontroller-tutorials/AVR.jpg
 
|[//www.8051projects.net/avr-microcontroller-tutorial.html AVR Microcontroller Tutorial]
 
|Learn the new generation 8-bit controller step by step*
 
}}
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/pic.jpg
 
|[//www.8051projects.net/pic_tutorial/ PIC Microcontroller Tutorial]
 
|Learn to program one of the most used microcontrollers in the world.
 
}}
 
}}
 
<br>
 
{{grid2
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/keilarm.gif
 
|[//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.
 
}}
 
|}}
 
 
 
== <i class="ace-icon fa fa-book"></i> [[:Category:Interfacing Peripherals|Interfacing with Microcontrollers Tutorials]] ==
 
{{grid2
 
|{{infobox
 
|[[File:Lm75-image.jpg]]
 
|[[LM75 I2C Temperature Sensor]]
 
|LM75/TMP75/TMP175 I2C based temperature sensor tutorial with sample codes
 
}}
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/lcdimg.jpg
 
|[//www.8051projects.net/lcd-interfacing/ LCD Interfacing Tutorial]
 
|Complete tutorial for LCD interfacing with microcontrollers. Including sample codes.
 
}}
 
}}
 
<br>
 
{{grid2
 
|{{infobox
 
|[[File:Ds1307-image.jpg]]
 
|[[DS1307 I2C RTC Interfacing Tutorial|DS1307 RTC Interfacing Tutorial]]
 
|Learn to interface real time clock and programming for DS1307 RTC.
 
}}
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/sd-card.png
 
|[//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 ([//www.8051projects.net/user14254.html DavesGarage]).
 
}}
 
}}
 
<br>
 
{{grid2
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/stepper-motor.jpg
 
|[[Stepper Motor Tutorial|Stepper Motor Interfacing Tutorial]]
 
|Unipolar and Bipolar stepper motor interfacing with microcontroller. Complete code in C and assembly explained.
 
}}
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/dcmotor.jpg
 
|[[DC Motor Interfacing|DC Motor Interfacing Tutorial]]
 
|DC motor interfacing using H-bridge motor driver. Circuit diagrams for interfacing with microcontrollers.
 
}}
 
}}
 
<br>
 
{{grid2
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/serial.jpg
 
|[[UART Communication Tutorial]]
 
|Complete tutorial for learning serial programming for AVR and 8051 microcontrollers in both C as well as Assembly. Sub tutorials: [[8051 UART/Serial Communication Tutorial | 8051 Uart]], [[AVR UART/Serial Communication Tutorial | AVR Uart]], [[8051 Software UART Tutorial|8051 Soft Uart]]
 
}}
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/adc.jpg
 
|[[Analog to Digital Converter|ADC Interfacing Tutorials]]
 
|Learn basics of ADC and interface ADC0804, ADC0808 and ADC0809 with 8051 microcontroller. Sub tutorials: [[ADC0804 Interfacing with 8051 Microcontroller|ADC0804 with 8051]], [[ADC0804 Interfacing with AVR Microcontroller|ADC0804 with AVR]], [[ADC0808 Interfacing Tutorial]], [[ADS1115 ADC Interfacing Tutorial]]
 
}}
 
}}
 
<br>
 
{{grid2
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/keypad.jpg
 
|[//www.8051projects.net/keypad-interfacing/ Matrix Keypad Interfacing Tutorial]
 
|Learn to Construct and interface a keypad with microcontroller. Tutorial includes programming example of AVR and 8051 in C as well as assembly.
 
}}
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/pwm.gif
 
|[//www.8051projects.net/pulse-width-modulation/ Pulse Width Modulation (PWM) Tutorial]
 
|Implement PWM on a normal 8051 using timers. Tutorial includes programming example of AVR (AT90S8515) and 8051 in C and assembly.
 
}}
 
}}
 
<br>
 
{{grid2
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/i2c-tutorial.png
 
|[[I2C TWI Tutorial|<abbr title="Inter IC Communication">I2C</abbr> / <abbr title="Two Wire Interface">TWI</abbr> Tutorial]]
 
|Learn implementing I2C on 8051 PIC and AVR microcontrollers. Tutorial includes codes and examples for using software and onchip I2C.
 
}}
 
|{{infobox
 
|[[File:At24c256.jpg]]
 
|[[AT24xxx I2C EEPROM Interfacing]]
 
|Learn to interface and program AT24 series I2C EEPROM in your projects. This tutorial has example sources help you get started faster.
 
}}
 
}}
 
<br>
 
{{grid2
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/led-matrix-display-tutorial.png
 
|[//www.8051projects.net/download-d240-led-dot-matrix-display-tutorial-package.html LED Dot Matrix Display Tutorial]
 
|This tutorial helps you learn controlling dot matrix display and scroll text on dot matrix display. This package contains four sample programs and proteus simulation models to help you understand better. This  tutorial is available as download package.
 
|.}}
 
}}
 
 
 
== <i class="icon-book"></i> [[:Category:How TOs|How TOs]] ==
 
{{grid2
 
|{{infobox
 
|//www.8051projects.net/microcontroller-tutorials/keilarm.gif
 
|[//www.8051projects.net/keil-microvision/ How use Keil Microvision?]
 
|Learn to use the most popular IDE, Keil Microvision 3* for 8051 and ARM. ''A video tutorial''.
 
}}
 
|}}
 

Revision as of 15:36, 7 December 2015

MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.

Getting started

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