RT-Thread RTOS Introduction

rt-thread

When you are working on the embedded system domain, you must hear the word RTOS. RTOS is nothing but, Real-Time Operating System. We have already created the basics tutorial to learn the concept of RTOS. You can find the tutorials below. You can read the above tutorials to get an idea about RTOS. There are … Read more

Setup Zephyr RTOS for ESP32 (Getting Started Zephyr RTOS) – Part 1

Setup Zephyr RTOS for ESP32

We wanted to explore the Zephyr RTOS using the ESP32 Nucleo board. We will be providing the Zephyr RTOS tutorials using this Zephyr RTOS – ESP32 Tutorial Series. This post will help you to setup Zephyr RTOS for ESP32 (Getting Started Zephyr RTOS) and we will run the basic Helloworld program. You can also read … Read more

Setup Zephyr RTOS for STM32 Nucleo (Getting Started Zephyr RTOS) – Part 1

Recently, we have received the STM32 Nucleo-144 board. We wanted to explore the Zephyr RTOS using the STM32 Nucleo board. We will be providing the Zephyr RTOS tutorials using this Zephyr RTOS Tutorial Series. This post will help you to setup Zephyr RTOS for STM32 Nucleo (Getting Started Zephyr RTOS) and we will run the basic Blinky … Read more

NuttX RTOS SPI Tutorial using ESP32 and SSD1306 OLED Display

NuttX SPI

Welcome to EmbeTronicX, Embedded Tutorials World. This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In this tutorial, we are going to … Read more

ADXL345 Interfacing with ESP32 (Single and Double Tap Detection) using NuttX RTOS

ESP32 ADXL345 Connection

Welcome to EmbeTronicX, Embedded Tutorials World. This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we saw how to read … Read more

NuttX RTOS I2C Example using ESP32 – ADXL345 Interfacing

ESP32 ADXL345 Interfacing using NuttX RTOS I2C

This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we saw how to use the GPIO. This is the NuttX … Read more

ESP32 GPIO example using NuttX RTOS (GPIO Interrupt)

ESP32 GPIO example using NuttX RTOS

This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we saw how to use the GPIO as output. This … Read more

ESP32 LED Blinky Example using NuttX RTOS(own app and driver)

ESP32 LED Blinky Example

This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we saw how to use the inbuilt code to … Read more

Blink LED on ESP32 using NuttX RTOS

Blink LED on ESP32 with NuttX RTOS

This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In this NuttX RTOS tutorial, we are going to Blink LED on … Read more

Setup NuttX RTOS with ESP32 Dev Board

This article is a series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In this NuttX RTOS tutorial, we are going to set up the NuttX RTOS with … Read more