m
m (Undo revision 207 by Ajay Bhargav (talk))
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{widgetplain
 
{{widgetplain
 
|Welcome to Rikipedia
 
|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].
+
|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 [http://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.}}
 
In Future I am sure you all will help me in building this wiki and creating a great Encyclopedia made for electronics students.}}
Line 11: Line 11:
 
{{grid2
 
{{grid2
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/AVR.jpg
+
  |http://www.8051projects.net/microcontroller-tutorials/AVR.jpg
  |[//www.8051projects.net/avr-microcontroller-tutorial.html AVR Microcontroller Tutorial]
+
  |[http://www.8051projects.net/avr-microcontroller-tutorial.html AVR Microcontroller Tutorial]
 
  |Learn the new generation 8-bit controller step by step*
 
  |Learn the new generation 8-bit controller step by step*
 
  }}
 
  }}
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/pic.jpg
+
  |http://www.8051projects.net/microcontroller-tutorials/pic.jpg
  |[//www.8051projects.net/pic_tutorial/ PIC Microcontroller Tutorial]
+
  |[http://www.8051projects.net/pic_tutorial/ PIC Microcontroller Tutorial]
 
  |Learn to program one of the most used microcontrollers in the world.
 
  |Learn to program one of the most used microcontrollers in the world.
 
  }}
 
  }}
Line 24: Line 24:
 
{{grid2
 
{{grid2
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/keilarm.gif
+
  |http://www.8051projects.net/microcontroller-tutorials/keilarm.gif
  |[//www.8051projects.net/keil-c-programming-tutorial/ Keil C / Embedded C Programming Tutorial]
+
  |[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.
 
  |This tutorial will help you learn programming 8051 microcontroller using Keil C or embedded C language. You will go through all special programming tips.
 
  }}
 
  }}
Line 38: Line 38:
 
  }}
 
  }}
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/lcdimg.jpg
+
  |http://www.8051projects.net/microcontroller-tutorials/lcdimg.jpg
  |[//www.8051projects.net/lcd-interfacing/ LCD Interfacing Tutorial]
+
  |[http://www.8051projects.net/lcd-interfacing/ LCD Interfacing Tutorial]
 
  |Complete tutorial for LCD interfacing with microcontrollers. Including sample codes.
 
  |Complete tutorial for LCD interfacing with microcontrollers. Including sample codes.
 
  }}
 
  }}
Line 51: Line 51:
 
  }}
 
  }}
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/sd-card.png
+
  |http://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]
+
  |[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 ([//www.8051projects.net/user14254.html DavesGarage]).
+
  |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]).
 
  }}
 
  }}
 
}}
 
}}
Line 59: Line 59:
 
{{grid2
 
{{grid2
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/stepper-motor.jpg
+
  |http://www.8051projects.net/microcontroller-tutorials/stepper-motor.jpg
 
  |[[Stepper Motor Tutorial|Stepper Motor Interfacing Tutorial]]
 
  |[[Stepper Motor Tutorial|Stepper Motor Interfacing Tutorial]]
 
  |Unipolar and Bipolar stepper motor interfacing with microcontroller. Complete code in C and assembly explained.
 
  |Unipolar and Bipolar stepper motor interfacing with microcontroller. Complete code in C and assembly explained.
 
  }}
 
  }}
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/dcmotor.jpg
+
  |http://www.8051projects.net/microcontroller-tutorials/dcmotor.jpg
 
  |[[DC Motor Interfacing|DC Motor Interfacing Tutorial]]
 
  |[[DC Motor Interfacing|DC Motor Interfacing Tutorial]]
 
  |DC motor interfacing using H-bridge motor driver. Circuit diagrams for interfacing with microcontrollers.
 
  |DC motor interfacing using H-bridge motor driver. Circuit diagrams for interfacing with microcontrollers.
Line 72: Line 72:
 
{{grid2
 
{{grid2
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/serial.jpg
+
  |http://www.8051projects.net/microcontroller-tutorials/serial.jpg
 
  |[[UART Communication Tutorial]]
 
  |[[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]]
 
  |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
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/adc.jpg
+
  |http://www.8051projects.net/microcontroller-tutorials/adc.jpg
 
  |[[Analog to Digital Converter|ADC Interfacing Tutorials]]
 
  |[[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]]
 
  |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]]
Line 85: Line 85:
 
{{grid2
 
{{grid2
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/keypad.jpg
+
  |http://www.8051projects.net/microcontroller-tutorials/keypad.jpg
  |[//www.8051projects.net/keypad-interfacing/ Matrix Keypad Interfacing Tutorial]
+
  |[http://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.
 
  |Learn to Construct and interface a keypad with microcontroller. Tutorial includes programming example of AVR and 8051 in C as well as assembly.
 
  }}
 
  }}
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/pwm.gif
+
  |http://www.8051projects.net/microcontroller-tutorials/pwm.gif
  |[//www.8051projects.net/pulse-width-modulation/ Pulse Width Modulation (PWM) Tutorial]
+
  |[http://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.
 
  |Implement PWM on a normal 8051 using timers. Tutorial includes programming example of AVR (AT90S8515) and 8051 in C and assembly.
 
  }}
 
  }}
Line 98: Line 98:
 
{{grid2
 
{{grid2
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/i2c-tutorial.png
+
  |http://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]]
 
  |[[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.
 
  |Learn implementing I2C on 8051 PIC and AVR microcontrollers. Tutorial includes codes and examples for using software and onchip I2C.
Line 111: Line 111:
 
{{grid2
 
{{grid2
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/led-matrix-display-tutorial.png
+
  |http://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]
+
  |[http://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.
 
  |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.
 
|.}}
 
|.}}
Line 120: Line 120:
 
{{grid2
 
{{grid2
 
|{{infobox
 
|{{infobox
  |//www.8051projects.net/microcontroller-tutorials/keilarm.gif
+
  |http://www.8051projects.net/microcontroller-tutorials/keilarm.gif
  |[//www.8051projects.net/keil-microvision/ How use Keil Microvision?]
+
  |[http://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''.
 
  |Learn to use the most popular IDE, Keil Microvision 3* for 8051 and ARM. ''A video tutorial''.
 
  }}
 
  }}
 
|}}
 
|}}

Revision as of 15:37, 7 December 2015

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(5 C)
8051 Tutorials(7 P)
AVR Tutorials(3 P)
How TOs(1 P)


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.


keilarm.gif

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.

Interfacing with Microcontrollers Tutorials

Lm75-image.jpg

LM75 I2C Temperature Sensor

LM75/TMP75/TMP175 I2C based temperature sensor tutorial with sample codes

lcdimg.jpg

LCD Interfacing Tutorial

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


Ds1307-image.jpg

DS1307 RTC Interfacing Tutorial

Learn to interface real time clock and programming for DS1307 RTC.

sd-card.png

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 (DavesGarage).


stepper-motor.jpg

Stepper Motor Interfacing Tutorial

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

dcmotor.jpg

DC Motor Interfacing Tutorial

DC motor interfacing using H-bridge motor driver. Circuit diagrams for interfacing with microcontrollers.


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, AVR Uart, 8051 Soft Uart

adc.jpg

ADC Interfacing Tutorials

Learn basics of ADC and interface ADC0804, ADC0808 and ADC0809 with 8051 microcontroller. Sub tutorials: ADC0804 with 8051, ADC0804 with AVR, ADC0808 Interfacing Tutorial, ADS1115 ADC Interfacing Tutorial


keypad.jpg

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.

pwm.gif

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.


i2c-tutorial.png

I2C / TWI Tutorial

Learn implementing I2C on 8051 PIC and AVR microcontrollers. Tutorial includes codes and examples for using software and onchip I2C.

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.


led-matrix-display-tutorial.png

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.

{{{2}}}

How TOs

keilarm.gif

How use Keil Microvision?

Learn to use the most popular IDE, Keil Microvision 3* for 8051 and ARM. A video tutorial.

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