NXP Designs Knowledge Base

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

NXP Designs Knowledge Base

Discussions

Sort by:
Most of the Ethernet PHY support multi-functions and provide much more flexible configure capability to fine tune timing or function enable by configure their registers. Ethernet PHY registers tool provide a simple way to read/write PHY registers by MDC/MDIO. This will help in development or issue debug. 
View full article
  Overview NXP solutions enable AD/DC chargers in hybrid electric vehicles (HEV). The AD/DC charger interfaces with the battery management system to ensure a proper charge of electricity of the cells until it fulfills high-voltage (HV) requirements. Our comprehensive portfolio provides the critical building blocks for high-performance, efficient and safe pawer management control system for electric traction motors.   Use Cases This solution can be applied and various sectors of the industry, specially in the automotive field. NXP solutions enable Hybrid and Electric Vehicles applications as: Converters and Chargers Stop/Start Systems Power inverters   Block Diagram Products Category MCU Product URL S32K144EVB: S32K144 Evaluation Board  Product Description The S32K144EVB is a low-cost evaluation and development board for general purpose automotive applications.   Category Safety SBC Product URL 1 FS6500: Grade 1 and Grade 0 Safety Power System Basis Chip with CAN Flexible Data Transceiver  Product Description The NXP® FS6500 system basis chip (SBC) provides power to MCUs and optimizes energy consumption through DC/DC switching regulators, linear regulators, and ultra-low-power saving modes.   Category RTC Product URL PCA85073A: Automotive tiny Real-Time Clock/Calendar with alarm function and I2C-bus  Product Description The PCA85073A is a CMOS1 Real-Time Clock (RTC) and calendar optimized for low power consumption.   Category Serial Interface Product URL  MC33660: ISO K Line Serial Link Interface  Product Description The NXP® MC33660 is a serial link bus interface device designed to provide bi-directional half-duplex communication interfacing in automotive diagnostic applications.
View full article
About this demo This demo is based on the Wireless UART example from the SDK available on Welcome | MCUXpresso SDK Builder selecting the QN908X board.  The main idea of this demo is to be able to send commands from one device to another, it could be from a QN9080DK, a phone using our NXP application: IoT Toolbox or even an FRDM-KW41Z, this is possible because of the BLE protocol used in all our devices. The end-device used is a QN9080DK, this board receives the message, does parsing and triggers a PWM function using the values sent from another device. This signal can be used in different applications, typically controlling smart lighting brightness and color, speed of motor controls and audio or video amplifiers. The goal of this demo is to implement a task for our FreeRTOS scheduler in order to be able to control a PWM while the BLE connection is still running and receive new incoming messages.   Video Limitations We only interpret ON, OFF and a string of values for our 3 signal outputs. The string of values has to be in the following syntax: rXXX,gXXX,bXXX. An example of this could be r255,g130,b200. The max value should be 255 in order to achieve 100% of the duty cycle, for this example, we are using is at 100 Hz. The connection is not using pairing or bonding modes, so no device information is saved on the non-volatile memory due to this if the connection is lost we need to follow the initial connection procedure. The amount of bytes that can be sent is limited by the macro: #define gAttMaxMtu_c in the ble_constants.h file from the project, we recommend to leave it as it is.   Useful Links Useful documentation is available in the SDK previously downloaded: <SDK Installation folder>...\SDK_2.2.1_QN908XCDK\docs   Link Description https://www.nxp.com/webapp/Download?colCode=QN908x-DK  QN908xDK User’s Guide Welcome | MCUXpresso SDK Builder  SDK Builder site Wireless Connectivity  NXP Wireless Community Connectivity Software: Implement tickless mode in FreeRTOS  Document for implementing a new task using OSA Abstraction layer of FreeRTOS https://www.nxp.com/docs/en/nxp/data-sheets/QN908x.pdf QN908x Datasheet for pins functions   Required Items Link Description QN908x: Ultra-Low-Power Bluetooth Low Energy System on Chip (SoC) Solution | NXP  It is required at least one as an end-point. Oscilloscope  An Oscilloscope to visualize the PWM. Hardware Diagram Step-by-Step Guide Download de QN908x SDK Download the attached .zip file. Import it into MCUXpresso, for the end node you should only use the qn908xcdk_wireless_uart_peripheral project. If you want to use a second QN board to send the commands it is required to also import the qn908xcdk_wireless_uart_central project. Once the projects are imported, we need to flash each board with a project and connect the PA9, PA10, and PA18 pins to our oscilloscope in order to visualize the signal. Connect the USB cables to the computer and open Teraterm with the following values: 115200, 8 bits, none,1 bit, none. Press the RESET Button (SW3) of the Peripheral board Press the Button1 (SW1) after the message: "Wireless UART starting as GAP Peripheral, press the role switch to change it.", an "Advertising" should appear. If a second QN board is used (central), we need to open a second Teraterm session and set it to the same Serial configurations from point 5. If an Android phone is used we need to have the IoT Toolbox application installed and select the Wireless UART example and connect to the Peripheral board using the interface. To pair the Central board to the Peripheral it is required to press the RESET Button (SW3) of the Central board while the Peripheral board is advertising and then Push the Button1 (SW1). Once the boards are connected, we need to paste the message to our terminal in order to be sent as one message. The message should be seen in the other board terminal. Send "ON" to activate the PWM functionality. Send "r255,g128,b64" to set the PWM pins to 100%, 50%, 25%. This signal must be displayed at 100Hz on the oscilloscope. Send "OFF" to deactivate the PWM functionality.   Further Information The Demo is based on the Wireless UART example, The BleApp_ReceivedUartStream function is modified to compare de received strings. The getValuesRGB converts the string into integer values to be assigned to the global variables red, green, blue. Inside getValuesRGB we use the OSA abstraction layer for FreeRTOS to create the task using: OSA_TaskCreate and creating the task named: vfnTaskPWM. vfnTaskPWM configures the timer and initializes the PWM values using the CTimer driver functions and starts the CTimers.     Results 1. After the QN9080 is flashed and in Advertising mode, we have to connect our Central device, Which in this case is an Android phone. In or Teraterm we should be able to see this message: 2. Then, we get the Connected status from our devices and we should be able to send the ON command and the RGB values, Teraterm indicates the integer values and the string received.         3. When we send the OFF command the PWM signals should be 0 V.   4. Here is another example:    
View full article
Overview   RFID enhances theft protection by giving each animal a unique, encrypted identification. Meat industry stakeholders can improve disease control by storing and updating vaccination and movement data directly into each animal’s chip, or by correlating the identification number with this information in the backend system. Such traceability ensures consumers healthy and tasty meat, with clear proof of origin. The ability to track livestock and their movements allows governments to trace what occurs in the supply chain, and to tax each player appropriately. In the case of disease outbreaks, the technology makes it possible to identify which flocks have been affected, which helps to avoid unnecessary waste. Application Benefits of RFID Livestock Management   Provides proof of origin Verifies age and supports disease control Automates handling at farm and auction house Provides theft protection Supports storage and updating of vaccination and movement data   RFID Features Beneficial to Application Permanent identification No line-of-sight requirement Simultaneous multiple identification Robust and suitable for harsh environments Compliance with government mandates   Recommended Products   RFID Link HITAG 2 transponder IC HT2x | NXP  HITAG µ / Advanced / Advanced+ HTMS1x01 HTMS8x01 | NXP 
View full article
  Overview Smart, integrated building systems empower users to improve energy efficiency, lower maintenance costs, and conveniently control environments from smartphones and advanced HMIs. Their interconnected features house a platform of big data to make smarter, environmental-friendly decisions while ensuring maximum comfort and performance. Features Smart Peephole implement camera capture and LCD display function at the same time. Touch screen to trigger JPEG compression and storage. User can take it as a reference for basic framework for video transfer. Optional WiFi & BLE module to transmit the captured information to the user. Use Cases Home secure. Supervising children and pets. Loss prevention. Locating bugs and pests. Vandalism deterrence. Block Diagram Products Category MCU Product URL i.MX RT1050 Crossover MCU with Arm® Cortex®-M7 core  Product Description The i.MX RT1050 is the industry's first crossover MCU and combines the high-performance and high level of integration on an applications processors with the ease of use and real-time functionality of a microcontroller.   Category RTC Product URL PCF85063TP: Tiny Real-Time Clock/calendar  Product Description The PCF85063TP is a CMOS Real-Time Clock (RTC) and calendar optimized for low power consumption.   Category Wireless Product URL 1 QN902X: Ultra low power Bluetooth LE system-on-chip solution  Product Description 1 QN902x is an ultra-low power, high-performance and highly integrated Bluetooth LE solution. Product URL 2 88W8801: 2.4 GHz Single-Band 1x1 Wi-Fi® 4 (802.11n) Solution  Product Description 2 The 88W8801 is a highly integrated, single-band (2.4 GHz) Wi-Fi 4 1x1 System-on-Chip (SoC), specifically designed to support High Throughput (HT) data rates.
View full article
  Overview For companies working on package drone delivery solutions, NXP technology provides a way to confirm that drones are operating within authorized airspace corridors, and then to secure an electronic signature before the drone sets down on the ground. The NXP electronic signature solution uses NXP Bluetooth Low Energy (BLE) to obtain a valid signature for delivery: The consumer would receive an electronic package notification via BLE to their mobile device The drone hovers over the delivery zone until it obtains the electronic signature After receiving the signature, the drone releases the package and returns to the point of origin, or it could travel to a nearby location for a package return Benefits For consumers: Drone delivery equals rapid, as well as reduced cost delivery, however, for both businesses and consumers need a way to verify parcel receipt. NXP’s electronic signature solution is efficient and non-invasive For businesses: Wireless signature confirmation ensures a level of protection of a valuable piece of commercial equipment (the drone), and reduces potential liability for loss due to theft or inaccurate parcel delivery For regulatory bodies: The electronic identification traveling with the drone helps ensure compliance with flight corridor restrictions, especially if those corridors require dynamic mapping   Block Diagram   Recommended Products Category Products Features BLE SoC K32W061/41 MCUs for Zigbee®, Thread, and Bluetooth® Low Energy 5.0 |NXP Multiprotocol RF | NXP  Powered by an Arm® Cortex®-M4 MCU and with 640 KB on-board flash and 152 KB SRAM.   KW39/38/37 32-bit Bluetooth 5.0 Long-Range MCUs|NXP | NXP  Bluetooth Low Energy version 5.0 and generic FSK radio.   QN9090/30(T) Bluetooth 5.0 Low Energy MCU with NFC | NXP  Low energy devices that achieve ultra-low-power consumption and integrate an Arm®Cortex®-M4 CPU Up to 640KB onboard flash and 152 KB SRAM Drone PX4 Robotic Drone FMU | RDDRONE-FMUK66 Proven business-friendly open source software with available enterprise support: PX4, QGroundControl Supports all airframes: Use it for Quadcopters, Hexacopter, VTOL, planes, rovers, cars, and other robots Rapid-IOT to Drone adapter board Rapid-IOT to Drone adapter board Adapter board fully designed for Rapid IoT Prototyping Kit UAVCAN communication between drone and Rapid IOT Works with PX4 flight controllers such as RDDRONE-FMUK66 or Pixhawk NXP Rapid IoT Prototyping Kit Rapid IoT Prototyping Kit Expandable to most IoT end-node use cases with 400+ Click boards Multiple sensors (Gyroscope, Acc/Mag., Barometer/Temp., Air Quality, Ambient light and capacitive touch)
View full article
NXP Content: PN7462, NTAG I²C plus NXP Recommends: PN7462, NTAG I²C plus The NFC Cube is a universal demo with which all 3 basic NFC operation modes can be shown: Interaction between a device and a card or tag Interaction between 2 electronic devices (NFC as cable replacement) Interaction between a device and an NFC phone Value Propositions The NFC Cube is a universal NFC demo Support Under https://nxp.box.com/NFCcube you find more information and a video showing the NFC Cube in action.
View full article
Demo See NXP breakthrough automotive designs using radar that enhance safety and the driver experience with ADAS and other safety applications Products S32R27 Radar Processor • CPU: Dual Z7’s with Lock-step Z4 enabling ASIL-D applications • Embedded memory: 2 MB Flash & 1.5 MB SRAM (both ECC) • Radar signal processing toolkit: best in class performance per power MR3003 Radar Transceiver • Fully integrated SiGe radar front end for 76-81 GHz • Tx 5-bit phase rotators, and Tx BPSK modulator • 3 transmitter and 4 receiver channels • ISO 26262 compliant – ASIL level B • Optimized for fast chirp modulation • Support for 4 GHz bandwidth TEF810X Radar Transceiver • Fully integrated RFCMOS radar front end for 76-81 GHz • 3 transmitter and 4 receiver channels • LVDS, CIF and CSI-2 interface • ISO 26262 compliant – ASIL level B • Lowest power: 1.2 W • Support for 4 GHz bandwidth
View full article
This doc explain the S32G STR feature details and how to modify it to integrate with M kernel STBY demo, to achieve the fast boot. chinese version: 本文说明S32G A53核STR详细情况及定 制,定制部分说明如何与M7 standby demo结 合,来实现整个产品的快速启动。 请注意本文为培训和辅助文档,本文不是 官方文档的替代,请一切以官方文档为准。 目录 1 参考资料说明 ............................................................. 2 2 Demo创建运行过程 ................................................... 2 3 Linux STR流程 ........................................................... 2 4 ATF Suspend流程 ..................................................... 5 4.1 Suspend流程 .......................................................... 5 4.2 Full boot resume流程 ............................................. 7 5 定制修改 .................................................................... 9 5.1 ATF中实现主核切换为M7 ....................................... 9 5.2 ATF中去掉PMIC与I2C4 ....................................... 11 5.3 ATF中去掉wkpu驱动 ............................................ 17 5.4 Uboot中去掉PMIC与I2C4 ..................................... 18 5.5 Kernel中去掉I2C4 ................................................ 19 6 发布 ......................................................................... 20   This article explains the details and customization of S32G A53 core STR. The customization part explains how to combine with M7 standby demo to realize the quick start of the whole product. Please note that this article is a training and auxiliary document. This article is not a substitute for the official document. Please refer to the official document. Contents 1    Reference materials. 2 2    STR Demo. 2 3    Linux STR call flow.. 2 4    ATF Suspend call flow.. 5 4.1  Suspend flow.. 5 4.2  Full boot resume flow.. 7 5    Customization. 9 5.1  The STR main core is switched to M7 in ATF. 9 5.2  ATF remove PMIC and I2C4. 11 5.3  ATF remove wkpu driver 17 5.4  Uboot remove PMIC and I2C4. 18 5.5  Kernel remove I2C4. 19 6    Release. 20
View full article
  Overview China stopped providing analog walkie talkie licenses which consequently has created a high demand for more digital walkie talkie applications. The digital walkie talkies transmits speech in the form of digital encoding. DMR (time division),is more widely used and has a communication speed of 9.6kbps so efficient compression algorithms are necessary. Digital walkie-talkie advantages: Less bandwidth than analog walkie talkie Can use encryption algorithm for higher security Easy networking High quality speech The Airfast® RF power portfolio brings extreme ruggedness and high gain to mobile radio applications. The high gain of our devices helps eliminate amplification stages and reduce system cost. Plus, the high efficiency of the portfolio allows customers to use smaller heatsinks and housing while improving reliability. The broadband capability of the mobile radio devices enables full performance across each band. Block Diagram Products Category MCU Product URL K24_120: Kinetis® K24-120 MHz, Full-Speed USB, 256KB SRAM Microcontrollers (MCUs) based on Arm® Cortex®-M4 Core  Product Description The Kinetis® K24 120 MHz MCU family targets low-power, cost-sensitive applications requiring high-performance processing efficiency and large memory densities.   Category Accelerometer Product URL MMA8653FC: ±2g/±4g/±8g, Low g, 10-Bit Digital Accelerometer  Product Description The NXP® MMA8653FC 10-bit accelerometer has industry leading performance in a small DFN package.   Category Secure Element Product URL A1006: Secure Authenticator IC - Embedded Security Platform  Product Description The Secure Authenticator IC is manufactured in a high-density submicron technology.   Category Audio Amplifier Product URL TDF8530TH: I2C-Bus Controlled Quad Channel 45 W / 2 Ω Class-D Power Amplifier with Full Diagnostics  Product Description The TDF8530 is a quad Bridge-Tied Load (BTL) car audio amplifier comprising an NDMOST-NDMOST output stage based on SOI BCDMOS technology.
View full article
Description A bicycle with an integrated electric motor and a rechargeable battery, making it an eco-friendly, zero-emission vehicle ideal for smart cities. An important feature of an E-Bike is that it must be reliable and can be used for long periods.   Block Diagram   Products Category Name 1: Microcontroller Product 1 URL 1 https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/ke-series-cortex-m4-m0-plus/kinetis-ke02-20-mhz-entry-level-microcontrollers-mcus-based-on-arm-cortex-m0-plus-core:KE02 Product 1 Description 1 The Kinetis KE02 includes a powerful array of analog, communication and timing and control peripherals with specific flash memory size and the pin count. The K02 acts as a low-power, high-robustness, and cost-effective microcontroller with one 6-channel FlexTimer/PWM and two 2-channel FlexTimer/PWM. Product 2 URL 1 Arm® Cortex®-M4|Kinetis® K64 120 MHz 32-bit MCUs | NXP  Product 2 Description 1 Kinetis ®  K64-120 MHz, 256 KB SRAM Microcontrollers (MCUs) based on Arm ®  Cortex ® -M4 Core   Category Name 2: Gate driver Product 1 URL 1 https://www.nxp.com/products/power-management/motor-and-solenoid-drivers/bldc-h-bridge-stepper/3-phase-brushless-motor-pre-driver:GD3000 Product 1 Description 1 The GD3000 is a gate driver IC for three-phase motor drive applications providing three half-bridge drivers, each capable of driving two N-channel MOSFETs.   Category Name 3: LED Driver Product URL 1 https://www.nxp.com/products/power-management/lighting-driver-and-controller-ics/ic-led-controllers/16-channel-fm-plus-ic-bus-57-ma-20-v-constant-current-led-driver:PCA9955BTW 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 in amusement products. Each LED output has its own 8-bit resolution (256 steps) fixed frequency individual PWM controller that operates at 31.25 kHz with a duty cycle that is adjustable from 0 % to 100 % to allow the LED to be set to a specific brightness value.   Category Name 4: Logic USB Type-C Configuration Channel Product URL 1 https://www.nxp.com/products/interfaces/usb-interfaces/usb-type-c-true-plugn-play/usb-pd-phy-and-cc-logic/cc-logic-for-usb-type-c-applications:PTN5150 Product Description 1 PTN5150 is a small thin low power CC Logic chip supporting the USB Type-C connector application with Configuration Channel (CC) control logic detection and indication functions. The PTN5150 enables USB Type-C connector to be used in both host and device ends of the Type-C cable   Category Name 5: Current-Limited Power Switch Product URL 1 https://www.nxp.com/products/power-management/load-switches/usb-pd-and-type-c-current-limited-power-switch:NX5P3290UK Product Description 1 The NX5P3290 includes under-voltage lockout, over-temperature protection, and reverse current protection circuits to automatically isolate the switch terminals when a fault condition occurs.   Category Name 6: Secure Product 1 URL 1 A71CH | Plug and Trust for IoT | NXP  Product Description 1 Plug and Trust - The fast, easy way to deploy secure IoT connections   Category Name 7: NFC Product 1 URL 1 PN5180 | Full NFC Forum-compliant frontend IC | NXP  Product Description 1 Full NFC Forum-compliant frontend IC   Category Name 8: GPIO Expander Product 1 URL 1 PCAL6534 | Level translating GPIO Expander | NXP  Product Description 1 Ultra-low-voltage, level translating, 34-bit I2C-bus/SMBus I/O expander   Category Name 8: NFC smartcard Product 1 URL 1 https://www.nxp.com/products/rfid-nfc/mifare-hf/mifare-desfire/mifare-desfire-ev2:MIFARE_DESFIRE_EV2_2K_8K Product Description 1 Secure, contactless multi-application IC with an enhanced feature set for Smart City applications Related Documentation   Document URL Title https://www.nxp.com/docs/en/application-note/AN10439.pdf Wafer-level chip-scale package https://www.nxp.com/docs/en/application-note/AN5322.pdf AN5322, TPMS wheel location introduction and main concepts Training Training URL https://community.nxp.com/docs/DOC-341509 Related Demos from Communities URL Kinetis Microcontrollers  MCUXpresso SDK  MCUXpresso Software and Tools  UAV Speed Control with Kinetis KV5x Cortex-M7 MCU and GD3000 Motor Pre-Drivers   
View full article
本文说明S32G3 M7核Standby MCAL demo 详细情况及定制,并在进入Standby之前 调用QSPI 接口将QSPI NOR flash配置进入 deep power down模式,以节省用电。 目录 1    参考资料说明... 2 2    G2和G3 Demo的区别... 2 3    G3 MCAL Demo的实现... 4 3.1  修改UART驱动... 4 3.2  实现时钟关闭代码... 4 3.3  配置电源模式切换驱动... 5 3.4  配置唤醒源... 5 3.5  加入PMIC驱动... 6 3.6  主函数逻辑实现... 7 3.7  运行测试... 7 3.8  未来开发计划... 8 4    将QSPI NOR设置进入Deep Power Down模式... 8 4.1  Fls层的修改... 10 4.2  中间层的修改... 10 4.3  QSPI_IP层的修改... 13 4.4  主测试函数调用... 16 4.5  Fls驱动的测试... 17 5    将Deep Power Down功能集成到STANDBY工程中并测试    18 5.1  EB配置... 18 5.2  主测试函数与编译修改... 20 5.3  运行测试... 21
View full article
  Overview In the past , the production operator has to manually locate the components and assemble the various components with the right quantity for assembly production . And it is prone to Human error . So a solution its needed to provide a faster turnaround time for the production operation to consolidate all necessary components for assembly production for various models and decrease the error for human factors. In this particular deployment , the system assist the production operator to get all necessary components for assembly production without making mistakes due to Human error and also in shortest possible time. The system deployed using JN5168, raises productivity level of the production operator. The system also keep track of the Components stock levels and when require replenishment , it will raise a notification to the system. Block Diagram Products Category Zigbee Product URL JN5169: ZigBee and IEEE802.15.4 wireless microcontroller with 512 kB Flash, 32 kB RAM  Product Description The JN5169 is an ultra low power, high performance wireless microcontroller suitable for ZigBee applications.   Category LCD Driver Product URL PCF8553DTT: 40 × 4 LCD segment driver  Product Description PCF8553 is an ultra low-power LCD segment driver with 4 backplane- and 40 segment-driver outputs, with either an I²C- or an SPI-bus interface.
View full article
Overview The FAA now requires drone owners to register any device weighing more than 0.55 lbs. (250 g). For drones currently in the field, enforcing this new law might be problematic, as it relies on the honor system to some extent. But for new devices, NXP offers an easy enforcement method. How it Works NXP’s drone registration solution uses low-cost NFC technology to easily enforce compliance. Manufacturers could include an NFC reader within the drone housing. NXP makes this step straightforward by providing reference designs for drop-into-place design ease. Upon registration, consumers could receive an official government-issued registration certificate that comprises an NXP encrypted NFC tag in adhesive label form. Upon adhesion to the drone housing, the drone control electronics would wirelessly read the certificate. If valid, the drone microcontroller enables functionality. If not, the drone will not power up. Benefits Electronic registration provides more than just ease to government regulatory bodies, it also facilitates regulation of that drone to ensure the safety of all citizens. Upon application of the registration certificate sticker, the NFC chip inside the sticker could convey identification information to the drone microcontroller, such as the registration number, model/serial number of the drone, and its zoning classification. Because this information would now be housed with the drone, drone manufacturers could choose to broadcast select details, such as the classification information, via appropriate long-range wireless communication while in flight. If the drone flew within restricted airspace (near airports, sensitive government sites, stadiums, large public events, etc.), flight controllers could obtain the classification information (something virtually impossible to obtain visually) from the drone and thereby verify its authority (or lack thereof) to travel within a particular space, in order to help prevent potential catastrophes.   Block Diagram   Recommended Products Category Products Features RFID MIFARE DESFire EV2 | NXP  Contactless interface compliant with ISO/IEC 14443-2/3 A Fast data transfer: 106 kbit/s, 212 kbit/s, 424 kbit/s, 848 kbit/s   CLRC663 plus family | High-performance NFC frontends | NXP  Supports NFC Cockpit and NFC Reader Library RF standard compliance: ISO/IEC 14443A and MIFARE, NTAG ®  and SmartMX ®  families Drone PX4 Robotic Drone FMU | RDDRONE-FMUK66  Proven business-friendly open source software with available enterprise support: PX4, QGroundControl Supports all airframes: Use it for Quadcopters, Hexacopter, VTOL, planes, rovers, cars, and other robots Rapid-IOT to Drone adapter board Rapid-IOT to Drone adapter board  Adapter board fully designed for Rapid IoT Prototyping Kit UAVCAN communication between drone and Rapid IOT Works with PX4 flight controllers such as RDDRONE-FMUK66 or Pixhawk NXP Rapid IoT Prototyping Kit Rapid IoT Prototyping Kit  Expandable to most IoT end-node use cases with 400+ Click boards™ Multiple sensors (Gyroscope, Acc/Mag., Barometer/Temp., Air Quality, Ambient light and capacitive touch)
View full article
  Overview Factory automation systems connect with each other through robust communication paths and with the user through intuitive HMIs. To meet these needs and the demand for greener, more efficient industrial processes, these systems require ultra-reliable solutions for fast connectivity and solid security. NXP®, a longtime leader in industrial applications, enables flexible design cycles and provides industrial system designers with longevity programs and innovative security features. We’re focused on customer success, next-gen IoT tech and Industry 4.0. Computer numeric control (CNC) machines are electro-mechanical devices that manipulate machine shop tools using computer programming inputs. CNC is one of two common methods (3D printing is the other) to generate product (typically metal or plastic) from a digital software file. CNC is a subtractive technique; excess material is removed in manufacturing the final product. Block Diagram Products Category MPU Product URL Layerscape® 1028A Industrial Applications Processor  Product Description The Layerscape LS1028A industrial applications processor includes a TSN-enabled Ethernet switch and Ethernet controllers to support converged IT and OT networks.   Category Power Management Product URL MC34VR500: Multi-Output DC/DC Regulator  Product Description The NXP® MC34VR500 power management solution for network processor systems is a high-efficiency, quad buck regulator with up to 4.5 A output and five user-programmable LDOs.   Category Temperature Sensor Product URL SA56004X: SMBus-Compatible, 8-Pin, Remote/Local Digital Temperature Sensor  Product Description The NXP Semiconductors SA56004X is an SMBus compatible, 11-bit remote/local digital temperature sensor with over-temperature alarms.   Category USB Type C Product URL PTN5150: CC logic for USB Type-C applications  Product Description PTN5150 is a small thin low power CC Logic chip supporting the USB Type-C connector application with Configuration Channel (CC) control logic detection and indication functions.   Category Logic Controller Product URL NX5P2190UK: Logic controlled high-side power switch  Product Description The NX5P2190 is an advanced power switch with adjustable current limit. It includes under-voltage and over-voltage lockout, over-current, over-temperature, reverse bias and in-rush current protection circuits.
View full article
Overview   Smart, integrated building systems empower users to improve energy efficiency, lower maintenance costs and conveniently control environments from smartphones and advanced HMIs. Their interconnected features house a platform of big data to make smarter, environmental-friendly decisions while ensuring maximum comfort and performance. NXP® delivers all-encompassing solutions engineered to meet the environmental, longevity and energy-efficient requirements of smart buildings, from lighting to HVAC, networking to building access and beyond. Our integrated product features are helping to drive the next wave of intelligent buildings, lower system costs and speed time-to-market.   Use Cases   Smart Control and Access Building Safety HVAC Lighting Security Surveillance Connectivity   Block Diagram   Products Category MCU Product URL K70_120: Kinetis® K70-120–150 MHz, High-Speed USB, Ethernet, DDR and Anti-Tamper Microcontrollers based on Arm® Cortex®-M4 Core  Product Description The Kinetis® K70 MCU family offers industry-leading low power and mixed-signal analog integration for applications such as industrial control panels, navigational displays, point-of-sale terminals, and medical monitoring equipment.   Category Power Management Product URL 1 TEA1723FT: HV Start-up Flyback Controller with Integrated MOSFET for 11 W Applications, F~Burst = 1750 Hz  Product Description 1 The TEA1723 is a small and low cost module Switched Mode Power Supply (SMPS) controller IC for low power applications (up to 11 W) and operates directly from the rectified universal mains input. Product URL 2 NTS0104: Dual supply translating transceiver; open drain; auto direction sensing  Product Description 2 The NTS0104 is a 4-bit, dual supply translating transceiver with auto direction sensing, that enables bidirectional voltage level translation.   Category Zigbee Product URL JN5189/88 (T): High Performance and Ultra-low power MCUs for Zigbee® and Thread with Built-in NFC option  Product Description The JN5189 portfolio is designed to power the next generation of very low current wireless devices, supporting Zigbee 3.0, Thread, and IEEE 802.15.4.   Category Sensors Product URL 1 PCF85063A: Tiny Real-Time Clock/calendar with alarm function and I2C-bus  Product Description 1 The PCF85063ATL is a CMOS Real-Time Clock (RTC) and calendar optimized for low power consumption. Product URL 2 PCT2075: I2C-Bus Fm+, 1 Degree C Accuracy, Digital Temperature Sensor And Thermal Watchdog  Product Description 2 The PCT2075 is a temperature-to-digital converter featuring ±1 °C accuracy over ‑25 °C to +100 °C range.   Category Drivers Product URL 1 PCF85176: 40 x 4 universal LCD driver for low multiplex rates  Product Description 1 The PCF85176 is a peripheral device which interfaces to almost any Liquid Crystal Display (LCD) with low multiplex rates. Product URL 2 PCA9633: 4-bit Fm+ I²C-bus LED driver  Product Description 2 The PCA9633 is an I²C-bus controlled 4-bit LED driver optimized for Red/Green/Blue/Amber (RGBA) color mixing applications.   Category Interfaces Product URL 1 SC16IS752_SC16IS762: Dual UART with I²C-bus/SPI interface, 64 bytes of transmit and receive FIFOs, IrDA SIR built-in support  Product Description 1 The SC16IS752/SC16IS762 is an I²C-bus/SPI bus interface to a dual-channel high performance UART offering data rates up to 5 Mbit/s, low operating and sleeping current; it also provides the application with 8 additional programmable I/O pins. Product URL 2 TDA5051AT: Home automation modem  Product Description 2 The TDA5051A is a modem IC, specifically dedicated to ASK transmission by means of the home power supply network, at 600 baud or 1200 baud data rate. It operates from a single 5 V supply. Product URL 3 PCA9848: 8-channel ultra-low voltage, Fm+ I2C-bus switch with reset  Product Description 3 The PCA9848 is an ultra-low voltage, octal bidirectional translating switch controlled via the I²C-bus. Product URL 4 PCA6408A: Low-voltage, 8-bit I²C-bus and SMBus I/O expander with interrupt output, reset, and configuration registers  Product Description 4 The PCA6408A 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 5 PCA9629APW: Fm+ I2C-bus advanced stepper motor controller  Product Description 5 The PCA9629A is an I²C-bus controlled low-power CMOS device that provides all the logic and control required to drive a four phase stepper motor.  
View full article
  Overview Discover multicore solutions for multimedia and display applications with high-performance and low-power capabilities that are scalable, safe and secure. NXP portfolio counts with multicore solutions for multimedia and display applications with high-performance and low-power capabilities that are scalable, safe, and secure. This solution is based on an i.MX RT1050 MCU. This application processor provides industry-leading audio, voice and video decoder with fluent video play effect. Block Diagram Products Category MCU Product URL i.MX RT1050 Crossover MCU with Arm® Cortex®-M7 core  Product Description The i.MX RT1050 is the industry's first crossover MCU and combines the high-performance and high level of integration on an applications processors with the ease of use and real-time functionality of a microcontroller.   Category RTC Product URL PCF85063B: Tiny Real-Time Clock/calendar with alarm function and SPI‑bus  Product Description The PCF85063BTL is a CMOS Real-Time Clock (RTC) and calendar optimized for low power consumption.   Category Wi-Fi Product URL 88W8801: 2.4 GHz Single-Band 1x1 Wi-Fi® 4 (802.11n) Solution  Product Description The 88W8801 is a highly integrated, single-band (2.4 GHz) Wi-Fi 4 1x1 System-on-Chip (SoC), specifically designed to support High Throughput (HT) data rates.
View full article
Demo This demo shows an infotainment and ADAS system based on NXP Ethernet components and is divided in three main parts: Infotainment, Network and ADAS. In the infotainment part, a “Head Unit” ECU plays locally an MPEG movie and also streams it over Ethernet to the second “Rear Seat Unit” ECU. Both ECUs also execute in the backroad the NXP AVB SW stack. This enables the two ECUs to be perfectly synchronized with each other. Therefore the two ECUs can playback the very same video (and audio) frame at the same time on their local displays. In the network part the new Automotive Ethernet Switch (SJA1105EL) and PHYs (TJA1100HN) implement the Ethernet connectivity of the system. The switch executes the AVB “gPTP” synchronization SW that enables the infotainment application described above to operate. In the ADAS part a surround view camera captures a video stream and streams it to a “Cluster” ECU also connected via the automotive Ethernet network. The camera is based on the NXP “MPC5604E ” Salsa processor and on a competitor’s BroadR-Reach PHY. This also shows the interoperability of the TJA1100HN PHY with competitor’s products. Features: All displays are implemented with NXP i.MX6 processor, and a full implementation of the NXP Ethernet AVB Stack running on Linux. The camera is based on an NXP Salsa processor (MPC5304EKIT) . The Switch board that connects all displays and the camera uses the NXP SJA1105EL Automotive Ethernet switch and the TJA1100HN BroadR-Reach Ethernet PHY ______________________________________________________________________________________________________________ Featured NXP Products: Product Link IEEE 100BASE-T1 compliant Automotive Ethernet PHY Transceiver TJA1100HN | Automotive Ethernet PHY Transceiver | NXP  i.MX 6 Series i.MX 6 Series Applications Processors | Multicore Arm Cortex-A7/A9/M4 | NXP  Audio Video Bridging Software https://www.nxp.com/design/design-services/audio-video-bridging-software:AVB-SOFTWARE?&fsrch=1&sr=4&pageNum=1 Development Kit Enabling Video Over Ethernet with NXP® MPC5604E MCU NXP® MPC5604EKIT:Development Kit | NXP  ___________________________________________________________________________________________________________
View full article
  Description Many companies are creating products today that would benefit from adding payment capabilities to the design. However, getting the necessary PCI and EMVCo certifications are a significant engineering and development barrier. This solution is pre-certified for EMVCo and PCI PTS PIN entry device (PED) standards to give companies confidence that they will have a high likelihood of passing certification the first time without the added expense of failing and resubmitting. The solution for this is the design of a POS Reader Reference Design for applications requiring Payment Card Industry certifications, supporting QVGA display. The solution will implement NXP product for the software and hardware application and a scalable portfolio for reader interfaces and secure controllers/processors to address a wide range of POS solutions. Use Cases POS Standard Payments (EMVCo like) Loyalty / Couponing Open Loop and Close Loop Payments Retail Secure Card Reader Home banking Public Transportation (eg bus, metro) Parking Payment Prepaid Smart Meter Energy payment MPOS Micro-merchants, tradesmen Pay-on-delivery applications In-store shopper-assisted retail In-aisle check-out Loyalty, Couponing Transportation (eg taxis) Stadiums, events, attractions Block Diagram Products Category MCU Product URL 1 K81_150: Kinetis K81-150 MHz HW Cryptographic Co-Processor, Anti-Tamper & QuadSPI Microcontrollers (MCUs) based on Arm® Cortex® -M4 Core  Product Description 1 The Kinetis® K81 MCU extends the Kinetis MCU portfolio with advanced security capabilities including anti-tamper peripheral, boot ROM to support encrypted firmware updates, automatic decryption from external serial flash memory, AES acceleration, and hardware support for public key cryptography. Product URL 2 KL8x: Kinetis® KL8x-72/96 MHz Secure Ultra-Low Power Microcontrollers (MCUs) based on Arm® Cortex®-M0+ Core  Product Description 2 The Kinetis® KL8x MCU expands on the Kinetis low-power MCU portfolio with rich security features including tamper detection, true random number generator and low-power trusted crypto engine supporting AES, DES, 3DES, SHA, RSA and ECC. Product URL 3 i.MX RT1170 Crossover MCU Family - First Ghz MCU with Arm® Cortex®-M7 and Cortex-M4 Cores  Product Description 3 The i.MX RT1170 crossover MCUs is setting speed records at 1GHz. This ground-breaking family combines superior computing power and multiple media capabilities with ease of use and real-time functionality.   Category Power Management Product URL 1 https://www.nxp.com/products/power-management/wireless-power/15-watt-wireless-charging-receiver-ics:MWPR1516  Product Description The MWPR1516 wireless charging IC and reference platform, based on the Arm® Cortex®-M0+ core, extends our wireless charging portfolio to support up to 15 watt charging power. Product URL 2 PCA9410_9410A: 3.0 MHz, 500 mA, DC-to-DC boost converter  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.   Category USB Product URL 1 PTN5110: USB PD TCPC PHY IC  Product Description 1 PTN5110 is a single-port TCPC-compliant USB Power Delivery (PD) PHY IC that implements Type-C Configuration Channel (CC) interface and USB PD Physical layer functions to a Type-C Port Manager (TCPM) that handles PD Policy management. Product URL 2 NX5P3290UK: USB PD and type C current-limited power switch  Product Description 2 The NX5P3290 is a precision adjustable current-limited power switch for USB PD application.   Category Secure Product URL 1 TDA8034: Low power smart card interface  Product Description 1 The TDA8034T/TDA8034AT is a cost-effective analog interface for asynchronous and synchronous smart cards operating at 5 V or 3 V. Product URL 2 A1006: Secure Authenticator IC - Embedded Security Platform  Product Description 2 The Secure Authenticator IC is manufactured in a high-density submicron technology.   Category NFC Product URL 1 PN5180: Full NFC Forum-compliant frontend IC  Product Description 1 The PN5180 is a high-performance full NFC Forum-compliant frontend IC for various contactless communication methods and protocols. Product URL 2 NTAG213F, NTAG216F: NFC Forum Type 2 Tag compliant IC with 144/888 bytes user memory and field detection  Product Description 2 The NTAG213F and NTAG216F are NFC Forum Type 2 Tag compliant products with a field detection pin and offer a large range of User memory (144 bytes for NTAG213F and 888 bytes for NTAG216F).   Category Bluetooth Product URL QN908x: Ultra-Low-Power Bluetooth Low Energy System on Chip Solution  Product Description QN908x is an ultra-low-power, high-performance and highly integrated Bluetooth Low Energy solution for Bluetooth® Smart applications such as sports and fitness, human interface devices, and app-enabled smart accessories.   Category Peripherals Product URL 1 PCAL6408A: Low-voltage translating, 8-bit I²C-bus/SMBus I/O expander  Product Description 1 The PCAL6408A is an 8-bit general purpose I/O expander that provides remote I/O expansion for many microcontroller families via the I²C-bus interface. Product URL 2 PCA9634: 8-bit Fm+ I²C-bus LED driver  Product Description 2 The PCA9634 is an I²C-bus controlled 8-bit LED driver optimized for Red/Green/Blue/Amber (RGBA) color mixing applications. Product URL 3 PCF85063A: Tiny Real-Time Clock/calendar with alarm function and I2C-bus  Product Description 3 The PCF85063ATL is a CMOS Real-Time Clock (RTC) and calendar optimized for low power consumption. An offset register allows fine-tuning of the clock.
View full article
  Overview   Libraries strive to provide great service and to ensure easy access to media products. With thousands of visitors choosing from copious books, CDs, videos, and computer games, storing and controlling inventory poses huge challenges. To reduce the waiting time for visitors and to relieve staff, most libraries that use RFID rely on RFID-powered self-service media checkout stations. This approach reduces labor, ensures that books are returned to shelves quickly, shortens wait times and encourages more people to visit the library. Taking inventory with the aid of RFID takes only a fraction of the time required with traditional systems. With RFID labels easily applied to all types of media, library staff can use handheld RFID readers to quickly, conveniently and reliably locate misplaced books or other items. New systems such as Smart Shelves enable real-time location of all media within the library. Features   Faster check-out and 24/7 self return service Fast and automated sorting of returned books Improved inventory management Identification of misplaced books Reliable theft protection with Electronic Article Surveillance (EAS) Unique serialized identification No line-of-sight requirement Easily applicable to all media types Reliable, fast and convenient identification   Video     Recommended Products   Category Name ICODE ICODE SLIX SL2S2002; SL2S2102 | NXP  Standard: ISO 18000-3M1 User Memory (bit): 896 EAS protection: 32-bit password AFI protection: 32-bit password Longest read range of any standards-based passive HF RFID technology ICODE SLIX2 NFC Forum Type 5 Tag with originality signature SL2S2602 | NXP  Standard: ISO 18000-3M1 User Memory (bit): 2528 EAS protection: 32-bit password AFI protection: 32-bit password Longest read range of any standards-based passive HF RFID technology Persistent quiet and Originality signature enabled   Related Information   For publishers and retailers: How NFC will merge physical with online book sales ICODE Family data protection for Libraries
View full article