Search

Selected option

Search Results

Searchembedded GUI webinar , find 26 items
  • Sort by
  • Most recent
  • Popularity
Product  Application  Webinar  Watch time - 1:8:14
While connected devices have been everywhere and keep increasing the quantity, protecting the IoT applications is still challenging. During this one-hour webinar, you will learn how to select IoT Security microcontrollers to create connected products that do not just be operated remotely but also guarantee IoT services with security. • Gain an understanding of state-of-the-art IoT reference architectures from microcontrollers, wireless modules, middleware, IoT Cloud, and engagement across the user life cycle. • Know what IoT design features will create a wow user experience across the entire product life cycle. • Learn about the typical network-connected challenges and how to solve them from an end-to-end point of view. • Discover an efficient way to engage with users with practical examples and ask questions. • You may have a chance to win free M235x IoT Security Series development boards and a discount code for purchasing. Speakers: Robert Ling, Senior Technology manager at Nuvoton Vanitha Ramaswami, IoT Partner Solutions Architect at AWS Agenda: • IoT Security and IoT Security Standards • Security Features of NuMicro IoT Security MCUs - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC buy now: https://direct.nuvoton.com/ contact us: SalesSupport@nuvoton.com #Product #Application #Product #Webinar #General #en
Product  Tool  Learning  Watch time - 8:24
The video introduces Nuvoton's MPU N9H30's development set-up for Linux and Non-OS, taking NuMaker-emWin-RDK-N9H30 for example. Starting from the EVB introduction to BSP and related software downloads. - User manuals and related resource can be downloaded https://www.nuvoton.com/products/gui-solution/gui-reference-design/numaker-emwin-rdk-n9h30/ First, we introduce how to program Linux OS to the N9H30 evaluation board Find the N9H30 evaluation board resource that we used on Nuvoton’s Github and download the VMware Image https://github.com/OpenNuvoton/MPU-Family VMware application can be downloaded from the VMware website https://www.vmware.com/tw/products/workstation-player/workstation-player-evaluation.html First, open the VMware Find the ubuntu_NUC970_980_Linux folder we downloaded Choose Ubuntu 64-bit_nuvoton.vmx Choose Play virtual machine The password is “user” It will take a while to open this application for the first time Open the terminal when the system is ready Enter NUC970_Buildroot-master folder After entering the folder, we need to update the Buildroot tool Enter the command as shown below “git reset –hard” “git pull” After updating, enter the dl folder Remove the original Linux kernel and u-boot Enter the command as shown below “sudo rm -rf linux-master.tar.gz uboot-master.tar.gz” After entering, enter the password “user” Leave the dl folder and enter the Buildroot folder Enter the “make clean” command You don’t need to do these steps unless updating Buildroot tools Now, we set up the evaluation board configuration Enter configs folder to search evaluation board name Back to buildroot after searching Enter “make nuvoton_n9h30_emwin_defconfig” to generate configuration file After finishing these step, enter “make” to compile It will take about three hours to compile After compiling, copy the two files below to windows “/NUC970_Buildroot-master/output/images/uImage” “/NUC970_Buildroot-master/output/build/uboot-master/u-boot.bin” Create text file ”env-nor.txt” The content is shown below: baudrate=115200 bootdelay=1 stderr=serial stdin=serial stdout=serial setspi=sf probe 0 50000000 loadkernel=sf read 0x7fc0 0x200000 0x600000 bootcmd=run setspi;run loadkernel;bootm 0x7fc0 bootargs=noinitrd root=/dev/mtdblock2 rw rootfstype=jffs2 console=ttyS0 rdinit=/sbin/init mem=32M mtdparts=m25p80:0x200000@0x0(u-boot),0x600000@0x200000(kernel),-(user) ignore_loglevel Then, we need to install NuWriter and related file The NuWriter is a programming tool provided by Nuvoton. The NuWriter application and firmware code are open-sourced, and users can add new features or develop new user interfaces per user’s application NuWriter: https://github.com/OpenNuvoton/MPU-Family Open “NUC970_NuWriter-master” Enter Driver folder and install “WinUSB4NuVCOM.exe” Enter /Nuwriter/Release and execute NuWriter Choose IC number based on the evaluation board We need to program Image to SPI Flash, so we choose SPI Here we need to turn the all Power-On Setting to ON Push Reset button Return to NuWriter to check the green light and the connection If it is not connecting, click Re-Connect to reconnect After confirm the connection, start to program Image Program the three files to particular address u-boot.bin program to 0xe00000 env.nor.txt program to 0x80000 uImage program to 0x200000 After programming, turn the Power-On Setting to off Push the Reset button Evaluation board can start to boot from SPI-NOR After booting, we need to find the rcS demo application under/etc/init.d Enter “chmod 777 rcS” to modify the application Now, you can see the application on the evaluation board panel Here, we finish compiling and programming The next topic is how to compile and program Non-OS code First, download MDK-Arm from the link below https://www.keil.com/download/product/ Download the Non-OS BSP provided by Nuvoton https://github.com/OpenNuvoton/MPU-Family The BSP includes Keil environment set up user manual Use Keil need to purchase the related license After downloading, Open Keil uVision Click the File on the upper left and choose Open Go to the BSP that we downloaded choose BSP, SampleCode, emWin_SimpleDemo, KEIL and emWin_SimpleDemo.uvproj Click Option for Target Click Device and choose NuMicro ARM9 Database and N9H_series After setting up, click Rebuild, and it will generate a sample code application which is a binary file Open the NuWriter and connect it to the evaluation board Choose SPI and search the application we built \N9H30_emWin_Non-OS_BSP_v1.04.000\N9H30_emWin_Non-OS_BSP_v1.04.000\BSP\SampleCode\emWin_SimpleDemo\KEIL\obj\emWin_SimpleDemo_FW070TFT_24BPP.bin Follow the setting and program the file to 0x0 After programming, turn the Power-On Setting to boot from SPI You can see the demo application on the evaluation #Basic #Product #Tool #Learning #en - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC buy now: https://direct.nuvoton.com/ contact us: SalesSupport@nuvoton.com
Watch time - 5:45
The video introduces Nuvoton's emWin graphic library for HMI applications, it also includes the breif HMI introduction, emWin resources. - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC buy now: https://direct.nuvoton.com/ contact us: SalesSupport@nuvoton.com
Training  Application  Tool  Webinar  Watch time - 59:50
Always want to knock on the door and get in the MCU world? Here is a perfect entrance for you! To let anyone interested in MCU familiar with Nuvoton’s development environment, we provide you a beginner course. Thus, you can have not only a whole picture of Nuvoton’s Development platform, including EVB, debugger/programmer, IDE, BSP, and software, but can also implement a very first project in this workshop. Nuvoton has a user-friendly environment even for beginners, so don’t hesitate to join us. Let Novoton’s rookie lead your way! Before we get started, please follow the steps before the workshop. 1. Terminal Emulator Download PuTTY:An open-source SSH and telnet client for the Windows platform. Download – "putty.exe" https://www.putty.org/ 2. IDE Installation - KEIL MDK Nuvoton edition M0 / M23 >Enter Contact Information >Download and Install >Get and Add License Download link:https://www2.keil.com/nuvoton/M0-M23 Tutorial:https://youtu.be/dzp9sAm4vmg - Agenda: • NuMicro® Ecosystem • Nuvoton Golden 3 Steps • NuMaker Board Unboxing & Introduction • Practice for Very Beginner - Get Started by Quick Start • Summary - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC buy now: https://direct.nuvoton.com/ contact us: SalesSupport@nuvoton.com #Application #Tool #Training #Webinar #General #en
Product  Application  Webinar  Watch time - 1:14:18
Debriefing of M2354 enhanced MCU security features for Smart Meter applications. You will learn the infrastructure solution, AMI 2.0 smart meter, benefitting from the IoT security microcontroller. The brand new NuMicro M2354 IoT Security microcontroller series inherits the security features of the M2351 that have been Arm PSA Certified™ Level 1, Level 2, and PSA Functional API Certified, M2354 Series endows the microcontrollers used by network-connected devices with the physical level (chip-level) security protection function. It ensures the software and hardware integration system products developed can meet information and communication security requirements for the international mainstream standards. It can also simplify the implementation of regulations-compliant products that require security certification. Simultaneously, it satisfies the development and design requirements of the device itself that requires a low-power operation. - Agenda: • Nuvoton business at a glance • Nuvoton microcontroller ecosystem • A brief introduction to international mainstream IoT security standards • NuMicro M2354 IoT security series • Smart meter solution • Multi-OS and multi-cloud support for IoT node devices • Conclusion - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC buy now: https://direct.nuvoton.com/ contact us: SalesSupport@nuvoton.com #Product #Application #Webinar #General #en
Product  Application  Learning  Watch time - 2:24
Hello everyone. Welcome back to Nuvootn’s YouTube channel. This is a reference design of a thermostat made by Nuvoton. The first screen shows the current room temperature of 25 degrees Celsius. You can also set your target temperature through the control panel. The middle switch is the power switch of temperature control. Press the Temperature icon and you can adjust backlight brightness by slide control. Back to the function page, press the Snow icon where you can change the strength of the air conditioner. You can increase or decrease the strength by these up and down arrows or you can press the snow icon for adjustment. Changing the heater, dehumidifier, and fan are the same. The third page is a calendar where you can set the date to book opening and closing the temperature control. What you saw is the reference design introduction. Now let’s talk about the composition of the board. In the middle of the board is a Nuvoton N9H20 main control chip. This main control chip has built-in 32 Mbytes DDR so the board is very clear and the hardware design is easy. At the top side, there is a 1 Gbits NAND Flash for code and pictures storage. At the bottom left there is a connector to the UART control interface. In the middle left area, there is a 5 Voltage (Micro USB) power input. In the upper right corner, there is an RS485 connection. Through this green connector, you can connect to RS485 for fans, air conditioners, and other devices' control. In the lower right corner, there is a chip for power IC and some other parts. The application reference design is concise and powerful. That’s all for the hardware introduction. Thank you for watching. - 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 #Learning #Intermediate #en
Webinar  Watch time - 18:51
This video will introduce ARM TrustZone technology and show the example of how to program TrustZone on M2351. There is also a FIDO USB stick application demo in the end. - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC Buy now: https://direct.nuvoton.com/tw/m2351-series/ Contact us: SalesSupport@nuvoton.comon.com
Product  Learning  Watch time - 6:27
Nuvoton provides a development tool for capacitive Touch Sensors. The best feature of the calibration tool is that it uses the GUI to configure and tune your design automatically. Besides, the tool can export the configuration parameters and import them to another. Not only can greatly shorten the development time of developers, but also shorten the time for mass production. This video will introduce how to use this development tool and the definition of parameter. - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC Buy now: https://direct.nuvoton.com/tw/low-power-8051-series/ Contact us: SalesSupport@nuvoton.comon.com #Product #Learning #Basic #en
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
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)
Watch time - 3:12
本方案使用 NuMicro M480 高效能 M4 微控制器,搭配 emWin library 進行 GUI 圖像化人機介面設計,將結果顯示在 2” OLED 上。NuMicro M480 系列微控制器是新唐的最新產品,透過這個系列產品高達 192 MHz 的強大運算能力和多達 160 KB 的 SRAM,並且搭配 2 吋 OLED 螢幕,來達到流暢地解碼及播放 GIF 動態影像,那這個方案包含了三大重點: 第一點:我們使用了新唐 M480 高效能微控制器,透過高速 SPI 控制 OLED 來顯示炫麗的動態效果 第二點:本方案已內建 GIF 解碼和多種字型的 Library,如果有其他字型需求,可以透過新唐字型轉換工具載入其他字庫,再加上 emWin Library 的使用,快速開發完成高質感使用者介面。 第三點:本方案可以應用於有顯示功能需求的產品,如電競主機板,可以高效地動態顯示溫度、風扇轉速和硬碟狀態等 - 更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC 聯絡我們:SalesSupport@nuvoton.com ---- Today we are going to introduce our reference design OLED Display with GIF Format Decode featuring the NuMicro M480 series microcontroller. As you can see, the microcontroller controls the 2-inch OLED screen and GIF files can be played on it. The M480 series runs up to 192 MHz with 512 KB embedded Flash memory and 160 KB embedded SRAM. The high-performance MCU decodes GIF motion graphics smoothly. There are three major features about this reference design: First: We use the Nuvoton M480 high-performance microcontroller to control the OLED through high-speed SPI to showcase dynamic effects. Second: This solution has built-in GIF decoding and various font libraries. If there are other font requirements, you can load other fonts through the Nuvoton font conversion tool, and use the emWin Library to develop a high-quality user interface quickly. Third: It can be applied to products requiring display functions, such as e-sports motherboards, which can dynamically display temperature, the speed of the fan and the status of the hard disk. The OLED device has a 2-inch OLED screen with a resolution of 256*64. There is an SD card slot underneath, which obviously is for data storage and the storage status is shown on the OLED screen. The right side, there is a high-speed USB for PC connection as a flash drive. A headphone jack is on the left, I’m sure you all know how it works.
This website uses cookies to ensure you get the best experience on our website. Learn more
OK