NXP Designs Knowledge Base

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NXP Designs Knowledge Base

Discussions

Sort by:
About this demo This Demo contains fully working software to show the implementation of two great features from the QN9080SIP-DK. The BLE in this board provides a Beacon solution to be implemented, based on the SDK example downloaded in the https://mcuxpresso.nxp.com/en/select As previously mentioned, this demonstration is based on the Beacon example from the QN9080 SDK, along with the AN12319SW for using the NT3H2211 Tag. The main objective of this demo software is to write a string in the NTAG memory and be able to read the content using the NTAG stack (from the AN12319 project). Then trigger a message update to be advertised from the beacon. Project Scope Write an NDEF message with a smartphone, using NXP's TagWrite App into the NT3H2211. Be able to start advertising the 6-byte code/message using the BLE stack from the SDK version 2.2.3 into the MCUXpresso v11.2.1. Useful Links Link Description https://mcuxpresso.nxp.com/en/builder SDK Builder https://www.nxp.com/products/wireless/bluetooth-low-energy/fully-certified-module-supporting-bluetooth-and-nfc:QN9080SIP QN9080SIP full documentation https://www.nxp.com/docs/en/application-note/AN12319.pdf A document explaining brief integration for pairing using the NTAG https://www.nxp.com/docs/en/application-note-software/AN12319SW.zip  The respective Software for the AN12319   Required Items Link Description https://www.nxp.com/products/wireless/bluetooth-low-energy/a-highly-extensible-platform-for-application-development-of-qn908x:QN9080DK Board in which the demo was created and tested Android Smartphone Smartphone with IoT Toolbox and TagWriter App IoT Toolbox App https://play.google.com/store/apps/details?id=com.freescale.kinetisbletoolbox TagWriter App https://play.google.com/store/apps/details?id=com.nxp.nfc.tagwriter   Hardware Diagram     Step-by-Step Guide for testing the Demo Get the QN9080 SDK form SDK Builder  Install the QN908x SDK into your MCUXpresso Import the attached file into MCUXpresso on File > Open Projects from File System   Connect properly the NTAG antenna from the kit as shown in the Hardware Diagram. Connect the QN9080SIP-DK using a micro-USB cable. Flash the project into the board and Push Button 1 from the board while running. Open the TagWriter App from your phone and select the Write option. Create a New Plain text element and write any positive float number (< 0.0). Select the Save and Write button. Approach the phone into the NFC antenna. Press Button 1 again to restart the BLE advertising Open the IoT Toolbox App. Select the Beacons option. You should be able to visualize the new payload messages from the device. Note: These messages are representation in decimal from the actual 4-byte (32-bit) number. Each letter is composed of 2, 8-bit numbers. This RAW representation is for proof of concept purposes. This application can be replaced by another BLE device in scanning mode to perform a data post-process.  Additional Demo Information These next steps are intended to guide the developer to an easier understanding of the modifications that were made from the base project. This example provides a guide to learn the basic functionality of the high-level NTAG stack.   Select the FreeRTOS Beacon example from wireless_examples -> Bluetooth in the QN9080 SDK. After being sure that this demo works properly on our QN9080SIP-DK we need to import from the file system the AN12319 project. For being sure everything works, we can also test this project, inside it there is a file called: app_ntag.c inside the source directory. Inside this file, on the Public Functions section, we are able to modify the NDEF_Pairing_Write() and NDEF_Demo_Write() functions for our purposes. The first function is used as the name mentions, to execute the example for pairing our phone with the board without the need to type any pairing code. The second function writes an NDEF in the NTAG and can be read from the phone App TagInfo or TagWriter. To start with the actual creation of the application I used this project: "qn908xcdk_wireless_examples_bluetooth_hid_device_freertos" and started importing the beacon files needed from the beacon FreeRTOS example. As you can observe, this job facilitates a lot because of the similar structure between both projects, this will simplify the tasks and will help us not to get lost. Due to the fact that we started using the HID Device project, all the NTAG stack was already there so we will only be going to focus on the source directory for the additions and modifications. Starting with the erasing of the hid_device.c and .h, these files won't be required for this project. The beacon.c and .h are required to be in this project for the beacon functionalities and routines, this files depend on the Bluetooth stack, the general framework files, and the common files from the source directory. The app_config file has all the BLE needed configurations to set the parameters and respective structures. This is where the initial advertising message will be configured. For the NTAG configurations, the app_ntag file containing the high-level nTag functions for Read/Write capabilities that depends on the NTAG stack (NTAG_I2C/XXX) The ApplMain had some of the most significant changes due to being the main file that calls the BLE functions at the start and also manages the Interrupt used to trigger our own project functions using FD. The files that changed were, as mentioned above, ApplMain.c and app_ntag.c/.h . This has to do with the fact that we will only are going to change the functions called when a Tag Writer is in the field of the NFC antenna and how this data is processed in order to be read and sent to the aData array by using its structure. As you can see in the app_ntag.c file, the last two functions: NDEF_read_test() and getDataNDEF() represent the main changes in this file. Along with the pin configuration for FD managing in the ApplMain.c
View full article
This is a quick video for demonstration purposes of the i.MX RT1060 Evaluation Kit capability for running an Embedded Wizzard GUI application and a Neural Network Model as an inference engine.
View full article
Overview    This demo uses the i.MX RT600 EVK (MIMXRT685-EVK) with a GUI software to playback MP3 files. An equalizer can be switch on to demonstrate the HiGi-4 audio DSP. Beside the board itself it requires a SD-card with MP3 music tracks and a portable speaker or headphone.    The i.MX RT600 is a crossover MCU family optimized for 32-bit immersive audio playback and voice user interface applications combining a high-performance Cadence® Tensilica® HiFi 4 audio DSP core with a next-generation Cortex-M33 core. The i.MX RT600 family of crossover MCUs is designed to unlock the potential of voice-assisted end nodes with a secure, power-optimized embedded processor. Demoing Guide No software installation required to demo this board. To build this demo, pls. refer to the description at the end of this guide. Insert the SD-Card with mp3 files to on-board SD Card connector, not to the one below the LCD board Connect headphones or external speakers to the 3.5mm jack Line Out (J4) Supply the board through Micro-USB connector (J5) in the upper right edge Three main windows/tabs on the GUI: File playback This screen shows: • Album artwork/NXP logo • Current track information (title, artist, album) • Media controls (prev, play/stop, next) • Volume slider Playlist This screen shows: • Playlist information from mp3 files found in SD card • A track for playback can be selected by touching the line Spectrum visualizer This screen shows: • Seven vertical bars showing the frequency spectrum of the current track being played. • Button for toggling Equalizer On/Off o if on the sound is AM radio style Products i.MX RT600 Evaluation Kit | NXP 
View full article
  JN51xx Flash Programmer可以支持NXP JN516x,JN518x全系列Zigbee SoC的程序烧写。通过多端口USB Hub,支持8路芯片同时烧写,可用于小规模量产烧写。这是一个绿色工具,无需安装即可运行。 JN51xx Flash Programmer只支持FT232 USB to UART串口转换接口芯片,具体信息可以参考JN-RM-2065文档。 使用时先选择芯片系列和需要烧写的Firmware固件,执行”Program Flash”即可。 提供JN51xx UART ISP通信协议源代码。
View full article
  Description An audio and video (A/V) receiver needs to be capable of managing different input sources. These devices integrate different solutions for media and entertaining content and different signals are being processed in a small period of time. The i.MX 8M applications processor supports protocols for typical application soundbars and A/V receivers: HDMI ports, SPDI ports, analog inputs and up to 16-channel analog outputs. Block Diagram   Products Category Name 1 Microprocessor Product URL 1 i.MX 8M Applications Processor | Arm® Cortex®-A53, Cortex-M4 | 4K display resolution | NXP  Product Description 1 The i.MX 8M applications processor provides industry-leading audio, voice and video processing for applications that scale from consumer home audio to industrial building automation and mobile computers. The video playback capabilities are 1080p60 with a 10-bit decoder, HEVC/H.265 decoder, AVC/H.264 Baseline along with VP8 decoder and encoder. The i.MX 8M Mini also has 5x Synchronous Audio Interfaces (SAI) and 8ch pulse density modulation inputs.   Category Name 2 Microcontroller Product URL 1 LPC84x 30MHz|Arm® Cortex®-M0+|32-bit Microcontrollers (MCUs) | NXP  Product Description 1 This low-cost 32-bit MCU includes a 12-bit ADC, up to 54 GPIOs pins, TWO spi interfaces, along with one analog comparator. This power efficient device is a perfect MCU to work in specific multi-purpose tasks.   Category Name 3 Power Manager IC Product URL 1 14-channel power management IC optimized for i.MX 8M | NXP  Product Description 1 The PF4210 is a high-performance PMIC that is optimized to power low-cost consumer applications with the i.MX 8M family of applications processors. It can provide power for a complete system, including applications processors, memory and system peripherals.   Category Name 4 Battery Charger Product URL 1 MC34673 | Single-cell Battery Charger | NXP  Product Description 1 The MC34673 is a cost-effective fully-integrated battery charger for Li-Ion or Li-Polymer batteries. It tolerates an input voltage up to 28 V, which eliminates the input over-voltage-protection circuit required in handheld devices.   Category Name 5 Ethernet PHY Transceiver Product URL 1 TJA1101 | 2nd generation PHY Transceiver | NXP  Product Description 1 The TJA1101 offers a 100Mbit/s transmit and receive capability per port over up to at least 15m of unshielded twisted pair (UTP) cable, this transceiver is interoperable with any IEEE 100BASE-T1 and OABR compliant PHY. With a 6mm x 6mm the TJA1101 has the smallest footprint for a 100BASE-T1 PHY.   Category Name 6 USB switch Product URL 1 High-speed USB 2.0 switch with enable | NXP  Product Description 1 The NX3DV221GM switch is designed for high-speed USB 2.0 signals in handset and consumer applications, such as cell phones, digital cameras, and notebooks with hubs or controllers with limited USB I/Os. This bidirectional switch offers little or no attenuation of the high-speed signals at the outputs. It is designed for low bit-to-bit skew and high channel-to-channel noise isolation.   Category Name 7 USB PD/Type-C Shield Product URL 1 PTN5150 | NXP  Product Description 1 PTN5150 enables USB Type-C connector to be used in both host and device ends of the Type-C cable. It can support Type-C to USB legacy cables and adapters defined in USB Type-C Spec. PTN5150 can be configured to dual role, host, or device mode through external configuration pin or through I²C interface.   Category Name 8 USB Type C Logic Product URL 1 NX3L4357 | NXP  Product Description 1 The NX3L4357 low-ohmic single-pole triple-throw analog switch suitable for use as an analog or digital 3:1 multiplexer/demultiplexer. Schmitt trigger action at the digital inputs makes the circuit tolerant to slower input rise and fall times.     Category Name 9 NTAG i2c interface Product URL 1 NTAG I2C | NXP  Product Description 1 A 32-bit password protected interface, designed to be the perfect enabler for NFC in home-automation and consumer applications. The NT3H2111 NFC tag is the fastest, least expensive way to add tap-and-go connectivity to just about any electronic device.   Category Name 10 I²C Digital Temperature Sensor Product URL 1 PCT2075: I2C-bus Fm+, 1 Degree C Accuracy | NXP  Product Description 1 The PCT2075 is a temperature-to-digital converter featuring a 11-bit ADC that offers a temperature resolution of 0.125 °C. The programmable temperature threshold and hysteresis set points during operation.   Category Name 11 Dual Bidirectional I²C-Bus Buffer Product URL 1 PCA9600 | NXP  Product Description 1 The PCA9600 allows long buses to be driven in point-to-point or multipoint applications of up to 4000 pF, the PCA9600 also interfaces with opto-couplers to provide opto-isolation between I²C-bus nodes up to 1 MHz Related Documentation Document URL Title https://www.nxp.com/docs/en/application-note/AN10364.pdf Opto-electrical isolation of the I2C-bus NXP Semiconductors :: Secure Connections for a Smarter World  NTAG® Originality Signature Validation https://www.nxp.com/docs/en/nxp/application-notes/AN12407.pdf LPC845 SPI Secondary Bootloader https://www.nxp.com/docs/en/application-note/AN12410.pdf LPC845 SPI Secondary Bootloader Related Software Related Software URL MCUXpresso SDK | Software Development for Kinetis, LPC, and i.MX MCUs | NXP  Related Demos from Communities Related Demos from Communities URL i.MX Processors  i.MX Yocto Project: Frequently Asked Questions  i.MXDev Blog 
View full article
iMXRT eLCDIF 时钟参数计算工具,能够根据用户输入的RGB接口LCD Panel的规格书时序数据,快速计算eLCDIF模块和相应的PLL时钟配置参数,并直接用于RT105x和RT106x的SDK代码中,用于方便用户在iMXRT平台上快速适配新的LCD屏幕。 Products Product Category NXP Part Number URL MCU MIMXRT1050 MIMXRT1060 https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-... https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1060-crossover-mcu-with-arm-cortex-m7-core:i.MX-RT1060   SDK SDK Version URL MCUXpresso SDK mcuxpresso.nxp.com
View full article
Overview Bluetooth® and WiFi are popular technologies in wireless headphones and speakers. These technologies require the smartphone to be paired with the audio devices to enable the connection, and NFC is a simple and reliable solution for this. Tap your phone to a Bluetooth speaker or headphone, and the two are securely paired automatically, without searching for a connection or typing a code. NFC is also an excellent choice for easy pairing wireless speakers together and creating a multispeakers audio system.   Block Diagram     Product Description PN7150  High performance NFC controller with integrated firmware for smart devices PN7120  NFC controller with integrated firmware and NCI interface for Home appliances   Documents NXP-NCI MCUXpresso example   Bluetooth & Wi-Fi pairing with NFC  
View full article
Demo Enabled by IoT Sensing SDK (ISSDK) Software Framework and powered by IBM Bluemix Services. Showcasing how motion and pressure digital sensor data (11-axis) from a Sports ball with embedded sensors can be transmitted to the cloud and visualized on a web browser. Recommended Products FXAS21002|3-Axis Digital Gyroscope|NXP  3-Axis Accelerometers|NXP  MAG3110|High Accuracy, 3D Magnetometer|NXP  20 to 110kPa Absolute Digital Pressure Sensor|NXP  Learning Getting Started with ISSDK v1.0 Middleware  Sensor Products for IoT and IMM  NXP’s Sensor Toolbox Ecosystem  Other Links MPL3115 | Demo|NXP 
View full article
Description NXP offers highly-reliable, 5V power supply MCUs, which are the perfect fit for motor control in environments with high-electrical noise such as the massage roller in a massage chair. The best motor control technique for this application is the 3-phase hall sensor PMSM motor control with field-oriented motor control. Block Diagram Products Category Name 1 MCU KE02-40 MHz Product URL 1 https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-kinetis-ke02-mcus:FRDM-KE02Z40M Product Description 1 The KE02-40MHz MCU includes one 6 channel FlexTimer. FlexTimers can generate four pairs of complementary PWM signals for edge-aligned, center-aligned and phase shift PWM signals. These features mask, invert and control the function for PMSM motors. In addition, the 5-volt capability gives this MCU high-reliability on applications used in high electrical noise environments. Related Documentation Document URL Title https://www.nxp.com/docs/en/application-note/AN5237.pdf Sensorless PMSM Field-Oriented Control on Kinetis KV and KE https://www.nxp.com/docs/en/application-note/AN5294.pdf Low Cost PMSM Sensorless Field- Rev. 1, 05/2017 Application Note Oriented Control Based on KE02 https://www.nxp.com/docs/en/application-note/AN5380.pdf Using FTM, PDB, and ADC on KE1xF to Drive Dual PMSM FOC and PFC https://www.nxp.com/docs/en/application-note/AN4869.pdf Sinusoidal Control of BLDCM with Hall Sensors Based on FRDM-KE04Z and Tower Board Related Software Software URL https://www.nxp.com/webapp/Download?colCode=AN5309SW https://www.nxp.com/docs/en/application-note-software/AN5321SW.ZIP https://www.nxp.com/downloads/en/reference-applications/MCRSP_PMSM_V1.2.0.exe Related Demos from Communities Community Demos URL https://community.nxp.com/thread/465280 https://community.nxp.com/docs/DOC-101472
View full article
Description NXP connectivity solutions for smart metering address the challenges smart cities face for reliable, secure communications for remote metering and home energy management. We enable remote metering with NAN technologies like IEEE® 802.15.4 and Wireless MBUS. Additionally, NXP fosters smart energy management inside homes with HAN technologies like ZigBee®. Flow meters help smart cities measure the volume of natural gas or water at a specific time or over a long period. The measurement is then displayed on low-power segment LCDs, often driven by segment LCD drivers on a MCU. Advanced flow meters incorporate RF communication interfaces for connecting to one-way or two-way RF meter reading systems. Features Cost of the devices in the system Reliability of the devices in the system in harsh outdoor environments Battery life of the system, > 10 years Security to guard against tampering Communication interface requirements Ability to expand and update the system in the field Block Diagram Products Category Name 1: MCU Product URL 1 LPC546XX Microcontroller (MCU) Family | NXP  Product Description 1 The LPC546xx MCU family is architected to be power efficient for applications that require data aggregation from several different inputs. This MCU family provides a variety of wake-up sources including the FlexComm peripherals. Category Name 2: Wireless Product URL 1 BGS8L5 SiGe:C LNA MMIC bypass switch LTE | NXP  Product Description 1 The BGS8L5 is a LNA with bypass switch for LTE receiver applications, in a small plastic 6-pin thin leadless package. It delivers system-optimized gain for diversity applications where sensitivity improvement is required. Product URL 2 Low-Power Multi-Channel UHF RF Wireless Platform | NXP  Product Description 2 The OL2385 device is a radio frequency transceiver with an embedded MCU designed for a wide range of industrial and home applications requiring very high link budget for bidirectional RF communication. Product URL 3 Zigbee and IEEE 802.15.4 wireless microcontroller with 512 kB Flash, 32 kB RAM | NXP  Product Description 3 The JN5169 is an ultra-low-power, high-performance wireless MCU suitable for ZigBee applications. Category Name 3: Driver Product URL 1 Universal LCD driver for low multiplex rates | NXP  Product Description 1 The PCF85133 is a peripheral device which interfaces to almost any Liquid Crystal Display (LCD) with low multiplex rates. Category Name 4: Switch Product URL 1 Logic controlled high-side power switch | NXP  Product Description 1 The NX3P2902B is a high-side load switch which features a low ON resistance P-channel MOSFET. The MOSFET supports more than 500 mA of continuous current and an integrated output discharge resistor to discharge the output capacitance when disabled. Product link 2  Single pole double throw (SPDT) switch | NXP  Product Description 2 The SA630 is a wideband RF switch fabricated in BiCMOS technology and incorporating on-chip CMOS/TTL compatible drivers. Its primary function is to switch signals in the frequency range DC to 1 GHz from one 50 Ω channel to another. Category Name 5: Peripherals Product URL 1 PCF2123 | NXP   Product Description 1 The PCF2123 is a CMOS Real-Time Clock (RTC) and calendar optimized for low power applications. Data is transferred serially via a Serial Peripheral Interface (SPI-bus) with a maximum data rate of 6.25 Mbit/s. Product URL 2 -50 to 50kPa, Differential and Gauge Pressure Sensor | NXP  Product Description 2 On-chip, bipolar op amp circuitry and thin film resistor networks to provide a high output signal and temperature compensation. Category Name 6: Secure Product URL 1 A71CH | Plug and Trust for IoT | NXP  Product Description 1 A71CH is a ready-to-use secure element for IoT devices providing a root of trust at the IC level and delivers, chip-to-cloud security right out of the box, so you can safely connect to IoT clouds and services, including AWS, IBM Watson IoT™ Platform, and Google Cloud™ IoT Core without writing security code or exposing keys. Tools Product Link OM13098: LPCXpresso54628 Development Board OM13098 | LPCXpresso Development Board | LPC Microntrollers (MCUs) | NXP  OM2385/SF001 - OL2385 Wireless sub-GHz Transceiver SIGFOX Development Kit with KL43Z OM2385/SF001 - SIGFOX Development Kit | NXP  OM15020: JN5169 USB Dongle for ZigBee JN5169 USB Dongle for ZigBee | NXP  OM3710/A71CHARD | A71CH Arduino® compatible development kit OM3710/A71CHARD | A71CH Arduino® compatible development kit | NXP  OM13512: Demoboard for the SPI-bus RTC PCF2123 Demoboard for the SPI-bus RTC PCF2123 | NXP 
View full article
I'M Smartwatch, Smart TV's, and an interview by UI Labs CEO about natural user interfaces. The consumer experience is leading the way for the Connected Home. When technology emerges in the market, it's adopted by consumers first and then spreads into enterprise and industrial organizations.       Features See different demos showing different types devices that can be found in the home Tablets, Wearable Android watch and set top boxes interacting with TVs and smart phones Taking advantage of the i.MX6 features using Natural User Interface and showing fluid movement and seamless transitions in videos displayed using the i.MX6 processor Featured NXP Products i.MX6Q: i.MX 6Quad Processors – Quad Core Links Consumer Block Diagram
View full article
Overview Home broadband access is undergoing the biggest change since the advent of low-cost fiber. Millimeter-wave (mmWave) radio technology is bringing fiber-like speeds without the cost of digging up consumers’ yards to lay new cables. The problems associated with mmWave signal propagation have been mitigated with massive MIMO and signal processing, techniques that NXP’s Airfast modules and Layerscape Access processors have helped enable. However, as with fiber access, the challenge of bringing the broadband connection indoors has remained. The existing approach is to have a technician visit the site and route cabling and possibly power to outdoors, incurring cost, inconveniencing customers, and potentially damaging property. At the 2020 Consumer Electronics Show, NXP demonstrated how its contactless power and connectivity technology overcomes this challenge. NXP’s wireless power technology efficiently transmits power through a window—one made of low-E glass, no less—from a small indoor unit mounted on the window to a corresponding outdoor unit. The same units also transmit broadband data at gigabit speeds using NXP’s wireless data-link technology based on a Layerscape Access programmable baseband processor. This innovative through-glass approach overcomes a practical and economic challenge of internet service providers and helps enhance customer satisfaction. Diagram Differentiation Complete wireless data + power solution. Proprietary Wireless Data-Link technology enables Gigabit speeds and sub-millisecond latency. 65W+ Wireless Power delivery with robust voltage source characteristics & high efficiency. NXP Products Product Name Layerscape Access LA1575 Programmable Wireless Platform | NXP  WPS-65WS Single Coil Wireless Power Solution | NXP 
View full article
This video shows how to control the QN9080 PWM using NXP's Toolbox Android app via simple commands.
View full article
  Description Faced with limited resources and booming demand, the energy industry seeks greater efficiencies within complex energy management and distribution processes, all while providing the best consumer experience. To achieve better service and smarter, streamlined processes, energy providers require reliable, real-time access to data.   A smart plug controls the energy supply of devices connected to it. Using a ZigBee® interface this device connects to a gateway where you can send commands to turn on/off or see the power consumption of the device connected to it.   Features   Tamper detection with time stamping USB battery charging (CC/CV) and Energy Star 2.0 compliant Very low current solution for long battery life System BOM is low in component count and cost 6 LED drivers Integrated power amplifier for long range and robust communication   Block Diagram     Products   Category Name 1:  MCU Product URL 1 Arm® Cortex®-M0+|Kinetis® KM1x 50 MHz 32-bit MCUs | NXP  Product Description 1 The KM1x include a high-accuracy, real-time clock delivers less than 5 PPM drift over temperature. Metrology firmware for calculating active, reactive and apparent power using a variety of algorithms is provided free of charge.   Category Name 2: Power management Product URL 1 HV start-up flyback controller with integrated MOSFET for 5 W applications, f~burst = 1270 Hz | NXP  Product Description 1 The TEA1721 is a small and low cost module Switched Mode Power Supply (SMPS) controller IC for low power applications (up to 5 W) and operates directly from the rectified universal mains input. Product URL 2 PCA9410/9410A | NXP  Product Description 2 The PCA9410 and PCA9410A DC-to-DC converters are optimized for battery-powered applications. High efficiency of up to 94% enables an extended battery life in all portable designs.   Category Name 3: Wireless Product URL 1 Zigbee and IEEE 802.15.4 wireless microcontroller with 512 kB Flash, 32 kB RAM | NXP  Product Description 1 The JN5169 is an ultra-low-power, high-performance wireless MCU suitable for ZigBee® applications.   Category Name 4: Peripherals Product URL 1 PCA9955BTW | NXP  Product Description 1 The PCA9955B is an I2C-bus controlled 16-channel constant current LED driver optimized for dimming and blinking 57 mA Red/Green/Blue/Amber (RGBA) LEDs. Product link 2  PCF2129 | NXP  Product Description 2 The PCF2129 is a CMOS Real Time Clock (RTC) and calendar with an integrated Temperature Compensated Crystal (Xtal) Oscillator (TCXO) and a 32.768 kHz quartz crystal optimized for very high accuracy and very low power consumption.   Documentation Power Management for Kinetis:  https://www.nxp.com/docs/en/application-note/AN4503.pdf   Tools   Product Link TWR-KM34Z50M: Kinetis M Series Tower System Module TWR-KM34Z50M|Tower System Board|Kinetis MCUs | NXP  TEA1721BDB1065: TEA1721 universal mains white goods flyback SMPS demo board TEA1721 universal mains white goods flyback SMPS demo board | NXP  OM15020: JN5169 USB Dongle for ZigBee JN5169 USB Dongle for ZigBee | NXP 
View full article
Description Industry 4.0 is evolving the industrial landscape and businesses must change their processes and create progressively smaller, more efficient motor control platform designs. NXP supports these trends by securing interfaces, increasing flexibility and design speed of the control stage, and reducing the size of the power stage while still increasing power density. Block Diagram Products Category Name 1: MCU Product URL 1 Arm® Cortex®-M0+|Kinetis® KE06 48 MHz 32-bit 5V MCUs | NXP  Product Description 1 The KE06 delivers a next-generation solution with enhanced ESD/EMC performance for cost-sensitive, high-reliability device applications used in high electrical noise environments. The KE06 features One 6-channel FlexTimer/PWM (FTM) for motor control, along with Two 2-channel FlexTimer/PWM (FTM). Product link 2 Arm® Cortex®-M4|Kinetis KV4x Real-time Control MCUs | NXP  Product Description 2 The KV4x is a high-performance solution offering exceptional precision, sensing, and control for some of the most demanding applications in motor and power control. The KV4x features advanced high-speed and high-accuracy peripherals such as high-resolution pulse-width modulation (PWM) with 312 picosecond resolution, dual 12-bit analog-to-digital converters (ADCs) sampling at 4.1 mega samples per second (MSPS), a total of 30 PWM channels for support of multi-motor systems and dual FlexCAN modules.   Category Name 2: Digital signal controllers Product URL 1 MC56F84xxx|Digital Signal Controllers | NXP  Product Description 1 The MC56F84xxx is the market's fastest digital signal controller, offering exceptional precision, sensing, and control for the most efficient digital power conversion and advanced motor control applications. TheMC56F84xxx has up to 24 PWM channels with input capture.   Category Name 3: CAN transceiver Product URL 1 TJA1044 | High-speed CAN transceiver with Standby mode | NXP  Product Description 1 TheTJA1044 provides an interface between a Controller Area Network (CAN) protocol controller and the physical two-wire CAN bus. TheTJA1044 has an excellent EMC performance at speeds up to 500 kbit/s, even without a common mode choke. Related Documentation Document URL Title https://www.nxp.com/docs/en/application-note/AN4912.pdf Tuning 3-Phase PMSM Sensorless control application using MCAT Tool https://www.nxp.com/docs/en/application-note/AN4870.pdf Tuning 3-Phase BLDC motor sensorless control using MKV10 https://www.nxp.com/docs/en/application-note/AN4560.pdf PWM synchronization using Kinetis Flextimers https://www.nxp.com/docs/en/application-note/AN5014.pdf Three-Phase PMSM Sensorless FOC using MC56F82748 and MC56F84789 with Automated Motor Parameter Identification https://www.nxp.com/docs/en/application-note/AN4826.pdf Schematic and PCB Layout Guidelines for Digital Signal Controllers - Application Note https://www.nxp.com/docs/en/application-note/AN4795.pdf eFlex PWM Fault Handling on MC56F84xxx and MC56F82xxx DSCs - Application Notes https://www.nxp.com/docs/en/application-note/AN4746.pdf   High-Resolution PWM Generation Using MC56F82xx, MC56F84xxx, MC56F823xx, and MC56F827xx DSC Families - Application Notes https://www.nxp.com/docs/en/application-note/AN4680.pdf PMSM electrical parameters measurement https://www.nxp.com/docs/en/application-note/AN4608.pdf Use of PWM and ADC on MC56F84789 to Drive Dual PMS Motor FOC https://www.nxp.com/docs/en/application-note/AN4410.pdf FlexTimer and ADC synchronization for Field-Oriented-Control Tools Tools URL TWR-KV46F150M|Tower System Board|Kinetis MCUs | NXP    Related Demos from Communities   Related Demos URL https://community.nxp.com/docs/DOC-100867  https://community.nxp.com/docs/DOC-101516 
View full article
For further information visit the complete guide on our NXP Designs: https://community.nxp.com/docs/DOC-344585 
View full article
Description Faced with limited resources and booming demand, the energy industry seeks greater efficiencies within complex energy management and distribution processes, all while providing the best consumer experience. To achieve better service and smarter, streamlined processes, energy providers require reliable, real-time access to data. This smart energy gateway device gathers data from the sensors around it and uploads that information to the internet where it is processed and shown to the user. This solution has two approaches, one with a LPC MCU with low-power consumption and a Sigfox interface to send the data to. The other approach is with an i.MX 6UL MPU with Bluetooth, Ethernet and USB interfaces. Both designs share ZigBee® connectivity in order to communicate with the devices around it. Features LPC MCU offers low-power consumption Sigfox interface to send data i.MX 6UL MPU with Bluetooth Ethernet interface USB interface ZigBee connectivity Block Diagram Products Category Name 1: MCU and MPU Product URL 1 LPC540XX Family of Microcontrollers (MCUs) | NXP  Product Description 1 The LPC54SXX offers a power-efficient and unique architecture, advanced HMI and flexible communication peripherals for real-time performance in the next-generation IoT. Product URL 2 i.MX 6UltraLite Applications Processor | Single Arm® Cortex®-A7 @ 696 MHz | NXP  Product Description 2 The i.MX 6UltraLite applications processor includes an integrated power management module that reduces the complexity of external power supply and simplifies power sequencing. Category Name 2: Power management Product URL 1 10-Channel Configurable PMIC | NXP  Product Description 1 The PF3001 power management integrated circuit (PMIC) features a configurable architecture that supports numerous outputs with various current ratings as well as programmable voltage and predefined sequencing. Product URL 2 PCA9410/9410A | NXP  Product Description 2 The PCA9410 and PCA9410A are highly efficient 3.0 MHz, 500 mA, step-up DC-to-DC converters. They convert input voltages from 2.5 V to 5.25 V to a fixed output voltage of 5.0 V. Product URL 3 TJA1101 | 2nd generation PHY Transceiver | NXP  Product Description 3 The IEEE 802.3bw (100BASE-T1) compliant TJA1101 Ethernet PHY transceiver provides 100 Mbit/s transmit and receive capability over unshielded twisted pair (UTP) cables to withstand the most taxing automotive applications, while still maintaining low-power consumption and system costs. Product URL 4 USB PD and type C current-limited power switch | NXP  Product Description 4 The NX5P3290 is a precision adjustable current-limited power switch for USB PD application. The device includes under voltage lockout, over-temperature protection, and reverse current protection circuits to automatically isolate the switch terminals when a fault condition occurs. Product URL 5 HV start-up flyback controller with integrated MOSFET for 5 W applications, f~burst = 1270 Hz | NXP  Product Description 5 The TEA1721 is a small and low cost module Switched Mode Power Supply (SMPS) controller IC for low power applications (up to 5 W) and operates directly from the rectified universal mains input. Category Name 3: Peripherals Product URL 1 PCF2129 | NXP  Product Description 1 The PCF2129 is a CMOS Real Time Clock (RTC) and calendar with an integrated Temperature Compensated Crystal (Xtal) Oscillator (TCXO) and a 32.768 kHz quartz crystal optimized for very high accuracy and very low power consumption Product URL 2 BGS8L5 SiGe:C LNA MMIC bypass switch LTE | NXP  Product Description 2 The BGS8L5 is a LNA with bypass switch for LTE receiver applications, in a small plastic 6-pin thin leadless package. It delivers system-optimized gain for diversity applications where sensitivity improvement is required. Product URL 3 PCAL6408A | NXP  Product Description 3 The PCAL6408A is an 8-bit general purpose I/O expander that provides remote I/O expansion for most microcontroller families via the I²C-bus interface. Product URL 4 PCA9626 | NXP  Product Description 4 The PCA9626 is an I²C-bus controlled 24-bit LED driver optimized for voltage switch dimming and blinking 100 mA Red/Green/Blue/Amber (RGBA) LEDs. Product URL 5 Single pole double throw (SPDT) switch | NXP  Product Description 5 The SA630 is a wideband RF switch fabricated in BiCMOS technology and incorporating on-chip CMOS/TTL compatible drivers. Its primary function is to switch signals in the frequency range DC to 1 GHz from one 50 Ω channel to another. Category Name 4: Wireless Product URL 1 Zigbee and IEEE 802.15.4 wireless microcontroller with 512 kB Flash, 32 kB RAM | NXP  Product Description 1 The JN5169 is an ultra-low-power, high-performance wireless MCU suitable for ZigBee applications. Product URL 2  Low-Power Multi-Channel UHF RF Wireless Platform | NXP  Product Description 2 The OL2385 device is a radio frequency transceiver with an embedded MCU designed for a wide range of industrial and home applications requiring a very high link budget for bidirectional RF communication. Product URL 3 QN908x: Ultra-Low-Power Bluetooth Low Energy System on Chip (SoC) Solution | NXP  Product Description 3 QN908x is an ultra-low-power, high-performance and highly integrated Bluetooth Low Energy solution for Bluetooth® Smart applications. Category Name 5: NFC Product URL 1 NTAG213F, NTAG216F | NFC Forum Type 2 Tag compliant IC with field detection | NXP  Product Description 1 The NTAG213F offers innovative functionalities like the configuration of a field detection, the SLEEP mode, the FAST_READ command, and a configurable password protection. These capabilities fit perfectly for applications in electronics, i.e. connection handover, Bluetooth® simple pairing, Wi-Fi protected set-ups, device authentication or gaming. Product URL 2  PN5180 | Full NFC Forum-compliant frontend IC | NXP  Product Description 2 The PN5180 is a high-performance full NFC Forum-compliant frontend IC for various contactless communication methods and protocols. Category Name 6: Security Product URL 1 A1006 | Secure Authenticator IC: Embedded Security Platform | NXP  Product Description 1 The A1006 Secure Authenticator Solution is a complete embedded security platform for electronic accessories, mobile phones, portable devices, computing and consumer electronic devices, and embedded systems where a strong security infrastructure is required. Tools Product Link MCIMX6UL-EVK: i.MX6UltraLite Evaluation Kit i.MX6UltraLite Evaluation Kit | NXP  KITPF3000FRDMEVM: Evaluation Kit for PF3000/1 Power Management Integrated Circuit Evaluation Kit for PF3000/1 Power Management Integrated Circuit | NXP  OM13513: RTC demoboard containing PCF2127T and PCF2129AT RTC demoboard containing PCF2127T and PCF2129AT | NXP  OM25180FDK: PN5180 NFC Frontend Development Kit for POS Terminal Applications OM25180 |PN5180 NFC Development Kit for POS Readers | NXP 
View full article
Introduction The LS1046A MPU capabilities to manage data are one of the cornerstones in its design, this makes it a perfect choice when the end-application is related to data network management. The Frame Management features enable the possibility to process big data files that later on can be distributed by the network. The LS1046A also offers up-to 3 PCIe 3.0 Lanes to connect-state-of-the-art wireless cards and one SATA 3.0 interface that can be used for high-speed storage purposes. Overview This demonstration belongs to a demo bundle of the FRWY LS1046A, it intends to showcase the performance of the board in different use cases regarding edge computing. This demo provides the user an example of the LS1046A behavior when is used as a video streamer box over the QCA M.2 Wi.Fi. card. The user can access to the video vault by using a LAN infrastructure and reproduce any video in a tablet, smartphone or smart tv. Video streaming applications, centralize the highest workload in specific single or distributed systems, leaving the end-device a low demand workload. Having single-purpose systems allows an easier upgradable storage capacity, which translates to lower costs in these devices. Block Diagram Products NXP Product Link FRWY LS1046A TP LS1046A Freeway Board | NXP
View full article
  Overview Small and medium appliances are part of the things we use every day in our homes. Some of these applications have a similar operating foundation, in this post we present the necessary tools with which you can learn and develop your own application. Block Diagram Base Small and medium appliances are part of the things we use every day in our homes. Some of these applications have a similar operating foundation, in this post we present the necessary tools with which you can learn and develop your own application. For this application we use the i.MX RT1050 as the main MCU. Guides for using NFC with the i.MX RT MCU Guide for using NTAG I²C plus with i.MX RT Boards NFC Reader Library Porting to i.MX RT1050 Guide for user interface with i.MX RT 1050 Hands-On Workshop: Graphics—How To Create Graphics with i.MX RT (1060, 1050 or 1064) - Lab Material 1 Base and Motor Control A second diagram gives us an equal basis, only with the difference of an extra motor control block, we continue to use the i.MX RT 1050 Guide for the use of motor control Get Your Motor Spinning with i.MX RT - Lab 1 Get Your Motor Spinning with i.MX RT - Lab 2 To finish it is necessary to unite everything done with the previous tutorials to have a complete application, which corresponds to the following diagram. Create your application with and share it with us in the NXP Designs community
View full article