Уровень 0 · материалов: 3
В кластер входят документы о техническом процессе создания приложений и настройки экосистемы для микроконтроллеров, но не входят общие статьи о теории электроники.
Общие признаки: программирование микроконтроллеров, настройка среды разработки, использование RTOS, аппаратное обеспечение
Группа выше: Программирование микроконтроллеров
Смысл: The text describes the initial phase of creating an educational course for students on embedded development. The author documents their process of relearning microcontrollers by building a demo application using STM32, C++, and FreeRTOS, focusing on architectural planning and basic peripheral drivers.
A technical guide on building an embedded application using STM32, C++, and FreeRTOS, emphasizing architectural design and the Active Object pattern.
Смысл: The text describes a developer's experience setting up a complete hardware and software ecosystem on Linux for programming STM32 microcontrollers, covering toolchains, USB communication, sensors, and motor control.
A technical guide on setting up an STM32 development environment on Linux and implementing various hardware modules including sensors, ADC, and motor drivers.
Смысл: The main idea is to demystify the development process for Flipper Zero by providing a practical, incremental path from environment setup to a functioning application, emphasizing the shift from simple microcontroller logic to RTOS-based application development.
A comprehensive technical tutorial on setting up the development environment and coding a basic counter application for the Flipper Zero using C and FreeRTOS.