How to Create a Software Architecture | Embedded System Project Series #6

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 38

  • @philipgiles8407
    @philipgiles8407 5 місяців тому +2

    Moving from a Linux based C role at my job into designing the hardware and software for an embedded device. And these videos are so awesome. Super high quality, well made points and explained well too

  • @kalei02
    @kalei02 9 місяців тому +2

    Hi Artful, your work is amazing here! I'm working with C2000 DSP series from texas in my PhD project, and as an electrical engineer, I must say that we often don't give much attention about our code structure and clarity, since we focus 90% of our time in the theory of the application itself (in my case now, field oriented control for electrical machines). I know that I'm not a software engineer or code developer, but minimum systematization and design architecture is crucial for me, otherwise debugging becomes a nightmare.

    • @artfulbytes
      @artfulbytes  9 місяців тому +1

      Yes it can be hard striking that balance when coming from a more theoretical background. You don't have to write that much code before it starts to pay off to think a little bit about the structure.

  • @pawerapta9525
    @pawerapta9525 Рік тому +5

    Great job, dunno why your channel is so underrated, you should have at least 10-times more subscribers.

  • @jonathanroberts7100
    @jonathanroberts7100 4 місяці тому

    Thanks again Niklas. This video has just come at the right time to help me plan the SW (and HW) development for my eVSTOL project properly. Really appreciate your help!

  • @muhammadprawirayuda3510
    @muhammadprawirayuda3510 7 місяців тому +1

    You conclude almost a whole of book design pattern book, great

  • @slimsh4dy115
    @slimsh4dy115 6 місяців тому

    The Playlist of my Dreams🤩🤩

  • @CokeDrinker1001
    @CokeDrinker1001 2 роки тому +3

    He’s back!

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

    Great video! Extremely good contextualization!!

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

      Thanks, yes my hope is that having a project to talk around makes topics like these easier to digest :)

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

    This is what I needed. Thank you!

  • @LeonardoGabrielRosa
    @LeonardoGabrielRosa 11 місяців тому

    Excellent video! Thank you very much, it has been extremely useful!

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

    Great video, Thanks for sharing your knowledge!

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

    This is brilliant stuff. Thanks a lot!

  • @muhammadprawirayuda3510
    @muhammadprawirayuda3510 7 місяців тому

    Good, easy to understand sir

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

    Great content, your channel is so underrated. Keep them good videos coming we are here to support you!

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

    amazing chanel!! Does somebody know of any source where I can check architectures from different embedded projects?

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

    Great learning waiting for more🙏💯

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

    Hello from BC, Canada 🖐🙂

  • @hellfire-gs8ni
    @hellfire-gs8ni Рік тому +1

    Great video! What software was used to draw the diagram?

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

      I drew it in procreate, but I would not do that again, better to use a dedicated block diagram tool like draw.io or similar.

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

    Motivated by your video. I want to make a simpler analogue, like a regular space scanner on sound sensors and make a space map.

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

      You mean build up a map of e.g. a room by taking range measurements from sound sensors? Are we talking 2D or 3D?

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

      @@artfulbytes For now, I just want to do 2d. About 3d, it will probably be much harder.

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

      @@johanliebert2048 Interesting, and yes a good idea to start with 2d!

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

    Well done man, great video.
    What simulation software was use in tge video.

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

      Thanks, I'm using procreate for drawing here, if that's what you meant by simulation software.

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

    With every project I undertake, some functions become obsolete, and I need to create new ones in previously used code. This disrupts various patterns, but if I don't do it, I'll lose performance.

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

      Yes performance sometimes has to come at the sacrifice of other things. Still, a good software architecture can help minimize those changes.

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

    What software did you use for the diagrams you made

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

      Procreate, but I don't recommend it, better to use a dedicated diagram software like draw.io or visio.

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

    nice video

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

    Hello can I use MSP430F5529 to follow your tutorials?

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

      That's a beefier (more memory) MSP430 than the one I'm using :) Without having looked at its datasheet, I'm guessing the peripherals are similar since they are in the same MCU family, so should only require minor changes (if any).