У нас вы можете посмотреть бесплатно What is micrOS? (theory - basics) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Basic functionality of all IoT devices to be able to control peripheries wirelessly. For example set RGB colors on a LED strip, also useful to handle physical buttons to turn LED on and off (triggers). With micrOS THE Main idea is to write a micropython project to separate the core IoT functionalities (communication, network handling, etc.) from the application (periphery) code, but make it plug-n-play to use. So you can rapidly use and develop new sensor and actuator libraries without the pain of handling custom communication interface for each. (Or integrate application code into existing communication interface. THE MAIN CHALLENGE is to construct a universal core system what can execute any function from a user referred python module (Load Module), over socket client and config value as well. Furthermore micrOS provides generic bash like shell to interact with the IoT node: execute module functions, access node configuration, access system monitoring and executes custom scripts. github: https://github.com/BxNxM/micrOS