NuMaker emWin Series (Graphical User Interface Solution )
NuMaker emWin Series (Graphical User Interface Solution )
#Product #Application #en #Intermediate
21筆
前瞻應用
學習
影片長度 - 0:40
Motorcycle Dashboard Demo on NuMaker-HMI-N9H30 EVB
【Demo Features】
• Fast booting (booting time less than 1 sec)
• The dashboard GUI implementation by emWin graphics library
• The 2D GFx help the smooth TFT-LCD display
#en #Application #Learning #Basic
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
前瞻應用
學習
影片長度 - 0:40
摩托車儀表展示於NuMaker-HMI-N9H30開發板
【展示特色】
• 小於1秒快速開機
• 使用emWin繪圖函式庫繪製儀表介面
• 使用2D圖形加速器呈現流暢的指針移動效果
#zh-Hant #Learning #Basic #Application
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw
聯絡我們:SalesSupport@nuvoton.com
創新產品
工具
學習
影片長度 - 9:49
The video includes introductions to Nuvoton's MCU Cortex-M4 and MPU N9H series and how to choose suitable MCU or MPU under HMI platform. Customer successful cases are avaliable in this video.
#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
創新產品
工具
學習
影片長度 - 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
影片長度 - 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
創新產品
工具
學習
影片長度 - 8:3
影片中介紹新唐科技微控制器 Cortex-M4 / 微處理器 N9H 系列 HMI平台,其中包括如何選擇合適的平台,以及介紹成功案例。
#Basic #Product #Tool #Learning #zh-Hant
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw
聯絡我們: SalesSupport@nuvoton.com
創新產品
工具
學習
影片長度 - 7:51
影片中介紹新唐科技MPU N9H30 Linux與Non-OS開發環境建置,以NuMaker-emWin-RDK-N9H30為範例,由開發板介紹開始,到BSP與相關軟體下載。
-
新唐科技提供 emWin 開發平台其採用新唐的 N9H30 微處理器系列,此為一套完整的人機顯示介面解決平台,支援最高解析度為 1024 x 768 像素顯示器,因 N9H30 系列採用 ARM926EJ-S 為內核,運行速度達 300 MHz,最高可驅動彩色 1024 x 768 像素並行端口(Parallel Port),內建 TFT LCD 控制器與 2D 圖形加速器,該系列內建最高達 64 MB DDRII SDRAM 記憶體,讓開發者在使用 emWin 軟體時,具備設計彈性。
以下將帶給各位如何將 Linux OS 與 Non-OS code 燒錄至開發板,以 NuMaker-emWin-RDK-N9H30 做示範,這部影片中所有指令與網址都會放在下方影片內容給大家參考,User Manual 相關文件都放在新唐官方網站 https://www.nuvoton.com/products/gui-solution/gui-reference-design/numaker-emwin-rdk-n9h30/
我們先示範將 Linux OS 建置到 N9H30 開發板,到新唐的 Github 網站 OpenNuvoton 找尋我們所使用的開發板 N9H30 並下載新唐提供的 VMware 映像 https://github.com/OpenNuvoton/MPU-Family
VMware 主程式則需要到該公司的官方網站下載:
https://www.vmware.com/tw/products/workstation-player/workstation-player-evaluation.html
首先我們開啟 VMware 主程式,找尋我們剛剛下載的 ubuntu_NUC970_980_Linux 資料夾,點選 Ubuntu 64-bit_nuvoton.vmx,點選 Play virtual machine,密碼請輸入 user,第一次打開會需要一點時間,開機完成後打開 Terminal,再來進入 NUC970_Buildroot-master 資料夾
進入資料夾後,我們先更新Buildroot工具,輸入以下指令:
git reset --hard
git pull
更新完成後,進入dl資料夾,先將既有的 Linux kernel 與 u-boot 刪除,輸入以下指令:
sudo rm -rf linux-master.tar.gz uboot-master.tar.gz
輸入完後,輸入密碼 user
輸入完成後,離開dl資料夾,進入 buildroot 資料夾,下 make clean
以上動作只需要在更新時使用,接下來我們要設定開發板的編譯設定,先進入 configs 資料夾找尋開發板名稱,找到名稱後回到 buildroot,輸入 make nuvoton_n9h30_emwin_defconfig 產生configuration file,設定完成後輸入 make 開始編譯,編譯時間大約為三小時。
編譯完成後,執行以下步驟
1.修改nuc970_evb.h,47~50行
~$gedit /output/build/uboot-master/include/configs/nuc970_evb.h
#define CONFIG_SYS_USE_SPIFLASH
/* #define CONFIG_ENV_IS_IN_NAND */
#define CONFIG_ENV_IS_IN_SPI_FLASH
2. 修改uboot configuration
~/output/build/uboot-master$ make menuconfig
-> Device Drivers
-> SPI Support
[*] NUC970/N9H30 SPI driver
Select NUC970/N9H30 SPI in Quad mode or Normal mode (Quad mode) --->
-> SPI Flash Support
[*] Legacy SPI Flash Interface support
[*] SPI flash Bank/Extended address register support
[*] Winbond SPI flash support
-> Command line interface
-> Device access commands
[*] sf
3.重新編譯,並重新燒錄u-boot.bin
~/Buildroot$ make uboot-rebuild
編譯完成後,請將以下兩個檔案複製至 windows 下
/NUC970_Buildroot-master/output/images/uImage
/NUC970_Buildroot-master/output/build/uboot-master/u-boot.bin
並且建立記事本 env-nor.txt,內容如下
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
再來我們則需要安裝 NuWriter 所需要的相關檔案,NuWriter 是新唐提供的燒錄工具,提供在 PC上使用的軟體及其原始碼,使用者可以依照需求自行開發功能
https://github.com/OpenNuvoton/MPU-Family
下載完成後,打開 NUC970_NuWriter-master,到 Driver 資料夾安裝 WinUSB4NuVCOM.exe,安裝完後,到 NuWriter 資料夾底下的 Release 執行 NuWriter,依據自身開發板,選擇晶片編號,我們要把 Image 燒錄到 SPI Flash, 因此選擇 SPI
這邊需要將開發板的 Power-On Setting 全都撥到 ON 的位置 ,並且按壓一次 Reset 鍵,回到 NuWriter 確認綠燈連結至開發板,如果沒有,請點選 Re-Connect 重新連結,確認完後開始燒錄Image:
u-boot.bin 燒錄至 0xe00000
env-nor.txt 燒錄至 0x80000
uImage 燒錄至 0x200000
等燒入完成後將開發板上的 Power Setting 都撥到 OFF 的位置,按壓一次 Reset 鍵,即可開始從SPI-NOR 開機,開機完成後,我們先到 /etc/init.d 底下找尋範例程式 rcS,輸入 chmod 777 rcS 調整權限後,即可在開發板螢幕上看到相關應用,編譯與燒錄程式就到這邊告一段落。
接下來為大家帶來 Non-OS code 編譯與燒錄,請大家先到以下網址下載 MDK-Arm
https://www.keil.com/download/product/
後續再下載新唐提供的 Non-OS BSP 包 https://github.com/OpenNuvoton/MPU-Family
BSP 包裡面含有 Keil 詳細的開發環境設定手冊可以參閱,使用 Keil 則需要購買相關的 license,下載安裝完成後,打開 Keil uVision,點選左上角 File,選擇 Open,到剛剛下載的 BSP 包裡面,
依序選擇 BSP、SampleCode、emWin_SimpleDemo、KEIL、emWin_SimpleDemo.uvproj
再來我們點選 Option for Target,點選 Device,選擇 NuMicro ARM9 Database、N9H_series
完成後點選 Rebuild,編譯完成後即會產出 sample code的binary 檔案。
編譯完成後,打開NuWriter,重新連接開發板,連接完成後,選擇 SPI,依循以下路徑找尋我們剛剛編譯的程式 \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
選擇完後,依照畫面設定,並燒錄至 0x0 的位置,燒錄完成後,將 Power-On Setting 改為 SPI 開機,即可在開發板上看到範例程式。
以上是這次的教學影片,後續我們還會為遠端監控功能和一些新的設計做更多介紹,感謝您的收看,歡迎訂閱我們的頻道,如果您想知道更多資訊歡迎聯絡我們!
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw
聯絡我們: SalesSupport@nuvoton.com
#Basic #Product #Tool #Learning #zh-Hant
創新產品
工具
學習
影片長度 - 5:57
影片中介紹新唐科技emWin 繪圖程序庫應用於HMI,內容包含HMI簡介,新唐emWin所提供的平台資源,以及相關網路資源。
#Basic #Product #Tool #Learning #zh-Hant
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw
聯絡我們: SalesSupport@nuvoton.com
創新產品
前瞻應用
學習
影片長度 - 5:35
影片中講解如何透過NuMaker-emWin-N9H30開發平台,搭配新唐emWin繪圖函式庫實作智慧家電 HMI。
此為第一部:製作說明。
#zh-Hant #Learning #Basic #Application #Product
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw
聯絡我們: SalesSupport@nuvoton.com
創新產品
前瞻應用
學習
影片長度 - 20:9
影片中講解如何透過NuMaker-emWin-N9H30開發平台,搭配新唐emWin繪圖程序庫實作智慧家電 HMI。
此為第二部:HMI實作。
#zh-Hant #Learning #Basic #Application #Product
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw
聯絡我們: SalesSupport@nuvoton.com
影片長度 - 1:29
● Nuvoton Website:
https://www.nuvoton.com
影片長度 - 9:25
● Nuvoton Website:
https://www.nuvoton.com
● Buy NuMaker PFM-M487 at Nuvoton Direct:
https://direct.nuvoton.com/tw/numaker-emwin-m487
● Buy NuMaker emWin N9H20 at Nuvoton Direct:
https://direct.nuvoton.com/tw/numaker-emwin-n9h20
影片長度 - 10:7
● Nuvoton Website:
https://www.nuvoton.com
● Buy NuMaker emWin M487 at Nuvoton Direct:
https://direct.nuvoton.com/tw/numaker-emwin-m487
影片長度 - 9:46
● Nuvoton Website:
https://www.nuvoton.com
● Buy NuMaker emWin N9H20 at Nuvoton Direct:
https://direct.nuvoton.com/tw/numaker-emwin-n9h20
影片長度 - 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
前瞻應用
學習
影片長度 - 2:21
這是新唐科技做的溫控器的參考設計,在第一個畫面顯示的是目前的室溫 25 度。也可以透過這個加減去設定你的目標的溫度,中間的部分就是去改變目前的開關、開或是關,在這個 Temperature (溫度) 圖示 部分可以進去調整它的背光亮度,透過滑動的方式去改變。
你現在要進入的功能頁面,進到第二個畫面去做溫度功能的設定,這是冷氣的強度,可以透過加減或者是直接按圖示去做加減,也可以去改變暖氣的部分,還有除溼跟送風,在第三個畫面是一個行事曆,可以去設定日期,然後去做日期的開跟關的預設動作,以上是整個參考設計的全部。
接下來介紹一下板子上面零件的組成,在電路板的正中間是一個新唐科技的 Nuvoton-N9H20 的主控晶片,這主控晶片內置了 32M Byte 的 DDR 在裡面,所以你會看到整個電路板是很清晰的,整個硬件設計上面是非常容易的。那在上方是一個 1G bit 的 NAND Flash,可以存code還有圖片的部分。在左下方是一個連接器可以連接到 UART 的控制介面。在中間左邊的部分是一個 5V (Micro USB) 電源的輸入。在右上角是一個 RS485 的連線,透過這個綠色的接頭可以連接到 RS485 控制風扇、冷氣等等裝置,在右下角這一區是一個電源管理的晶片,還有一些零件組成,所以整個應用設計上面是非常簡潔有力的,以上是整個硬件的介紹,謝謝。
#application #Learning #Basic #zh-Hant
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/
聯絡我們: SalesSupport@nuvoton.com
影片長度 - 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
創新產品
學習
影片長度 - 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)
前瞻應用
學習
影片長度 - 3:7
只需使用 N9H20 產品 LQFP128 封裝 ARM9 CPU 產出具有多國語言語音提示彩色動畫顯示參考設計。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/
聯絡我們: SalesSupport@nuvoton.com
#application #learning #intermediate #zh-Hant
創新產品
前瞻應用
學習
影片長度 - 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