ESP32 や STM32 を使って IoT 開発をしていると、 必ず出てくる単語があります。 実際に「何ができるの?」「何が嬉しいの?」は分かりづらい。 この記事では IoT開発者視点で FreeRTOS を“実務レベルで理解できる”ように解説します。 です。 PC の OS ほど巨大 ...
There is still room for more advanced topics related to operating systems and various scheduled operations such as atomic operations, multi core systems etc. The hardware involved for testing and ...
ESP-IDFのQEMUとgdbの実運用を想定して、いろいろ試してみる話。 以下のソースコードを使って、gdbの挙動をいろいろ検証してみる。タスクを1つ作っている。 #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_log.h" #include "sdkconfig ...
freertos-learn/ ├── include/ # Header files │ └── README ├── lib/ # Library source files │ ├── ds3231/ # DS3231 RTC driver │ │ ├── ds3231.c │ │ └── ds3231.h │ └── vk16k33c/ # VK16K33C display driver │ ...
書籍 『IoT開発スタートブック─ESP32でクラウドにつなげる電子工作をはじめよう!』 刊行にあわせて著者の下島健彦氏にマイコン 「ESP32」 を使ったIoTデバイスの開発について寄稿いただきました。 近年注目されてるIoTについて、 みずからデバイスを開発し ...
Abstract: This research proposes the design and implementation of an Internet of Things (IoT)-based intelligent indoor plant health monitoring system using FreeRTOS on an ESP32 microcontroller with Wi ...