Software Engineering vs Embedded Software Engineering

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

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

  • @GreidiAjalik
    @GreidiAjalik  3 года назад +25

    We made it to 1k Subs!!!! Thanks for watching everyone! Feel free to correct me if I was off with something! Some of this stuff is based on my own experience! Cheers!

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

      I've become the 1000th subscriber, I've seen how the number has been changed from 999 to 1000 after my subscription :) Actually, I discovered this channel accidentally, but I love this content, thanks for this!

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

      Eyyyyyy Vasyl, that’s so cool! Thanks for being the 1000th subscriber on this channel and thanks for all the support as well!

  • @vasanth0x55tube
    @vasanth0x55tube 3 года назад +106

    I agree that in future, embedded software development will become less dependent on the hardware knowledge of the engineer. But for the same reason, I believe that engineers with good knowledge in both hardware and software will be in greater demand.

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

      True

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

      I agree to a certain extent, i think what he refers to when he says "not know so much about the hardware" is the chip itself, its becoming less and less important to know the registers of a microcontroller when you can use the vendor api, however you still absolutely must know what hardware you are programming because the vendor api knows nothing about it...if you are writing firmware for a very custom synchronous bucks converter and your code is switching MOSFETS you better believe that if you switch the two wrong Mosfets are the wrong time some smoke will come out. I think the more rare a species of engineer becomes the more sought after you are, thus the more money you can ask for, imagine years from now when all the young kids love embedded but dont know an ARM M0 from an M7 , the guy that does know his stuff will be the young lads manager lol

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

      Well, I think that is not exactly true.
      Doing embedded software development using a hardware of given capacity will most likely look the same in the future as it looks now. Working with a small device, having 1KB RAM, a few registers and 4 I/O - a developer needs to know the HW details - now and in the future. Working with a embedded-Linux-capable-device a developer does not need to know the details about the HW since it is just another Linux box (a bit smaller of course).
      I think that in the future more embedded development will happen with more powerful devices (which are getting cheaper and cheaper) and thus less knowledge of the HW will be required (because those devices are able to run extra software - like Linux OS - that takes care of the details).

  • @mohamedemi9611
    @mohamedemi9611 2 года назад +7

    I have involved both of them but in my university courses I have done some Embedded Software and Software Engineering there is big difference In Embedded you have to know many things like you mentioned Hardware and you need to have deep understanding about the hardware you working on then you are able to code and also Network protocols. I think the most concern about Software Engineering nowadays is to code secure code to avoid any bugs which can lead a problem to the organisations like data breach and so on.

  • @gauravbhattarai75
    @gauravbhattarai75 3 года назад +20

    I love working with hardwares and softwares and this is what drives me. But as you say, decade later I don't think I would love to just code without working with hardware.

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

      I think those positions will still exist to some extent where people can do that, but probably will be more rare or harder to get…. Someone needs to create those next gen tools to make something like that happen lol …

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

      Worrying about the same.☹️

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

      Gaurav r u also a embeedded engineer, kaha padhnubhayo ?????

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

      @@inishkohli273 Thapathali Campus, Electronics and Communication, 4th Year running bro...

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

      @@gauravbhattarai75 ani kati ko ramro xa ta nepal ma course daju?, outdated xa ki , ani job scope kati xa in comparison to foriegn. So r u satisfied with the way Thapathali teaches, especially practical projects chahi kati hunxa ni ?????

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

    Embeded software; C Cpp Bash Opsys json xml. Creating programs to run devices.
    Normal software; java c# js python mssql. Using devices to create programs.

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

    Dude, your videos have been so helpful. They don’t get much views, but for those of us that watch it, holy cow are they useful . THANK YOU

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

      Woot woot! Thanks again, I appreciate this support!

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

    Thanks Greidi, this video was very helpful!

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

    MSc embedded systems engineer here, this dude absolutely know what he is talking about. major differences, objectives, descriptive, pure, understandable. He is nice. Embedded is a wide area, Computer engineer and Embedded system engineer almost similar (i am computer engineer on the diplomas) but if you do deeper, computer engineer much closer to the transistors while embedded engineers closer to pcb and its elements.

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

      I am also M. Sc electronics currently working as embedded software engineer

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

    2:00 is the reason i’m not getting into Embedded SE

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

    Perhaps one more difference is the number of stacks/languages each career option requires you to learn. I might be wrong (seeing as I've never been an embedded engineer), but I imagine you only need to know C and maybe C++ right? As a regular software engineer, I need to know something like 5-10 languages.

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

      Hey Sam! Yes I’d agree with that, it’s mostly C/C++ and regular software engineers tend to have a larger variety languages and are up to date with latest and greatest (always some exceptions)! For embedded more common ones after C/C++ are python, Rust, Java, JavaScript, C# - maybe something else? Lol, so, hopefully the list keeps growing to stay up to date with newer software dev.

    • @konstantinrebrov675
      @konstantinrebrov675 3 года назад +14

      I think that you don't only need to know C and C++. It's much more than that. You have to know concepts of low level programming, interrupts, threads, processes, OS API, shell scripting, makefiles, cmake/automake, git, ssh, UML diagrams, design patterns, various assembly languages, how to optimize your code for space and/or time, possibly MPI and OpenMP too. C and C++ also have many complicated features, such as C++11, 14, and 17. You also need to know how to use your IDE, WSL, emulations, tools, etc. And then there are also algorithms, data structures ...

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

      @@konstantinrebrov675 love this, thanks for writing this info here for people to find!

  • @jonaw.2153
    @jonaw.2153 2 года назад

    Sounds fun! I know what I'll be looking into for the coming three-and-a-half months!

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

    I’m working current as a software developer who would want to go into embedded software/iot. As a side project, I build a bbq monitoring system using Arduino framework. In this project, I used esp32 chip, fire base for storage dB, build endpoints for current time updates and a also very simple unity mobile app just to read current data from endpoint and past data from firebase. What more do you think I should learn besides my side bbq project? I mostly deal with sensors on the hardware side.

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

    I guess it depends on what MCU you're working with. For ESP chips, for example, there are standalone compiler and debugging tool which you can use in whatever environment you want

  • @omartusson
    @omartusson 2 года назад +12

    Hi, Your videos are informative. Thank you very much. I'm senior CS student and thinking about pursuing a career in embedded systems. The thing that is stopping me is that I see most people saying that embedded system software engineering involves a lot of data sheet and schematic reading (some say it takes 90% while coding is only 10%). Do you think that is true? I don't mind reading data sheets and look to schematic from time to time but not to spend majority of my time on it. What was your experience? Do you think reading data sheets makes the job look less like coding (or engineering) related job?

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

      I am actually 1st electrical engineer and I had this workshop from my college club where we had to design pcb ,solder it and then connect it to your pc and use arduino ide to program it to display certain patterns
      While programming (especially first time) I had to spend lot of time understanding how this works go on quoara stack overflow and other websites to clarify my doubts and get better understanding and then write down
      So i needed to go through the documentation (which is very thick) but not completely just know what u need to program , what interface or methodology are u going to use (like there is SPI communication, UART, I2C ) just try some projects or workshops and get some experience that's the best way

    • @GreidiAjalik
      @GreidiAjalik  2 года назад +8

      Good question! I think it depends on what phase of development you are… if you’re writing low level drivers yes you’ll be doing the data sheet and schematic thing a lot…. But once everything is configured and up a running… now it’s “like” regular software development… you do features, algorithms, data processing, OS, and whatever else your device might have … :) hope this helps! Best of luck on your job search!

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

      yes i am embedded system engineer, coding is not the majority part. Especially mcu based projects doesn't have that much code, but every line is calculated. You can't say, it works okay, you have to think every other scénarios.

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

    Hey Nice to see you
    I'm also embedded firmware Developer i watch your video .
    i used to develop my project on St microcontroller

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

    You are my source of motivation. ❤️

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

      Eyyyyy!! Thanks my friend, glad to hear the content is motivating!

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

    Hi Greidi, I have just discovered your channel, it is wonderful! Thanks for all the information that you share.
    I'd like to ask you something, I feel like RTOS is a extremely important topic for embedded engineers (what do you think?), so where or what do you recommend to start with this area.
    Thanks in advance.

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

      Thank you! RTOS is important... I'd recommend starting with FreeRTOS there's a good community with lots of support for it.

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

    very helpful sir,pls make video on ES jobs vs sofware jobs INTERMS of growth,compensation,work culture etc.

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

      hey! I'll keep it in mind for my future video planning!

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

    Thank you, can you give us the best Embedded Software Engineering books titles

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

      Letting someone else answer this question as I personally don’t do much learning from specific books (:

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

    I'm learning C/C++ rn and wanna become an OS developer. Through the process of figuring out what exactly I want to do, I got lost in the terms. Since these kinds of expertises are rarer than general software developing, it's hard to find the answer you need. Can you please explain the differences between the terms; System Engineer vs OS developer vs Embedded Software Engineer? I know they are similar and have overlapping aspects but I can't figure out what exactly their differences are.

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

      Hey! Typically system engineer is an engineer that looks at the whole system on a higher level, not just one specific part. They work with requirements, design of the overall system, and may or may not actually step in to do some coding or hardware designs. I depends on what OS you're working on, but in general I would say OS development would be part of embedded realm.

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

      @@GreidiAjalik Thank you so much.

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

      I’m trying to also learn C. What resources are you using?

  • @MahmoudAhmed-oo6jo
    @MahmoudAhmed-oo6jo 2 года назад +2

    Please can you guide me on the ways to become an embedded systems engineer by giving me the names of the courses for example

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

      Hey! here's a video where I explain what is needed for becoming an embedded software engineer... ruclips.net/video/HFmGk4oufj8/видео.html

  • @nashs.4206
    @nashs.4206 3 года назад +6

    Nice video :) What are the differences in how a programming language is used in applications software engineering vs. embedded software engineering? For instance, what data structures and algorithms are heavily used in applications software engineering vs. embedded software?

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

      Nash, thank you! Embedded software data structures and algorithms tend to be optimized for the specific architecture used on devices to make the most out of those devices. Depends on what industry of embedded software you’re looking… odds are that same/similar algorithms are used across both areas. Typical ones are sorting, searching, compression, data processing, probably a bunch more that I can’t think of the top of my head.

    • @nashs.4206
      @nashs.4206 3 года назад +2

      @@GreidiAjalik I had read that data structures and algorithms aren't as heavily used in embedded software because of limited memory and processing power. Could you comment on this and also give some information about what the most commonly used data structures and algorithms are? Thank you for replying :)

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

      In a sense you’re correct, but it depends on the product you might work on. I.e. if you work on OS dev then you’ll most likely be heavily involved with data structures and algorithms, or think about self driving cars and the data they need to handle (lots of stuff going on there). On the other hand if you might work on a small startup prototype project that runs on a small 8-bit architecture, you’ll be very limited on what you can actually accomplish and do with data structures. Most commonly used data structures for embedded: linked lists, circular buffers, stack, heap, queue, binary trees, probably a some other I’m missing
      Most common algorithms (totally depends on projects you work on…):
      Sorting, search, compressions (bit packing is most typical one), DSP (FFT, FTR, filters), probably a bunch of others that I’m missing here (anyone… feel free to correct me or add onto this)

    • @nashs.4206
      @nashs.4206 3 года назад +2

      @@GreidiAjalik Thank you for your reply; it is immensely helpful to talk to a real embedded engineer in real time (pun somewhat intended)! My background is in physics but I am very interested in embedded software so all my sources of information (and, potentially, misinformation) is from the internet so I am thankful for the opportunity to connect and communicate with a professional working in the field.
      Now, I had also read that the heap isn't used much in embedded software because of some issues dealing with the speed in which the requested memory can be allocated.
      From my understanding, it is something as follows: when a user requests memory from the heap, it can take some time for the processor to find space in the heap that is equal in size to the requested amount. Furthermore, because data isn't stored sequentially in a heap (unlike in a stack), storing and fetching data can be unacceptably slow (in situations where timing is critical).
      Is my understanding correct? Also, I suppose that there are no strict "rules" that says that a certain data structure or algorithm can and cannot be used; I suppose that it all depends on the context and the project in which you're working. Using the heap might be acceptable in some contexts but not others. Is this a good way to think about it?

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

      Sorry for the late reply, I’ve been traveling for work and been super busy because of that. Feel free to add me on LinkedIn to connect! I think you have a good understanding and of course heap is used, but depends on the processor used and your own use case… if your embedded software is very strictly limited in memory you’d want to avoid using it. There are some pitfalls that come along with using heap for embedded so you’d want to be careful with doing that…

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

    Can I be a Embedded Software engineer with experience in software testing? And if yes what skills should I have?

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

      Hey yes you could enter the embedded space, I have some videos where I discuss that "how to become and embedded software engineer?"

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

    Great video!

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

    thanks for yout videos!

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

    Great video. One question I have though, is does embedded firmware cover the hardware side?

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

      Embedded firmware is software that provides the low-level control of the hardware used. Not really sure if that answers your question ... lol

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

      What would be a title of a position that deals with the hardware?

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

      @@highway2heaven91 hardware engineer or electrical engineer.

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

      @@GreidiAjalik I thought so. It seems like some hardware knowledge is still needed though, thanks.

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

      @@highway2heaven91 yep a little bit... but totally depends on project you might work on. At my previous job, I never even had to deal with hardware or low level drivers at all, but it was still embedded software that I was working with - so there are some different flavors for embedded software :)

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

    Thanks for sharing.
    I just got my degree in electronic engineering and I'm looking for jobs oportunities, do you have any tips?

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

      Same iam also completed my degree... I have one question.. Regular software engineering better or embedde software engineering beter which one is better.. Future scopes..

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

    I'm trying to transition from Arduino into STM32, but I'm having a hard time any tips? Thanks Greidi

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

      Hey Kevin! What’s the struggle/barrier here - C/C++? Something else? I’d recommend using STM32 cube IDE when you first start off to help with generating the code and visualizing the mcu pin out with all the peripherals available. If it’s C/C++, I’d recommend doing some crash courses online on how to use it.

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

      I recommend you book by Carmine Noviello "Mastering stm32"

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

      @@farukhalilagic2070 thank you Faruk

  • @9SMTM6
    @9SMTM6 2 года назад +6

    On the topic of "less hardware knowledge required". What are your thoughts on HALs (Hardware Abstraction Layer)? They seem particularly popular in the Rust ecosystem.
    It's definitely more effort in the side of the chip maker, and maybe (?) one looses a small bit of understanding for what's going on, but at the same time it often does make things just so much easier, and I wonder if you think that that approach will stay, or if it's too much effort, or of something else will succeed.

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

      It will stay and become even more generalized. I think it’s really moving toward a general software dev approach. Just my personal opinion though. Also I’m assuming you’re talking about HAL libraries provided by manufacturer or some other third party? In general they are ok to use (depends which ones some can be buggy), but when you have a time critical system I would not recommend it as they have a lot of additional code that just slows the process. You can always modify those drivers for your own need and lose dependency on the maker of those libraries. Hope this helps, sorry for the late reply :(

    • @9SMTM6
      @9SMTM6 2 года назад

      @@GreidiAjalik Nah, wasn't time critical (not meaning the program), just interest based.
      Have you made the experience that a manufacturer made HAL made your application significantly slower? I don't have terribly much experience, but I'd rather expect binary size to become an issue, execution time only in very rare situations.

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

      @@9SMTM6 Yes, at my current project we are experiencing this and will be modifying the HAL to remove unnecessary code - again this is for time critical systems (and low power), but I do agree that in general this wouldn't be an issue :).

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

    but what about software itself? wondering what you can use from C++ vs C standard.

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

    Which degree should i get i have only two option Electrical Engineering or IT ? I work as an Automation Technician at Metro Project we deals with the Plc system and microcontrollers.

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

    Dude,I have doubt about should we prefer software or hardware for future development.Which has more demand?

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

      Software has definitely higher demand and more openings

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

    You are right, most of the time i have to debug, and it is a pain in the ###.. haha

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

    What are the best universities in world that offer best masters course in embedded systems. I said best ny that I mean skills that are required to get into a embedded systems based job. Please reply🙏

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

      Hey that’s a good question, but a hard one to answer - I’m assuming you mean embedded software engineering? I would need to do some serious research before I could answer it… lol

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

      @@GreidiAjalik yes embedded software it is. More research ahh. Ok then can u give a starting point for the research. Ima try to find myself!

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

      You can look for best universities for software engineering and or computer engineering, then pick few and see if they offer embedded courses. Personally I’m doing omscs and they have some embedded courses part of the program, so you could check CS as well :)

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

      @@GreidiAjalik great ty will check ❤️

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

    did you ever use matlab and simulink as tools for design and development of embedded software ? i am a mechatronic engineer and currently studying how to use matlab and simulink to design and build mechatronics systems. I'm looking forward to become a enbedded software engineer, and i was wondering what are you toughts on simulink as a tool to generate enbedded code.

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

      I used a bit of matlab, but preferred using python instead. I don't think I've used simulink personally, so can't speak for that.

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

    Hey man, I've been watching your vids lately and It's great. You gave me a picture of what to expect in my career in the future. I would just like to know how I can get these kinds of jobs? Is it possible to join some company and apply for an embedded software engineer with past experience involving arduino or ESP projects?

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

    Well, that logo there at 00:00:05 lasted for exactly 25 frames lol :{)

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

    #cool Subbed bec. of great educational contents! Keep it up!

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

    Thank you

  • @engineer.3745
    @engineer.3745 Год назад

    Which pay more after gaining skills?

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

    Hi Greidi, thanks for your videos
    I really love your content,
    I want to ask if it’s possible to get a job as an embedded software engineer without a college degree in engineering.

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

      Hi, yes it is! You just need to show you got same or better skill set in this field compared to a new college graduate.

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

    Good morning Greidi
    I am from cs background. Currently I got job in embedded c. Can I join in this company. Does embedded c has scope in future? Kindly reply me . I got confused

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

      If they accept you, you can join and if that’s what you want to do… embedded c has scope in the future.

  • @SaiKrishna-SK96
    @SaiKrishna-SK96 3 года назад

    I am b.tech student EEE complited Which is best way of embedded system & software side. and future growth which is better.

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

      Hey! you can watch this video, hopefully helps with some choices you'd need to make at school... ruclips.net/video/HFmGk4oufj8/видео.html

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

    Hello Greidi, I am an Electronics Engineer who has completed his degree from India from Government Engineering College, how do I get a job in Canada in Embedded field l?

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

      Hey! I'm not sure about Canada since I don't live there or never have...

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

    "On the other hand, like this one" *🖐️*
    *subbed*

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

    According to salary!! Which one is better Software developer or Embedded systems

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

      depends on the company… you should expect competitive pay at most of the companies in the USA. I’ve heard that outside the US embedded jobs are paid lower compared to regular SWE. You can Google to find rates in your area for each of the fields to get better overview. Cheers!

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

    Thanks Sir

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

    If we study Software Engineering, can we works as an Embedded Software Engineer ?

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

      Yep, there might be some extra things you need to learn, but those could be just done at the job itself.

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

      @@GreidiAjalik Thanks a lot

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

    Amazing

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

    Sir can you consider mobile as embedded system

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

      technically... yes, but phones nowadays are comparable to regular PCs

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

    Am I only one who was waiting for the salary comparison?

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

    Can I get embedded software job with a B.Tech in CS?

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

      Yes, totally doable and I’ve met many who have done so!

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

    What is the difference between Embedded Systems Engineering and Embedded Software Engineering?

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

      I m going to start studying Electrical and Electronics Engineering next year and I want to specialize in embedded systems in the future. What do you think is best for me?

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

      @@_zZzZSsSs_ thank you for the questions! First, it's hard to say for me what is best for you... research what you're passionate about, try things etc. to find out what you want to do. In my opinion and based on what I've seen in the industry systems engineers have a more general overview of things. They look at the system as a whole not in specific areas. They focus on requirements, reliability, process, quality, etc. For example. Embedded System Engineer would focus on designing the whole embedded system on how it should work an interact with different parts of itself (hardware, low and high level software, applications). Embedded software engineer would focus on the design of the low and high level software. Embedded hardware engineer (or just hardware engineer) would do the hardware layouts. Electrical engineer would do the design of the schematics. There is some overlap in these ares. Odds are that if you work for a small company you could be a systems engineer one day and hardware engineer the other... with this obviously comes greater responsibility.

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

      @@GreidiAjalik Thank you so much for your quite detailed, informative and helpful response. Thanks to you, I understand better in many ways. I hope I can be an expert and one of the best in my department like you. I wish you a successful career.
      :)

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

      @@_zZzZSsSs_ thank you for the kind words! I appreciate it!

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

    What are the differences between a regular software engineer and an embedded software engineer?
    A regular software engineer needs glasses, and an embedded software engineer does not need glasses.

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

      LOL, yep, the thumbnail shows all you need know :D

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

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

    Why does the dog never move?

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

      😂 he is too focused on what’s outside… or sleeping…

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

      @@GreidiAjalik maybe it waits wath dog data😅

  • @ShivaRk-le1no
    @ShivaRk-le1no 3 года назад +1

    Bro if u speak slowly and clearly any country people can easily understood 🙏.... Who knows English😎

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

    Worst intro ever

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

    Bla bla bla...

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

    hi from kenya ,want to be a embedded software engineer ,how can i get your contact

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

    can a mechatronics engineer work with embedded software if he is interested in programming?