Career as a Embedded Systems Engineer- Software and Hardware

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 380

  • @uygarbaran8515
    @uygarbaran8515 3 года назад +30

    I’m considering Embedded Systems software engineering. This video was very helpful, thank you.

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Glad it was helpful Uygar! All the very best for your successful career in embedded software engineering. CHeers

    • @ranjanshukla8760
      @ranjanshukla8760 3 года назад

      @@BINARYUPDATES I also want to become successful electronics Engineer as I am doing btech from ECE branch and also interested in electronics components 🥰🥰🥰🥰

  • @andydelle4509
    @andydelle4509 Год назад +4

    One good test for an embedded programmer is to write an SPI or IC2 driver in raw C code (or assembly if you wish). Yes, just about any embedded compiler today has those functions pre-built in their libraries. But that's like saying I don't need to learn basic grade school math skills because every smart phone today has a calculator built in! To write those interfaces with raw code shows you really understand how the protocol works, which is valuable when there are problems.
    When I started working with embedded processors in the early 1980s, we're talking 8048 and 8051 era here, embedded C compilers included the standard K&R C libraries and nothing more. You need and SPI, I2S, IC2, interface - write it!

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Hi Mr. Andy, I completely agree with you learning peripherals and developing drivers for Serial UART, I2C and SPI with bare-metal microcontroller is very important. This is only way one can get closer to hardware registers and learn embedded software development.
      Back in 2000, when I started my journey there were very basic compilers like AVR Studio and Keil with very minimal or no hardware API libraries. I remember those days I used to write assembler functions in AVR C code. And, working on project by manually adding startup file in Keil uVision project. Its amazing to looks back and see how MCU ecosystems has evolved and now programming basic functionality is getting easier day by day
      Thank you very much for sharing thoughts. Best wishes!

  • @ponkavinthangavel9695
    @ponkavinthangavel9695 2 года назад +1

    ManyThanks for your video, there are not much of embedded software details in RUclips.

  • @vedanshsrivastava9111
    @vedanshsrivastava9111 6 месяцев назад

    00:01 Career as an Embedded Systems Engineer
    00:45 Transitioning to a career as an Embedded Systems Engineer
    01:34 Career as an Embedded Systems Engineer
    02:18 Key skills for an Embedded Systems Engineer
    03:09 Importance of C Programming in Embedded Systems Engineering
    03:57 Embedded Systems Engineer requires knowledge of C++ and microcontroller architecture
    04:44 Embedded Systems Engineer involves software and hardware integration
    06:08 Career as an Embedded Systems Engineer involves real-life projects and continuous learning.

  • @devsidar9444
    @devsidar9444 Год назад +3

    Thank you sir 😊.... Share this important information for embedded system.

  • @pankajdave5029
    @pankajdave5029 3 года назад +5

    I am 34 years and I like C language. I want to learn Embedded systems Programming. Thank you for this useful information

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Hi Pankaj, age is just a number. My best wishes for your learning journey. And I'm sure you'll enjoy learning embedded system design. Let us know how best we can help you
      Good Luck!!
      Umesh

    • @pankajdave5029
      @pankajdave5029 3 года назад

      @@BINARYUPDATES Thank you.
      But I am little confused what to learn. Embedded systems or Automotive Embedded systems????

  • @adanascencio6194
    @adanascencio6194 3 года назад +13

    Thanks! That was useful, went into just enough detail over the important things

  • @ElectronicsToInfinity
    @ElectronicsToInfinity 2 года назад +1

    Thanks sir for this video, I was going to give up on my electronics field. I will start again as a fresher.

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi Pankaj, sounds great. Wish you all the best for your embedded software career.

  • @prashantpatil3088
    @prashantpatil3088 3 года назад +11

    Thanks sir, video is really helpful!! Please make a video with details on Embedded software development like driver,Bootloader, firmware development.

    • @tharunkumarsankula1390
      @tharunkumarsankula1390 Год назад

      Could you please tell me about these Driver , bootloader, firmware development..!!!

  • @shubhamchaudhari3876
    @shubhamchaudhari3876 4 года назад +7

    Nice detailed video, keep making videos like this 👍🏻

  • @venkatesh4204
    @venkatesh4204 3 года назад +1

    thank you sir! for giving good information for embedded systems.

  • @skyfullofstars1634
    @skyfullofstars1634 2 года назад +5

    Hello Sir
    Thank you for the video.
    I did by BTech in ETC and did embedded course also but unfortunately was not able to get placed in any of the electronics company.Therefore currently working as a Manual test engineer in an IT company but I am thinking of switching my profile to embedded test Engineer.

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад +2

      Hi Its good thought and I'll suggest re-work on your skills parallel to your existing job. And try to build some hobby projects in embedded systems. And then start applying for jobs. I'm sure you'll make it with good preparation and planning. Good luck and best wishes!

    • @skyfullofstars1634
      @skyfullofstars1634 2 года назад

      @@BINARYUPDATES Thank you Sir
      For your encouraging words.

  • @vishalaaryan29
    @vishalaaryan29 3 месяца назад +1

    Can you please provide roadmap for embedded system software engineer.😊

  • @roshankumarbhamare3928
    @roshankumarbhamare3928 4 года назад +7

    enlightening, educational, informative 👌👌

  • @TheFootballPlaya
    @TheFootballPlaya 3 года назад +22

    so, i love programming. i am very familiar with python, c++, and I'd love to get better with c particularly. currently learning how to translate between c and assembly and like them both. I'm interested in the hardware, but I am a computer science student not computer engineering, so there isn't much focus on it. I think I want to focus on the low-level side. I love to interact with the os via command prompt, linux, etc. I think the system side is very interesting. should I make the switch from cs to computer engineering? the reason I ask is because my curriculum in cs tends to focus more so on high-level development, while important the abstraction takes away from what is actually happening I feel within the system. much of the complication is man-made and has no basis other than, there was a more efficient way to do some task via repackaging of similar functionality into libraries. I'd like to have less resources available and more focus on what is happening behind the scenes.

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +2

      Yes you can change. And I feel from your message that you enjoy working at system level especially operating systems level tasks. If you then you can go for it. It will make your life easy if in case you want to peruse Embedded System Software in the future

    • @shubham9672
      @shubham9672 3 года назад

      @@BINARYUPDATES
      Please tell me any institute for classes
      Which is famous in industries and they will hire form that institute

    • @Yoyo-ck9pm
      @Yoyo-ck9pm 2 года назад +1

      Bro why is c++ used for embedded over c???

    • @gagankumarsharma7602
      @gagankumarsharma7602 2 года назад +1

      @@shubham9672 It is Vector institute, which is very famous for the embedded thing in India and provide very good placements also.

    • @abidpasware1216
      @abidpasware1216 Год назад

      ​@Gagan Kumar Sharma, please, sir collage locate which state please reply me because we are from maharashtra

  • @dipeshpatil3594
    @dipeshpatil3594 3 года назад +102

    Just started as trainee embedded software engineer, and one thing i want to share with all those aspiring embedded software engineers....dont ignore FPGAs especially zynq architecture.

    • @muskansawa2802
      @muskansawa2802 3 года назад +1

      Hey, why? I am starting to work on that now as a cs student.. Is there any reason?

    • @dipeshpatil3594
      @dipeshpatil3594 3 года назад +4

      @@muskansawa2802 FPGAs are way faster than processors or microcontrollers. So if you are working in embedded domain, one day you will come across some project requirement that is computational intensive but you need to compute that quickly. thats where FPGAs come in.
      in university, i completely ignored FPGA as i used to think its of ASIC domain and other things.
      But as you go in industry, the line of ASIC and Embedded gets blurred. You know, its good to know verilog or VHDL, so someday you are working in vivado, and can twitch your design from main Verilog file.
      Its same as knowing C/C++ as embedded engineer and that enough most of time. but being able to read and understand assembly gives you more power over it.
      same as saiyan and super saiyan mode. saiyan is strong enough, but at one point of time, to progress you have to go for super saiyan.
      ruclips.net/video/jblpHUCPQYs/видео.html
      refer to this video.

    • @muskansawa2802
      @muskansawa2802 3 года назад

      @@dipeshpatil3594 thanks XD
      i was just feeling unmotivated to learn system verilog , reading this made me feel that my efforts are not going in vain!
      i have specilization in iot and i got a offer in chennai but the the pay was low , they said this is the condition of industry now epecially embedded , same happned to my senior he is startup altho ,
      is it true? just asking as evrybody is saying the same and idk at some point of time i also want to earn money.

    • @dipeshpatil3594
      @dipeshpatil3594 3 года назад +6

      @@muskansawa2802 yes, I think so. Embedded system is sensitive field and companies wouldn't want that new joines play and tinker with project(client) . Its like, for embedded you have to work with too many variables. I'm also fresher, and I may be wrong, but i think that it will get better as we gain experience. You can join to a subreddit called "r/embedded" where there are freshers like us and ask all out doubts and discussions.

    • @muskansawa2802
      @muskansawa2802 3 года назад

      Thanks!

  • @nithishvg8699
    @nithishvg8699 3 года назад +5

    Thankyou Sir This made me to get back in track as I was fed up with a project.

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Hi Nithish
      I'm happy that you've found this video useful
      Wish you good luck with all your upcoming events. And I hope to see you soon successful embedded engineer.
      Best Wishes
      Umesh

    • @nithishvg8699
      @nithishvg8699 3 года назад +1

      Thankyou so much sir
      Now I am currently working on MSP430G2553 microcontroller soon I will do a project using it.

    • @nithishvg8699
      @nithishvg8699 3 года назад

      @@BINARYUPDATES And after 2 months I have been doing course in NPTEL with that knowledge I could Excel in embedded interviews and now I got placed in a company thankyou for that motivation sir 🙏

    • @TheWohnJick
      @TheWohnJick 3 года назад

      @@nithishvg8699 which company bro? And what's the role?

    • @kittu7466
      @kittu7466 10 месяцев назад

      ​@@nithishvg8699 sir which course have u selected in nptel

  • @artalm2719
    @artalm2719 3 года назад +1

    This was much needed. Thank you

  • @marcusaureliusregulus2833
    @marcusaureliusregulus2833 3 года назад +10

    I want to work in embedded software for rockets, satellites and spacecraft

    • @_-6912
      @_-6912 3 года назад

      I have a similar dream but want to work in Tesla

  • @tarunreddy6591
    @tarunreddy6591 3 года назад +1

    Thank you sir...I am pretty much confused in the difference but this explainatory video helped...

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      You are welcome Tarun. Thanks for comment

  • @gabrielfienco2531
    @gabrielfienco2531 3 года назад +1

    I also try to make a radio receiver, only 1 channel worked... the rest was a problem haha

  • @amrishkumar1088
    @amrishkumar1088 3 года назад +3

    I am software engineer working on c c++ and total year of experience is 2 years but really I want to go embedded field please guide me how I will start my carrier in embedded field it is very helpful for me..

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Hi Amrish, you can start learning embedded systems. You can check courses on our website (binaryupdates) and connect to us further discussion. I'll be very happy to guide you. As you already working on C and C++, learning Embedded Systems will be fun at the same time great career for you to choose. Wish you good luck, thanks

  • @supersonicstyleatsonicspeed
    @supersonicstyleatsonicspeed 7 месяцев назад +2

    Do you write software to control mechanical parts autonomously at all? I think being able to do that is extremely fulfilling?

  • @Suriya20_05
    @Suriya20_05 Месяц назад

    One of the best video,

  • @Mxnuel_2395
    @Mxnuel_2395 3 года назад +7

    I really love eletronics, and have found a new passion for it. I'm very young and I'm torn between pursuing a career in either Electrical or Computer Engineer to become a successful Emebeded systems engineer. Any suggestions?

    • @JTST1234
      @JTST1234 3 года назад +2

      Go electrical. You can learn everything abt computers without taking a computers degree. I have my Bachelors in Computer Science degree and its the easiest as compared to the rest.

    • @aruns3907
      @aruns3907 3 года назад +1

      Better to go with electronics and communication. I think its best

    • @r1a933
      @r1a933 3 года назад

      don't take engineering. Thank me later. Go for BSc in electronics

    • @Yash_Verma5
      @Yash_Verma5 3 года назад

      @@r1a933 why can you please explain?

    • @r1a933
      @r1a933 3 года назад

      @@Yash_Verma5 if you're looking for phd go for electrical engineer, quick job go for cs.
      Most of the electrical engineering jobs are in psu : be ready for gate.
      Take polytechnic if your that much interested, poly with 3 years experience is more powerful than engineering.

  • @ezzyeyes
    @ezzyeyes 4 года назад +7

    Looking forward to do my Master in this field from the US.

  • @snigdharoy1938
    @snigdharoy1938 2 года назад +1

    Very Helpful Video.... Thank You 👍

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад +1

      Most welcome Snigdha😊
      Best wishes
      Umesh

  • @harishmomattagasangal5833
    @harishmomattagasangal5833 3 года назад +1

    Hi, currently RLE INDIA hiring EMBEDDED SYSTEM ENGINEER with 6+years of rich experience in
    MBSE ( work experience with Battery, Charger or any other control system and testing using Simulink, Targetlink and MATLAB, BTC )

  • @user-yz5qy7fi9n
    @user-yz5qy7fi9n 3 года назад +3

    I am Mechanical Engineer
    From where should I start, I am hugely interested in Embedded system (specially processors, ram, motherboards)

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +4

      Hi K 9, good to know even with Mech background you're interested in embedded systems. There are lots of opportunities you'll find in robotics and mechatronics with embedded knowledge. You can start with Arduino first and later on get yourself comfortable with Raspberry Pi to understand how operating systems and firmware/software works on real microcontroller and microprocessor chips. If you're interested you can check our courses on BINARYUPDATES website for learning from scratch. Thanks
      Best Wishes
      Umesh

  • @techvraj
    @techvraj 3 года назад +1

    Superb explanation sir

  • @varunsonava
    @varunsonava 4 года назад +1

    Great explanation!

  • @Pankaj18036
    @Pankaj18036 2 года назад

    You and your word very good and motivated... Thanks for video....I interested learn embedded but I not get any right path. Please guide me !

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi Pankaj, send your questions on support@binaryupdates.com
      Our team will send you some Embedded Systems CareerGuide which will be useful for you. Good luck and best wishes!

  • @abdullahharis1790
    @abdullahharis1790 4 года назад +1

    Thnx sir Love and respect from Pakistan

  • @yusufacademy2066
    @yusufacademy2066 4 года назад +2

    Very informative loved it

  • @upendergoud8240
    @upendergoud8240 3 года назад +3

    Hi sir,
    Which is best / trending module in automotive testing engineer filed?

  • @bharathkrishna5812
    @bharathkrishna5812 Год назад +1

    Sir, I'm ECE student 2023 passed out. I don't know where to start my career either software or embedded. Both are ok for me, but i don't know where to start, any suggestions pls?

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Hi Bharath, you must start learning microcontroller and embedded c programming. This will be a great starting point. Also, to achieve success in job or career as embedded engineer, you must know Embedded C, 8-bit MCU, Embedded Protocols and 32-bit ARM Cortex-M MCU,. Check our website for more details (link in description). Write me detailed questions on email and I'll share more resources. Good luck and best wishes!

  • @christojeeson1744
    @christojeeson1744 Год назад +1

    What is difference between embedded firmware engineer vs embedded software engineer

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Christojeeson, there is very thin line between embedded firmware and embedded software engineer. I understand firmware developer write software specific to microcontroller and hardware. and on other hand embedded software must write embedded application software and associated device drivers sometimes involve microcontroller as well as processors. Usually, job titles doesn't tell much about work experience in industry. Embedded is very diverse field, companies sometimes treat and expect everything to be done related to embedded systems from both job roles. I hope this may help you. Good luck and best wishes!

  • @yashsharmaofficial4120
    @yashsharmaofficial4120 Год назад +2

    Sir i want to become entrepreneur so is there any business chamce in beded sutms /vlsis

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Hi Yash, If you have skills and experience. You can build products around embedded systems and IoT etc. or can provide solution to tech businesses. So its possible to become entrepreneur and start business in embedded software or hardware. Good luck and best wishes!

    • @yashsharmaofficial4120
      @yashsharmaofficial4120 Год назад +1

      @@BINARYUPDATES 🙏 Thank you sir for guidance

  • @RGPinger
    @RGPinger 3 года назад +1

    I cannot imagine how normal work day looks like for Embedded Engineer.

  • @nikhilaouti8019
    @nikhilaouti8019 Год назад +1

    Hii, i am also from Pune, want to know what will be the career in embedded after 40 yrs of age, i am very much confused about it, i m from a middle class family and first one from my family to do graduation in engineering, so don't have any one to guide me properly to take right decision.
    I m very confused to choose between private job and government job, i got selected as an officer in central govt. with 80k per month salary in starting( joining is next month) , and also today got offer letter from a embedded company as embedded software developer with 6LPA package(Joining is next month)
    It's true that salary hike in private is far better than government but what if there is no career after 40 age, coz of this thing im confused to choose between these two jobs, please guide me and tell me weather they are going to fire most of the embedded engineers like in IT sectors do with most of the developers after 40 age ?

  • @highwaysouth9015
    @highwaysouth9015 Год назад +2

    Sir I'm in EEE final nw i thing embeded is best compared to python n Java

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Yes, you're right Embedded Systems is a long term and sustainable career
      Good luck and best wishes!

  • @shawonsarkar-jv3wd
    @shawonsarkar-jv3wd Год назад +1

    software enginnering or software engineering major in data science,robotics,embedded stystems which subject is best for future ?

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi I always suggest people to choose embedded software if they have interest in electronics and software programming. Good luck and best wishes!

  • @15ashnov
    @15ashnov 2 года назад +1

    Very useful . Thanks

  • @johnfrancis923
    @johnfrancis923 3 года назад +2

    Super Explanation

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад

      Glad you liked it. Thanks John for leaving review
      Wish you beautiful day

  • @bhaskarbasak380
    @bhaskarbasak380 9 месяцев назад +1

    Shall I continue my extra curricular activities if I am an embedded engineer?

    • @BINARYUPDATES
      @BINARYUPDATES  9 месяцев назад

      Yes, Sure! Good luck and best wishes!

  • @thilakv9303
    @thilakv9303 3 года назад +5

    Hi sir, I'm completed BE-ECE and also fresher. I'm very much interested in automotive embedded systems.I'm planning to learn course of automotive embedded systems. This course will be help for get a job in that field as a fresher??

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Yes Thilak.
      Embedded engineer doesn't matter automotive or any other must know programming microcontroller firmware development. This course focuses on learning embedded software through microcontroller programming. Only interfaces changes when industry such as automotive or any other. I hope this maybe useful. Thanks

  • @joao6688
    @joao6688 2 года назад

    very useful tips
    thanks a lot

  • @msbanda2123
    @msbanda2123 3 года назад +2

    Awesome 👏

  • @harpaltoor0078
    @harpaltoor0078 3 года назад +2

    Excellent video....
    Sir i am B tech in ECE and working in Maintenance line from 3 years which is totaly differ from electronics.can now i see my carrier in embedded ..and how can i go in embedded ..plz suggest

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Hi Harpal
      I would suggest you to take up Embedded System Starter Bundle Course from BINARYUDPATES. It will take you from very basic to all the way building own project around microcontroller and embedded systems. Also there are plenty of video on YT Channel around topics how to start learning embedded system step-by-step. I hope this will be useful.
      Good luck and best wishes
      Umesh

    • @harpaltoor0078
      @harpaltoor0078 3 года назад

      @@BINARYUPDATES thnx alot

  • @vedprakash4682
    @vedprakash4682 3 года назад +1

    Sir do btech cse with iot covers the embbeded developement

  • @garvitsharma87
    @garvitsharma87 Год назад +1

    Sir can i do start up on this electronics system

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Garvit, Yes with good knowledge of embedded software and hardware will help you build your Electronics Startup. Good luck and best wishes!

    • @garvitsharma87
      @garvitsharma87 Год назад

      @@BINARYUPDATES sir I want to talk to u on a call on this course pls 🙏 can u please give a chance to talk with u

  • @vishwanathhebbalad5967
    @vishwanathhebbalad5967 3 года назад +1

    Which one is better whether power electronics designing or embedded systems. Does power electronics designing domain have future.

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад

      Hi Vishwanath
      Both are good as long as you've interest. I still rate embedded systems over power electronics because if you're not good in embedded software your career will have limited opportunity to grow. Its just my personal opinion. But nothing stay permananent. Best Wishes and good luck!!!

    • @vishwanathhebbalad5967
      @vishwanathhebbalad5967 3 года назад

      @@BINARYUPDATES thanks for your reply and giving me a good suggestion.

  • @deepakdhiman6341
    @deepakdhiman6341 4 года назад +1

    Hello sir...i created simple blinking gui application in raspberry, but i want know how to add icon and create shortcut on desktop of rpi, and start on boot...plz rply...🙏

  • @PraveenkumarKumar-w6r
    @PraveenkumarKumar-w6r Год назад +1

    HI SIR , iam studying in btech , final year , i completed my all electives with embeded domain , i got specialization also , i intrested in both software and hardware , i decided to study the MASTERS in top college of EMBEDED SYSTEM , SO which is the best more demandable software or hardware , CAN YOU PLEASE COMMENT ON ME SIR,,

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi, Great to know about you. I'd suggest to start with simple AVR ATmega328/ESP8266 NodeMCU and then switch to more professional hardware's like STM32 Microcontrollers. Also, having skills of PCB design with Altium Designer can add great advantage while searching for employment in embedded systems. Good luck and best wishes!

  • @shreyanswain122
    @shreyanswain122 2 месяца назад

    Is schematic drawn& layout is a part of embedded system?

  • @rafaelbaldin4560
    @rafaelbaldin4560 2 года назад +2

    Would you classify a HDL programmer more as hardware or software engineer?

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад +1

      Hi Rafael, as an FPGA Developer in past 2012. I felt more of an Hardware Engineer even though in company my job title was Electronic Development Engineer in Germany. In my experience I must say VHDL/Verilog or any HDL to be Hardware related software development. I hope you agree. Thanks for comment!

  • @diwakarmr9124
    @diwakarmr9124 3 года назад +1

    Very nice information

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад

      Thanks Diwakar. I'm happy you find information useful

  • @productiveprogrammer4060
    @productiveprogrammer4060 3 года назад +1

    How to get into medical devices development as a embedded Engineer

  • @JeetKumar-h2b
    @JeetKumar-h2b 10 месяцев назад

    Actually I am a Mobile App Developer. Now I'm thinking to learn embedded systems. Please confirm is it much better then full stack developer also share salary comparison

  • @jasjyotsingh2007
    @jasjyotsingh2007 7 месяцев назад +1

    I am data engineer and want to transition into Embedded Software. Is Data structure and Algo a mandate and must have for someone who wants to become an Embedded software engineer. Also how do i open up myself to job market

    • @BINARYUPDATES
      @BINARYUPDATES  7 месяцев назад

      Hi Jasjyotsingh, having knowledge of programming that too data structure will add a lot of advantages for embedded software job interview. I'd suggest making projects as much as possible to gain some hands on experience and then build good profile to showcase your skill to employer to win Job in Embedded Software. I wish you good luck and best wishes!

  • @haziqmohd3646
    @haziqmohd3646 3 года назад +4

    Sir comparing vlsi and embedded sytems. How different are the two from each other??? Could they be pursued together

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +5

      Embedded Systems Vs VLSI, there is very thin line between them. VLSI is semiconductor industry. VLSI technology is used to build embedded microcontroller, processors and sensors. And using Embedded Systems we can build products and solutions for various industries. So we can say Embedded and VLSI is not totally different they are related to each other. VLSI in itself very big field which include sub core specializations like ASIC, FPGA, CPLD etc. I hope this may help you. They can be pursued together but then you've work much harder than usual embedded software engineers.
      Best Wishes
      Umesh Lokhande

    • @haziqmohd3646
      @haziqmohd3646 3 года назад

      @@BINARYUPDATES if I may may ask..... What would be the scope of them in the future and could you suggest other domains which we could specalize in??

  • @chetanhabeeb5996
    @chetanhabeeb5996 2 года назад +1

    Thank you sir for video. We may know what's your current package 😀😀

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi Chetan, how much I make is a personal thing and I'd like to keep privacy. Thanks and good luck

  • @kittu7466
    @kittu7466 10 месяцев назад

    Sir plzz suggest a couse which i have to select in nptel , which is related to embedded systems 🙏🙏

  • @AdityaSharma-lv8by
    @AdityaSharma-lv8by 2 года назад +1

    I want to ask what would be better career wise, becoming a team lead or a senior software developer in an embedded system company?

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi Aditya, I think both are good to become a embedded systems professional. These job titles doesn't really mean much but I'd rate higher to senior software developer.

    • @AdityaSharma-lv8by
      @AdityaSharma-lv8by 2 года назад +1

      @@BINARYUPDATES
      Hi ! A couple of weeks ago I had two interviews and now one of them is offering embedded software developer post and the other one is offering team lead however both are offering same package.
      Now I am really confused.
      As you said software dev would be rated higher by you, so should I grab that one?

    • @highwaysouth9015
      @highwaysouth9015 Год назад +1

      @@AdityaSharma-lv8by hi sir what u did
      Plz give some suggestion

    • @AdityaSharma-pr2sy
      @AdityaSharma-pr2sy Год назад

      Hi @Highway South.
      I have had a long journey through embedded. Long story short, start with microcontrollers, sensors , power supplies, opamps, transistors and whatever component you can get hands on. Go through youtube tutorials about them and learn whatever seems useful.

    • @AdityaSharma-pr2sy
      @AdityaSharma-pr2sy Год назад

      One disclaimer though, Embedded needs a large variety of things to be dealt with like hardware, firmware( bare metal and rtos), sometimes even software, internet protocols and a lot more.

  • @sailisurve4603
    @sailisurve4603 3 года назад

    Sir, kindly make the video and mention name of companies in which we can work in field of embedded system . That will be really good if you will mention the companies. Thanks

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Hi Saili, there will be several thousands companies where you can work as an Embedded Systems Engineer. Embedded software is everywhere in almost all companies and every field. But still I'll try to make video on this topic in future. Thanks for the comment

  • @bengbeng2005
    @bengbeng2005 2 года назад

    hi, I wish you give me a roadmap to be an embedded engineer for someone coming from CS field, thanks

  • @strangergaming7188
    @strangergaming7188 5 месяцев назад

    im chossing cyber physical systems in btech, will it be useful to percieve my career in embedded software engineer

  • @ronakgupta6825
    @ronakgupta6825 3 года назад +1

    Hello, i am having eagerness to learn embedded system in both fields hardware and software. So, please guide me how to learn all this things.

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Hi Ronak, I've already answered this many times in my previos comments. But, start with learning Embedded C with any 8-bit microcontroller like AVR and then move to advance 32-bit microcontroller like STM32 or something. We do have high quality courses to get you started quickly learning Embedded Systems from scratch

  • @anamikaupadhyay5317
    @anamikaupadhyay5317 3 года назад +2

    Sir which one is best Embedded Software or hardware ??

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Hi Anamika
      For beginner I recommend to start with Arduino and program AVR ATmega328 Microcontroller as a hardware. And use Microchip or Atmel Studio for writing program for AVR Microchips as a software.
      For much advance user I suggest use STM32 Microcontroller which is 32-bit ARM Architecture using STM32 CubeIDE or Keil uVision5. I hope this might be useful. Good luck and happy programming
      Best Wishes
      Umesh Lokhande

    • @artalm2719
      @artalm2719 3 года назад

      @@BINARYUPDATES thank you very much sir

    • @artalm2719
      @artalm2719 3 года назад

      @@BINARYUPDATES thank you excuse my trouble, what books would you recommend studying for a beginner

  • @renukaambati9997
    @renukaambati9997 2 года назад

    Sir could you please give clarity about which has good career growth either software engineer or embedded system software engineer.

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi Renuka, this is subjective matter to choose between general software or embedded software. If money means growth then software. And if you like to working with electronics then embedded software. In embedded software, person must have some knowledge about hardware and operating systems. I don't know if it answers your question. Good luck and best wishes!

  • @pranaytakke5087
    @pranaytakke5087 3 года назад +1

    One small quarry sir plz fix it for my future. Am styding in ITI of power electronics trade beside am styding plc embedded so what makes me more powerful in this field any suggestion like cherry for the cake. Plz reply

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад

      Hi Pranay, Its good time to learn Arduino and Raspberry Pi Programming along with PLC. There are many companies in India using PLC to communicate with Microcontroller for Internet of Things & IIOT related projects. This may help you attract good quality job to pay you more. These days companies don't care your education they care skills and knowledge. Good luck and keep learning!

  • @nothingspecial4
    @nothingspecial4 3 года назад

    Great video ♥️💯

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад

      Thank you very much ANSI
      Best Wishes
      Umesh

  • @siddharthsahu6573
    @siddharthsahu6573 3 года назад +1

    Thanks your video help us

  • @Harshavardhan15970
    @Harshavardhan15970 Год назад +1

    Sir, Embedded software engineer or embedded iot which course can i pick, if i need career growth and good salary

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi, If you're are confident and hardworking then choose embedded software like FreeRTOS or Embedded Linux sort of skills will pay you higher salaries in MNCs. I don't consider Embedded IoT is anything different. In my opinion, its just embedded. Its like a lassi and mango lassi, in the end lassi. I hope you get my point. Wish you good luck and best wishes!

  • @l-14-ece-apavankalyan31
    @l-14-ece-apavankalyan31 Год назад +1

    Hi sir
    Which cource is better sir VLSI or Embedded.?
    i want do ms in Core side sir...
    which cource to take easy to get job in USA?
    Please give me some suggestions sir...

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Hi, in my opinion Embedded and VLSI both are good to pursue higher education. It very much depends on your interest if you like programming then go for embedded software. And in case, you like more electronics and hardware then go for VLSI. I hope you may find this tip helpful. Good luck and best wishes!

    • @l-14-ece-apavankalyan31
      @l-14-ece-apavankalyan31 Год назад

      @@BINARYUPDATES Thank you sir

  • @mrunaljibhakate4573
    @mrunaljibhakate4573 Год назад +1

    Will chat gpt end software jobs... Should i learn skills of web development or embedded systems plzz sugest

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Hi Mrunal, I don't think any AI algorithm will replace software development job anytime soon. I suggest pursue career you like the most. Web and Embedded both are good. Web technologies require less commitment and embedded takes sometime to become productive. Good luck and best wishes!

    • @mrunaljibhakate4573
      @mrunaljibhakate4573 Год назад

      @@BINARYUPDATES thank you so much

  • @Sai-du2ey
    @Sai-du2ey 2 года назад +1

    Any career for testing(functional testing) in these embedded field,

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Yes

    • @Sai-du2ey
      @Sai-du2ey 2 года назад

      @@BINARYUPDATES have a small doubt now am in one top MNC company, after an experience can i shift to other MNCs like acc,Wipro in that can we see embedded field??

  • @shreyajadhav6233
    @shreyajadhav6233 2 года назад

    Should I join IIES (Indian Institute of Embedded Systems) Bangalore for embedded systems? Please give me your suggestion.

  • @worldwide6013
    @worldwide6013 Год назад +1

    Hello sir
    Iam studying BE , mechanical engineering
    Iam interested in automotive embedded systems ..i have c and python programming knowledge...so can I become an embedded Engineer .

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Yes, you can concentrate on Automotive Embedded Software built around CAN, Autosar, dSPACE (HIL & SIL) similar automotive technologies. Wish you good luck!

  • @vijaymethre30
    @vijaymethre30 2 года назад

    Thank you sir❤️🙌

  • @nabilahameda1669
    @nabilahameda1669 2 года назад

    Vector india institute is best or not for embedded course??

  • @ahmadal-tarabeen9253
    @ahmadal-tarabeen9253 3 года назад

    useful! Good Job.

  • @pradeepkumar-gc1jg
    @pradeepkumar-gc1jg Год назад +2

    Hi Sir, I'm a ECE graduate(2k15) and since 2018, I've been working a international BPO. But now, I want to change my job. So, could you please suggest me whether learning a software (python, salesforce cloud) and moving to IT better option, Or revising my ECE basics and joining embedded engineer is best?
    And, which one IT or embedded offers a best future, salaries sir?

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Pradeep, the answer depends on your ability and how good programmer you are. As your question is more directed towards salary. I believe embedded takes more time to learn in general as compared to other generic IT Jobs. But as a career embedded has bright future than others. I consider embedded is real engineering work and salesforce and cloud is just not. This is just my personal opinion. Good luck!

  • @NoName-tj8dm
    @NoName-tj8dm 3 года назад +8

    Thank you sir for the informative video.For last 3 years I am working in Service providing company as an Assistant system engineer. Now I want to change my career path to embedded software engineer.I have done Bsc IT . I have not any developing experience but want to make my career in embedded software engineer. Can I pursue this job without masters degree?

    • @psycho_Aresyt
      @psycho_Aresyt Год назад

      Ya of course but you to know about circuit designing and development .......

  • @Anilind
    @Anilind 2 года назад +1

    Sir I have completed BCA and I am interested to do become embedded software engineer, is it good for my career growth ?

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Yes, learning embedded will be option even for future. As IoT and Electric Vehicle industry took-off. There will be more and more demand for skilled embedded software engineers in future. You can also expect good growth as competition is much less compared to other software fields. Good luck!
      Best wishes
      Team BinaryUpdates

  • @mohibullah6215
    @mohibullah6215 2 года назад +1

    should i learn c or c++ when i can program easily atmega using arduino? need help. thanks

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi Mohib I suggest start working with Arduino and along the way you'll learn C programming. Also check out our Arduino Course which will cover many aspect of embedded systems design. If you learn C/C++ first then you will never know when to jump onto microcontroller programming. So just buy any microcontroller board and start programming. Good luck!
      Best Wishes
      Umesh

  • @User-083-3
    @User-083-3 4 месяца назад

    Can you tell how to start embedded system which skills i learn which course is best

    • @BINARYUPDATES
      @BINARYUPDATES  4 месяца назад

      Hi, to make career in embedded software you must start learning C programming with microcontrollers like 8-bit AVR, 32-bit STM32 ARM Cortex-M architecture. Then start building projects to use communications protocols widely used in embedded systems like UART, I2C and SPI Protocols. Good luck and best wishes!

    • @User-083-3
      @User-083-3 4 месяца назад

      @@BINARYUPDATES any free course is there sir

    • @User-083-3
      @User-083-3 4 месяца назад

      @@BINARYUPDATES any free course is there sir

  • @jaishreeram3274
    @jaishreeram3274 2 года назад

    How much money required for startup in this field.

  • @kunchavinay0218
    @kunchavinay0218 3 года назад

    Sir which way is better software field are hardware field plz tell Mee sir.Iam complting diploma ECE

  • @samir7035
    @samir7035 2 месяца назад

    Sir, i am a pursuing Mtech in power electronics from Nit Durgapur( first year student). Which type of embedded system are good me ? Like as...
    Automotive embedded system ?
    Please reply and any course for me which are beneficial for placement as embedded system ...

  • @sudhanshushekhar6920
    @sudhanshushekhar6920 3 года назад +1

    Sir i want to be an embedded engineer where should I join?

  • @Mahesh-uy8jw
    @Mahesh-uy8jw 3 года назад +1

    Thank you sir. Video is informative. I work as embedded system engineer but work mostly in Hardware. Paid less wrt the software engineer of same experience . Is it the same everywhere?

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад +1

      Hi Ram I'm happy that you find this video informative. Usually, in Embedded Hardware Jobs you get good paid when you work on complex and high speed circuit or PCB Design. But I would suggest you to start learning microcontroller programming slowly along with your job and as you get better and confident. Then try to search for opportunity where you can do Embedded Hardware as well as Software and as your skill set enhance. You'll see people start offering you higher salary to work for them
      Good luck for future. If you need any help I would suggest to check courses on BINARYUPDATES official webpage
      WIsh you a beautiful day
      Umesh

    • @Mahesh-uy8jw
      @Mahesh-uy8jw 3 года назад

      @@BINARYUPDATES Thank you so much for your response Umesh.

  • @mahvishashrafi3677
    @mahvishashrafi3677 5 месяцев назад

    Thanks ❤

  • @ranjanshukla8760
    @ranjanshukla8760 3 года назад

    Thanku so much for this video..got perfect knowledge 🥰🥰🥰🥰🥰😘

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад

      Glad to hear that Ranjan. Thanks for comment

    • @ranjanshukla8760
      @ranjanshukla8760 3 года назад

      @@BINARYUPDATES keep making such a knowledgeable content sir ❤️❤️❤️🥰🥰🥰🥰🥰

  • @backgroundnoiselistener3599
    @backgroundnoiselistener3599 Год назад +1

    Hi, appreciate your video.
    You say that embedded software engineers are highly paid but from what I can its not that high. Through a quick google search I found out that a person with 10 years of exp only earns 16LPA.
    I admit my information could be wrong, thats why I am asking you.
    Thank you 🙏

  • @sushreesatapathy6173
    @sushreesatapathy6173 3 года назад +1

    Is data science useful in electrical engineering nd embeded system design

    • @BINARYUPDATES
      @BINARYUPDATES  3 года назад

      Data Science is complete different domain when you compare with Embedded Systems Engineering

  • @krishnamohan51
    @krishnamohan51 Год назад +1

    Hello sir I got placement in automotive industry and also in software industry with same package. Does choosing automotive industry is correct option? And is it possible to switch from automotive to other domain in embedded systems?

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Krishna, you can take up job in Automotive if you want. And after getting comfortable with your job in company start learning embedded systems programming. Especially, microcontroller firmware development. This will keep your door open for automotive embedded software in future.
      Good luck and best wishes!
      Umesh

    • @krishnamohan51
      @krishnamohan51 Год назад

      Sir nowadays salary growth is very high in software industry, is it same with embedded industry?

  • @manmanual
    @manmanual 2 года назад

    when you mention C do you mean C with DSA or something like Threading, Mutex, Semaphores

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад +1

      Hi Tarun, I mean Embedded C Programming with an knowledge of hardware's like MCU, MPU or CPU.

  • @NandanlalMNandu
    @NandanlalMNandu 2 года назад +1

    Sir can I take embedded system after completing bca

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Yes, why not. Just make sure invest enough time to build embedded systems related projects. And also make portfolio to show future employer. This will make your journey easy to get job after BCA. Good luck!

  • @mohammadasaduddin8413
    @mohammadasaduddin8413 Год назад +1

    Can btech IT engineer become embedded system engineer

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +1

      Yes, anyone with knowledge of programming and love for electronics can peruse career in embedded software or hardware development. Good luck and best wishes!