Search
Search Results
SearchFlexible Graphical HMI Solutions ,
find 34 items
- Sort by
- Most recent
- Popularity
Product
Learning
Watch time - 5:29
This video will introduce NuMaker-HMI-MA35D1-S1 Quick Start to you.
1. Unboxing
2. Power On and Demonstration
3. NuMaker-HMI-MA35D1-S1 Introduction
4. Development Platform
5. Development Environment Setup
#HMI #SoM #System-on-Module #Yocto #DevelopmentBoard #Product #general #en #learning
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
Learning
Watch time - 1:10
Data logger demo with M0A23 and N9H30,emulate CAN protocol transmission and display data on screen.
#Automotive #HMI #CAN #DataLogger #M0A23 #N9H30 #Embedded World 2022 #Learning #en #basic
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
Application
Seminar
Watch time - 17:59
Postquantum Cryptography and the NIST Competition
Dr. Bo-Yin Yang
Research Fellow, Institute of Information Science, Academia Sinica
Cryptographically Relevant Quantum Computers will arrive in maybe a decade and all our current cryptographic solutions need to be shifted to "Postquantum Cryptography (PQC)", alternatives that resist attacks by elements armed with CRQCs. This requires an overhaul of all our current crypto infrastructure, and the U.S. National Institute of Standards and Technology (NIST) has been running a competition to determine the next-generation cryptographic standards. We discuss what this means for corporations facing the PQC transition and what they should be doing in the meantime.
Learn more about Nuvoton IoT Security platform: https://www.nuvoton.com/iotsecurity
Shop online: https://direct.nuvoton.com/
Contact us: SalesSupport@nuvoton.com
Application
Webinar
Watch time - 16:57
In this webinar, we will share our viewpoint on the trend of embedded GUI and the user expectation for the modern graphical HMI platform and the ecosystem on the embedded applications.
Furthermore, the attendees will get a good overview of the Nuvoton NuMicro HMI platform provides flexible solutions to address them,
and the development of embedded GUI for HMI applications becomes very easy by leveraging the complete NuMicro HMI platform.
#en #Webinar #General #Application
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
Application
Learning
Watch time - 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
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
Product
Tool
Learning
Watch time - 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
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
Webinar
Watch time - 47:53
Artificial intelligence, edge, and cloud computing make factory automation and Industry 4.0 smart manufacturing possible. These technologies can help manufacturers optimize production processes based on structured and unstructured data, analyze them, and share them across the entire ecosystem. However, all these cloud technologies must be rooted in every sensor, machine, test, and monitoring equipment. One of the keys to building a smart factory is to connect these sensors and devices, collect meaningful data, and provide necessary feedback to these devices. In this webinar, we will cover the following topics.
-
Agenda:
1.Smart factory ecosystem: sensor, edge device, hub/ gateway, and cloud
● Data collection
● Machine learning and artificial intelligence
● Feedback
2.IIoT node
● Dependency with cloud
● IIoT hardware and software architectures
● Case study
3.Nuvoton IIoT solutions
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
#software architectures
#IIoT node
#factory automation
#Industry 4.0
#Smart factory ecosystem
#artificial intelligence
#cloud
#Feedback
#cloud computing
#smart manufacturing
#test
#Webinar
#Smart Manufacturing
#AIoT
#Nuvoton
#hub
#machine
#Machine learning
#Data collection
#monitoring equipment
#sensor
#device
#Artificial intelligence
#gateway
#MCU
Product
Learning
Watch time - 4:58
Nuvoton announced the latest ML51/ML54/ML56 microcontroller, built-in capacitive touch sensing, LCD driver highly integrated low power platform. Based on 1T 8051 core, running up to 24MHz, the power consumption in normal run mode is 80uA/MHz, lower than 1uA in power down mode the power consumption while power down with LCD on is lower than 20uA.
-
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.com
#Product #Learning #Basic #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