Category: Embedded Systems

  • Clearing up TaskTurner questions

    Originally published May 8, 2017 Republished June 20, 2024 Last of this series The code on GitHub Post 1 Role your own Operating System, Post 2, TaskTurner First Code, Post 3, The Basic Code is Working, Post 4, Building Tasks, Post 5, Lowering System Power and Timers. Inter Process Communications I was going to write all about it. Then Collin Walls posted a…

  • Lowering the system power, and some thoughts on time.

    Let’s think about the simple system with only one set of tasks. How long does it take to execute all the tasks in the list?

  • Building tasks in the TaskTurner

    What is a task? How big should a task be? How long should a task take?

  • Task Turner part 2, the Basic Code is Working

    Here is the TaskTurner source code, we will discuss it in the post.

  • Free C coding standard

    The Barr Group has released their Embedded C Coding Standard. For the low cost of an email address, you can get it for free, yes FREE!

  • How I chose an RTOS, and you should do the same

    Originally published May 24, 2017 Edited and reformatted to publish with a new WP Host, May 27, 2024. Email Header: To: DEV_GROUP_FIRMWARE, DEV_GROUP_SOFTWARE From: Doug@yourco.com Subject: Choosing an RTOS All, I need to clear the air about the RTOS we chose in yesterday’s group meeting. In a few paragraphs, you will understand the reasoning behind the…

  • TaskTurner first code

    Originally published April 27, 2017 dougwihau on this blog. Revised and republished on a new host, May 21, 2024. The first code https://github.com/EmbeddedApprentice/TaskTurner Given there is not a whole lot going on here, but let me point out a few things worth noticing. Still, a lot to do This is very basic. You get the idea…

  • Roll your own operating system

    No Operating System? There is always something.

  • Learning things that last

    Originally published on this blog April 21, 2017 dougwithau. Republished and formatting changed with new WP Host, EasyWP. Doug G Udemy is doing sales and promotions this week celebrating “2,000,000 learners” for their online courses. I am one of them and have actually finished one of my five courses. How much do you want to bet…

  • The Value of Experience

    I am currently looking for a new job. There are a few skill assesments around. From the Embedded.fm Slack group I found the Embedded Skill tree. The original source if you want to fill it in for yourself is here. I guess I need to finally read the Bluetooth book. After completing the above, I…