NXP Designs ナレッジベース

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

NXP Designs Knowledge Base

ディスカッション

ソート順:
Demo The i.MX 6UltraLite SABRE CPU boards and base boards, powered by the ultra-efficient ARM Cortex-A7 core, showcase the i.MX 6UltraLite running the Linux OS with low run-current and simple power supply circuit.SABRE CPU and base board running Linux OS   SABRE CPU and base board running Linux OS Low run-current and simple power supply circuit Attached EVM card demonstrates the payment card interface compatibility Featured NXP Product i.MX 6UltraLite Applications Processor|NXP i.MX Applications Processors|ARM® Cores|NXP   Other
記事全体を表示
L-Band transponder application demo     Features High Power (up to 300 W) 978 MHz - 1090 MHz Featured NXP Products AFIC10275N  
記事全体を表示
This demonstration builds upon Centec Networks' award winning V350 Top of the Rack (ToR) SDN White Box switch, which features a QorIQ host processor.  The role of this host processor is extended beyond an OpenFlow v1.3 Agent to support L4-7 processing within a OpenFlow programmable paradigm.     Features L2-7 SDN Switch - Extending OpenFlow™ into Layer 7 Processing OpenFlow Agent + L4-7 processing based on QorIQ platforms Centec networks enables Open vSwitch (OVS) offloading to top-of-rack switch Top-of-rack OVS offloading offers better scalability, efficiency and reliability Featured NXP Products P1010 T2081 Links SDN    
記事全体を表示
Demo     Hardware technology platform CPU-351-13 Board in gateway products M2M and IoT multi-service edge computing platforms Gateway connected to smart mirror - Updating information constantly Keywords: IP67 rugged module / Cellular Rapid development, everywhere cloud Links ARM Cortex-A9|i.MX 6 Multicore Processors|NXP Eurotech Group: embedded boards, rugged systems for integrated solutions - high performance computing CPU-351-13 : Low Power, Rugged i.MX6 SBC Eurotech
記事全体を表示
This post entry provides a detailed description of how an NFC DIN rail demo was developed so that you can leverage this knowledge to integrate NFC into your own system. This document has been structured as follows: Introduction The NFC DIN rail demo shows how NFC can be used for handling complex device settings on a mobile touchscreen. It is based on the NTAG I 2 C plus solution and demonstrates how NFC is used for: Wireless parametrization and zero power configuration. Wireless product diagnosis and troubleshooting. Wireless firmware update. NFC DIN rail demo functionality Industrial equipment such as circuit breakers, time relays, power units, sensors, etc typically come with limited user interfaces but with advanced settings and configurations. As NFC use becomes universal in smartphones and other handheld devices, these devices can be used as an external touchscreen interface enabling sophisticated interactions and configurability at a little cost. The NFC DIN rail demo could represent industrial equipment in charge of controling a lighting system. As a simplification, here it controls only three light bulbs. This DIN module consists of a power switch (220 V), an NFC interface and an LCD screen. Additionally, a dedicated phone application has been developed to interact with the NFC DIN rail for enabling wireless parametrization, wireless diagnosis and wireless firmware update via NFC. Wireless parametrization and zero power operation NFC can be used to save configuration settings so that equipment may be customized at any moment during its lifetime. Additionally, the energy harvesting feature, intrinsic to NFC, allow us to save product settings even if the device is unpowered (also called zero-power operation). In this NFC DIN rail demo, the Android app let us set the light bulb status to ON, OFF or BLINKING and set the LCD language as well. After selecting the different settings on the screen, we tap the phones and the settings are saved into the module. The following video shows how this functionality works, also with the unit powered and unpowered. Wireless product diagnosis - Read light bulbs switching counters NFC can be used to get instant readouts of device status, usage, statistics and diagnosis data without dismounting the casing and even after a breakdown situation. In this NFC DIN rail demo, the Android app lets us retrieve the switching counter values (the number of times the light bulbs have been switched ON / OFF). The following video shows how reading NFC DIN rail product diagnosis only takes one tap. Wireless product diagnosis - Reset light bulbs switching counters Additionally,  the Android app lets us reset the switching counter values with a phone tap. Wireless firmware update With NFC, firmware upgrades can be done wirelessly, without cables, disks or other means of data transfer.  It therefore, saves time since it is not necessary to dismount the device. In this NFC DIN rail demo, the Android app lets us select the binary file to be flashed. This implementation is robust since you can retry as many times as needed, even if a failure occurs in the flashing operation. The following video shows how the NFC DIN rail firmware is updated to a firmware version introducing a faster light bulb blinking speed. NFC DIN rail hardware details Dismounting the DIN module is quite straightforward, especially if you are familiar with DIN casing. We unscrew and release the power wires coming from the power supply unit We unscrew and release the light bulb power wires We dismount the module from the rail and release it from the rail We open the boxing and see what is inside The NFC DIN rail module consists of three PCBs: the Transformer PCB, the switching PCB and the Explorer board with a flex antenna   Transformer PCB The transformer PCB includes three electromechanical relays that directly control the light bulbs. It also includes a transformer which converts the 220V AC supply from a standard socket to 12V AC. This 12V AC supply is used to power the switching PCB. Switching PCB The switching PCB converts the 12V AC to 12V and 3V DC voltage supply. The 12V DC voltage is used to control the electromechanical relays, which in turn switches the light bulbs ON/ OFF. On the other hand, the 3V DC output is used to supply the Explorer board. Explorer board and flex antenna The Explorer board and flex antenna are part of the NTAG I 2 C plus support package. The Explorer board comes with: 5 push buttons, a temperature sensor, an LPC11U24 MCU, JTAG interface, LCD and I 2 C connectors. The NTAG I 2 C plus comes embedded in the Class 6 Flex antenna All the design files for the Explorer board as well as the Flex antennas can be found in NT3H2111/2211|NXP  Application logic and how NTAG I 2 C plus solution is used Before going into the implementation details, we briefly describe the NTAG I 2 C plus product. NTAG I 2 C plus product features The NTAG I 2 C plus is a family of connected NFC tags that combine a memory, a passive NFC interface with a contact I 2 C interface. As such, it supports full bidirectional communication between an NFC-enabled device and the host system's microcontroller, making it an ideal solution for NFC implementations that interface with a wide range of electronic devices. Additional to this dual interface solution, it has more features: A field detection pin to trigger external / connected devices. The energy harvesting, to power low consuming devices from the RF field. The SRAM buffer, a volatile memory without writing cycles limitations. The SRAM mirroring, for dynamic content update. The pass through mode, for fast data exchange between interfaces. Several memory access management settings from both NFC and I 2 C interfaces. And an originality check to detect clones. More product details about NTAG I 2 C plus can be found at NT3H2111/2211|NXP and technical recorded videos are available in our training academy NFC Webinars|NXP. How the NTAG I 2 C plus is used for wireless parametrization and zero power operation The NTAG I 2 C plus EEPROM memory is used to store DIN module settings. The phone application is able to overwrite these bytes with the desired configuration. On power up, the MCU reads the saved settings and applies the corresponding configuration. In this demo, one byte is used to configure each light bulb status ('0' - light bulb ON, '1' - light bulb OFF, '2' - light bulb BLINKS) and one byte used for the language configuration ( '0'- Deutsch, '1' -Babarian, '2' - Swiss, '3'- English, '4' - French). Using the Zero Power Config Android app tab, we define the desired settings. With a tap, the phone writes 4 bytes into the EEPROM memory (page addresses 0x34 - 0x35) On power up, the NFC DIN module reads the EEPROM memory and: Changes the GPIO 17, 18 and 19 output configuration to HIGH or LOW accordingly Changes the language message on the LCD display. Finally, the MCU updates the light bulbs switching counters by writing the EEPROM memory. Two bytes are used for the counters (page addresses 0x35-0x37)- How the NTAG I 2 C plus is used for product diagnosis The product diagnosis provides two functionalities: read switching counters values and reset switching counters values. With a tap, the phone reads the EEPROM to retrieve the latest switching counter values. Clicking on the Reset button and with a phone tap, we are actually overwriting the EEPROM by setting the switching counter values to '0'. How the NTAG I 2 C plus is used for wireless firmware update The NFC wireless firmware update capability in this demo leverages on two main aspects: First, the LPCs MCU capability to re-program the flash in the field without being removed from the PCB. Second, the NTAG I 2 C plus tag as a bridge to transfer data between the phone and the DIN module MCU.   The MCU flash memory can be re-programed using these two methods: In-System programming (ISP), which can program the on-chip flash memory using the system primary boot loader and programming interface. For instance, in the Explorer board, this can be done by connecting it via USB to a laptop (could also be UART, serial interface, etc). In-Application (IAP) programming, means that the application itself, the end-user code, can re-program the on-chip Flash memory   The LPC11U24 flash memory is grouped in 8 sectors of 4 kB each. The flash memory should be reprogrammed at the sector level.  Another critical requirement is that the implementation must allow multiple FW updates and protection against failed FW update processes. For this, the firmware consists of two applications residing in flash: The first: the secondary bootloader application. This application is a piece of code starting at memory Sector 0. It implements the IAP functions allowing a certain flash memory area to be flashed and the logic to handle the NFC data transmission.  This source code occupies 4 sectors. The second: is the user application code. It starts at the next free memory sector (in this case, it resides in sector 4 onwards), and is the flash memory area, which is overwritten when the NFC wireless firmware update is performed.   In this approach, the secondary bootloader application is not overwritten. Thanks to this, it supports multiple FW updates or you can re-try as many times as needed without breaking the system. Regarding the NTAG I 2 C plus, it can be used as a bridge between NFC / I 2 C interfaces. The wireless firmware update consists of transferring the binary file to be flashed from one interface to the other. For transmission of large files, the NTAG I 2 C plus offers the pass-through mode, where the data is transferred using the 64 byte SRAM buffer. This buffer offers fast write access and unlimited write endurance as well as an easy handshake mechanism between the two interfaces. This buffer is mapped directly at the end of the Sector 0 of NTAG I 2 C plus (0x0F to 0xFF). The data flow direction must be set with the TRANSFER_DIR session register. These pass-through direction settings avoid locking the memory access during the data transfer from one interface to the SRAM buffer.  NTAG I 2 C plus introduces the FAST_READ command as FAST_WRITE command. With this new command, the whole SRAM can be written at once, which improves the total pass-through performance significantly.  There is a dedicated application note detailing how to use the NTAG I 2 C plus for bidirectional communication http://www.nxp.com/documents/application_note/AN11579.pdf. The wireless firmware update process goes as follows: The user selects from the phone application the binary file to be flashed. The phone splits the binary file in chunks of 64 bytes. With a tap, the phone writes 64 bytes in the SRAM. The MCU stores chunks of 64 bytes until it has one entire flash sector complete. Once a whole sector is received, the MCU executes the IAP functions to flash a memory sector This process is repeated until the whole binary file is transmitted MCU / Embedded software integration The MCU firmware was developed using our LPCXpresso platform, which provides a complete development environment for LPC MCU and LPC boards. If you import the source code, you will see 6 project folders.  The Lpc_chip_11uxx_lib and nxp_lpcxpresso_11u24h_board_lib project folders belong to the LPCOpen libraries supporting the LPC11U24 MCU and PCB board, the MCU chip integrated in the Explorer board. If you use another MCU, you should replace them by the specific LPCOpen libraries. The NTAG_I 2 C _API is a piece of code that provides a set of functions and procedures that allow you to communicate with the NTAG I 2 C from the I 2 C interface. The NTAG_Explorer_bootloader implements the secondary bootloader application we described previously. In this piece of code you will find the IAP functions implementation and the code handling SRAM data transfer.  And then, we include two end-user application examples: The NTAG_Explorer_demo, which implements the DIN module use cases The NTAG_Explorer_blink, which is a dummy application displaying a text message on the LCD when an RF field is detected. This application is provided to illustrate the NFC flashing functionality and its binary image is provided embedded by default into the Android app NTAG_I 2 C_Explorer_bootloader application workflow This is the first application executed when the Explorer board is powered up.  Then, this application decides the next step: If the right button is not pressed, it jumps to sector 4 and executes the DIN module application. Otherwise, if the right button is pressed, it enters in firmware upgrade mode As soon as the binary file is selected from the app, and we tap the phone, we start the transmission. The process goes as follows: The MCU reads chunks of 64 bytes of SRAM until a sector is received. Once a full sector is received, we flash an MCU sector using the IAP functions. When the entire file in transmitted, the flash operation status is shown on the LCD and the MCU is reset so that the new binary file flash takes effect. NTAG_I 2 C_Explorer_demo application workflow If the right button was not pressed, the NTAG_I 2 C_Explorer_demo application is executed. The first step executed by the MCU is to read the stored EEPROM configuration and apply these settings accordingly.Then, using a dedicated NTAG I2C plus register, it checks whether an RF field is present: If RF field is present, it means the user is currently configuring the DIN module. Thus, the memory access is locked so that the MCU cannot write on it. When the field is OFF, it means the user has finished the configuration. The MCU can read and apply the EEPROM settings once again. If there is no RF field present, the DIN module also allows a manual configuration using its buttons. These manual button configurations perform the following actions: While the left button is pressed, all the GPIOs are set to low, so the light bulbs are switched OFF While the middle button is pressed, all the GPIOs are set to high, so the light bulbs are switched ON While the right button is pressed, the board LED is switched ON. At any moment… if an RF field is detected, this loop is skipped and access to memory is locked for the I 2 C side since the user is configuring via the NFC interface Phone / NFC device software integration There is an Android project available which can be easily imported into Android Studio IDE. The app is developed so that it is supported by any phone running an Android version 4 and beyond. The source code is organized in such a way that you can clearly distinguish the different activities from the NTAG I 2 C API. In the NTAG I 2 C API, you will find functions for: All the NFC commands are implemented. So you can easily perform read / write operations using the READ/ WRITE and FAST READ / FAST WRITE commands. But also, the SECTOR_SELECT or PWD_AUTH Dedicated functions to READ / WRITE the registers Additional functions specially developed to make the read/write operations on SRAM easier. NFC DIN rail Android demo application workflow The Android phone application consists of a splash activity that leads us to a main activity with three tabs on the top side. If we keep the zero power configuration tab on, the desired settings can be selected. As soon as the phone is tapped, it executes a WRITE EEPROM command to save the configuration If we go to the diagnostics tab, a READ EEPROM operation is performed as soon as the phone is tapped. Or a WRITE EEPROM operation to overwrite the counters, if the reset button on the screen was pressed beforehand. Finally, if we go to the flash firmware tab, the binary file can be selected, and WRITE SRAM operations are used until the whole file has been transferred. Video recorded session On 21 February 2017, a live session explaining the NFC DIN rail demo was recorded. You can watch the recording here: Available resources I hope this entry has been useful. If you are interested in developing your own NFC solution, all the resources are available: NTAG I 2 C plus Explorer kit http://www.nxp.com/products/wireless-connectivity/nfc-and-reader-ics/connected-tag-solutions/ntag-ic-plus-explorer-kit-with-nfc-reader-development-kit:OM5569-NT322ER NTAG I 2 C plus Flex kit with additional antennas http://www.nxp.com/products/wireless-connectivity/nfc-and-reader-ics/connected-tag-solutions/ntag-ic-plus-flex-kit-containing-additional-flex-antennas:OM5569-NT322F Explorer board and Flex antenna HW design files http://www.nxp.com/documents/software/SW3641.zip http://www.nxp.com/documents/software/SW3639.zip http://www.nxp.com/documents/software/SW3638.zip NFC DIN module source code http://nxp.com/assets/downloads/data/en/software/DINRailDemo_SourceCode.zip NTAG I 2 C plus Explorer kit reference source code http://www.nxp.com/documents/software/SW3648.zip http://www.nxp.com/documents/software/SW3647.zip
記事全体を表示
Demo Radar-detected Emergency Break via V2X to following traffic. RoadLink V2X platform, Ethernet Switch & 77GHz Radar Dolphin transceiver Video Link : 5257 Features enabled by NXP Disrupting the market with an RFCMOS Radar-solution: •Highly integrated, minimal-footprint •Low Power Consumption •Sophisticated Functional Safety Features •Fully invisible mounting •Attractive System Cost Recommended Products •RoadLink Chipset •RF Transceiver (TEF5x00) •Baseband IC (SAF5x00) •Security IC (SXF1700) •Dolphin 77GHz Radar Chip •Ethernet Switch Resources Website http://www.nxp.com/products/rf/millimeter-wave-solutions/radar-technology:RADAR-TECH http://www.nxp.com/products/rf/millimeter-wave-solutions/radar-technology:RADAR-TECH
記事全体を表示
Demo Owner: Mark Houston   Kinetis V series is a family of devices targeting motor and power control applications for the mass market with a strong focus on enablement. See two elements of that story: a product benchmark showing relative product performance and the Kinetis motor suite -- a tool that speeds your development time to market.       Features Motor speed capabilities Comparison to standard controllers Smooth transitions Featured NXP Products Kinetis V Kinetis V1 Kinetis V3 Kinetis V4 Development Tools Kinetis Motor Suite Design Resources Kinetis Motor Suite Fact Sheet
記事全体を表示
Overview This drive application allows vector control of an AC Induction Motor (ACIM) running in a closed-speed loop without a speed/position sensor at a low cost and serves as an example of AC induction vector control drive design using an NXP ®  56F8013 with Processor Expert ®  software support. ACIM is ideal for appliance and industrial applications This design uses sensorless FOC to control an ACIM using the 56F8013 device, which can accommodate the sensorless FOC algorithm The motor control system is flexible enough to implement complex motion protocols while it drives a variable load. The system illustrates the features of the 56F8013 in motor control Features General: The motor control algorithm employs Stator-Flux-Oriented Control (SFOC) Power stage switches are controlled by Space Vector Pulse Width Modulation (SVPWM) No position information devices or stator flux measurement are used, a sensorless speed method is employed The motor is capable of forward and reverse rotation and has a speed range from 50rpm to 3000rpm The user controls motion profiles, rotation direction, and speed. The RS-232 communication supports further R&D by enabling the easy tuning of control parameters The motor drive system is designed to create minimal acoustic noise Active power factor correction which reduces the negative effects of the load on the power grid in conducted noise and imaginary power Design is low cost General Benefits: Improved End System Performance Energy savings Quieter operation Improved EMI performance System Cost savings Enhanced Reliability Performance: Input voltage: 85 ~265VAC Input frequency: 45 ~65HZ Rating bus voltage: 350V Rating output power: 500W Switch frequency of PFC switch: 100KHZ Switch frequency of inverter: 10KHZ Power factor: >95% Efficiency: >90% Communications: RS232 port for communication with optoisolation Visual Interface: Multi-segment LED indicators Block Diagram Board Design Resources
記事全体を表示
Demo Introducing the latest Kinetis Sub-Family, the K8x, ideal for implementing secure designs for the internet of tomorrow. From payment applications to scalable edge nodes, the K8x sub-family offers the right features to address the challenges of smart, connected and secure designs.     Advanced security with asymmetric crypto hardware acceleration Exceptional architecture and support for fast serial NOR flash execute in place Configurable FlexIO peripheral, multiple clocking and power modes that expand MCU capabilities   Featured NXP Product   Product Link Kinetis K81 MCU POS Tower System Module Kinetis MCU POS Tower System Module | NXP  Freedom Development Platform for Kinetis® K82, K81, and K80 MCUs FRDM-K82F|Freedom Development Platform|Kinetis® MCUs | NXP  Other Links Security Technology|NXP
記事全体を表示
Smart Thermostat reference demo is based on Kinetis family MCU (K70F120M) and KW24D512 zigBee coordinator. The demo kit has an HVAC application which controls the heat/cool temperature, hvac mode etc of the remote temperature sensor via zigBee coordinator. The demo kit Connects to WAN via Ethernet or wifi. The wifi module used is a wifi module from Qualcomm.  The embedded DeviceCloud cloud agent provides firewall agnostic instant cloud connectivity. The device can be registered and authenticated with DCIO cloud platform and the remote temperature sensor can be monitored and controlled through DCIO Mobile Application.   The K70 application is built for MQX RTOS v4.0.2 and uses our PEG graphics library for the user interface displayed on an LCD. The K24 application is built on MQX-Lite RTOS, uses our BeeStack ZigBee stack. The demo will also connect with an off-the-shelf ZigBee light bulb and wirelessly controls it.   The reference design provides guidelines for building solutions using connected devices that can be managed, provisioned and monitored from Cloud and Mobile applications.   Features Kinetis Smart Thermostat Qualcomm-Atheros GT 202 Carrier board MQX Software Solutions RTOS 4.0.2 BeeStack ZigBee stack HVAC application deviceCloud.io's cloud agent deviceCloud.io's Mobile App deviceCloud.io's web based solution   NXP Products Product Link Kinetis® KW2x Tower System Modules TWR-KW2x|Tower System Board|Kinetis® MCUs | NXP  Kinetis K70 120 MHz Tower System Module TWR-K70F120M|Tower System Board|Kinetis MCUs | NXP  Links Connected HVAC Demo with deviceCloud.io Cloud Solution   System Diagram Hardware Diagram Software Diagram Connectivity Diagram  
記事全体を表示
Near Field Communication (NFC) is hot. It is available in hundreds of millions of smartphones, tablets, and other consumer electronics, and enters more and more the industrial space as well. This article shows how to implement the demos of our "Industrial NFC Demonstrator", first exhibited at embedded world 2017 in Nürnberg.           Parameterization & Diagnosis This demo shows how you can use an NFC phone to parameterize/configure a DIN rail module (or any other piece of electronics) with an NFC phone - even if the module is completely unpowered. The smart phone app lets you set the behavior of the lamps and also the language of the display. After the configuration (a simple tap) you switch on the main power, and the device comes up as configured. And NFC also lets you read out diagnostic data - no matter whether the device is powered on or off. So you can even replace your service UART by NFC. Thirdly, the demo shows how easy it is to even flash your firmware via NFC. Again, this works even when the device is switched off. This application is based on the NTAG I²C plus passive connected tag IC. See here a video from embedded world 2017 showing this demo.   Find a detailed description and all source codes here: https://community.nxp.com/docs/DOC-333834  Interested how this looks like in a commercial product? Watch this video showing how easily the Schneider Zelio NFC Timer Relay can be configured via NFC.   Device-to-device communication In this demo you see how NFC can establish a communication between 2 devices with up to 40 kbit/s. The angular position of the rotating disk is measured, communicated to the main board via NFC and displayed on an LED ring. The nice thing: The rotating disk is without battery. Energy harvesting via NFC provides supply power up to 15mW. This principle of using NFC as a cable replacement is especially interesting in cases where you want to communicate with fully sealed, isolated, moving or rotating units. The communication is bi-directional, and the data can be static (a button press, or configuration data) or dynamic (sensor measurements). The demo is based on the CLRC663 plus reader on the main unit and the NTAG I²C plus passive connected tag on the rotating disk. See here the video from embedded world 2017 demonstrating this application.   Find a detailed description and all source codes here: https://community.nxp.com/docs/DOC-333917       Access control In the Physical Access Control demo, we show a simple implementation of a basic access control solution using a Type 4 tag and a CLRC663 plus based reader, based on the public NFC Reader Library. NXP recommends for a complete real-life access control solution to use MIFARE DESFire credentials as with the MIFARE DESFire EV2 card. Supporting software library is under NDA. In this video from embedded world 2017 you see access control in action.   Download the source code here: http://nxp.com/assets/downloads/data/en/software/RC663Demo_ReadNdefT4T_v1.2.zip           1-tap Bluetooth Pairing This demo shows how easy it is to pair wireless devices to your phone with NFC - using an example of the Kinetis KW41 Freedom board (BLE MCU), with an NTAG I²C plus kit for Arduino® pinout for the NFC function. This new NTAG I²C plus kit is suitable for any board featuring an Arduino-compatible header, including LPCXpresso, Kinetis and i.MX boards. It is the ideal tool to evaluate and design-in an NTAG I²C plus tag chip in an embedded electronic system. Find a detailed description and all source codes here: https://community.nxp.com/docs/DOC-335241     Automation with Hexiwear A nice example of how to build versatile applications, is shown in the automation demo with the Hexiwear IOT development platform. Based on Kinetis MCUs and hundreds of available click-boards (plug-ins with sensors, actuators, transceivers - and of course also NFC), you can quickly build a prototype of your application. Two NFC-based click-boards are available: 1) A reader board based on PN7120 2) A board with NTAG I²C plus The automation demo uses 3 different Hexiwear base boards, connected between them via Zigbee. The NFC unit identifies a technician's badge, and also the tools he uses for his job. The second unit drives the instrument panel, and the third one the big LED screen. A video from embedded world 2017 shows how this works.   Find more information on Hexiwear at www.hexiwear.com.   Our partners in the NFC industrial demonstrator We would like to extend a special thanks to our partners who contributed to this demonstrator: Lab ID and Arti Grafiche Julia: NFC/RFID cards, tickets, labels and inlays Kronegger: Demo on logical access control, NFC reader modules and customized solutions Neosid: Small NFC/RFID transponders for tool identification and authentication   Find out more Discover NFC Everywhere: www.nxp.com/nfc All about MIFARE: https://www.mifare.net Get your technical NFC questions answered: https://community.nxp.com/community/nfc
記事全体を表示
Demo This demo showcases the Bluetooth Low Energy Mesh solution on Kinetis KW41Z devices, leveraging the Kinetis Bluetooth LE v4.2 stack. The audience will be able to interact with remote nodes of the mesh via a single laptop console. The remote nodes offer feedback via a RGB LED array.     Features: Bluetooth® LE Mesh software implementation over the Kinetis BLE stack v4.2 Mesh nodes made up of FRDM-KW41Z evaluation boards with Adafruit NeoPixel LED shields Interactive configuration and control of the mesh nodes with feedback on the LED arrays Sensor data sent via the Mesh to the cloud _______________________________________________________________________________________________________   Featured NXP Products: KW41ZlKinetis BLE & 802.15.4 Wireless MCU|NXP _______________________________________________________________________________________________________    
記事全体を表示
Description With the development of new technologies in today’s world, the automotive industry is now capable of implementing new devices that allow drivers to have wider control of their automobiles. These devices could offer remote diagnostic services for vehicle monitoring, car security, GPS to optimize driving paths, and many other services. T-Box provides a remote communication interface for the vehicle as a wireless gateway. It can provide: Traffic data acquisition Travel track record Information and entertainment services such as navigation, news, weather and other information push Vehicle fault monitoring Vehicle remote control (open lock, air conditioning control, window control, transmitter torque limit, engine start and stop) Driving behavior analysis 4G wireless hotspot sharing and other services Features EMC controller support SDRAM CAN controller (from more than 2 CH to more than 3 CH) Small package (from LQFP to BGA) More I/O pins (more UART, SPI, I2C). Low power (GPIO wakeup and RTC wakeup) Cost effective Block Diagram Products Category Name 1: MCU Product URL 1 LPC1778FET208|Arm Cortex-M3|32-bit MCU | NXP  Product Description 1 The LPC1778FET208 is a low-power, cost-effective MCU featuring up to 512 KB Flash, 96 KB SRAM, 4 KB EEPROM and a wide assortment of connectivity peripherals, including up to five UARTs, three SPI/SSP, and three I²C. Product URL 2 LPC540XX Family of Microcontrollers (MCUs) | NXP  Product Description 2 The LPC54S016 offers power-efficiency and unique architecture, advanced HMI and flexible communication peripherals for real-time performance for the next-generation IoT. Category Name 2: Transceiver Product URL 1 TJA1041A | High-Speed CAN transceiver | NXP  Product Description 1 The TJA1041A is primarily intended for automotive high-speed CAN applications (up to 1 Mbit/s). Product URL 2 TJA1043 | High Speed CAN transceiver | NXP  Product Description 2 The TJA1043 transceiver is designed for high-speed CAN applications in the automotive industry, providing differential transmit and receive capability to (a microcontroller with) a CAN protocol controller. Product URL 3 TJA1051 | High-speed CAN Transceiver | NXP  Product Description 3 The TJA1051 transceiver is designed for high-speed CAN applications in the automotive industry, providing differential transmit and receive capability to (a microcontroller with) a CAN protocol controller. Category Name 3: Peripherals Product URL 1 MC33972 | MSDI with Suppressed Wakeup | NXP  Product Description 1 The 33972 Multiple Switch Detection Interface (MSDI) with suppressed wake-up is designed to detect the closing and opening of up to 22 switch contacts. This device also features a 22-to-1 analog multiplexer for reading inputs as analog. Product URL 2 Tiny Real-Time Clock/calendar | NXP  Product Description 2 The PCF85063TP is a CMOS Real-Time Clock (RTC) and calendar optimized for low power consumption. An offset register allows fine-tuning of the clock. Product URL 3 ±2g/±4g/±8g, Low g, 14-Bit Accelerometer | NXP  Product Description 3 The FXLS8471Q accelerometer is highly versatile and ideal for industrial, consumer and automotive high-performance, low-g applications that offer noise density, board mount offset, temperature performance, and sensitivity. Product URL 4 High-speed CAN core system basis chip | NXP  Product Description 4 The UJA1076A supports the networking applications used to control power and sensor peripherals by using a high-speed CAN as the main network interface. Tools Product Link OM13001: EA LPC1788 Evaluation Board EA LPC1788 Evaluation Board | NXP  LPC54S018M-EVK: LPCXpresso54S018M Development Board LPCXpresso54S018M Development Board | NXP  OM11059A: Demoboard for the I²C RTC PCF85063TP and PCF85063ATL Demoboard for the I²C RTC PCF85063TP and PCF85063ATL | NXP  Sensor Toolbox Development Boards for FXLS8471Q 3-Axis Linear Accelerometer FXLS8471Q 3-Axis Accelerometer Development Boards | NXP 
記事全体を表示
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 
記事全体を表示
FIDO enabled USB/NFC and BLE reference design allow secure access to cloud and IoT services   Background   The FIDO Alliance is working hard to change the way to authenticate to cloud services. And, as we demonstrate in this setup, its flexible design is also changing the way how we authenticate to IoT devices.           FIDO supported web services The list of FIDO U2F supported web services is growing   So far the following companies support FIDO U2F keys: Google Dropbox Github   FIDO U2F Authentication Keys The USB/NFC reference design provides USB for Laptop and PC  access while the NFC interface enables mobile devices like cell phones and tablets. The smart card form factor provides NFC and ISO7816 and can be used with traditional smart card readers as well as NFC enabled devices. The BLE reference design in combination with the A7x secure element enables U2F Authentication via the BLE interface.   FIDO U2F Server SurePassID Edge Server Cloud SurePassID Edge Server local Recommended Products Secure Element (A700x, A7101) Standard Microcontroller (LPC11Ux) Ultra Low Power BLE System-on-Chip Solution (QN9020) Dual-Core Communications Processor (LS1021A) FIDO U2F Server (SurePassID
記事全体を表示
Description   Industry 4.0 applications demand superior performance and reliable communications for network synchronization, on-time data delivery, and energy efficiency—even under the most extreme operating conditions. Current manufacturing challenges require flexible platforms capable of uniting trustworthy networking protocols with modern and reliable machine-to-machine communications. A remote access unit works as an interface for machinery that can’t be accessed. This tool displays parameters, measurements and can control any features of the linked machine. This remote access unit application is based in an i.MX 6 applications processor that can be programmed with a Linux distribution and Built-in 2G/3G/GPS/Glonass.   Features GPU 3D GPU 2D (Vector Graphics) Camera Interface Cryptographic cipher engines Tamper detection Ethernet Four USB2.0   Block Diagram     Products   Category Name 1: MPU Product URL 1 i.MX 6Dual Applications Processors | Dual Arm® Cortex®-A9 @1.2GHz | NXP  Product Description 1 The i.MX 6 series of applications processors combines broad levels of integration and power-efficient processing capabilities all the way up to bleeding edge 3D and 2D graphics, as well as high-definition video, to provide a new level of multimedia performance for an unbounded next-generation user experience.   Category Name 2: Transceiver Product URL 1 TJA1057 | High speed CAN transceiver | NXP  Product Description 1 The TJA1057 is part of the Mantis family of high-speed CAN transceivers. It provides an interface between a Controller Area Network (CAN) protocol controller and the physical two-wire CAN bus Product URL 2 TJA1101 | 2nd generation PHY Transceiver | NXP  Product Description 2 TJA1101 is a high-performance single port, IEEE 100BASE-T1 compliant Ethernet PHY Transceiver. Product URL 3 Logic controlled high-side power switch | NXP  Product Description The NX5P1100 is an advanced power switch and ESD-protection device for USB OTG applications. It includes under voltage and over voltage lockout, over-current, over-temperature, reverse bias and in-rush current protection circuits.   Category Name 3: Power Management Product URL 1 14-Channel Configurable Power Management IC | NXP  Product Description 1 The PF0100 SMARTMOS Power Management Integrated Circuit (PMIC) provides a highly programmable/configurable architecture, with fully integrated power devices and minimal external components.   Category Name 4: Memory Product URL 1 NXH5104UK: 4 Mbit Serial EEPROM | NXP  Product Description 1 The NXP NXH5104 is a 4 Mbit serial electrically erasable and programmable read-only memory (EEPROM). It provides byte level and page level serial EEPROM functions, sector level protection and power-down functions.   Category Name 5: Sensor Product URL 1 Ultra-low-power, 1.8 V, 1 deg. C accuracy, digital temperature sensor with I2C bus interface | NXP  Product Description 1 The PCT2202 is an I2C bus, serial output temperature sensor available in a tiny WLCSP6 package. It requires no external components.   Category Name 6: RTC 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.   Documentation i.MX 6 Temperature Sensor Module:  https://www.nxp.com/docs/en/application-note/AN5215.pdf    Tools Product Link RD-IMX6Q-SABRE: SABRE Board for Smart Devices Based on the i.MX 6Quad Applications Processors i.MX 6Quad SABRE Development Board | NXP  KITPF0100EPEVBE: Evaluation Kit - MMPF0100, 14 Channel Configurable PMIC EVB- MMPF0100, 14 Channel Configurable PMIC | NXP  OM13512: Demoboard for the SPI-bus RTC PCF2123 Demoboard for the SPI-bus RTC PCF2123 | NXP  NXH5104ADB: NXH5104A Demo Board NXH5104A Demo Board | NXP  OM13257: Universal Temperature Sensor Daughter Card for the Fm+ Development Kit Universal Temperature Sensor Daughter Card for the Fm+ Development Kit | NXP  TJA1100HN: Evaluation Board, TJA1100HN 100BASE-T1 PHY Transceiver TJA1100 Customer Evaluation Board | NXP 
記事全体を表示
  Overview These shelf-mounted displays can be updated wirelessly, anywhere onsite, so there’s no more need for staff to manually change price labels or print, sort, and replace labels when prices change. Prices can also be set more strategically, with gradual markdowns or in response to competitor offers. RAIN RFID coexists with other onsite technologies, including WiFi, and NFC enables innovative marketing services such as geo-location, customer identification, and targeted offers in real time.   Videos       Recommended Products   Category Name NFC PN7150 | High performance NFC controller for smart devices | NXP  PN7150 is the high-performance version of PN7120, the plug’n play NFC solution for easy integration into any OS environment, reducing Bill of Material (BOM) size and cost. NTAG I2C | NXP  The NTAG I2C plus combines a passive NFC interface with a contact I2C interface.
記事全体を表示
This in home energy display  and Solar Panel demo illustrates a very low-cost  solution for real-time energy monitoring . A DSC-based dedicated control PV inverter from Future supports the MPPT algorithm for optimal power delivery from the solar panel.   Features This Solar Panel demo illustrates a very low-cost connectivity solution for real-time energy monitoring A DSC-based dedicated control PV inverter from Future supports the MPPT algorithm for optimal power delivery from the solar panel    
記事全体を表示
Demo This demo demonstrates the Mobility software (PDCP-GTPU) as VNF in virtualized environment, virtio-PDCP device for PDCP Security offload to H/W accelerator. The guest application is real time implementation of PDCP-GTPU layers of LTE data plane using DPDK library.       Features: Accelerated PDCP-GTPU VNF for Cloud RAN Deployments. DPDK integrated solution for high performance on ARM cores. Accelerated PDCP security processing by offloading to NXP SEC accelerator via virtio-interface (virtio-pdcp) Option to offload Virtio backends to AIOP Cores on NXP LS platforms.   _______________________________________________________________________________________________________   Featured NXP Products: QorIQ Processors Based on ARM Technology|NXP QorIQ LS2085A Communication Processors |NXP _______________________________________________________________________________________________________ Related Link https://community.freescale.com/videos/3994     N11
記事全体を表示
This video shows tools that allow users to get started very quickly in their development with NXP products.     Features Example of products shown: Products in Raspberry Pi format such as the HummingBoard, but more powerful with more memory and more features available Sensor fusion board with multiple accelerometers, Magnetometers, Gyroscopes and sensor fusion software interacting with the Kinetis FRDM board Wandboard with i.MX6 processor, very active developer community, multiple flavors of Linux and Android are available Riot Board - open source i.MX6 board with big expansion capabilities Little Bits which is part of a Hacker community space allows snapping elements together and interacting with them easily CuBox-i from Solid Run (Android or XBMC) and display multimedia stream to TV Featured NXP Products i.MX6 Kinetis Links HummingBoard FRDM Sensor Fusion Board Wandboard - i.MX6 ARM Cortex-A9 Opensource Community Development Board - BLOG Riot Board Little Bits Solid Run Cu-Box-i Internet of Tomorrow - IoT Tour - Blogs NXP IoT Schedule  
記事全体を表示