TCPC and TCPM Solution

  • Product  Application  Webinar  Watch time - 59:3
    Developing IoT devices can be a painful process. In this webinar, you will learn how to develop an IoT enabled device quickly and easily with Nuvoton IoT platforms. We will cover IoT device system architectures, security consideration, development kits for different cloud services, and the latest practices to bring your IoT products time to market quickly. Speaker: UE00 Senior Product Marketing Manager, Harry Chen - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC Buy now: https://bit.ly/3bk0AD8 Contact us: SalesSupport@nuvoton.com #Product #Application #Webinar #General #en
  • Application  Learning  Watch time - 4:3
    The purpose of video is to demonstrate functions of NuMaker-RTU-NUC980 within 5 minutes, including Ethernet webserver, Wi-Fi webserver, USB camera, and NFS function. If you get the NuMaker-RTU-NUC980 board, you can follow this video to implement all the functions #application #learning #intermediate #en - For more information, please visit: https://bit.ly/3hVdcmC Buy now: https://direct.nuvoton.com/tw/numaker-rtu-nuc980?search_query=Chili&results=1 Contact us: SalesSupport@nuvoton.com
  • Watch time - 3:32
    The NAU82011YG is a highly efficient, filter-free, mono Class-D audio amplifier with variable gain, which is capable of driving a 4Ω load with up to 2.9W output power. This device provides chip enable pin with extremely low standby current and fast start-up time of 4ms. The NAU82011YG is ideal for battery driven portable applications. NAU82011YG features 91% efficiency, low quiescent current (i.e. 1.25mA at 3.6V) and superior EMI performance. The audio input of this device can be configured as either single-ended or differential input mode. Target Applications: • Portable Audio Device/Speaker • Portable Navigation Device • Tablet PC Key Features: • Audio Input - Differential / Single-end input - DC PSRR Typ.@95dB - CMRR Typ.@63dB • Audio Output - Powerful Mono Class-D Amplifier - 2.9W (4Ω @ 5V, 10% THD+N) - 2.3W (4Ω @ 5V, 1% THD+N) - Low Output Noise: 20 μVRMS • Advance Feature - Low Current Shutdown Mode - Click-and Pop Suppression - Integrated Image Reject Filter - Integrated feedback resistor of 300 kΩ • Operating Characteristics - voltage range: 2.5 V to 5.5 V - Temperature range: -40°C to 85°C - Low Quiescent Current: 1.2mA@3.6V, 1.7mA@5V • Package - WLCPS-9
  • Training  Tool  Learning  Watch time - 5:0
    Hello everyone, I am Morgan, the principal engineer of Nuvoton Technology. Today, I will show you how to record and play audio with Mbed OS on NuMaker-IoT-M487 development board. Open Chrome browser, and enter the URL https://ide.mbed.com to use the Mbed Online Compiler. After log in, make sure that NuMaker-IoT-M487 board already selected in the upper right corner. If not, please refer Nuvoton IoT Tutorial series “Get Started with Mbed OS” which has a detailed description of how to add a board. Click the “New” on the left of menu bar, a “Create new program” window will be displayed. You can see that the Platform has been set to NuMaker-IoT-M487. In the Template, select the "NuMaker audio playback" for this tutorial. Then click OK. Now you can see that the sample code has loaded on the page. The sample code has three functions: 1. Record 10 seconds sound and save to Micro SD card 2. Play sounds stored in Micro SD card 3. Loopback. Record sound and play it immediately. Click main.cpp to open it. Then scroll down to line 421. You can see the functions calls here. It set to loopback only. Let’s do a little modification. Hit a key on console to start record 10 seconds then play it, and then do loopback. printf("Press a key to start recording 10 seconds..."); getchar(); demo_record(); demo_play(); demo_loopback(); Save it and click “Compile” to build the code. Compilation takes a while, please wait. After the compilation is completed, “Success” will appear in the compile output window. The browser downloads the binary firmware file directly after a successful compiling. It will be saved in a default download folder. In Chrome, you can click download file and select “Show in folder”. Please plug an earphone commonly used for mobile phone in headphone jack on NuMaker-IoT-M487 board. For demonstration, we use a headphone splitter cable to connect a microphone and a speaker. Do not put the microphone and speaker too close to avoid feedback howling. Then connect the USB port to your computer and make sure the onboard LED lights up. Back to the folder you just download the binary firmware file (NuMaker-mbed-AudioPlayback-example.NUMAKER_IOT_M487.bin). Drag and drop the file to NuMicro MCU drive. You will see the copying progress dialog box. Please find the virtual COM port assigned for NuMaker-IoT-M487 in Device Manager. In the demonstration, the “Nu-Link Virtual Com Port” is COMx. Then use your favorite terminal tool. Here we use Putty. Open the COMx port with 9600 baud rate. And no flow control settings. Then “Open” it. Press “Reset” on board to run the firmware again. Press a key on terminal to start record. Speak for about 10 seconds, then your voice will be played. That’s all for this tutorial. Thank you for watching. Welcome to subscribe to our channel. If you want to get more information, please contact us “SalesSupport@nuvoton.com” - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC Buy now: https://direct.nuvoton.com/tw/numaker-iot-m487 Contact us: SalesSupport@nuvoton.com #tool #training #learning #intermediate #en
  • Training  Tool  Learning  Watch time - 3:51
    Hello everyone, I am the principal engineer of Nuvoton Technology, Morgan. Today, I will show you how to use Mbed OS on the NuMaker-IoT-M487 development board to control LED and buttons. First, open Chrome browser, enter the URL https://ide.mbed.com. Please make sure that NuMaker-IoT-M487 board already selected in the upper right corner after you log in. If not, please refer Nuvoton IoT Tutorial series “Get Started with Mbed OS” which has a detailed description of how to add a board. Then click the “New” on the upper left, a “Create new program” window will be displayed. You can see that the Platform has been set to NuMaker-IoT-M487. In the Template field, select the "NuMaker GPIO Interrupt with Debounce Setting" for this tutorial. Then click OK. Now you can see that the sample code has loaded on the page. Click on “main.cpp”, this sample code uses SW2 button for demonstration. Click on “Compile” to build it. It is in compiling, please wait a moment. Then you can see a lot of messages at the bottom of the page. The last message is “Success!” The browser will download the binary firmware file directly after a successful compiling. It will be saved in a default download folder or the folder based on your browser setting. In Chrome, you can click download file and select “Show in folder”. Then we have to connect the NuMaker-IoT-M487 USB port to your computer and make sure the onboard LED lights up. Let’s head back to the download folder where you can see the binary firmware file (NuMaker-mbed-GPIO-Interrupt.NUMAKER_IOT_M487.bin). Drag and drop the file to NuMicro MCU drive. You will see the copying progress dialog box. Next step is to press the SW2 button on the board to toggle LED. You can see the reaction of each press. That’s all for this tutorial. Thank you for watching. Welcome to subscribe to our channel. If you want to know more information, please contact us at SalesSupport@nuvoton.com - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC Buy now: https://direct.nuvoton.com/tw/numaker-iot-m487 Contact us: SalesSupport@nuvoton.com #Tool #Training #Learning #Intermediate #en
  • Watch time - 5:46
    經由ADC量測Bandgap電壓,能夠反推電池的電壓,再搭配電池的規格文件,可得知產品目前所剩電量。另外,結合新唐晶片內部紀錄bandgap電壓的機制,可以消除不同晶片間的製程誤差,以得到更精準的電池電壓量測結果。 - 更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC 購買管道:https://direct.nuvoton.com/tw/ 聯絡我們: SalesSupport@nuvoton.com
  • Application  Learning  Watch time - 4:54
    The NDA102 DALI digital lighting control solution is based on Digital Addressable Lighting Interface (DALI) technology developed by Digital illumination interface alliance (DiiA). This solution includes DALI protocol libraries from Nuvoton and have been tested. Nuvoton is a DiiA associate member and has successful experiences for DALI product certification. #Application #Learning #Basic #en - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC buy now: https://direct.nuvoton.com/tw/ contact us: SalesSupport@nuvoton.com
  • Product  Application  Webinar  Watch time - 39:46
    In this webinar, we discussed the Nuvoton NuMaker IoT Platforms that are supporting Arm Mbed OS and Pelion Device Management services. We also showcased how you can use these reference designs to build and manage your smart IoT devices and applications. Host: Austin Blackstone, Lead Developer Evangelist - Arm Pelion / Mbed OS Speaker: Morgan Du, Principal Engineer - Nuvoton IoT Development Slides: https://drive.google.com/file/d/1xSSzc0RBZXPjgrEwlC53MFNNMK7vVBOB/view?usp=sharing Learn more about the Nuvoton IoT platform: https://bit.ly/3gRRvSX Learn more about the Nuvoton NuMaker-IoT-M487 platform: https://bit.ly/2QSafqW Shop the NuMaker-IoT-M487 development board: https://direct.nuvoton.com/en/numaker-iot-m487 #Product #Application #Webinar #General #en
  • Product  Learning  Watch time - 15:55
    Nuvoton has provided all kinds of size panels from 3.5 to 7 inches that support i80 mode and RGB interface to show GUI. N9H series supports hardware 2D Graphics Accelerator and MJPEG codec to process images. To meet customers HMI needs, Nuvoton has already prepared low-end to high-end products including M0, M4, and Arm9 series. #Product #Learning #Basic #en - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC buy now: https://direct.nuvoton.com/tw/numaker-emwin-n9h30 contact us: SalesSupport@nuvoton.com 0:00 簡介 1:32 Nuvoton HMI Solutions 3:04 Nuvoton HMI Development Systems 4:40 emWin Supported HMI Solution 5:29 Nuvoton Homemade Free GUI Templates 5:55 HMI Successful Story 7:15 Nuvoton MCU Feature for GUI 7:58 NuMicro N9H Series 9:26 NuMicro M480 Series 10:26 What is HMI and emWin Library 11:01 Windows Tools 12:34 Use GUIBuilder to easily create GUI 13:32 em Win sample code path in Nuvoton BSP 13:54 How to build the project • Both of the BSP and hardware are right, the display should 14:10 Nuvoton Forum 14:57 Supported LCD driver IC List (the popular ones)
  • Product  Learning  Watch time - 7:17
    .Why FIDO Authentication .Security Device for Personal Identity .USB Dongles Usage .M2351 USB FIDO Key SDK .Support Capacitive Fingerprint Sensors .M2351 USB FIDO Key with TrustZone .Values Brought by M2351 .Collaborative Software Development .An Open Platform with Content Protection .Leading Market Position for Software Protection For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC #Product #Learning #Basic #en 0:00 簡介 0:28 Why FIDO Authentication 1:19 Security Device for Personal Identity 2:01 USB Dongles Usage 2:29 M2351 USB FIDO Key SDK 3:36 M2351 USB FIDO Key with TrustZone 4:07 Values Brought by M2351 4:55 Collaborative Software Development (2) 6:10 An Open Platform with Content Protection
  • Watch time - 21:39
    ● How to buy: https://direct.nuvoton.com/en/search?controller=search&orderby=position&orderway=desc&search_query=+emWin+&submit_search= ● More information: https://www.nuvoton.com/hq/products/application-specific-socs/hmi-emwin-mpus/-n9h-series
  • Watch time - 1:26
    Voice controlled electronic devices have become a popular trend. The advantage is that electronic devices can be controlled without hands. For this scheme, we use Google TensorFlow as the algorithm development environment of speech recognition for deep learning. Then we implement speech recognition on NuMaker-PFM-M487 platform, and realize an offline and instant speech recognition system by Keyword Spotting. Nuvoton Website: www.nuvoton.com
This website uses cookies to ensure you get the best experience on our website. Learn more
OK