Тёмный

Career as a Embedded Systems Engineer- Software and Hardware 

BINARYUPDATES
Подписаться 39 тыс.
Просмотров 97 тыс.
50% 1

Lets explore, Career as a Embedded Systems Engineer. When it comes to Embedded Engineer, there are two choices you can become Embedded Software or Embedded Hardware Engineer.
Embedded Software Engineer are usually focus more on programming and developing software for embedded processors means microcontroller, microprocessors etc. They should be very good at programming C, C++ and Python along with basics of assembly. Since embedded software is all about accessing registers in microchips. Having knowledge of operating systems and low level hardware architecture is must.
Embedded Hardware Engineer are usually involve in designing PCB (Printed Circuit Board). They have to be good at understanding electronics components and how they works. The design, simulation and testing of PCB will be their daily job. As a hardware engineer it's expected for them to know
test equipment's like multi-meter, soldering, oscilloscope, analyzer etc. Also knowing programming basic will be great for them to success.
►► Learn to Solve Real Problem and Become Expert Embedded Systems Professional courses.binary...
Umesh Lokhande
BINARYUPDATES.COM
Mobile: +91 8007770636
Mail: umesh@binaryupdates.com

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 375   
@uygarbaran8515
@uygarbaran8515 3 года назад
I’m considering Embedded Systems software engineering. This video was very helpful, thank you.
@BINARYUPDATES
@BINARYUPDATES 3 года назад
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 10 месяцев назад
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 10 месяцев назад
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!
@dipeshpatil3594
@dipeshpatil3594 3 года назад
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 года назад
Hey, why? I am starting to work on that now as a cs student.. Is there any reason?
@dipeshpatil3594
@dipeshpatil3594 3 года назад
@@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. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-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 года назад
@@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!
@pankajdave5029
@pankajdave5029 3 года назад
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 года назад
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????
@prashantpatil3088
@prashantpatil3088 3 года назад
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..!!!
@marcusaureliusregulus2833
@marcusaureliusregulus2833 3 года назад
I want to work in embedded software for rockets, satellites and spacecraft
@_-6912
@_-6912 2 года назад
I have a similar dream but want to work in Tesla
@adanascencio6194
@adanascencio6194 3 года назад
Thanks! That was useful, went into just enough detail over the important things
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Hi Adan, Glad it was helpful!
@TheFootballPlaya
@TheFootballPlaya 3 года назад
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 года назад
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 2 года назад
@@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 года назад
Bro why is c++ used for embedded over c???
@gagankumarsharma7602
@gagankumarsharma7602 Год назад
@@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
@skyfullofstars1634
@skyfullofstars1634 2 года назад
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 года назад
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.
@devsidar9444
@devsidar9444 Год назад
Thank you sir 😊.... Share this important information for embedded system.
@BINARYUPDATES
@BINARYUPDATES Год назад
Hi Dev, welcome!
@shubhamchaudhari3876
@shubhamchaudhari3876 3 года назад
Nice detailed video, keep making videos like this 👍🏻
@BINARYUPDATES
@BINARYUPDATES 3 года назад
More to come!
@roshankumarbhamare3928
@roshankumarbhamare3928 3 года назад
enlightening, educational, informative 👌👌
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Thanks Roshankumar for your words
@supersonicstyleatsonicspeed
@supersonicstyleatsonicspeed 3 месяца назад
Do you write software to control mechanical parts autonomously at all? I think being able to do that is extremely fulfilling?
@venkatesh4204
@venkatesh4204 2 года назад
thank you sir! for giving good information for embedded systems.
@BINARYUPDATES
@BINARYUPDATES 2 года назад
Thanks and welcome Venkatesh!
@amrishkumar1088
@amrishkumar1088 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 года назад
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
@ponkavinthangavel9695
@ponkavinthangavel9695 Год назад
ManyThanks for your video, there are not much of embedded software details in RU-vid.
@BINARYUPDATES
@BINARYUPDATES Год назад
Glad you liked it
@Mxnuel_2395
@Mxnuel_2395 3 года назад
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 года назад
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 года назад
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 2 года назад
@@r1a933 why can you please explain?
@r1a933
@r1a933 2 года назад
@@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.
@ElectronicsToInfinity
@ElectronicsToInfinity Год назад
Thanks sir for this video, I was going to give up on my electronics field. I will start again as a fresher.
@BINARYUPDATES
@BINARYUPDATES Год назад
Hi Pankaj, sounds great. Wish you all the best for your embedded software career.
@thilakv9303
@thilakv9303 3 года назад
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 года назад
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
@user-yz5qy7fi9n
@user-yz5qy7fi9n 3 года назад
I am Mechanical Engineer From where should I start, I am hugely interested in Embedded system (specially processors, ram, motherboards)
@BINARYUPDATES
@BINARYUPDATES 3 года назад
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
@artalm2719
@artalm2719 3 года назад
This was much needed. Thank you
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Glad it was helpful!
@nithishvg8699
@nithishvg8699 3 года назад
Thankyou Sir This made me to get back in track as I was fed up with a project.
@BINARYUPDATES
@BINARYUPDATES 3 года назад
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 года назад
Thankyou so much sir Now I am currently working on MSP430G2553 microcontroller soon I will do a project using it.
@nithishvg8699
@nithishvg8699 2 года назад
@@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 2 года назад
@@nithishvg8699 which company bro? And what's the role?
@kittu7466
@kittu7466 7 месяцев назад
​@@nithishvg8699 sir which course have u selected in nptel
@tarunreddy6591
@tarunreddy6591 3 года назад
Thank you sir...I am pretty much confused in the difference but this explainatory video helped...
@BINARYUPDATES
@BINARYUPDATES 3 года назад
You are welcome Tarun. Thanks for comment
@upendergoud8240
@upendergoud8240 3 года назад
Hi sir, Which is best / trending module in automotive testing engineer filed?
@gabrielfienco2531
@gabrielfienco2531 3 года назад
I also try to make a radio receiver, only 1 channel worked... the rest was a problem haha
@nikhilaouti8019
@nikhilaouti8019 9 месяцев назад
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 ?
@ezzyeyes
@ezzyeyes 3 года назад
Looking forward to do my Master in this field from the US.
@BINARYUPDATES
@BINARYUPDATES 3 года назад
All the best....Best Wishes
@karunasonawane6682
@karunasonawane6682 3 года назад
Best of luck
@bhaskarbasak380
@bhaskarbasak380 6 месяцев назад
Shall I continue my extra curricular activities if I am an embedded engineer?
@BINARYUPDATES
@BINARYUPDATES 6 месяцев назад
Yes, Sure! Good luck and best wishes!
@rafaelbaldin4560
@rafaelbaldin4560 2 года назад
Would you classify a HDL programmer more as hardware or software engineer?
@BINARYUPDATES
@BINARYUPDATES 2 года назад
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!
@snigdharoy1938
@snigdharoy1938 2 года назад
Very Helpful Video.... Thank You 👍
@BINARYUPDATES
@BINARYUPDATES 2 года назад
Most welcome Snigdha😊 Best wishes Umesh
@deepakdhiman6341
@deepakdhiman6341 3 года назад
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...🙏
@haziqmohd3646
@haziqmohd3646 3 года назад
Sir comparing vlsi and embedded sytems. How different are the two from each other??? Could they be pursued together
@BINARYUPDATES
@BINARYUPDATES 3 года назад
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??
@bharathkrishna5812
@bharathkrishna5812 Год назад
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 Год назад
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!
@johnfrancis923
@johnfrancis923 3 года назад
Super Explanation
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Glad you liked it. Thanks John for leaving review Wish you beautiful day
@msbanda2123
@msbanda2123 3 года назад
Awesome 👏
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Mr, MS Banda, thank you! Cheers!
@highwaysouth9015
@highwaysouth9015 Год назад
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!
@techvraj
@techvraj 3 года назад
Superb explanation sir
@jasjyotsingh2007
@jasjyotsingh2007 4 месяца назад
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 4 месяца назад
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!
@yusufacademy2066
@yusufacademy2066 3 года назад
Very informative loved it
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Glad it was helpful!
@christojeeson1744
@christojeeson1744 Год назад
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!
@shawonsarkar-jv3wd
@shawonsarkar-jv3wd 11 месяцев назад
software enginnering or software engineering major in data science,robotics,embedded stystems which subject is best for future ?
@BINARYUPDATES
@BINARYUPDATES 11 месяцев назад
Hi I always suggest people to choose embedded software if they have interest in electronics and software programming. Good luck and best wishes!
@abdullahharis1790
@abdullahharis1790 3 года назад
Thnx sir Love and respect from Pakistan
@varunsonava
@varunsonava 3 года назад
Great explanation!
@NoName-tj8dm
@NoName-tj8dm 3 года назад
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 .......
@harishmomattagasangal5833
@harishmomattagasangal5833 3 года назад
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 )
@animalsfoodmaster178
@animalsfoodmaster178 3 года назад
Plzz share your LinkedIn profile
@harpaltoor0078
@harpaltoor0078 3 года назад
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 года назад
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
@vedanshsrivastava9111
@vedanshsrivastava9111 2 месяца назад
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.
@gsrlakshmi9377
@gsrlakshmi9377 2 года назад
Hi,I hope you are doing well.Can you please suggest the carrier in embedded software testing(manual testing)?
@mahvishashrafi3677
@mahvishashrafi3677 2 месяца назад
Thanks ❤
@15ashnov
@15ashnov Год назад
Very useful . Thanks
@BINARYUPDATES
@BINARYUPDATES Год назад
You are welcome Vasant!
@productiveprogrammer4060
@productiveprogrammer4060 3 года назад
How to get into medical devices development as a embedded Engineer
@vishwanathhebbalad5967
@vishwanathhebbalad5967 2 года назад
Which one is better whether power electronics designing or embedded systems. Does power electronics designing domain have future.
@BINARYUPDATES
@BINARYUPDATES 2 года назад
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 2 года назад
@@BINARYUPDATES thanks for your reply and giving me a good suggestion.
@vedprakash4682
@vedprakash4682 3 года назад
Sir do btech cse with iot covers the embbeded developement
@user-kv8vl8os8k
@user-kv8vl8os8k 11 месяцев назад
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 11 месяцев назад
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!
@ronakgupta6825
@ronakgupta6825 3 года назад
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 года назад
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
@strangergaming7188
@strangergaming7188 2 месяца назад
im chossing cyber physical systems in btech, will it be useful to percieve my career in embedded software engineer
@pradeepkumar-gc1jg
@pradeepkumar-gc1jg Год назад
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!
@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!
@joao6688
@joao6688 Год назад
very useful tips thanks a lot
@mohibullah6215
@mohibullah6215 2 года назад
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
@pranaytakke5087
@pranaytakke5087 2 года назад
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 2 года назад
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!
@diwakarmr9124
@diwakarmr9124 3 года назад
Very nice information
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Thanks Diwakar. I'm happy you find information useful
@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 года назад
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
@chetanhabeeb5996
@chetanhabeeb5996 2 года назад
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
@anamikaupadhyay5317
@anamikaupadhyay5317 3 года назад
Sir which one is best Embedded Software or hardware ??
@BINARYUPDATES
@BINARYUPDATES 3 года назад
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
@yashsharmaofficial4120
@yashsharmaofficial4120 Год назад
Sir i want to become entrepreneur so is there any business chamce in beded sutms /vlsis
@BINARYUPDATES
@BINARYUPDATES Год назад
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 Год назад
@@BINARYUPDATES 🙏 Thank you sir for guidance
@Anilind
@Anilind 2 года назад
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
@Harshavardhan15970
@Harshavardhan15970 Год назад
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!
@Mahesh-uy8jw
@Mahesh-uy8jw 3 года назад
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 года назад
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.
@worldwide6013
@worldwide6013 Год назад
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!
@RGPinger
@RGPinger 2 года назад
I cannot imagine how normal work day looks like for Embedded Engineer.
@boo766
@boo766 Год назад
Same
@highwaysouth9015
@highwaysouth9015 Год назад
@@boo766 what u did sir
@shreyajadhav6233
@shreyajadhav6233 Год назад
Should I join IIES (Indian Institute of Embedded Systems) Bangalore for embedded systems? Please give me your suggestion.
@sudhanshushekhar6920
@sudhanshushekhar6920 3 года назад
Sir i want to be an embedded engineer where should I join?
@vinuram234
@vinuram234 2 года назад
hello sir, does the course contains videos or just the content in text?
@BINARYUPDATES
@BINARYUPDATES 2 года назад
Hi Vinu, the embedded systems courses from binaryupdates includes pre-recorded video lessons to teach you programming microcontroller and embedded systems protocols. Thanks
@ahmadal-tarabeen9253
@ahmadal-tarabeen9253 3 года назад
useful! Good Job.
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Ahmad, Glad it was helpful!
@user-vc5qq1il4t
@user-vc5qq1il4t 6 месяцев назад
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
@dragandzajic
@dragandzajic 3 года назад
I wanted to buy your courses, because free ones are very good, but payment failed several times with "International cards are not accepted" error. I am in USA. Any advice?
@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 ❤️❤️❤️🥰🥰🥰🥰🥰
@potugada
@potugada 3 года назад
Thanks for the information. I am seeing 'python script' in job descriptions these days. Is it same as python language or is it different?
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Hi Radha, python is getting popularity these days because of Embedded AI & Raspberry Pi. Note that Python is an scripting language which works well with processors, but i still feel C/C++ remains dominant in the microcontroller & embedded systems. Atleast, for next few years to come. I hope you'll find this useful. Wish you a beautiful day. Thanks
@siddharthsahu6573
@siddharthsahu6573 3 года назад
Thanks your video help us
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Hi Siddharth, glad it helped
@siddharthsahu6573
@siddharthsahu6573 3 года назад
@@BINARYUPDATES 😊😊😊
@nothingspecial4
@nothingspecial4 3 года назад
Great video ♥️💯
@BINARYUPDATES
@BINARYUPDATES 3 года назад
Thank you very much ANSI Best Wishes Umesh
@backgroundnoiselistener3599
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 🙏
@BINARYUPDATES
@BINARYUPDATES Год назад
Thanks for sharing
@aakash5259
@aakash5259 2 года назад
Sir , I am going to do M.tech in Embedded control and automation from iit kgp ,what is your opinion about it. should I join it or not....?
@BINARYUPDATES
@BINARYUPDATES 2 года назад
Yes Aakash, Its good to have any degree in embedded system design. I have no doubt embedded have a great future ahead. Good luck and best wishes!
@l-14-ece-apavankalyan31
@l-14-ece-apavankalyan31 Год назад
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 Год назад
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
@TheWohnJick
@TheWohnJick 2 года назад
This video was helpful, anyways what do you think about the scope of a job role "System verification and analysis" for SSDs?
@BINARYUPDATES
@BINARYUPDATES 2 года назад
System Verification and Storage (SSD) is good as it closely associated with Embedded Systems
@TheWohnJick
@TheWohnJick 2 года назад
@@BINARYUPDATES I see. Thanks
@AdityaSharma-lv8by
@AdityaSharma-lv8by 2 года назад
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 года назад
@@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 Год назад
@@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.
@kittu7466
@kittu7466 7 месяцев назад
Sir plzz suggest a couse which i have to select in nptel , which is related to embedded systems 🙏🙏
@mrunaljibhakate4573
@mrunaljibhakate4573 Год назад
Will chat gpt end software jobs... Should i learn skills of web development or embedded systems plzz sugest
@BINARYUPDATES
@BINARYUPDATES Год назад
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
@garvitsharma87
@garvitsharma87 Год назад
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
@sushreesatapathy6173
@sushreesatapathy6173 3 года назад
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
@michaelotu9723
@michaelotu9723 3 года назад
Thank you sir.
@BINARYUPDATES
@BINARYUPDATES 3 года назад
My Pleasure Michael, Thanks for comment
@renukaambati9997
@renukaambati9997 Год назад
Sir could you please give clarity about which has good career growth either software engineer or embedded system software engineer.
@BINARYUPDATES
@BINARYUPDATES Год назад
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!
@krishnamohan51
@krishnamohan51 Год назад
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?
@rakeshracharla3301
@rakeshracharla3301 3 года назад
Hi bro I am a software engineer passed out in 2011 working from 2014 and planning to change my career to embedded systems. Can give me some clarity is it good to change Or do I need to continue the same.
@vashukashyap1700
@vashukashyap1700 3 месяца назад
Thank you sir,
@BINARYUPDATES
@BINARYUPDATES 25 дней назад
Hi Vashu, thank you so much. Best wishes!
@MTaha-je4yj
@MTaha-je4yj 5 месяцев назад
Sir i have gap +5 year ..Do i can start my carrier in this field by some sort of training..
@kunchavinay0218
@kunchavinay0218 3 года назад
Sir which way is better software field are hardware field plz tell Mee sir.Iam complting diploma ECE
@vijaymethre30
@vijaymethre30 2 года назад
Thank you sir❤️🙌
@BINARYUPDATES
@BINARYUPDATES 2 года назад
Most welcome Vijay😊
@bengbeng2005
@bengbeng2005 2 года назад
hi, I wish you give me a roadmap to be an embedded engineer for someone coming from CS field, thanks
@Ayush-lr3bt
@Ayush-lr3bt 3 года назад
Thanks
Далее
Cute kitty gadget 💛💕
00:23
Просмотров 9 млн
Will A Guitar Boat Hold My Weight?
00:20
Просмотров 27 млн
7 Years of Software Engineering Advice in 18 Minutes
18:32