Menu

Resources for learning "Modern Embedded Systems Programming"

Stefan L38
2021-07-11
2021-07-11
  • Stefan L38

    Stefan L38 - 2021-07-11

    Hello everybody,

    I have watched the introductional video about QP.
    OK I got a first impression on how it works.
    But after that QP seems to follow the low-standard of "tinker yourself smart" of leaving new users alone to tinkering around until the understand it after a lot of try and error.

    So I'm looking for a tutorial that is designed like this:

    describing in normal words a functionality that has two different priorities.
    And after describing it in normal words
    a lot of screen-shots that shows the process of creating the QP-based *.ino-file step by step.

    Example:
    lower priority: let an LED blinking morse-code SOS always for five times
    higher priority: if a button is pressed
    - stop the blinking
    - enter a change blink-frequency mode which is using the serial monitor as the user-interface

    Button is pressed => serial monitor shows "enter new frequency"
    user enters new value and blinking starts again the morse SOS at the new frequency

    variation of this functionality:
    if a button is pressed
    - go on blinking at the actual frequency
    - enter a change blink-frequency mode which is using the serial monitor as the user-interface

    Button is pressed => serial monitor shows "enter new frequency inputmode is left after 15 seconds"
    if user sends new value the blinking frequency is changed to the new value after finishing the actual sequence of sending "S" "O" "S"

    All this with explaining how the functionality in normal words is translated into QP-diagrams
    and with the explanations that do re-connecting back to the normal-words explanation of the functionality.

    Another approach could be to show how a medium advanced state-machine-functionality would be coded traditionally using switch case and if-conditions and how this translates into creating QP-diagrams.

    After having it explained this way the user has understood the generalised pattern how using QP to realise a certain functionality.

    I'm a hobbycoder with some years of experience of developing software for PC-based industrial controls with delphi. So I have some experience with event-driven programming.
    Anyway maybe my understanding of how I imagine that it works has some fundamental errors.

    Well if this is the case my description gives feedback on how the introductional presentation should be improved to create "the right picture" in the head of newcomers.

    best regards Stefan

     
  • Quantum Leaps

    Quantum Leaps - 2021-07-11

    Hi Stefan,
    Thank you for your interest in QP and the modern embedded systems programming.

    I realize that this is a deep subject and it is impossible to learn all this just by reading one blog post or by watching a 15 minute introductory video. So, please don't get discouraged if you don't grok it immediately--nobody would. But I promise you that the more you learn of this subject, the better software developer you'll become. You'll also change your entire approach to concurrent programming.

    So, here are some resources that you might find useful:


    I hope that all this will help you to learn at a deeper level. As you will watch the videos and read the resources, I hope that you'll recognize that many already implement your suggestions for teaching and explaining the stuff.

    --MMS

     

    Last edit: Quantum Leaps 2021-07-11
  • Stefan L38

    Stefan L38 - 2021-07-11

    Hi MMS,
    thank you for answering and providing links to learning material.
    apologies for shouting and repeating what my question is.

    Do I conclude right that an introductional tutorial like I have described above does not exist?

    I'm not discouraged. I have learned quite a lot new things about software-developping.
    The major experience from my former reading of other documentations is: the documentations are short and rather poor.

    So I took a look at the #0 Modern Embedded Systems Programming: Getting Started video.

    Are you kidding me? at 0:50 the video shows assembler.

    Now I'm really upset. I was asking for a very specific kind of tutorial.
    Posting a collection of all your material is not a good answer to my question:

    Not to be misunderstood: I know the basic principles of assembler. Back in 1987 I was coding assembler on a C64 (6502-µProzessor) and I did code some assembler for the 8-core real parallel processing parallax propeller-chip so I know the basics of assembler.

    This course is a "go through it all course". Watching all these videos would be a great waste of time because I know the basic principles.

    Well I'm interested in a demonstration how a rather simply functionality like described in my initial post is shown. Most preferred as a written tutorial or at least as a video tutorial.

    So if your video-material has a video showing how your

    QP.exe-software works together with the Arduino-IDE

    I would really appreciate it if you post a single direct link to this.

    Posting a collection of all your material is not a good answer to my question:

    Does your website or video-channel have a tutorial that is focused on
    showing how your

    Does your website or video-channel have a tutorial that is focused on

    a rather simple example like I have described above?

    showing how your QP.exe-software works together with the Arduino-IDE ??

    apologies for repeating and shouting what my question is. It is just to emphasise:
    post link to something specific or post a single "I'm sorry "

    regards Stefan

     

    Last edit: Stefan L38 2021-07-11

Log in to post a comment.