У нас вы можете посмотреть бесплатно Zephyr and Nordic nRF Connect SDK - 03 Reading a sensor over I²C and a driver (MCP9808) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
nRF Connect SDK is the new SDK from Nordic Semiconductor and replaces the old nRF5 SDK. It is based on the Zephyr real-time operating system. Zephyr supports multithreading. The hardware is configured via a device tree and components are activated or deactivated via a configuration file. Internal and external resources such as I²C-bus or sensors can be controlled via drivers. The nRF connect SDK supports the network technologies OpenThread, ZigBee, BLE and Matter. Visual Studio Code can be used as a development environment. In this video we read out the temperature from a Microchip MCP9808 I²C-temperature sensor with Zephyr. We will do this on two ways. First we send direct I²C commands and second we using the devicetree and a sensor driver. You can support me at Patreon: / wsnandiot ##Hardware########### Developer board nRF52840-dk: https://www.nordicsemi.com/Products/D... MCP9808 High Accuracy I2C Temperature Sensor Breakout Board https://www.adafruit.com/product/1782 00:00 Introduction 00:33 I²C start and stop condition 01:13 I²C data communication 01:25 I²C read and write command 04:32 Adafruit 1782 MCP9808 breakout board 05:17 Wiring MCP9808 with the Developer board nRF52840-dk 06:25 Creating new project 07:43 I²C configuration in the device tree 08:35 Activating I²C in the project file prj.conf 09:42 Preparing the source code for I²C programming 10:20 Defining makros and declare I²C device 13:01 Function for calculating temperature 13:50 Programming the I²C logic 16:46 Build, flash and test the application 17:32 Setting parameter in prj.conf for using driver 18:32 Adding MCP9808 hardware in the device tree 19:28 Programming the MSP9808 using the driver 23:01 Drivers for other sensors 23:43 Outro