Multi Source Translation Content

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multi Source Translation Content

讨论

排序依据:
MCX W23 Knowledge Hub The MCX W23 is a family of devices. All devices are Arm Cortex®-M33 based wireless microcontrollers for embedded applications supporting Bluetooth Low Energy 5.3. It can be used to develop IoT solutions. MCX W23xA supports LV_SM mode. MCX W23xB supports HV_SM and XR_SM mode. Building on NXP's strong history of providing industrial edge solutions, the MCX W series offers a wide operating temperature range from -40 °C to 125 °C. The Arm Cortex-M33 provides a security foundation, offering isolation to protect valuable IP and data with Trust Zone technology. It simplifies the design and software development of digital signal control systems with the integrated digital signal processing (DSP) instructions. To support security requirements, the MCX W23 also offers support for SHA-1, SHA2-256, AES, RSA, ECC, UUID, dynamic encryption, and decryption of the flash data using a PRINCE engine, debug authentication, and TBSA-M compliance. neidys_vargas_1-1760378278216.png   Documents Reference Manual Fact sheet Data Sheet Errata for MCX W23xUIK MCX W23 Hardware Design Guide Secure Reference manual** European Union Declaration of Conformity for FRDM-MCXW23 FRDM-MCXW23 Board User Manual Bluetooth Specifications The MCX W23 is compatible with the Bluetooth Low Energy 5.3 specification: – Bluetooth Low Energy 5.3 controller subsystem (QDID 200592) – Bluetooth Low Energy 5.3 host subsystem (QDID 226395) – Includes a 48-bit unique Bluetooth device address – Up to 4 simultaneous connections supported The MCX W23 supports the following Bluetooth Low Energy features: – Device privacy and network privacy modes (version 5.0) – Advertising extension PDUs (version 5.0) – Anonymous device address type (version 5.0) – Up to 2 Mbps data rate (version 5.0) – Long range (version 5.0) – High-duty cycle, Non connectable advertising (version 5.0) – Channel selection algorithm #2 (version 5.0) – High output power (version 5.0) – Advertising channel index (version 5.1) – Periodic advertising sync transfer (PAST) (version 5.1) – Supports LE power control feature (version 5.2) RF antenna: 50 Ω single-ended RF receiver characteristics: – Sensitivity −94 dBm in Bluetooth Low Energy 2 Mbps – Sensitivity −97 dBm in Bluetooth Low Energy 1 Mbps – Sensitivity −100 dBm in Bluetooth Low Energy 500 kbps – Sensitivity −102 dBm in Bluetooth Low Energy 125 kbps – Accurate RSSI measurement with ±3 dB accuracy Flexible RF transmitter level configurability: – TX mode 1 (TXM1): Range from −31 dBm to +2 dBm when VDD_RF exceeds 1.1 V – TX mode 2 (TXM2): Range from −28 dBm to +6 dBm when VDD_RF exceeds 1.7   Bluetooth_5.0_Feature_Overview Bluetooth_5.1_Feature_Overview  Bluetooth_5.2_Feature_Overview Bluetooth_5.3_Feature_Overview   Training MCX W Series Training - NXP Community   Equipment Wireless Equipment: This article provides the links to the Equipment that helps to the project development    Application Notes Power Management: AN14660: Power Management for MCX W23: This App Note provides information about the power manager software component. The application uses this component and the operating system to achieve optimal low-power states, based on the requirements of the application. RF: AN14575: MCX W23 Health Care IoT Peripheral Software Architecture: This App Note provides an overview of the software architecture for the MCX W23 Health care IoT Peripheral application. Designed as a model implementation, this application showcases the key features of the MCX W23 platform and serves as a foundation for developing product-quality applications. AN14659: MCX W23 Bluetooth Low Energy Power Consumption Analysis: This App Note describes the power consumption of the MCX W23 Bluetooth Low Energy (LE) device and the procedure to measure the current consumption using the MCXW23_EVK_BB and MCXW236B_RDM boards. AN2731: Compact Planar Antennas for 2.4 GHz Communication: This App Note is not an exhaustive inquiry into antenna design. It is instead focused on helping the customers understand enough board layout and antenna basics to select a correct antenna type for their application, as well as avoiding typical layout mistakes that cause performance issues that lead to delays Security: AN14657: Getting Started with Secure Boot on MCX W23: This application note covers the design of the bootloader ROM code that NXP has developed on the MCX W23, and how to use all its features. Useful Links Bluetooth LE FSCI Host Application running on FRDM-MCXN947 and MCXW23B-Click Board: The Bluetooth LE FSCI Host application demonstrates a host-side implementation for the Health Thermometer use case. It is designed to work alongside the FSCI Blackbox application, which runs on platforms such as the MCXW236 Click Board, FRDM-MCXW236, or other compatible Bluetooth LE wireless MCUs. Transmitter Maximum Output Power Override Application Note Kinetis (../45/47/43;MCX W71/72/70) & MCX W23 Power Profile Tools (including Localization):  This page is dedicated to the Kinetis (KW35/KW38/KW45/KW47/KW43) and MCX W7x (MCX W71/W72/W70) Power Profile Tools. It will help you to estimate the power consumption in your application (Automotive or IIoT) and evaluate the battery lifetime of your solution. Development Tools  VSCode: MCUXpresso for Visual Studio Code (VS Code) provides an optimized embedded developer experience for code editing and development. Zephyr RTOs  NXP Application Code Hub: Application Code Hub (ACH) repository enables engineers to easily find microcontroller software examples, code snippets, application software packs and demos developed by our in-house experts. This space provides a quick, easy and consistent way to find microcontroller applications. NXP SPSDK: Is a unified, reliable, and easy to use Python SDK library working across the NXP MCU portfolio providing a strong foundation from quick customer prototyping up to production deployment. NXP SEC Tool: The MCUXpresso Secure Provisioning Tool us a GUI-based application provided to simplify generation and provisioning of bootable executables on NCP MCU devices. NXP OTAP Tool: Is an application that helps the user to perform an over the air firmware update of an NXP development board. FRDM-RW612
查看全文
Compile MCU's firmware by yourself Our debug firmware is generally downloaded from the official website of nxp. nxp.com/opensda. But sometimes we want to modify the source code of bootloader and firmware according to our own requirements. So we introduce the open source project daplink. Arm Mbed DAPLink is an open source software project that can program and debug application software running on the Arm Cortex CPU. DAPLink is usually called interface firmware, and it runs on the auxiliary MCU connected to the SWD or JTAG port of the application MCU. It provides k20 bootloader and interface firmware and k26 bootloader and interface firmware. Many frdm boards use k20 as a debugger, and a few boards use k26 as a debugger. board:FRDM-K64 OS:WIN10   steps: 1.Install git, python2.7.11 or above, add these two software to the computer system environment variables (required), it is best to add the scripts folder under python to the environment variables, and install keil.  DAPlink currently only supports IDE keil. 2.Use python to install pip, you can search for tutorials online 3.Install virtualenv, use powershell (hold down shift and click the right mouse button), Input ‘pip install virtualenv’ 4.After that, the commands are all completed under powershell. Get the source code. Input ‘git clone https://github.com/mbedmicro/DAPLink’ Note: You must use git to download the code, or you will fail at compiling the code. It Will generate a DAPLink folder in your current directory 5.Enter the directory. Input ‘cd DAPLink’, The docs/DEVELOPERS-GUIDE.md under this folder is more detailed how to use this DAPLink 6.Create a virtual environment,Input ’virtualenv venv’ 7.Input ‘venv/Scripts/activate.bat’ to active the virtual environment 8.Install necessary tools,’pip install -r requirements.txt’ 9.Generate keil project, input ‘progen generate -t uvision’ It will generate projectfiles/uvision, enter the folder and you will find various bootloader and firmware. The name with ‘bl’ is the bootloader, and the name with ‘if’ is the interface firmware, which is to be dragged into the mcu. Open the first project about k20. After compilation, a bin file will be generated. The bin file with crc is what we want to burn or drag. For the name ‘if’ is the same. The git command will be called during compilation. If you do not add this command to the environment variable, the compilation will fail. This is the bootloader source code Bin file This is interface firmware. The generated bin file with ‘0x’ is firmware address. Generally, the default firmware address of the DAPLink bootloader is 0x8000. As you can see from the above figure, this macro defines DAPLINK_ROM_IF_START, so the file we want to drag is the file with the name ‘0x8000’. If the firmware start address is modified in the bootloader, the interface firmware should also be modified accordingly Burn the bootloader into k20, then drag the interface firmware into k20 to see this result.  
查看全文
AMF-DES-T2352 - 使用适用于 i.MX 应用处理器的全新“引脚工具” <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Pins Tool 使得引脚的配置、复用和布线变得非常容易和快捷。它提供冲突的实时反馈,并提供具有多种视图的直观图形界面。该工具生成可直接集成到 C/C++ 应用程序中的设备树和源文件。本次培训将提供使用 i.MX 应用处理器开始新项目的解释和演示。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Pins Tool 使得引脚的配置、复用和布线变得非常容易和快捷。它提供冲突的实时反馈,并提供具有多种视图的直观图形界面。该工具生成可直接集成到 C/C++ 应用程序中的设备树和源文件。本次培训将提供使用 i.MX 应用处理器开始新项目的解释和演示。
查看全文
MPC8541イーサネット(eTSEC)固有のFAQ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> MPC8541イーサネット入力クロックが実際には2クロック(eTSECごとに1つ、名前はTSECn_GTX_CLK125/GPIOm)であることを確認していただけますか?MPC8541 ballmap スプレッドシートには gtx_clk125 ピン (8536 など) が 1 つしか表示されませんが、現在のデータシート (リビジョン E) には 2 つあることが示されています。 ボールマップには、ピンの主要な機能のみが表示されます。デフォルトでは、両方のeTSECは同じクロック、つまりTSEC1_GTX_CLK125 @Y29を共有します。必要に応じて、ユーザーはeTSEC2に別のクロックを使用することを選択できます。eTSEC2 の個別のクロックは TSEC_1588_TRIG_IN1@AH27 で多重化され、PMUXCR[6:7] を使用して構成できます。 イーサネット
查看全文
HDMI 加密狗 JB4.2.2_1.1.0-GA 补丁发布以修复 Wifi 问题 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 此补丁修复了 HDMI 加密狗 JB4.2.2_1.1.0-GA 中的问题发布 wifi((STA+P2P)/AP) 无法正常启用。 在Android源代码的根目录中,使用以下命令应用补丁: $ git 应用hdmi_dongle_wifi_jb4.2.2_1.1.0.patch 回复:HDMI 加密狗 JB4.2.2_1.1.0-GA 补丁发布以修复 Wifi 问题 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 此补丁在jb4.2.2_1.1.0-ga上失败最新的源代码。有很多文件丢失,有什么解决方法吗?我按照上述说明进行操作。hdmi_dongle_wifi 补丁均不起作用。
查看全文
Kinetis L MCU Challenge México 2013 CONVOCATORIA Freescale Semiconductor, Inc. Convoca al primer concurso de proyectos “Kinetis L MCU Challenge México” “Kinetis L MCU Challenge México” es una competencia de proyectos tecnológicos basado en la herramienta de desarrollo Kinetis Freedom en la cual el participante construye una aplicación alineada a una de las futuras tres tendencias Salud y Seguridad, Efecto Net o Going Green. Los proyectos finalistas serán presentados durante la final del Freescale Cup 2013 el día 7 de Diciembre, a las 9:00hrs en el Centro de Congresos del Tecnológico de Monterrey Campus Guadalajara.  Si resultas ganador, viajarás con todos los gastos pagados al Freescale Technology Forum (FTF) en Dallas, Texas. ¿Cómo puedo participar? Regístrate en Kinetis Challenge antes del 15 de Noviembre de 2013 Crea una aplicación utilizando la herramienta de desarrollo Freedom (en caso de no contar con ella, puedes adquirirla a través de Element 14 (entrega al siguiente día laborable), Mouser (entrega en 4 semanas), o Digikey (entrega de 3 a 5 días hábiles) . Tienes hasta el 15 de Noviembre para subir la información de tu aplicación a la comunidad de Freescale (es necesario hacer log in con tu cuenta en www.freescale.com😞 Nombre de la aplicación 1 párrafo descriptivo de la aplicación Un video descriptivo de hasta 2 minutos El código fuente en formato .zip Subir el proyecto como documento en la sección de Kinetis Microcontrollers en el siguiente formato:  https://community.freescale.com/docs/DOC-94067 El proyecto deberá contener el tag: "Kinetis L MCU Challenge México" para ser identificado como proyecto participante del concurso. Freescale seleccionará 10 proyectos finalistas basándose en los criterios descritos en la convocatoria. Éstos se presentarán en el evento Freescale Cup 2013 el próximo 7 de Diciembre de 2013. Para conocer a los finalistas ingresa aquí. El proyecto ganador, será elegido durante el evento Freescale Cup 2013 por los asistentes al evento, a través de la comunidad Freescale y redes sociales, basándose en los criterios descritos en la convocatoria. El anuncio del proyecto ganador y la entrega de certificados será el  día del evento. La elección del ganador está en tus manos, sigue las instrucciones aquí. ¡Descubre quién es el ganador aquí! Links de interés: Acerca de Otros Recursos Registro Freedom Development Platform Ejemplos de proyectos con Kinetis www.electronicosonline.net/kinetischallenge FRDM-KL25Z Compra de FRDM-KL25Z en Element14 Kinetis L Microcontrollers Compra de FRDM-KL25Z en Mouser Freescale Cup 2013 Compra de FRDM-KL25Z en Digikey FTF Americas 2014 Cómo subir tu proyecto
查看全文
NXP Model-Based Design Toolbox for LAX v1.2.0 - Product Release Announcement Product Release Announcement Automotive Embedded Systems NXP Model-Based Design Toolbox for LAX – version 1.2.0 RTM paulvlase_7-1715174465762.png The Automotive Embedded Systems, Model-Based Design Tools Team at NXP Semiconductors, is pleased to announce the release of the Model-Based Design Toolbox for LAX version 1.2.0 RTM. This release supports automatic code generation for ARM Cortex-A53 and NXP LAX Accelerator cores from MATLAB for NXP S32R45 Automotive Microprocessors. This release adds support for RSDK 1.2.0, improves to code generation and Radar processing demo, and adds support for new trigonometric LAX kernels. The product comes with 60 examples, covering the supported RSDK LAX Kernels by MATLAB API and demonstrating the programming of the LAX accelerator from MATLAB environment. Target audience: This product is part of the Automotive SW – Model-Based Design Toolbox.   FlexNet Location: https://nxp.flexnetoperations.com/control/frse/download?element=3983168   Technical Support: NXP Model-Based Design Toolbox for LAX issues will be tracked through the NXP Model-Based Design Tools Community space. https://community.nxp.com/community/mbdt   Release Content: Automatic C code generation from MATLAB® for NXP S32R45: ARM Cortex-A53 NXP LAX Accelerator Support Linux application build and run NXP Auto Linux BSP 37.0 for S32R45 Includes MATLAB API for additional RSDK LAX Kernels highly optimized for LAX accelerator add, sub, mul, div, times, cT, inv abs, abs2, sqrtAbs ¸conj, norm, norm2 diag, eye, zeros, ones, find, sort cospi, sinpi, tanpi, cispi, sincpi acospi, asinpi, atanpi, atan2pi Improved code generation and reduced memory usage Support for Radar SDK version 1.2.0 Support for MATLAB versions: R2021a R2021b R2022a R2022b R2023a R2023b R2024a More than 60 examples showcasing the supported functionalities: Cholesky Gauss-Newton Eigen (new) Kalman Filter Linear Regression Navier-Stokes QR Factorization (updated) MUSIC DoA (updated) Radar processing demo (updated) Range FFT, Doppler FFT, and Non-Coherent Combining offloaded to NXP SPT accelerator MUSIC DoA offloaded to NXP LAX accelerator paulvlase_4-1715173953567.png For more details, features, and how to use the new functionalities, please refer to the Release Notes and Quick Start Guides documents attached. MATLAB® Integration: The NXP Model-Based Design Toolbox extends the MATLAB® experience by allowing customers to evaluate and use NXP LAX Accelerator from NXP’s S32R45 MPU and evaluation board solutions out-of-the-box. NXP Model-Based Design Toolbox for LAX version 1.2.0 is fully integrated with MATLAB® environment. paulvlase_5-1715173953597.png   Target Audience: This release (1.2.0 RTM) is intended for technology demonstration, evaluation purposes, and prototyping on NXP S32R45 MCUs and Evaluation Boards.   Useful Resources: Examples, Trainings, and Support: https://community.nxp.com/community/mbdt paulvlase_6-1715173953613.png
查看全文
Example S32K144 CMP Windowed Mode use PDB S32DS3.4 RTM4.0.3 *************************************************************************************************************** Detailed Description: Example shows implementation of Analog Comparator ‘45.7.5 Windowed mode (#s 5A & 5B)’ of S32K1XXRM using S32 SDK API. The Comparator is configured to compare analog input 0(AIN0) with half the reference voltage generated with the internal DAC. PDB is used to generate pulse output which is used as sampling windows of CMP block via TRGMUX. PDB period is 5ms, the first 2.5ms WINDOW=1 and the next 2.5ms WINDOW=0. Pdb0PulseOut not only be TRGMUX to Cmp0Sample but also to TrgmuxOut0, so that we are able to observe WINDOW at TRGMUX_OUT0(PTA1) pin. Based on the input from CMP0_IN0 (1kHz external triangle wave) the LEDs light by the following rules: 1) Vin < DAC voltage : RED on, GREEN off 2) Vin > DAC voltage : RED off, GREEN on 3) Unknown state : RED on, GREEN on EVB connection: Signal Function pin S32K144EVB-Q100 WINDOW TRGMUX_OUT0 PTA1 J5.5 2.5ms WINDOW=1 and 2.5ms WINDOW=0 Plus input CMP0_IN0 PTA0 J5.7 Need to connect external 1khz triangle wave COUTA CMP0_OUT PTE3 J1.16 square wave PTC1 PTC1 J5.13 If there is no external triangle wave, a square wave(PTC1) is generated and output to CMP0 (PTA1) * * ------------------------------------------------------------------------------------------------------------------------ * Test HW: S32K144EVB-Q100 * MCU: S32K144UAVLL 0N47T * Target: Debug_FLASH * Compiler: S32DS3.4 * SDK release: S32SDK_S32K1XX_RTM_4.0.3 * Debugger: PEMicro OpenSDA * ------------------------------------------------------------------------------------------------------------------------ Revision History: Ver   Date              Author            Description of Changes 1.0   Nov-9-2023   Robin Shen    Initial version, based on cmp_dac_s32k144 and pdb_periodic_interrupt_s32k144 ***************************************************************************************************************
查看全文
传感器工具箱 GUI 安装程序 Rev.4.2.0.8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 这是传感器工具箱 GUI 修订版 4.2.0.8 的安装程序文件 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 这是传感器工具箱 GUI 修订版 4.2.0.8 的安装程序文件 加速度传感器 压力传感器 触摸传感器
查看全文
视频教程:使用 FRDM-KL25Z 创建和调试项目 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> KDS V1.0.1(测试版)带有 FRDM-KL25Z 板,其中已加载 P&E OpenSDA 作为固件。 显示的步骤包括创建项目、创建连接和设备的调试配置,然后进行调试。 (在 “我的视频” 中查看) 概述
查看全文
Activating multiple Tags using NFC Reader Library Hello NFC enthusiasts,   In the NFC communication protocol, when a device acts as a NFC reader (it provides its own field), it is waiting for a tag to approach. When this occurs, the reader energizes the tag and depending on the application, it can read from or write to a tag.   When multiple tags are in the field, the power decreases according to the number of tags being energized, for which the tag operations will not work properly. For this, there is a process called anti-collision, in which the reader decides, from the detected tags, one to work with.   The purpose of this document is to demonstrate the activation of each tag at a given index.   This demonstration is going to be made with two NTAG 216.     This demonstration is based on NXP NFC Reader Library v05.02.00, NfcrdlibEx3_NFCForum project for PNEV7462B, in which some modifications are going to be made in order to carry this out. These tags are compliant with NFC Forum Type 2 Tag and ISO/IEC14443 Type A specifications.    In phacDiscLoop.h modify the max number of cards supported (two cards for this demonstration):   #define PHAC_DISCLOOP_CFG_MAX_CARDS_SUPPORTED 0x02U      In NfcrdlibEx3_NFCForum.c add the following code in LoadDiscoveryConfiguration():   static phStatus_t LoadDiscoveryConfiguration() { ... /*Passive max typea devices*/ status = phacDiscLoop_SetConfig(pDiscLoop, PHAC_DISCLOOP_CONFIG_TYPEA_DEVICE_LIMIT, 2); CHECK_STATUS(status); }   A fix to the SW stack has to be made (Fix will be implemented in the next release): open "phacDiscLoop_Sw_Int_A.c", line 511, change if statement as below.     if((pDataParams->sTypeATargetInfo.bTotalTagsFound > 1) && ((bTypeATagIdx) < pDataParams->sTypeATargetInfo.bTotalTagsFound))     Until now, the reader is able to detect a maximum of two tags and work with up to two type A devices.   The activation of a tag at a given index is possible to the phacDiscLoop_ActivateCard() function.   Once this function is called, it will receive the discovery loop data parameters, the type of tag and the index of a tag to be activated.   The code will be added after knowing that multiple tags are detected and resolved in the NfcrdlibEx3_NFCForum.c file.   else if((status & PH_ERR_MASK) == PHAC_DISCLOOP_MULTI_DEVICES_RESOLVED) { /* * Multiple cards resolved. It enters here if DEVICE LIMIT > 1 and more than one devices are * detected and resolved. */ DEBUG_PRINTF (" \n Multiple cards resolved: \n"); /* Get detected technology type */ status = phacDiscLoop_GetConfig(pDiscLoop, PHAC_DISCLOOP_CONFIG_TECH_DETECTED, &wTagsDetected); CHECK_STATUS(status); /* Get number of tags detected */ status = phacDiscLoop_GetConfig(pDiscLoop, PHAC_DISCLOOP_CONFIG_NR_TAGS_FOUND, &wNumberOfTags); CHECK_STATUS(status); DEBUG_PRINTF ("\tNumber of tags: %d \n",wNumberOfTags); /* Code */ ... } Note: The code to be inserted in the comment /* Code */ is below in the Code section of this document.   The demonstration will be as simple as activating one tag, read its NDEF message, activate the second tag and read its NDEF message as well so that we make sure the activation process is performed correctly.   Each tag was previously written with a text NDEF message respectively.   Tag 1: Text: Hallo! Language: de   Tag 2: Text: ¡Hola! Language: es   Writing to a tag can be done by making use of our TagWriter app available in the play store: NFC TagWriter by NXP - Aplicaciones de Android en Google Play    Code section:   uint8_t bTagState1; /* Tag 1 */ /* Activate tag at index 0 */ status = phacDiscLoop_ActivateCard(pDataParams, PHAC_DISCLOOP_TECH_TYPE_A, 0x00); /* Check for NDEF presence */ status = phalTop_CheckNdef(palTop, &bTagState1); /* Read NDEF message */ status = ReadNdefMessage(PHAL_TOP_TAG_TYPE_T2T_TAG); DEBUG_ERROR_PRINT(status); /* Tag 2 */ /* Activate tag at index 1 */ status = phacDiscLoop_ActivateCard(pDataParams, PHAC_DISCLOOP_TECH_TYPE_A, 0x01); /* Check for NDEF presence */ status = phalTop_CheckNdef(palTop, &bTagState1); /* Read NDEF message */ status = ReadNdefMessage(PHAL_TOP_TAG_TYPE_T2T_TAG); DEBUG_ERROR_PRINT(status);   Behavior shown in the console monitor:   NFC Forum Example:       This implementation demonstrated the activation of two type A tags at a given index. I hope this is of great help!   Best regards, Ivan. Original Attachment has been moved to: Project-files.zip
查看全文
OpenCV 3.1 支持 mx6q 板 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> OpenCV(开源计算机视觉库)是在 BSD 许可下发布的,因此对于学术和商业用途都是免费的。它具有 C++、C、Python 和 Java 接口,并支持 Windows、Linux、Mac OS、iOS 和 Android。OpenCV 的设计注重计算效率,并重点关注实时应用。该库采用优化的 C/C++ 编写,可以利用多核处理的优势。通过 OpenCL 的支持,它可以利用底层异构计算平台的硬件加速 在当前的bsp中,支持opencv 2.4,但是有些客户想要使用opencv 3.1,那么可以使用morty yocto bsp来安装opencv。 步骤1: 有关如何在 ubuntu 上安装软件包以及如何构建环境,请参阅 bsp 用户指南,有关如何构建分支 morty,请尝试使用以下命令: 机器=imx6qsabresd源fsl-setup-release.sh-b build_qt5-e fb 第 2 步: 关于如何启用 opencv,请在 local.conf 中添加以下命令,路径为 fsl-release-bsp/build/conf, "CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev" CORE_IMAGE_EXTRA_INSTALL += “opencv-应用程序 opencv-dev python-opencv python-模块”” 然后通过 bitbake 再次构建。 然后您可以在 fsl-release-bsp/build/tmp/deploy/images/im6qsabresd/ 中找到该图像,提取 rootfs 文件时可以找到 opencv 库 步骤3: 然后您可以使用 dd 命令或 mfgtool 将图像文件下载到板上并使用 opencv 库文件。 其他用法: 可以安装 populate_sdk 来构建源代码,对于 opencv 3.1,也许你会发现一些需要修复的 g++ 问题,所以只需简单介绍一下 使用命令:bitbake -c populate_sdk fsl-image-gui(例如) 然后您可以在fsl-release-bsp/build_x11/tmp/deploy/sdk中找到sdk安装文件,运行安装文件,在/opt/poky中设置安装文件,安装成功后您可以在/opt/poky中找到工具链。
查看全文
Program the firmware to PNEV5180B board When the PNEV5180B cannot work with the Cockpit, you can re-program the firmware to the board. Below are the steps show you how to program the firmware to the board again. 1. If you don't have the MCUXpresso, please download the MCUXpresso from the NXP web first. MCUXpresso Software and Tools for ARM® Cortex®-M cores|NXP  2. Install the MCUXpresso IDE v10.0.0 to your PC. 3. Configure PNEV5180 board to use external power supply J101, and then power up the board. There is 10-pin ARM Cortex header on the PNEV5180B , connect  LPC-Link2 debug probe to it (J7) by using flat cable and also connect debug probe to the PC host over USB mini cable - both jumper on debug probe are open (JP1 and JP2). 4. Start MCUXpresso IDE and import any LPC1769 project from filesystem. For example: SW3522.zip. This is important to give programmer right definitions. SW3522 can be downloaded from here : NFC Reader Library v4.040.05.011646 R1 for PNEV5180B including all software examples  5. After import the SW3522, you can try to build the example and run the example on your board. e.g. NfcrdlibEx1_BasicDiscoveryLoop. Click LinkServer GUI Flash programmer icon on the main menu. When started programmer tool will check if LPC-Link2 debug probe is attached. 6. Browse to the C:\nxp\NxpNfcCockpit_v4.0.0.0\firmware\Secondary_PN5180\BootLoader_And_Nfcrdlib_SimplifiedAPI_EMVCo_Secondary.bin. Set the Base address to 0x0. 7. Flash Write Done. 8. After this, reset the board and to start NFCCockpit v4.0.0.0. The board will be recognized. P.S. The board is connected to PC via VCOM. If there is any driver issue, please try to re-install the VCOM driver and restart the PC. The VCOM driver can be found in the C:\nxp\NxpNfcCockpit_v4.0.0.0\VCOM. Re: Program the firmware to PNEV5180B board Your content helped me a lot to take my doubts, thank you very much...  9apps
查看全文
Ment_Milestone_4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 我们翻唱了深紫乐队的《水上烟雾》。 (在 “我的视频” 中查看) 2017 年 Linux 嵌入式挑战赛 回复:Ment_Milestone_4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 超级皮重!
查看全文
尤达里程碑2 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 大家好, 在此视频中,我们展示了为第二个里程碑实现的几个新功能。 尤达可以控制你的电器。在这个演示中,我们连接了两个由助手控制的 LED:打开和关闭,使它们变暗或变亮。每个 LED 都可以单独控制或作为一个组进行控制,并且易于设置:连接一个 LED 并指定您使用的引脚。在这个例子中,我们使用 PWM 引脚进行细粒度控制。 尤达可以利用传感器提供的信息。目前,它通过 I2C 接口与 LM75A 温度传感器通信。 Yoda 可以充当音乐播放器。您可以告诉您的助手播放音乐、跳过一首歌曲、调高音乐音量以及管理您的播放列表。 有关实施、安装说明和其他规格的更多详细信息,请查看我们的 Git 存储库。 感谢观看, 尤达团队 (在 “我的视频” 中查看)
查看全文
NFCリーダーライブラリの i.MX RT1050への移植 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> このドキュメントでは、i.MX RT1050でCLRC663プラスを使用する方法をステップバイステップで説明します。このためには、NFCリーダーライブラリを i.MX RT1050に移植する必要があります。 このドキュメントには、次の 2 つの zip ファイルが添付されています。 1. 「NFCReaderLibrary_IMXRT1050_Portingガイド+DAL_IMXRT1050_BLE-NFC-V2.zip」 : このフォルダは、i.MX RT1050 で BLE-NFC-v2 ボードを使用したい方のために事前設定されています。 2.「NFCReaderLibrary_IMXRT1050_Portingガイド+DAL_IMXRT1050_CLEV6630B.zip」:このフォルダは、i.MX RT1050でCLEV6630Bボードを使用したい人のために事前に設定されています。 i.MX RT1050 と CLRC663 Plus ファミリーの使用方法を説明するビデオは、この リンク をクリックすると視聴できます (i.MX RT 1050 と CLRC663 Plus ファミリーの使用|NXP)も同様です。 接触型スマートカードリーダーIC NFCフロントエンド・ソリューション NFCリーダー・ライブラリ 日時:NFCリーダーライブラリの i.MX RT1050への移植 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 非常に良いです、私はちょうどCAS1(ミラノのNXPの前提)でこのNFCアーキテクチャを再現しようと試みるために両方の添付ファイルをダウンロードしました。詳細については、アリカーンにお問い合わせください。乾杯ロドルフォ +39 3498219382 日時:NFCリーダーライブラリの i.MX RT1050への移植 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> とても親切で親切です...教えて頂きありがとうございました。 モブドロ
查看全文
安全 SBC 被选为汽车应用 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 更多信息,请参见: https://www.nxp.com/docs/en/brochure/SBCAUTOBRA4.pdf 功能安全SBC|恩智浦 本文档由以下讨论生成:汽车安全 SBC 的选择 功能安全 电源解决方案
查看全文
保护我的连接设备 - 威胁在哪里以及恩智浦为您提供哪些解决方案? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 本次会议将首先向客户分析其产品面临的各种威胁,包括黑客攻击、知识产权盗窃和信息安全。重点首先在于让客户了解问题,然后确定安全规划层级,最后介绍如何通过多种产品的解决方案帮助客户保护自己。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 本次会议将首先向客户分析其产品面临的各种威胁,包括黑客攻击、知识产权盗窃和信息安全。重点首先在于让客户了解问题,然后确定安全规划层级,最后介绍如何通过多种产品的解决方案帮助客户保护自己。
查看全文
恩智浦智能家居、楼宇和照明连接解决方案以及面向消费、医疗、工业物联网和汽车市场的 BLE 低功耗解决方案 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 本次会议将首先概述恩智浦无线连接 MCU 产品组合为满足物联网市场需求而包含的产品、软件和支持。然后,它将对 Thread ™网络技术进行更深入的探讨和演示,以及如何使用 NXP 的 Thread Stack 和 ZigBee ® Dotdot 应用层开发应用程序。本次会议还将介绍 NXP BLE 产品系列,包括最新的 QN9080/83 超低功耗 BLE WMCU 和 KW35/36 汽车和工业 BLE WMCU,详细介绍目标用例、设备功能,重点介绍 BLE 和堆栈以及支持实现。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 本次会议将首先概述恩智浦无线连接 MCU 产品组合为满足物联网市场需求而包含的产品、软件和支持。然后,它将对 Thread ™网络技术进行更深入的探讨和演示,以及如何使用 NXP 的 Thread Stack 和 ZigBee ® Dotdot 应用层开发应用程序。本次会议还将介绍 NXP BLE 产品系列,包括最新的 QN9080/83 超低功耗 BLE WMCU 和 KW35/36 汽车和工业 BLE WMCU,详细介绍目标用例、设备功能,重点介绍 BLE 和堆栈以及支持实现。
查看全文
LAT-DES-T2445 - PCBレイアウトのヒントとコツ – 堅牢性への旅 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> あらゆる種類のPCBを開発する方法と、過酷な環境で優れたパフォーマンスを発揮するための複雑さを学びましょう。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> あらゆる種類のPCBを開発する方法と、過酷な環境で優れたパフォーマンスを発揮するための複雑さを学びましょう。
查看全文