
Articles
Article are the best way to explore the topics covered on PLAY Embedded. You will find detailed texts, videos, explanatory images, schematics, code examples, ready to use projects and much more. Pick one and read, and if you like it don’t forget to Share the knowledge!
The simplest project ever with ChibiOS
In this example, we are going to see what is the simplest project you can create in ChibiOS. Following this demo, you will be able to continuously blink an LED with a simple single-thread application stripping down all the extra code. For this exercise, we are going to use the SDP-K1 and we are ...
Mastering multithreading with ChibiOS: a beginner’s guide
Demystifying C: Pointers
Demystifying C: Types
ChibiStudio Overview
Getting started with ChibiOS using the SDP-K1
Microcontrollers 101
In this article, we will provide an introduction to microcontrollers, which are small computers on a single integrated circuit that are specifically designed to control various devices or systems. We will explore the key differences between microcontrollers and traditional CPUs and discuss the ...
How to duplicate a project in ChibiStudio
The easiest way to start a new development in ChibiOS is to duplicate a previous project. So make sure to have an imported project in your Project Explorer before proceeding. This guide will demonstrate how to duplicate a project.
- Right click on the project and select Clean ...
How to build a project in ChibiStudio
A project in Eclipse is a collection of source files and metadata associated with a filesystem directory. Projects can be found in the Project Explorer. In this article, you will learn how to build a new project.
- Right click the project’s name and select Open or
- Double click the ...
How to export projects in ChibiStudio
This article is a step-by-step guide on how to export a working project from ChibiStudio.
The main goal is to zip and share a project with someone knowing that they will be able to use it on their own machine. This guide assumes you have a working project in your Project ...
How to import a project in ChibiStudio
This guide will show you how to import an existing project into ChibiStudio. For this you will need an existing project that is already ready to use. It is strongly recommended to keep projects together in a workspace folder inside C:\ChibiStudio.
- Select Import from File
- Choose ...