Arduino's great, but how in the world do you do two (or more) things at once on separate intervals? You need protothreading!
How to blink multiple LEDs at different rates on Arduino-like boards using threads in just a few lines of code... the magic of Zerynth!
Using the ThreadHandler library to run 57 hard real-time threads on an Arduino Uno with only 2048 bytes of memory.
Easy to use interrupting thread handler. Does not relay on yield() or delay(ms) for switching and no pre-allocated stack needed.
This is a demonstration how a Netduino 3 board, four Adafruit Motor Shields, and nanoFramework can control 16 fischertechnik motors at once.
Here is a guest project, where I take you through a Wokwi embedded systems Simulator project - an example of controlling 5 Servo motors
Free and easy-to-use Real-Time Multi-Tasking extension for Arduino IDE based on ERIKA Real-Time Operating System
See how easy it is to use multithreading in.NET nanoFramework using the C# API. Out of the box. Debugging? Fully supported in Visual Studio
A simple rover for line following made exploiting the ARTe Arduino REal-Time eXtension.
In this tutorial, we'll see multithreading on microcontrollers in Python on Zerynth.
Simple library to exchange data between the 2 cores of a Raspberry Pi Pico under Arduino IDE framework using semaphores.
Task allocation problem at multi-agent system navigation have to solved with Hungarian Algorithm.