Search

Selected option

Search Results

SearchemWin , find 15 items
  • Sort by
  • Most recent
  • Popularity
Training  Learning  Watch time - 11:47
This video will guide users to quickly start developing Nuvoton N9H30 series microcontroller in a non-OS environment, and will demonstrate a GUI design by SEGGER emWin AppWizard tool. This video also shows how to enter the debug mode with J-Link and deploy the AppWizard project to the NuMaker-HMI-N9H30 evaluation board by NuWriter. #emWinAppWizard #MPU #N9H #N9H30 #NonOS #HMI #GUIdesign #QuickStart #NuWriter #JLink #Debug #Basic #Training #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
Training  Application  Tool  Learning  Watch time - 32:41
● Intro ● Software preparation ● GUI design ● Animation & Interaction ● Build code ● SPIM function ● Demo This video demonstrates how to use the Nuvoton M467 HMI evaluation board(NuMaker-HMI-M467) with the SEGGER emWin AppWizard tool to rapidly create an electric bicycle dashboard interface. The video covers various aspects, including creating interaction and design by combining different objects, exporting the code, code explanations, compiling the code, and showcasing the results of the emWin AppWizard E-bike example program. This step-by-step guide enables users to easily operate the Nuvoton-HMI-M467 and emWin AppWizard tool. Example code download link: http://forum.nuvoton.com/viewtopic.php?f=19&t=11186&sid=1f4715f5205c1fb45b47aa8ad301cf2c #NuMicro #Nuvoton #Basic #Application #Tool #Training #Learning #HMI #M4 #emWin #AppWizard #GUI #Ebike #dashboard #新唐科技 #MCU #Microcontroller #MCU #en - 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  Seminar  Watch time - 3:45
Introduce Nuvoton's GUI solution. Nuvoton GUI platform supports TFT-LCD with different interfaces and resolutions. The platform includes low power, high-performance MCUs (microcontroller), and MPUs (microprocessor) with built-in high-density DDR and graphics accelerator. We provide emWin, LVGL, Qt graphic libraries, and GUI tools such as AppWizard and SquareLine for you to easily create embedded system GUI. Today, we will give you a quick introduction of three of the NuMaker-HMI evaluation boards. ● NuMaker-HMI-M467 ● NuMaker-HMI-N9H30 ● NuMaker-HMI-MA35D1-S1 #en #Product #Application #General #Seminar #2023 Roadshow #Nuvoton #GUI #NuMicro #MCU #NuMaker-HMI-M467 #NuMaker-HMI-N9H30 #NuMaker-HMI-MA35D1-S1 - 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  Seminar  Watch time - 3:18
AppWizard is a graphic human-machine interface design tool that supports the emWin graphics library. This tool allows GUI design and development to be completed with minimal coding using a drag-and-drop interface and settings. This demo showcases the use of the AppWizard tool with the M467 development platform to design an electric bicycle dashboard interface. Therefore, the video will be divided into two parts: the M467 development platform introduction and the key features of the AppWizard. #en #Product #Application #General #Seminar #2023 Roadshow #Nuvoton #Nuvoton #E-bike #Dashboard #emWin AppWizard #NuMicro #MCU #M467 - 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  Learning  Watch time - 7:37
This video shows the HMI example code of emWin AppWizard by using Nuvoton M467 development board. It includes the description of the sample code, the explanation of the code, and the steps to compile and download the sample program. Finally, it shows the result of the operation of the HMI sample code, so that users can easily operate Nuvoton's development board and the HMI sample code according to the steps. #NuMicro #Nuvoton #Basic #Application #Tool #Training #Learning #en #HMI #M4 #N9H #MA35D1 #emWin #AppWizard #GUI - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC buy now: https://direct.nuvoton.com/ contact us: SalesSupport@nuvoton.com
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
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.
Watch time - 11:27
● How to buy: https://direct.nuvoton.com/en/numaker-emwin-n9h30 ● More information: https://www.nuvoton.com/hq/products/application-specific-socs/hmi-emwin-mpus/-n9h-series
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 - 9:46
● Nuvoton Website: https://www.nuvoton.com ● Buy NuMaker emWin N9H20 at Nuvoton Direct: https://direct.nuvoton.com/tw/numaker-emwin-n9h20
This website uses cookies to ensure you get the best experience on our website. Learn more
OK