I have a BIG announcement! Do you want to get started in Embedded Systems?

Поділитися
Вставка
  • Опубліковано 2 лип 2024
  • Big announcement, huge!
    I'm super excited to be able to do this!!
    Follow me on Social Media!
    Twitter: / zygalstudios
    Facebook: / zygalstudios
    Instagram: @zygal_studios
    #learnembeddedsystems #embeddedsystemsengineering #majorannouncement
  • Наука та технологія

КОМЕНТАРІ • 23

  • @joey199412
    @joey199412 3 роки тому +13

    You might not know this but youtube recommended this channel to me specifically when I was looking for Embedded Engineering. I watched your "develop for X console" videos. But yeah you were already categorized by the youtube algorithm under "Embedded Systems" since that is what I was filtering for.

    • @ZygalStudios
      @ZygalStudios  3 роки тому +1

      That's awesome!! Thanks for sharing that with me, I had no idea.

  • @kazeroth1234
    @kazeroth1234 3 роки тому +3

    Hey James,
    Looking forward to your new content!

  • @aeryfirst4189
    @aeryfirst4189 3 роки тому

    I'm Looking forward to it

  • @dominman
    @dominman 3 роки тому +5

    Looking forward to seeing they content always learning a thing or two from your content

    • @ZygalStudios
      @ZygalStudios  3 роки тому

      Thank you! 😊 happy to hear that

  • @abdulsaid9288
    @abdulsaid9288 3 роки тому

    Looking forward to it

  • @wisegeeksrules
    @wisegeeksrules 3 роки тому

    Looking forward to it 🤠

  • @samgee500
    @samgee500 3 роки тому +1

    Been having a blast with your channel so far, can't wait to learn more! The place where software meets hardware is the most interesting of all.

  • @paulwall9282
    @paulwall9282 3 роки тому

    Awesome channel. I hope you get to 100K soon!

  • @temprd
    @temprd 2 роки тому

    Just found your channel. Love the content. Coming from a web background, embedded can feel like dark magic. Thank you for sharing the knowledge you’ve accumulated.

  • @amberdean1263
    @amberdean1263 3 роки тому

    This sounds amazing!!

  • @sharana.p5921
    @sharana.p5921 3 роки тому

    Thank you so much bro. This'll help a lot of people. 😊😊☺️☺️

  • @jamesclements997
    @jamesclements997 3 роки тому

    Hi James. I'm looking forward to your new series. Cheers.

  • @nicholascarroll2821
    @nicholascarroll2821 3 роки тому

    Looking forward to this james! Making a bootloader was pretty hard for me!

    • @ZygalStudios
      @ZygalStudios  3 роки тому

      Yeah it is definitely challenging, especially the first time!
      A Bootloader in the embedded world is known as a rite of passage 🤣

  • @adimanav9480
    @adimanav9480 2 роки тому

    Any update on the series?

  • @walidoulondon8107
    @walidoulondon8107 2 роки тому

    Hey I like your channel,just wanna ask you how’s the USA job market in the field of embedded systems?

  • @guruG509
    @guruG509 2 роки тому +1

    Dude, pls tell me from where (online/book/official ST training) can i learn STM32 F407 controller using cubeMX and HAL , along with Free RTOS, as i live in india, and here NO Official training from ST is available, I have tried udemy and am not satisfied as they are not able to resolve my doubts properly, also in university, they are not teaching (in final year, btw i am in second year) MCU to it's industrial application standard, and i am hopeless, pls guide me

    • @SianaGearz
      @SianaGearz 2 роки тому

      You should already have everything you need. There's probably no book or course that will chew it down for you, just get a board and use it and get things done, and just use datasheets and standard online documentation (App Notes, User Manuals) like the rest of us. I don't think ST's website and downloads are blocked in India, are they? If they are, you'll just have to find a way around that. You don't need some dubious courses, you just sit down and do the thing, come up with a project and realise it.
      One of the main skills you're going to need is getting comfortable with thousands of pages of documentation, and you might as well start right now. You skim them quick to get an overall feel of the structure and things you may find, then later pick and choose what you want to read to get things done. Have a goal, learn to ask pointed questions. Once you have a clear question on your head, you are likely well on the path to finding an answer by yourself. But also connect to communities which can answer these questions for you.
      Here's some books for your deliberation though.
      * Computer Organization and Design: The Hardware/Software Interface, ARM Edition - Patterson/Hennesy. Very broad strokes general stuff, with ARM being only there for examples, not terribly ARM specific. Fundamental processor knowledge.
      * The Definitive Guide to ARM Cortex-M3 and Cortex-M4 Processors - Joseph Yiu. Earlier edition doesn't have M4, but there's really little difference. It's about what it says on the tin; i don't know whether it's valuable, but it can help you find your bearings and fill in the missing info.
      * The Designer’s Guide to the Cortex-M Processor Family - Trevor Martin. It's an extremely short book at only 500 pages. It's pretty hands-on, but then, it's not trying to be very comprehensive at all. And here's a problem with books - it starts off with "download Keil", and that instantly ages it. This is why you're better off with just official documentation for the stuff you're actually using. I don't know whether it's worth getting, or maybe skim for inspiration?
      Oh, here's a fun fact: sometimes completely reasonable questions, like how does something work, or what happens when you do something, are unanswerable, because nobody knows the answer. I mean SOMEONE knows the answer, but there's no way you'll get hold of those 2 or 3 people in the world, and some of them might be a good six feet under the ground. You'll just have to roll with whatever information you can get, or whatever you can find yourself by experimentation, with limitations that if the datasheets don't say that you're good, your conclusions might have a very limited reach.
      But still, as you may have found, following a boot camp or a tutorial tends to leave you with more questions than answers, this is why you ideally want to back it up with more fundamental approach.
      Ultimately i don't know how your brain works and which approach you may find more or less usable; but you definitely need to develop your ability to deal with primary documentation.
      My opinion though is that ARM Cortex M3 and M4 will possibly drastically lose relevance over the course of next 10 years, to the advantage of RISC-V. And to put things into perspective, 10 years ago, STM stuff wasn't actually a thing pretty much, you would rather see Freescale and NXP ARM devices instead. Cortex M-series won't outright disappear until maybe 20-30 years later, but i expect that it might no longer become the first choice in a few years. Anyway these kinds of things is why STM32cube isn't taught in university. Curriculum changes slowly, for example i was taught machine language on a VAX which was more then 25 years out of date by that point - and we were taught on whiteboard and paper, because they could never get their VAX machine actually going, for all we knew it was just a coffin with gubbins in it. University is not there to give you a hands-on skill that is immediately useful in the industry, it's there to give you the fundamental skill to acquire the skill that you need. From the university perspective, any knowledge that isn't transferable onto whatever other technology you might be later working with, is useless junk and might as well not be conveyed. In turn it's the industry's task to give you a working skill that you need, for example with an internship. Though nowadays, things are a bit different, the industry sometimes forgets about its educational obligation, and either just runs you from one internship to the other, exploiting young people for cheap labour, or hires people who acquired experience doing actual projects by themselves.
      Good luck!

  • @modernlunacy4341
    @modernlunacy4341 Рік тому

    What happened to this series? 🙃

    • @ZygalStudios
      @ZygalStudios  Рік тому +2

      Life did 🤣
      I'm planning on trying to make some content coming up.
      I'll have a video explaining what's been going on and then what's going forward from now on.

    • @modernlunacy4341
      @modernlunacy4341 Рік тому +1

      @@ZygalStudios Cool! I’m trying to learn embedded systems myself since no one wants to hire me for an entry level job. I’ll take all the knowledge I can get!