Companies Home Search Profile

Embedded Systems with 8051 Micro Controller using Embedded C

Focused View

Amit Rana

5:23:40

50 View
  • 1. Introduction to the Course.mp4
    02:50
  • 2. Introduction to Embedded Systems.mp4
    19:37
  • 3. Introduction to 8051 Controller.mp4
    14:31
  • 4. Program for 8051.mp4
    12:48
  • 1. Installation of Keil IDE.mp4
    05:25
  • 2. First Project creation on Keil.mp4
    05:21
  • 3. Simulations.html
  • 1. Concepts on LED.mp4
    12:20
  • 2. Project based on Led Alternate on off.mp4
    04:05
  • 3.1 led codes.zip
  • 3. Using For Loop.mp4
    05:29
  • 1. Switch Interfacing with 8051.mp4
    12:36
  • 2.1 switchCodes.zip
  • 2. Switch Exercises.html
  • 1.1 relayPort.zip
  • 1. Relay Interfacing.mp4
    10:50
  • 2. Relay Interfacing Part 2.mp4
    02:58
  • 3. Introduction To DC Motor.mp4
    09:04
  • 4.1 L293 Interfacing.zip
  • 4. DC Motor Interfacing Part 2.mp4
    06:36
  • 1. Introduction To LCD.mp4
    08:57
  • 2. Creating Schematics for LCD.mp4
    07:23
  • 3. First Program On LCD.mp4
    06:46
  • 4.1 LCD interfacing.zip
  • 4. LCD Up Down Counter.html
  • 5.1 LCD 4 bit library.zip
  • 5. LCD Interfacing 4.mp4
    08:28
  • 1. Serial 1.mp4
    07:09
  • 2. Serial 2.mp4
    13:01
  • 3. Serial 3.mp4
    07:47
  • 4.1 SerialTestCodes.zip
  • 4. Serial 4.mp4
    07:57
  • 1. Timer 1.mp4
    07:45
  • 2. Timer 2.mp4
    06:41
  • 3.1 timer delay codes.zip
  • 3. Timer 3.mp4
    05:55
  • 1.1 Timer as Counter.zip
  • 1. Timer as Counter.mp4
    07:30
  • 1. Analog to Digital Converter with 8051 - Part 1.mp4
    09:47
  • 2. Analog to Digital Converter with 8051 - Part 2.mp4
    06:43
  • 3. Analog to Digital Converter with 8051 - Part 3.mp4
    09:41
  • 4.1 adc Codes.zip
  • 4. Analog to Digital Converter with 8051 use LM35 Temperature Sensor.mp4
    10:40
  • 1.1 stepper codes.zip
  • 1. Concepts around Stepper Motor.mp4
    14:53
  • 1. Program Downloading Using Nuvoton ICSP Programmer.mp4
    08:39
  • 2.1 ckt.zip
  • 2. Program ( Hex File) Downloading using FlashMagic to P89v51RD2 Controller.mp4
    15:32
  • 1.1 External interrupt code.zip
  • 1. What are interrupts and how to use external interrupt.mp4
    18:36
  • 1.1 p1 code bluetoothrelaycontrol.zip
  • 1.2 P1 Schematic 8051 kit 2023-03-08.pdf
  • 1. Bluetooth Based Relay Control using 8051.mp4
    08:38
  • 1. Conclusion.mp4
    00:42
  • Description


    Deep Dive into embedded systems with in-depth understanding of 8051 micro controller with embedded C programming

    What You'll Learn?


    • Quickly Learn Embedded Systems with 8051 and Embedded C Programming
    • 8051 Microcontroller
    • Embedded C Coding
    • Keil IDE
    • Various Interfaces with 8051 like LCD, Stepper Motor, DC Motor, ADC and many more
    • Barebone 8051 coding by understanding internal registers and how to configure them

    Who is this for?


  • Beginner, Students who are curious to learn Micro controller Programming
  • College and University students
  • Working Professionals willing to start studying embedded systems
  • What You Need to Know?


  • Strong Desire to learn and excel in embedded systems
  • Little background of electronics
  • Willing to Learn 8051
  • More details


    Description

    Learn Embedded Systems with one of the most influential and basic microcontrollers in history, 8051

    I believe that anyone can learn and experiment with technology.

    All that is needed is the desire to learn and the right guidance.  That’s the reason, this course is focused on both

    • absolute beginners and

    • intermediate developers in embedded systems.

    We’re going to study about embedded systems with 8051 microcontrollers in this course.

    8051 is by far one of the oldest microcontrollers which are still used today. With over 70+ different manufacturers, 8051 is available in a variety of flavors. What makes it special is the simplicity it offers to the programmers and developers. Being one of the first microcontrollers, the architecture of 8051 is quite simple with very few basic features. And those very basic features make 8051 the winner in terms of simplicity in usage.

    In this course, we’ll study 8051 with embedded C programming. We’re going to study about the 8051 microcontrollers with Keil 8051 IDE. Keil Microvision is a very old and very popular IDE used for microcontroller programming.

    This is a hands-on driven course where we’ll be writing a lot of codes and trying out its outputs. We’re going to study 8051 microcontroller and its interfacing with a number of peripheral devices like

    • LEDs

    • Switches

    • Relay

    • LCD

    • ADC

    • Temperature Sensor

    • Stepper Motor

    • DC Motor

    • PC Interfacing

    • Device Control

    And while doing so, we’ll be doing a number of different experiments to evaluate the skills we have been learning. The course outcome is to enable everyone to be able to use 8051 microcontrollers and start creating projects on it.

    Even if you do not know any C programming before, do not worry, there’s a brief introduction to C programming also.

    This course comes from a developer

    From the past 10 years, I've developed more than 150 projects in 8051 microcontrollers alone. This course doesn't come from a trainer following a set syllabus, this comes from a real developer who's involved in real projects for a better part of his career. So there are many practical considerations mentioned from the time to time in this course.

    Barebone Controller Coding

    Programming and using a microcontroller is not like using Arduino’s where you just write C code and download it into IC. This is a barebone coding experience where we’re going to learn the insights of 8051 microcontrollers and understand at the core how to write the program for each of its features. This single quality separates the hobbyists and professionals apart. If you’ve once understood how to go into the features of the microcontroller, look into registers and configure them to use, then you’ve understood the holy grail of embedded systems development. We’re going to do exactly this in this course. We’ll be using each feature of 8051 by completely studying the internal registers. Once you’ve understood it, you can take any microcontroller and start writing a program for it just by looking into the datasheet. The input/output pins, timers, counters, serial port, are discussed at length to understand the theory better and then we’ve done some quick experiments with it on the go.

    Simulations

    Many of you may or may not have an 8051 development board with you, hence, I’ve included simulation models of every single exercise that we’re going to do in this course. And I’ve also shown the downloading procedure for one of the simplest microcontrollers that I use on a daily basis.

    Be Assured

    Believe it or not, am doing embedded systems development and training from the past 10 years. I’ve developed more than 500 different products / mini projects and trained more than 10000 students from over 65 countries. You can be assured that whatever I’ve included in this course comes not only from books but also from my experiences in developing systems.

    Test Drive it

    Take the free preview before enrolling in the course, 25% of the course is free for you. Decide if it’s good for you or not even before enrolling. See and decide if you can understand and cope up with the content and the presenter of the course!!!

    Enroll now and start experimenting!!!

    Who this course is for:

    • Beginner, Students who are curious to learn Micro controller Programming
    • College and University students
    • Working Professionals willing to start studying embedded systems

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Amit Rana is an Industrial Consultant for Internet of Things, Embedded Systems Product Development Specialist, Online and Corporate Trainer.Currently building a platform for everyone who is interested in learning electronics and related technologies. Technologies including Internet of Things, Embedded Systems, Programming, Circuit Design and PCB Design through an online platform called kitflixKitflix is all about learning technologies online via tutorials / video lectures and interesting project works.Amit holds Masters Degree in Electronics Engineering. He has 10+ years of Experience in Embedded System Designing and programming using various micro controllers, And have deployed more than 250 different embedded and IoT projects around variety of Industries.His online students count is more than 50000 and spans more than 146 Countries across the globeHe has Worked on multiple Embedded technologies and devices for development of customized embedded solutions for industries and various product development requirements. Ranging from simple counter to IoT system for CNC machines and end to end product development for smart cars, Amit has made his passion for electronics and programming a hobby and a full time professionAmit is also a professional writer who writes blogs on technology and education. He has done writing assignments on technical documents writing for few clients and he writes blogs on his website.Amit is an avid reader and also loves cooking, he loves to read books on various topics and spend his spare time with his family cooking variety of dishes with his kids.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 36
    • duration 5:23:40
    • Release Date 2023/09/10