Skip to content

Instantly share code, notes, and snippets.

@go8051
go8051 / 16x2_lcd_8051.c
Created December 19, 2015 06:14
Chapter 11 - Interfacing 16x2 LCD with 8051 Microcontroller on Breadboard
//****************************************************************************************
//www.go8051.com
//Chapter 11
//Interfacing 16x2 LCD with 8051 Microcontroller on Breadboard
//Created By go8051.com
// Open source
// MMT_LCD.H custom library from www.mmtlab.in Magicman Technologies
//email : 8051blog@gmail.com
//****************************************************************************************
@go8051
go8051 / 7_Segment_8051.c
Created December 19, 2015 05:50
Chapter 10 - Interfacing 7 Segment(Common Anode) LED Display with 8051 Microcontroller on Breadboard
//****************************************************************************************
//www.go8051.com
//Chapter 10
//Interfacing 7 Segment(Common Anode) LED Display with 8051 Microcontroller on Breadboard
//Created By go8051.com
// Open source
//email : 8051blog@gmail.com
//****************************************************************************************
#include<reg51.h> // Header file for 8051 microcontroller
@go8051
go8051 / PC_Controllled_Robot_8051.c
Created December 18, 2015 19:06
Chapter 9 - Making PC Controlled Serial Robot using 8051 Microcontroller on Breadboard
//*******************************************************************
//www.go8051.com
//Chapter 9
//Making PC Controlled Serial Robot using 8051 Microcontroller on Breadboard
//Created By go8051.com
// Open source
//email : 8051blog@gmail.com
//*******************************************************************
#include<reg51.h> // Header file for 8051 microcontroller
@go8051
go8051 / Line_Following_Robot_8051.c
Created December 18, 2015 18:30
Chapter 8 - Making a Line Following Robot (LFR) with 8051 Microcontroller on Breadboard
//*******************************************************************
//www.go8051.com
//Chapter 8
//Making a Line Following Robot (LFR) with 8051 Microcontroller on Breadboard
//Created By go8051.com
// Open source
//email : 8051blog@gmail.com
//*******************************************************************
#include<reg51.h> // Header file for 8051 microcontroller
@go8051
go8051 / Motor_Driver_Basic_8051.c
Last active December 18, 2015 18:16
Chapter 7 - Interfacing L293d Motor Driver with 8051 Microcontroller on Bread Board
//********************************************************************************************************
//www.go8051.com
//Chapter 7
//Interfacing L293d Motor Driver with 8051 Microcontroller on Bread Board
//Created By go8051.com
// Open source
//email : 8051blog@gmail.com
//********************************************************************************************************
#include<reg51.h> // Header file for 8051 microcontroller
@go8051
go8051 / IR_Sensor_8051_Microcontroller.c
Created December 18, 2015 16:25
Chapter 6 - Interfacing LM324 Comparator IC with IR(Infra Red Light) Sensor and 8051 Microcontroller on Bread Board
//********************************************************************************************************
//www.go8051.com
//Chapter 6
//Interfacing LM324 Comparator IC with IR(Infra Red Light) Sensor and 8051 Microcontroller on Bread Board
//Created By go8051.com
// Open source
//email : 8051blog@gmail.com
//********************************************************************************************************
#include<reg51.h> // Header file for 8051 microcontroller
@go8051
go8051 / Switches_with_multiple_led_pattern.c
Created December 18, 2015 14:55
Chapter4-Part2-8051 On Breadboard with Switches and Multiple LED
//*******************************************************************
//www.go8051.com
//Chapter 4 - Part 2
//8051 On Breadboard with Switches and Multiple LED
//Created By go8051.com
// Open source
//email : 8051blog@gmail.com
//*******************************************************************
#include<reg51.h> // Header file for 8051 microcontroller
@go8051
go8051 / Switch_with_multiple_led.c
Created December 18, 2015 14:21
Chapter4-Part1-8051 On Breadboard with Switches and Multiple LED
//*******************************************************************
//www.go8051.com
//Chapter 4 - Part 1
//8051 On Breadboard with Switches and Multiple LED
//Created By go8051.com
// Open source
//email : 8051blog@gmail.com
//*******************************************************************
#include<reg51.h> // Header file for 8051 microcontroller
@go8051
go8051 / Multiple_led.c
Created December 18, 2015 13:19
Chapter 3 - 8051 On Breadboard with Multiple Led Blinking
//*******************************************************************
//www.go8051.com
//Chapter 3
//8051 On Breadboard with Multiple Led Blinking
//Created By go8051.com
// Open source
//email : 8051blog@gmail.com
//*******************************************************************
#include<reg51.h> // Header file for 8051 microcontroller
@go8051
go8051 / led_blink.c
Last active December 18, 2015 12:55
Chapter 2 - Breadboard Microcontroller 8051 Mounting and Led Blinking