Basic Tech
Basic Tech
  • 25
  • 268 630
Bitwise operations | Bit manipulation
Hey Everyone,
In this video, I will talk about bitwise operations which are very helpful while writing low-level hardware drivers. I have covered the following topics in this video-
1)Basic difference between decimal and binary number system.
2)Working of bitwise operators like AND, OR, and XOR.
3)Bit Shifting.
4)Practical applications of bitwise operations.
After watching the complete video, if you still have any queries then please let me know in the comment section or reach out to me through Instagram.
Share, support, and subscribe.
Instagram- basic_tech_
zhlédnutí: 971

Video

Conversation with an Indian Engineer working in Germany | Career in Embedded Systems outside India.
zhlédnutí 7KPřed 3 lety
Hey Everyone, In this video, I will be having a conversation with Vivek Soni who has done his engineering in ECE from NSIT(Delhi) and currently working with a German startup(ProGlove) as an Embedded Hardware Engineer. He will share his experiences and also share various key things about Embedded Hardware Designing. Timestamps- 1:35 - Introduction. 2:40 - Day to day activities of Embedded Hardwa...
Introduction to CAN protocol | How CAN Bus Works [HINDI]
zhlédnutí 63KPřed 3 lety
Hey Everyone, This video introduces CAN protocol basics. In this video, I have attempted to clear the following queries- 1)What is the need for a CAN Bus? 2)How CAN protocol works? 3)What is the structure of CAN messages? 4)What are the key advantages of CAN protocol? After watching the complete video, if you still have any queries then please let me know in the comment section or reach out to ...
PCB Designing | Part 3:Printed Circuit Board Layout
zhlédnutí 893Před 4 lety
Hey Everyone, This video is part 3 of the PCB Designing video series. In this video, we will learn how to layout your PCB using Eagle software. In this video, I will explain the following things- 1)Different tools used for the board layout. 2)Step by step procedure for laying out printed circuit board from scratch. After watching the complete video, if you still have any queries then please let...
PCB Designing | Part 2:Introduction to Schematic Designing
zhlédnutí 873Před 4 lety
Hey Everyone, This video is part 2 of the PCB Designing video series. In this video, we will learn how to design a schematic using Eagle software. In this video, I will explain the following things- 1)Different tools used for schematic designing. 2)Step by step procedure to design a schematic from scratch. After watching the complete video, if you still have any queries then please let me know ...
PCB Designing | Part 1: Introduction to Printed Circuit Boards(PCB)
zhlédnutí 1,9KPřed 4 lety
Hey Everyone, This video is part 1 of the PCB Designing video series. In this video, I have tried Explaining the following things. 1) PCB stack details for single and multi-layered PCB. 2)Use of various concepts like PTH, soldering pads, vias, silkscreen, solder mask, etc. 3)Steps involved in PCB designing. After watching the complete video, if you still have any queries then please let me know...
What is MQTT and how it works (In 5 minutes) | INTRODUCTION TO MQTT | HINDI
zhlédnutí 8KPřed 4 lety
Hey Everyone, In this video, I am going to talk about one of the important concepts of IoT i.e. MQTT(MQ Telemetry Transport). I have tried to answer the following questions- 1)What is MQTT? 2)How MQTT works? 3)What is MQTT Broker and what are MQTT Clients? After watching the complete video, if you still have any queries related to MQTT then please let me know in the comment section. My Gear- Ca...
WHAT IS DEBUGGING | How to debug program using GDB in terminal and Eclipse IDE.
zhlédnutí 1,2KPřed 4 lety
Hey Everyone, In this video, I will talk about debugging and will answer the following questions- 1)What is debugging? 2)How to Debug C/C program using GDB? 3)What is a breakpoint? 4)What is the difference between step over and step in? 5)How to keep track of any variable at any particular instance? 6)What are the different terminal commands for using GDB debugger? After watching the complete v...
Introduction to Class and Objects | Learn about Class and objects in less than 10 minutes
zhlédnutí 188Před 4 lety
Hey Everyone, In this video, I will talk about Class and Objects which are fundamentals of Object-Oriented Programming. If you have any queries regarding these concepts, please let me know in a comment section. Share, support and subscribe. Instagram- tech_basic Twitter- BASIC_TECH_
How to Program STM32 Microcontrollers | Getting Started with STM32 Cube IDE
zhlédnutí 29KPřed 4 lety
Hey Everyone, In this video, I am going to talk about the following things- 1)Generic software development architecture for ARM-based MCU. 2)Installation of STM32 Cube IDE 3)First STM32 project generation using STM32 Cube IDE If you have any query please post it in the comment section. Share, support and subscribe. Instagram- tech_basic Twitter- BASIC_TECH_
How to get your first Job in Embedded Domain
zhlédnutí 21KPřed 4 lety
If you are an engineering student or fresh graduate and looking to get your very first Job in the embedded domain then this video is for you guys. Even after watching the complete video if you have any queries then feel free to ask questions in the comment section, I will be happy to give answers to all your questions. Share, support and subscribe. Instagram- tech_basic Twitter-twi...
Ways to utilize time during coronavirus(COVID-19) lockdown | Productive things to do in Quarantine
zhlédnutí 420Před 4 lety
Are you feeling that you are wasting your time during coronavirus(COVID-19) lockdown and don't know how to increase your productivity? Don't worry I have listed some really cool websites and an online course that will help you to become productive during this tough time. This video would be informative for all electronics enthusiasts and people willing to make careers in the embedded domain. Li...
How to become a Embedded Software Developer | Skills required to become Firmware developer
zhlédnutí 31KPřed 4 lety
In this video, I will put some light on the skills required to enter the Embedded software development domain and also I will talk about how to acquire those skills in a proper sequence. Books mentioned in the video- 1)The C programming language- www.amazon.in/Programming-Language-Kernighan-Dennis-Ritchie/dp/9332549443/ref=sr_1_1?crid=18XRJIQI2R7Z2&keywords=the c programming language by dennis ...
Interview Questions for Embedded Software Developers-Part 2
zhlédnutí 4,5KPřed 4 lety
This is part 2 of the series which covers key interview questions for Embedded Software Developers. This video covers concepts related to the following three questions- 1)What is PWM and what are applications of PWM? 2)What are semaphores and what are different types of semaphores? 3)What is dynamic memory allocation? Share,support and subscribe. Instagram- tech_basic Twitter-twitt...
Interview Questions for Embedded Software Developers-Part 1
zhlédnutí 15KPřed 4 lety
This is part 1 of the series which covers key interview questions for Embedded Software Developers. This video covers concepts related to the following three questions- 1)What is Stackoverflow and how does it occur? 2)What is Watchdog timer? 3)What is RTOS? Share,support and subscribe. Instagram- tech_basic Twitter- BASIC_TECH_
Getting started with NodeMCU[Hindi] | Programming NodeMCU with Arduino IDE
zhlédnutí 4,8KPřed 5 lety
Getting started with NodeMCU[Hindi] | Programming NodeMCU with Arduino IDE
Serial Communication Protocols in Embedded Systems | Introduction to UART,I2C and SPI[HINDI]
zhlédnutí 58KPřed 5 lety
Serial Communication Protocols in Embedded Systems | Introduction to UART,I2C and SPI[HINDI]
What are Sensors | Introduction to Sensors[Hindi]
zhlédnutí 2,3KPřed 5 lety
What are Sensors | Introduction to Sensors[Hindi]
Arduino for beginners in Hindi | Getting started with Arduino in 10 mins
zhlédnutí 1,9KPřed 5 lety
Arduino for beginners in Hindi | Getting started with Arduino in 10 mins
Amazon Echo dot 3rd gen Unboxing(Hindi) | Echo dot 3 overview
zhlédnutí 7KPřed 5 lety
Amazon Echo dot 3rd gen Unboxing(Hindi) | Echo dot 3 overview
Internet of Things? | IoT explained in Hindi | Future of IoT
zhlédnutí 1KPřed 5 lety
Internet of Things? | IoT explained in Hindi | Future of IoT
What is Microcontroller and how it works?
zhlédnutí 4,6KPřed 5 lety
What is Microcontroller and how it works?
Basics of Programming
zhlédnutí 638Před 5 lety
Basics of Programming
How Web applications work?
zhlédnutí 3,5KPřed 5 lety
How Web applications work?
What is Programming?
zhlédnutí 310Před 5 lety
What is Programming?

Komentáře

  • @SamirKhan-mq6ib
    @SamirKhan-mq6ib Před 13 dny

    Nice video❤ Please add practical demos too.

  • @r.k.rajoria1172
    @r.k.rajoria1172 Před 2 měsíci

    ❤❤

  • @mangeshdhawale-fr1vw
    @mangeshdhawale-fr1vw Před 3 měsíci

    1:07 video start

  • @letsanon
    @letsanon Před 3 měsíci

    can cse student become a firmware developer?

  • @KOECRahulyadav
    @KOECRahulyadav Před 4 měsíci

    thanks bhai

  • @sushantkadam644
    @sushantkadam644 Před 5 měsíci

    Knowledgeable video for me your teaching way so nice thanks sir

  • @pritishabanerjee4992
    @pritishabanerjee4992 Před 5 měsíci

    Awesome explanation. Great job

  • @panchichoudhary5405
    @panchichoudhary5405 Před 7 měsíci

    🎉🎉🎉

  • @g.p.7880
    @g.p.7880 Před 7 měsíci

    Bahot achchi video hai bhai 👍 very good explanation

  • @08-aakansha37
    @08-aakansha37 Před 10 měsíci

    Nice video

  • @zaidupadhye9921
    @zaidupadhye9921 Před 11 měsíci

    Sir how to get a internship in the field of embedded systems .Can you please give me some advice regarding internship?

  • @zaidupadhye9921
    @zaidupadhye9921 Před 11 měsíci

    Sir is it possible make a career in the field of embedded systems after BCA +MCA?

  • @bibinantony6828
    @bibinantony6828 Před rokem

    Can i get a job without degree

    • @Basic_Tech_
      @Basic_Tech_ Před rokem

      Yes you can provided you have relevant skills.

  • @laxmankarandikar2401

    Nice job!

  • @nidhidubey3757
    @nidhidubey3757 Před rokem

    Very nice video

  • @Vishal-pm3vv
    @Vishal-pm3vv Před rokem

    Hey who earns more embedded or software dev

  • @anmolvdubey2549
    @anmolvdubey2549 Před rokem

    Sir, It is necessary to be a good in mathematics to learn embedded systems

  • @Sanatan7575
    @Sanatan7575 Před rokem

    Why not explain CAN protocol

  • @0124akash
    @0124akash Před rokem

    Prectical kar k batate to jyada samajh aata, bit ya byte aaigi matlab kya, voltage signal up down hone ko bolenge ?

  • @waghts8465
    @waghts8465 Před rokem

    Excellent sir

  • @bilalriaz9883
    @bilalriaz9883 Před rokem

    Keep it up, bro!

  • @gauravsaini6102
    @gauravsaini6102 Před rokem

    Optimization per vedio bna dijiye Bhaiya

  • @gauravsaini6102
    @gauravsaini6102 Před rokem

    Thank you Bhaiya 🙏

  • @RohitVerma-et3yf
    @RohitVerma-et3yf Před rokem

    Watchdog timer: pls correct me if I am wrong, its not only hardware watchdog, from the software side also we can implement watchdog timer and take action as per requirement of running applications in embedded system.

  • @vinayakgavandi7513
    @vinayakgavandi7513 Před rokem

    Sir ji, can protocol trouble shooting ke bare me bataiye please

  • @ishangawarle2702
    @ishangawarle2702 Před rokem

    Thank you sir

  • @vinayakmali9333
    @vinayakmali9333 Před rokem

    Apka number do sir

  • @ankushshinde1694
    @ankushshinde1694 Před rokem

    please make complete playlist of stm32 microcontroller, really helpfull, great initiative👍

  • @kashishvishwakarma6913

    Sir linkdin kase use kartye hai

  • @sanyo1568
    @sanyo1568 Před rokem

    Sir can u please start digital electronics important question asked in interview

  • @saiaakanksha8118
    @saiaakanksha8118 Před rokem

    Sir thankyou so much for sharing how to startup with stm32ide I was trying for a week . Can you please make a vedio how to get an internship or first job in embedded field?

    • @Basic_Tech_
      @Basic_Tech_ Před rokem

      Hey Sai Akanksha, there are similar videos on channel. Please check them out.

  • @15_siddharthdubal52

    can you make a video for autosar as well ?! it would be great to learn from you sir.....

  • @somashekarswamymm7903

    Sir mine 2017 passout I done course but due to year gap not getting a job

    • @Basic_Tech_
      @Basic_Tech_ Před rokem

      Please try getting job in some good startup working on core products. In startups, gap year generally doesn’t count if you have relevant skills.

    • @somashekarswamymm7903
      @somashekarswamymm7903 Před rokem

      @@Basic_Tech_ sir u know any start up in bangalore

  • @panchichoudhary5405

    Very good👍👍👍👍

  • @panchichoudhary5405

    Very good👍👍👍

  • @Logicandtechworld
    @Logicandtechworld Před rokem

    One request brother please bring more videos related embedded hardware and software Etc your explanation is really awesome 🙏

  • @hakimmondal1207
    @hakimmondal1207 Před rokem

    Sir plz call me

  • @hakimmondal1207
    @hakimmondal1207 Před rokem

    Sir plz contect no

  • @satenderkumar5435
    @satenderkumar5435 Před rokem

    pls go ahead

  • @satenderkumar5435
    @satenderkumar5435 Před rokem

    bilkul sir ik playlist bnani chaiye

  • @ManishKumar-re4fo
    @ManishKumar-re4fo Před rokem

    RTR has single bit, either 1 or 0 so how can it denotes 3 type of message what you said, data, error and request!

  • @ketandamania5454
    @ketandamania5454 Před rokem

    Which microcontroller can be selected for bluetooth communication?

  • @ManishKumar-re4fo
    @ManishKumar-re4fo Před rokem

    Well explained 👍🏾. If handwritten or e-notes will be available, it'll be better to keep in mind for a long time and notes will also help for revision, which you explain to us. Like in CAN Frame Format, something written notes about Start Bit or Arbitration Field etc. (what you are explaining in the video) will help us a lot.

  • @jayantverma6694
    @jayantverma6694 Před rokem

    recessive word ka yahaan pr meaning kya hai?

  • @utkarshsrivastav6693

    We want more such videos.. kindly upload more

  • @satishkumarrajguru
    @satishkumarrajguru Před rokem

    qUALITY eXPLANATION

  • @ajeshnagpal7980
    @ajeshnagpal7980 Před rokem

    Thank Sir

  • @rajsanmihir
    @rajsanmihir Před rokem

    Hi I have a STM32 Microcontroller & I want to read the program. how can I do it

  • @ajayvaidya6538
    @ajayvaidya6538 Před 2 lety

    Good explanation

  • @rajendranayak2194
    @rajendranayak2194 Před 2 lety

    Kaya 35 year ke badh embedded job keliye ttry kar chukte hai kya