NXP Designs ナレッジベース

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

NXP Designs Knowledge Base

ディスカッション

ソート順:
For showing text, graphics, animations in the LED panel, I decided to use the well known eGUI graphic library, porting the code to Kinetis SDK 1.3 + FreeRTOS and develop an eGUI low level driver for the LED panel.   http://www.nxp.com/egui http://github.com/Gargy007/eGUI   This porting will have two goals:   Use the eGUI for controlling the LED panel Use a QVGA display connected to FRDM-K82 to develop and simulate applications that will work in the LED panel   FRDM-K82 + Uctronics display:     eGUI Demo running:   I also ported PEG to FRM-K82 and Uctronics display in case could be used for bigger panels, 30 x 16 is not supported by PEG, so eGUi will be used as graphic library in this project. http://www.nxp.com/peg   PEG running in this platform:     Emulating the application that  will work on the LED panel is possible using the QVGA display:   Find attached  : eGUI Porting to FRDM-K82 with KSDK 1.3 and FreeRTOS running the eGUI demo application eGUI Porting to FRDM-K82 with KSDK 1.3 and FreeRTOS running the same application we will run in the LED panel. It also includes SEGGER_SYSVIEW.   Part 2: LED control method using the FlexIO Part 4: Software for panel control Or Return to Project page: LED Panel control with FlexIO
記事全体を表示
I am using Adafruit LED stripes with 60 LED's per meter. Each LED integrates the W2812B controller. WS2812B uses a serial protocol, and you can control each LED individually. The strip is made of flexible PCB material, and comes with a weatherproof sheathing.   https://www.adafruit.com/products/1138   WS2812B is an intelligent control LED light source that the control circuit and RGB chip are integrated in a package.   The data transfer protocol use single NZR communication mode. After the pixel power-on reset, the DIN port receive data from controller, the first pixel collects initial 24bit data, then send to the internal data latch, the other data is sent to the next cascade pixel through the DO port.   LED's in cascade: My LED panel uses 16 rows x 30 columns = 480 leds.   In a first approach, in order to generate the bit stream, a timer in PWM mode could be used and generate two different duty cycles for sending a "0" logic or "1" logic. Using PWM's + DMA can unload the CPU in the generation of each single bit. FlexIO module in the Kinetis K82 can do that in a very effective mode and generate 8 channels simultaneously.   But my objective is to unload the CPU as much as possible in the bit stream generation task and find an easy method of multiplexing the 8 FlexIO outputs. In this way, we can control more LED rows and get a minimum number of interrupts and CPU intervention.   I will use the FlexIO internal data shifters to send the data bit stream. One shifter for each row. As we only have 8 shifters, I can use external multiplexor to increase the number of rows. Unloading the CPU for the LED refresh process, we can mux several rows in each shifter output. The limit of LED’s will be the refresh time of the full panel.   FlexIO block diagram:     How are the "1" and "0" generated?   Each pixel needs 24 bits of Red-Green-Blue value (RGB)   For each row, I need to send 30 x 24 bits of RGB information. But I have to encode the data in the NZR/PWM protocol. I use a lookup table to transform 24 bpp information in 24 x 3 = 72 bits per pixel.     In this way the  DMA can send 30 x 24 x 3 = 1440 bits (A full row)  in 60 transfers of 24 bits into the shifter. We get only one DMA interrupt for each row:       Multiplexer implementation:       Frame Buffer LED:   typedef union { uint32_t  rgb;     struct{       uint8_t  b;       uint8_t  r;         uint8_t  g;       uint8_t  a;     }bytes; }ledrgb;   Extended LED encoded data:   typedef struct {   uint32_t g;   uint32_t r;   uint32_t b; }ledrgb_ext;     Lookup Table:   void init_conv_matrix(void) { videoconv[0]=0x92492400; videoconv[1]=0x92492600; videoconv[2]=0x92493400; videoconv[3]=0x92493600; videoconv[4]=0x9249A400; videoconv[5]=0x9249A600; videoconv[6]=0x9249B400; videoconv[7]=0x9249B600; videoconv[8]=0x924D2400; videoconv[9]=0x924D2600; videoconv[10]=0x924D3400; ... };   Part 3: Software for LED Panel emulation Or Return to Project page: LED Panel control with FlexIO
記事全体を表示
The latest and smallest addition to the NXP SCM portfolio, SCM-i.MX 6SoloX, plays a promotional video on repeat on an evaluation board. The SCM-i.MX 6SoloX integrates NXP i.MX 6SoloX applications processor, NXP PF0100 power management, and system passive components (de-coupling capacitors and resistors). It is designed and enabled for LPDDR2 and eMMC memory via vertical stacking (PoP/ePoP)   With this level of integration in an ultra-compact 13mm x 13mm footprint it can save as much as 50% in PCB area.   Features: Reduce overall hardware design time and bring products to market faster. Overall PCB area reduction over current discrete solutions. Reduces design complexity of integrating DDR memory and power management. Get started with an evaluation board and Linux OS, early access program now available. _____________________________________________________________________________________________________ Featured NXP Products: Single Chip System Modules (SCM)|NXP i.MX 6SoloX Family of Applications Processors|NXP
記事全体を表示
The demo from FirstView Consultants is a wearable medical EKG alert with Wi-Fi connection to enable Cloud reporting and diagnosis. The demo consists of an SCM-i.MX 6SoloX V-Link device (i.MX6SoloX/PF0100/512MB LPDDR2) + Firstview V-Link Top board with 802.11 b/g/n, Bluetooth     SCM V-Link technology is ideal for handheld/space-constrained applications allowing customers to integrate vertically.   Features: AFIB detection with diagnosis and report to Cloud via Wi-Fi. Top board contains: Wi-Fi/BT module (802.11 b/g/n), NXP 6-axis sensor and SPI NOR Flash 1 GB. Base SCM device: 15.5x15.5mm. ____________________________________________________________________________________________________ Featured NXP Products: Single Chip System Modules (SCM)|NXP Partner Firstview Consultants NXP FXOS8700CQ 6-axis Sensor
記事全体を表示
Demo Owner: Mark Houston   The 3 Pillars of Kinetis V series software enablement are Kinetis Motor Suite, Kinetis Motor Control Toolbox and Kinetis Reference Designs.   Features: The Kinetis V Series portfolio is focused on providing software solutions for motor and power control, no matter your knowledge of the application. Kinetis V enables customers with little motor control experience or a short time to market with Kinetis Motor Suite. For customer with more application knowledge Kinetis V enables you with our reference design software, or our model based design tools, both incorporating NXPs Embedded Software Libraries ________________________________________________________________________________________   KV11 Dual BLDC Sensorless BLDC motor control is increasingly popular. Nowadays, application with multiple BLDC motors are becoming more common. Therefore, the best option seems to be independent sensorless motor control using single microcontroller. This method provides robust, long life and low cost operation.    Features: This reference design supports sensorless motor control of two Brushless DC (BLDC) motors using a single Kinetis KV11 device. Two BLDC motors are controlled independently, this means each motor can be running at different speed. Demo is friendly controlled and monitored through FreeMASTER. Communication between KV11 and FreeMASTER is done via FlexCAN module. CAN protocol provides a robust, fast and reliable operation.   ________________________________________________________________________________________   Sensorless ACIM FOC Motor Control on Kinetis V This demo shows the benefits of NXP Kinetis V enabled sensorless vector control of AC Induction Machine (ACIM) over conventional open-loop scalar control. You can compare speed tracking and power efficiency performance on your own speed and load profile.   Features: HVP-MC3PH high-voltage development platform with HVP-KV46F256 daughter MCU card enabled by ACIM   Motor Control Reference Solution Package (MCRSP) and Power Factor Correction (PFC) software  FRDM-KV31F freedom platform featuring FreeRTOS based software for control of synchronous motor acting as ACIM load Precise measurement with KM34Z single-phase power meter Interactive demo control via FreeMASTER and MCAT tools enabled PC       ________________________________________________________________________________________   Digital controlled LLC resonant converter using Kinetis KV46 This development kit show the design of a fully digital off-line DC/DC switched-mode power supply (SMPS) using an LLC resonant converter topology.     Features: Technical parameters: Input voltage: 390VDC Output power: 250W Output power: 12V Output Current: 21A Switching frequency 75-300kHz   Main Board Features: High efficiency Replaceable Controller card GaN power FETs Synchronous rectifier Analog sensing (resonant tank current, output voltage, output current, phase currents, back-EMF voltage, PFC currents, IGBT module temperature monitoring) Input over current protection Output over current protection Serial interface for communication with Auxiliary flyback power supply     ________________________________________________________________________________________   DSC Dual Servo Many applications require synergy control among multiple motors. Multiple motors controlled on single chip is the good way to solve this demand. Dual servo motors control is popular for two dimensions control applications such as sewing machine, camera gimbal system etc. This demo shows the capability of NXP DSC to control dual servo motors on single chip, and the two servo motors can be run well independently.   Features: This reference design supports dual servo motors control on single MC56F84789 DSC. Three control loops (position loop, speed loop and fast current loop) are enabled for each servo motor, a patented low speed measurement algorithm is used to achieve excellent low speed performance with low-cost quadrature encoder. Through FreeMASTER GUI, this demo can be friendly controlled and monitored.   ________________________________________________________________________________________ KE02 HVP Sensorless FOC PMSM control is demanded frequently from many application for energy efficiency and quiet operation. Even some low end motor control applications such as HVAC blower, indoor blower of AC system, industrial fan and pump etc. require sensorless FOC solution. KE02 HVP sensorless FOC PMSM is targeted on low-cost sensorless FOC solution on KE02 for sensorless FOC entry level in NXP   Features: This reference design targets the MKE02Z32 low end 32-bit M0+ based microcontroller for ultra low cost sensorless FOC PMSM drive solution. Extended Flux observer and DQ Back-EMF observer/tracking observer are used to control motor for excellent performance during low-speed region and mid-/high-speed region respectively. Three-shunt current sensing algorithm and single-shunt current sensing algorithm are optional, and anti-wind startup feature is enabled as well. Through FreeMASTER GUI, this demo can be friendly controlled and monitored.   ________________________________________________________________________________________   Featured NXP Products: KINETIS MOTOR SUITE: Simple motor control developme|NXP Motor Control Development Toolbox|NXP Kinetis Designs|NXP ARM Cortex-M0+/M4/M7 Cores|Kinetis V MCUs|NXP 3-Phase AC Induction Motor Control Design|NXP 3-Phase PMSM Motor Control Reference Design|NXP 3-Phase Brushless DC Motor Control Design|NXP Embedded Software Motor Control and Power Conversio|NXP High-Voltage Development Platform|NXP   C86
記事全体を表示
Demo Kinetis V series iIs supported broadly with 3 main hardware development platforms that target different customer and application needs.   Features: Freedom Platform: Freedom solutions typically target cost sensitive customers with a lower level of integration and flexibility included in the system, a low voltage solution operating at less than 50V.   Customers who are highly cost sensitive can start development with just the FRDM board, but for those customer who want to get the motor turning quickly we provide all the system components necessary to create a complete reference design that will get the motor running out of the box.   Kinetis Motor Suite supports Sinusoidal control technique (also known as FOC, field oriented control) with the FRDM-MC-LVPMSM, which can also be operated with and without a sensor to improve position control accuracy or startup capability. FRDM-MC-LVPMSM Board spec: 24V, 5Amp, 120W   The customer should purchase MCU FRDM card along with the FRDM-MC-LVPMSM to build their reference design. The motor must be purchased separately under FRDM-MC-LVMTR part number , or they can use their own motor if it meets the Motor Driver card power specification. FRDM-MC-LVMTR spec: 4000RPM, 24V, 40W   Tower Platform: The Tower Platform allows customers to very quickly turn their application motor straight out the box, and target customers who need more connectivity in their system, and access to more of the MCU pins.   To build the system the customer should purchase the appropriate TWR MCU card, the TWR-ELEV to connect to the TWR-MC-LV3PH driver card. This kit ships with the motor and power supply.   Board Spec: Voltage: 12-24/50V Output: 8Amp, 400W Over current & under voltage protection, encoder/hall sensor sensing circuitry Supported architectures: 3-phase BLDC & PMSM   High Voltage Platform: The High Voltage Platform allows customers to very quickly spin their high voltage end application motor straight out the box. The High voltage platforms targets customers with motors rated at above 50V but less than 240V.   Customer should purchase the HVP-MC3PH kit along with the appropriate MCU Controller card to build the reference design. The HVP-MC3PH includes the HVP-KV46F150M controller card in the box.   Board Spec: 115/230 volt, 1KW 3-ph motor control development platform for BLDC, PMSM  >1Hp. Main board with inverter & PFC circuitry supports plug-in controller cards for Kinetis KV1x/KV3x/KV4x MCUs Voltage: 85 to 240V The customer must supply their own high voltage motor to complete the system. ________________________________________________________________________________________________________________________ Featured NXP Products: Hardware: ARM Cortex-M0+/M4/M7 Cores|Kinetis V MCUs|NXP FRDM-KV31F|Freedom Development Platform|Kinetis MCU|NXP FRDM-KV10Z|Freedom Development Platform|Kinetis MCU|NXP FRDM-MC-LVPMSM|Freedom Development Platform|NXP FRDM-MC-LVBLDC|Freedom Development Platform|NXP FRDM-MC-LVMTR|Freedom Development Platform|NXP High-Voltage Development Platform|NXP Low-Voltage, 3-Phase Motor Control Tower System Mod|NXP   Software: KINETIS MOTOR SUITE: Simple motor control developme|NXP Motor Control Development Toolbox|NXP Kinetis Designs|NXP ARM Cortex-M0+/M4/M7 Cores|Kinetis V MCUs|NXP 3-Phase AC Induction Motor Control Design|NXP 3-Phase PMSM Motor Control Reference Design|NXP 3-Phase Brushless DC Motor Control Design|NXP
記事全体を表示
Demo      Features Detect fatigue using a camera via an algorithm based on optical absorption rate of facial blood vessels Efficient processing with up to 1.2MHz Quad ARM Cortex-A9 architecture with a NEON multimedia processing acceleration engine Video processing unit in i.MX 6Quad to record front camera video in H.264 format Face tracking algorithm to track the driver's head for a real driving use case   NXP Recommends i.MX6Q|i.MX 6Quad Processors|Quad Core
記事全体を表示
Demo Kinetis V series enables our customer to get to market quickly using a selection of software and hardware that are targeted at their specific application needs. This electric powered vehicle was developed in a matter of weeks to showcase the model based design tools from Mathworks (MATLAB) and the Motor Control Toolbox from NXP that enables model to code based design rapidly reducing time to market       Features The vehicle has been build using Kinetis V MCUs and FRDM solution hardware to power the vehicle. The software was developed using NXP’s BLDC Reference Design Solution featuring NXPs Embedded Motor Control Libraries. Kinetis V enables customers with little motor control experience or a short time to market with Kinetis Motor Suite. For customer with more focus on model based design Kinetis V enables you with our rMotor Control Development Platform also incorporating NXPs Embedded Software Libraries, or for customers looking for a lower cost, rapid development solution we provide Kinetis Motor Suite. Product Link Kinetis® V Series https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/kv-series-cortex-m4-m0-plus-m7:KINETIS_V_SERIES?&cof=0&am=0 Freedom Development Platform for Kinetis® KV1x Family 128 KB, 64 KB, 32 KB and 16 KB Flash MCUs FRDM-KV11Z|Freedom Development Platform|Kinetis MCU | NXP  NXP® Freedom Development Platform for Low-Voltage, 3-Phase PMSM Motor Control FRDM-MC-LVPMSM|Freedom Development Platform | NXP  Low-Voltage, 3-Phase Motor Kit for FRDM platform FRDM-MC-LVMTR|Freedom Development Platform | NXP  High-Voltage Development Platform https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/kv-series-cortex-m4-m0-plus-m7/high-voltage-development-platform:HVP-MC3PH?&fsrch=1&sr=1&pageNum=1 Low-Voltage, 3-Phase Motor Control Tower® System Module https://www.nxp.com/design/development-boards/tower-development-boards/peripheral-modules/low-voltage-3-phase-motor-control-tower-system-module:TWR-MC-LV3PH?&lang_cd=en ____________________________________________________________________________________________________________________ Software: Kinetis Designs|NXP ARM Cortex-M0+/M4/M7 Cores|Kinetis V MCUs|NXP 3-Phase AC Induction Motor Control Design|NXP 3-Phase PMSM Motor Control Reference Design|NXP 3-Phase Brushless DC Motor Control Design|NXP ____________________________________________________________________________________________________________________  
記事全体を表示
Demo Kinetis V series enables our customer to get to market quickly using a selection of software and hardware that are targeted at their specific application needs. This electric powered vehicle was developed in a matter of weeks to showcase the model based design tools from Mathworks (MATLAB) and the Motor Control Toolbox from NXP that enables model to code based design rapidly reducing time to market Features: The vehicle has been build using Kinetis V MCUs and FRDM solution hardware to power the vehicle. The software was developed using MATLAB and Motor Control Development Toolbox. The Motor Control Development Toolbox is a MATLAB plugin to enable complete motor control application simulation within the MATLAB environment, enabling Software and Processor-in-the-Loop (SIL and PIL) simulation. Kinetis V enables customers with little motor control experience or a short time to market with Kinetis Motor Suite. For customer with more application knowledge Kinetis V enables you with our reference design software incorporating NXPs Embedded Software Libraries, or for customers looking for a lower cost, rapid development solution we provide Kinetis Motor Suite ___________________________________________________________________________________________________________ Featured NXP Products: Product Link Kinetis® V Series https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/kv-series-cortex-m4-m0-plus-m7:KINETIS_V_SERIES?&cof=0&am=0 Freedom Development Platform for Kinetis® KV1x Family 128 KB, 64 KB, 32 KB and 16 KB Flash MCUs FRDM-KV11Z|Freedom Development Platform|Kinetis MCU | NXP  NXP® Freedom Development Platform for Low-Voltage, 3-Phase PMSM Motor Control FRDM-MC-LVPMSM|Freedom Development Platform | NXP  Low-Voltage, 3-Phase Motor Kit for FRDM platform FRDM-MC-LVMTR|Freedom Development Platform | NXP  High-Voltage Development Platform https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/kv-series-cortex-m4-m0-plus-m7/high-voltage-development-platform:HVP-MC3PH?&fsrch=1&sr=1&pageNum=1 Low-Voltage, 3-Phase Motor Control Tower® System Module https://www.nxp.com/design/development-boards/tower-development-boards/peripheral-modules/low-voltage-3-phase-motor-control-tower-system-module:TWR-MC-LV3PH?&lang_cd=en ___________________________________________________________________________________________________________ C61
記事全体を表示
KINETIS DESIGN STUDIO IS NO LONGER SUPPORTED BY NXP. Follow this link for more information:Kinetis Motor Suite  Demo Kinetis motor suite is a highly intuitive motor control development solution that enables the design of sensored and sensorless BLDC & PMSM motor control applications quickly and efficiently, allowing those with limited or no motor control experience to develop an application. Features: Kinetis Motor Suite (KMS) is a software solution that simplifies the design and accelerates the development of motor control applications. KMS consists of 4 main components: motor tuner, motor manager, motor observer, and an open source reference solution that improves overall motor system performance due to its unique SpinTAC™ enabled motion controller. KMS is designed for developers of all experience levels, enabling rapid development via the graphical user interface and close integration with Kinetis Design Studio, or by directly controlling the function blocks via the natural API interface after initial tuning and configuration. KMS enables speed and position control across the complete operating range of any type of 3-ph PMSM or BLDC motor regardless of power level. Increased Efficiency To increase your motor’s efficiency while further reducing time-to-market, Kinetis Motor Suite streamlines your design by implementing the SpinTAC™ control system from LineStream Technologies that includes Active Disturbance Rejection Control (ADRC) Technology. Kinetis Motor Suite reduces your time to market further with: Active disturbance rejection: Single Parameter tuning: traditional PID loop control is time consuming due to trial and error nature of tuning, and requires in-depth knowledge. KMS uses a single, intuitive variable to tune motor response. Automatic motor parameter identification: identifies motor characteristics and uses these to automatically tune the control loops. Automatic System Inertia Estimation: by measuring and incorporating greater knowledge of the mechanical system, KMS achieves tight control of the system’s motion further improving system performance. _______________________________________________________________________________________________________________________ Featured NXP Products: Product Link Kinetis® V Series https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/kv-series-cortex-m4-m0-plus-m7:KINETIS_V_SERIES?&cof=0&am=0 Freedom Development Platform for Kinetis® KV3x Family MCUs https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-kinetis-kv3x-family-mcus:FRDM-KV31F?&lang_cd=en NXP® Freedom Development Platform for Low-Voltage, 3-Phase PMSM Motor Control FRDM-MC-LVPMSM|Freedom Development Platform | NXP  Low-Voltage, 3-Phase Motor Kit for FRDM platform FRDM-MC-LVMTR|Freedom Development Platform | NXP  High-Voltage Development Platform https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/kv-series-cortex-m4-m0-plus-m7/high-voltage-development-platform:HVP-MC3PH?&fsrch=1&sr=1&pageNum=1 Low-Voltage, 3-Phase Motor Control Tower® System Module https://www.nxp.com/design/development-boards/tower-development-boards/peripheral-modules/low-voltage-3-phase-motor-control-tower-system-module:TWR-MC-LV3PH?&lang_cd=en _______________________________________________________________________________________________________________________ Online Training: Kinetis V Series MCU Online Training|NXP Blogs Zero to Hero: BLDC Electric Motor Control Introduction to Kinetis Motor Suite (KMS) _______________________________________________________________________________________________________________________
記事全体を表示
Demo Summary This demo can read both 1D and 2D barcode information. Built from the NXP tower system, the demo utilizes the FlexIO camera driver provided by the Kinetis SDK to bring in image data. The data is analyzed by open source barcode reader software (ZXing).   Product features Fast processing of 1D or 2D codes utilizing the ARM Cortex-M4F at 120MHz. Simultaneous gray scale QVGA image capture and display in the Tower system. FlexIO camera driver utilized to interface to OV7670 camera module   NXP Recommends Product Link Kinetis® K8x Secure Microcontrollers (MCUs) based on Arm® Cortex®-M4 Core https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/k-series-cortex-m4/k8x-secure:K8X-SCALABLE-SECURE-MCU?&cof=0&am=0 Freedom Development Platform for Kinetis® K82, K81, and K80 MCUs https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-kinetis-k82-k81-and-k80-mcus:FRDM-K82F?&tid=vanFRDM-K82F QR Demo User's Guide https://www.nxp.com/docs/en/user-guide/QRDEMOUG.pdf?&fsrch=1&sr=1&pageNum=1
記事全体を表示
Demo This demo shows how the FlexIO peripheral can be utilized to connect directly to an RGB TFT display to deliver a rich graphical display. The demo uses the versatile Tower ecosystem to connect the TWR-K80F150M MCU board to the display. The demo is well documented by an Application note and associated software     Features Dynamic Graphical LCD (480x272) with 16bt RGB interface Images stored in fast external Serial NOR flash FlexIO utilized to generate 16bit interface to TFT display with minimal CPU intervention   _______________________________________________________________________________________________________   Featured NXP Products: Product Link Kinetis® K80 MCU Tower® System Module TWR-K80F150M|Tower® System Board|Kinetis® MCUs | NXP  Graphical LCD Tower System Module with RGB Interface Graphical LCD Tower Module with RGB Interface | NXP  _______________________________________________________________________________________________________ Links AN5275: Using FlexIOhttp://cache.nxp.com/files/microcontrollers/doc/app_note/AN5275.pdf?fsrch=1&sr=1&pageNum=1 AN5280: Using Kinetis FlexIO to drive a Graphical LCD http://cache.nxp.com/files/archives/doc/app_note/AN5280SW.zip
記事全体を表示
Demo The NTAG21x family provides a particularly well suited portfolio for NFC enhanced smart consumer products, driving the integration between physical objects and the Internet of Things. These smart products enable deeper customer relationships, real-time customer service, brand protection, condition monitoring and much more. A simple tap with an NFC enabled phone on the product can connect the consumer to the brand (opening a webpage, starting an application, providing additional information) and show the authenticity of a product       Features: Fully NFC Forum tag type 2 compliant Multiple memory options from 48 – 888 Bytes to support simple, complex and multi-purpose applications 32-bit password authentication to protect data stored into the tag UID ASCII mirror, which maps the IC unique serial number as an ASCII encoded string to a stored NDEF message to simplify tag serialization A 24-bit NFC counter, along with an ASCII mirror to improve tag usage analytics Integrated originality signature to enable the detection of unauthorized NTAG copies (and hence of unauthorized products the tags are attached to) Fast read command to speed up tag registration in inline processes such as print media or product label manufacturing   _______________________________________________________________________________________________________   Featured NXP Products: NTAG|NXP UCODE|NXP ICODE|NXP _______________________________________________________________________________________________________
記事全体を表示
Demo Cooking appliance concept enabled by IoT features that delivers chef quality cooking results for internet food delivery services   Features Fast, high quality cooking using RF solid state and convection Consistent culinary results Fits all regional counter top spacing and conventional plate sizes Popular food delivery services connected through cloud services Simplify customer/user health and fitness management through integrated data Tailor and more efficiently promote menu items Automate and simplify customer food ordering and preference management Accurately manage perishable goods inventory and replenishment _______________________________________________________________________________________________________     Featured NXP Products: http://www.nxp.com/products/rf/smart-cooking-concept:RF-SMART-COOKING-PG
記事全体を表示
This demo shows the interaction among MCUs, motor drivers, and sensors using simple mbed code and various communication protocols, namely Ethernet, I2C, and PWM to simulate real-world applications on a smaller scale       Features Motor driver with Brushed DC motor driver with current feedback and thermal regulation 6-Axis sensor FXOS8700 (Accelerometer + Magnetometer) and 3-Axis Gyroscope FXAS21002 Kinetis K64 MCU 120 MHz ARM® Cortex®-M4 core with Ethernet and USB Complete system consisting of an MCU, a sensor, and a motor driver _______________________________________________________________________________________________________   Featured NXP Products Product Link Sensor Toolbox Development Boards for a 9-Axis Solution using FXAS21002C and FXOS8700CQ https://www.nxp.com/design/development-boards/freedom-development-boards/sensors/sensor-toolbox-development-boards-for-a-9-axis-solution-using-fxas21002c-and-fxos8700cq:FRDM-STBC-AGM01?&lang_cd=en Freedom Expansion board for MC34931- Brushed DC Motor Driver, H-Bridge, 20kHz https://www.nxp.com/design/development-boards/analog-toolbox/freedom-expansion-board-for-mc34931-brushed-dc-motor-driver-h-bridge-20khz:FRDM-34931S-EVB?&lang_cd=en Freedom Development Platform for Kinetis® K64, K63, and K24 MCUs https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-kinetis-k64-k63-and-k24-mcus:FRDM-K64F?&lang_cd=en _______________________________________________________________________________________________________   Software Links Accelerometer code Motor driver code   For more detailed information about this demo, please download attached PDF
記事全体を表示
Demo   The i.MX 7 series is a highly integrated multi-market applications processor designed to enable secure and portable applications within the Internet of Things. The i.MX 7 series is the first device in the market utilizing both the ARM ® Cortex ® -A7 and Cortex-M4 cores for general purpose programmable processing. Its heterogeneous asymmetric architecture provides the ultimate flexibility for customers by enabling a single-chip solution that can run sophisticated operating systems and provide real-time responsiveness. The i.MX 7 series incorporates four independently controlled resource domains for maximum effectiveness and security when partitioning system resources such as memory and peripherals.   Demo / Product Features Advanced Heterogeneous Architecture Up to Dual Cortex-A7 @ 1GHz Cortex-M4 @ 200MHz Unmatched Power Efficiency for Active and Low Power modes Complete Security Infrastructure Secure Boot Crypto H/W Acceleration Internal and External Tamper Detection Enabling Flexible High Speed Connectivity PCI-e v2.1 Dual Gbit Ethernet  with AVB DDR QuadSPI support eMMC 5.0   NXP recommends the following links for additional information i.MX 7 Series Applications Processors: Multicore, ARM® Cortex®-A7 Core, ARM Cortex-M4 Core     C23
記事全体を表示
Video   NXP’s Touch Sense Interface (TSI) offers a complete solution to help easily integrate this growing ‘touch’ requirement on your next design. NXP’s touch software, offered as a middleware as part of the MCUXpresso SDK, is optimized to work with the Kinetis KE15Z MCU to deliver an easy-to-implement solution. Product features Advanced EMC robustness, pass IEC61000-4-6 standard test Support both of Self-cap sensor and Mutual-cap sensor, up to 36 touch keys Low BOM cost per touch key, no need for external devices Adjustable touch sensing resolution and sensitivity, high performance for waterproof Low power support NXP recommends the following links for additional information Product Link NXP Touch Solution for Kinetis KE15Z MCU Family NXP Touch-Based User Interface Solutions for Kinetis KE15Z MCU Family | NXP  Touch Module for Freedom Board FRDM-TOUCH|Touch Module for Freedom Board | NXP  Freedom Development Platform for Kinetis® KE1xMCUs FRDM-KE15Z Platform|Freedom Development Board | NXP 
記事全体を表示
This demo uses a magnetic field around a magnet to simulate Hydraulics and Pneumatics system control of a valve.   Demo / product features Valve Controller SoC: MC34SB0800 (Octal valves driver) and MC34SB0410 (Quad valves driver) Integrated coil drivers with current regulation or PWM mode Safe switching off mode for safety and robustness SPI interface to command all functions Fault management (under/overvoltage, over temperature, open load, overcurrent…)   NXP Recommends Product Link Tower Board - SB0800, Octal Valve/Pump Controller SoC Tower Board - SB0800, Octal Valve/Pump Controller SoC | NXP  Tower Board - SB0410, Quad Valve/Pump Controller SoC Tower Board - SB0410, Quad Valve/Pump Controller SoC | NXP  Processor Expert Valve Driver based on MC34SB0410 or MC34SB0800 SB0410 / SB0800 Valves Controller | NXP  Valve Driver based on MC34SB0410/MC34SB0800 Embedded Software: Valve Driver | NXP  Octal Valve Controller System on Chip https://www.nxp.com/products/power-management/smart-switches-and-drivers/low-side-switches/octal-valve-controller-system-on-chip:MC34SB0800?&fsrch=1&sr=1&pageNum=1 Quad Valve Controller System on Chip https://www.nxp.com/products/power-management/smart-switches-and-drivers/low-side-switches/quad-valve-controller-system-on-chip:MC34SB0410?&lang_cd=en          
記事全体を表示
Demo Industry 4.0 connectivity or Industrial IoT  combines the existing high Level network based on Ethernet type Protocols and the access  to a single sensor data.  IO Link protocol helps in that convergence by providing an easy migration of current of non-connected sensors to networked one. The demonstration show a typical Industrial Network using ModBus and IO Link sensors Features Modbus TCP Slave based on LS1021A Open source stack & Support for Industrial Strength Security Master IOLink Modem  node based on Kinetis KL17 + transceiver Device Node IOlink based on Kinetis KE02 + transceiver NXP Recommends Product Link QorIQ® Layerscape 1021A Dual-Core Communications Processor with LCD Controller https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/layerscape-communication-process/qoriq-layerscape-1021a-dual-core-communications-processor-with-lcd-controller:LS1021A?&lang_cd=en Freedom® Development Platform for Kinetis® KL17 and KL27 MCUs FRDM-KL27Z|Freedom Development Platform|Kinetis® MCU | NXP  Freedom Development Platform for Kinetis KE02 MCUs https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-kinetis-ke02-mcus:FRDM-KE02Z40M?&lang_cd=en QorIQ® LS1021A Tower® System Module QorIQ® LS1021A Tower® System Module | NXP 
記事全体を表示
Demo One of the new features that can be found on the FRDM-K82F is the FlexIO header. It’s be specifically designed to interface with the very cost-efficient OV7670 camera, and uses 8 FlexIO lines to read data from the camera. By using the FlexIO feature, it makes it easy to connect a camera to a Kinetis MCU. A demo is included with Kinetis SDK 1.3 which streams the video data from the camera to a host computer over USB     FlexIO: The FlexIO is a highly configurable module found on select Kinetis devices which provides a wide range of functionality including: • Emulation of a variety of serial/parallel communication protocols • Flexible 16-bit timers with support for a variety of trigger, reset, enable and disable conditions • Programmable logic blocks allowing the implementation of digital logic functions on-chip and configurable interaction of internal and external modules • Programmable state machine for offloading basic system control functions from CPU   All with less overhead than software bit-banging, while allowing for more flexibility than dedicated IP. NXP product Product Link Freedom Development Platform for Kinetis® K82, K81, and K80 MCUs FRDM-K82F|Freedom Development Platform|Kinetis® MCUs | NXP    Links One of many places to buy the OV7670 camera module OV7670 Reference Manual FlexIO Overview FlexIO Training presented at FTF
記事全体を表示