Search
Search Results
Searchlevel 1 training ,
find 148 items
- Sort by
- Most recent
- Popularity
Watch time - 29:32
1. 介紹新唐 NuMicro M4 全系列產品組合,包含 M480 系列、M451 系與 NUC505 系列。依據不同的終端應用需求,客戶該如何挑選適合的產品系列。
2. 詳細介紹新唐 NuMicro M480 產品系列的產品特色,M480 子系列的規格比較,特色 IP 的功能說明,以及成功案例。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/m4-family/
聯絡我們: SalesSupport@nuvoton.com
Product
Learning
Watch time - 26:19
The ML51 is a Flash embedded 1T 8051-based microcontroller. The instruction set of the ML51 is fully compatible with the standard 80C51 with performance enhanced and low power consumption.
The ML51 runs up to 24 MHz at a wide voltage range from 1.8V to 5.5V, and contains up to 64/32/16/8 Kbytes Flash called APROM for programming code. The ML51 Flash supports In-Application-Programming (IAP) function, which enables on-chip firmware updates.
The ML51 includes an additional configurable up to 4/3/2/1 Kbytes Flash area called LDROM, in which the Boot Code normally resides for carrying out the In-System-Programming (ISP).
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/tw/ml51-series/
contact us: SalesSupport@nuvoton.com
#Product #Learning #Basic #en
0:00 簡介
0:20 Agenda
0:45 NuMicro Product Portfolio
1:28 2019 Brand New MCU Platform
2:06 ML51/ML54/ML56 Series Portfolio
3:29 ML51 Series Low
4:50 NuMicro Naming Rule
6:06 NuMicro® ML51 Features
8:19 4 Different Power Modes
10:44 Low Power Mode Features • Wake up resource: WKT, ACMP, GPIO
12:37 Low Power VS Battery Life
13:28 ADC
15:00 Comparison of 8-bit Products Feature
17:13 Fire Fighting System
21:30 Battery Management System (BMS)
22:30 Gaming Phone
23:36 Development Board
24:13 Development Environment
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)
Training
Junior
Watch time - 17:25
新唐 NuMicro 微控制器家族 I²C 基本功能與範例介紹。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/
聯絡我們: SalesSupport@nuvoton.com
Watch time - 4:50
以新唐 NuMaker NUC980 IIoT 為平台,使用 Linux 進行開發,學習開發各式功能,觀看本片,您將學會在 NuMaker NUC980 IIoT 上使用 LTE 與 NB-IoT 連線。
哈囉大家好,我是新唐工程師阿群,今天為大家介紹如何在 NuMaker NUC980 IIoT 板子上如何使用 LTE 模組與 NB-IoT 模組。
首先我們先說明 LTE 模組的部分 NuMaker NUC980 IIoT 板子上的 USB port 位於右上角,請接上 LTE 模組才能上網。
在安裝 NUC980 開發環境 Buildroot 的過程中,我們下 “make nuvoton_nuc980_iot_defconfig” 產生 NUC980 IoT default configuration,當中 LTE 和 NB-IoT 模組相關的設定已經打開。 make 編譯 compile Buildroot 編譯完成後,透過 NuWriter 將 Linux kernel 下載到NuMaker NUC980 IIoT 板子上執行。Linux Kernel 開機完成後,設定 LTE 網路,輸入 “quectel-CM &”,下載檔案,輸入指令 ” wget -c http://http.speed.hinet.net/test_010m.zip ”, 可以看見檔案正在下載。
接下來我們說 NB-IoT 的部分,NuMaker NUC980 IIoT 板子上的 USB port 位於右上角,請接上 NB-IoT 模組才能上網。
需要拿到廠商附的軟體 linux-ppp-scriptsV1.2,根據linux-ppp-scripts裡面的文件說明將相關文件拷貝到 root file system 目錄中。
=> unzip linux-ppp-scripts_V1.2.zip
=> cp linux-ppp-scriptsV1.2/linux-ppp-scriptes/* rootfs/etc/ppp/peers/
= > vim rootfs/etc/ppp/peers/quectel-chat-connect
修改 quectel-chat-connect 裡面 APN,此 APN 參數需要根據電信業者所提供第12行修改 APN 為“internet.iot”
= > vim rootfs/etc/ppp/peers/quectel-ppp
修改 quectel-ppp 裡面的帳號密碼,帳號密碼需要根據電信業者所提供
第 6 行修改 user 和 password 為空白,然後重新 compile Linux Kernel。
編譯完成後,透過 NuWriter 將 Linux kernel 下載到 NuMaker NUC980 IIoT 板子上執行。
Linux Kernel 開機完成後,
設定 NB-IOT 網路 =>“pppd call quectel-ppp &”
設定 DNS =>“ echo "nameserver 8.8.8.8" > /etc/resolv.conf ”
下載檔案 =>”wget -c http://http.speed.hinet.net/test_010m.zip ” , 可以看見檔案正在下載。
以上是這次的 LTE 與 NB-IoT 使用教學影片。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/numaker-nuc980-iiot
聯絡我們: SalesSupport@nuvoton.com
Home automation with the tubular motor adopting Nuvoton 8-bit industrial microcontroller ML51 series
Watch time - 4:33
Tubular motors can be easily seen everywhere such as curtains, rolling doors, and automatic clothes racks. As the concept of home automation is spreading widely, those products become more and more popular.
Nuvoton provides completed platform, ML51 series for different needs of tubular motors. It’s based on 1-T 8051 core, running up to 24 MHz core speed. It provides 12-bit ADC detecting motor current and up to 2 sets of analog comparators for overcurrent and overvoltage protection. Much higher safety features for the tubular motors are realized.
105-degree high-temperature resistance makes it suitable for control box exposed outdoors. As for the multiple noises and inference environment, ML51 series provides strong immunity like 8 kV ESD and 4.4 kV EFT.
Hello, everyone, welcome back to Nuvoton’s YouTube channel, I am the product manager of microcontrollers. Today I am going to show
you our successful story, home automation with the Tubular motor, which adopts our latest industrial microcontroller, ML51 series.
Today the topic we are going to talk about is the home automation and motorization system for curtain and doors. These tubular motors can be easily seen around everywhere, like curtain, rolling door, garage door, and automatic clothes rake…and so on. As the concept of home
automation is spreading widely, those products are more and more popular.
For example, the automatic curtain is popularly applied in hotel, new building, hospital and new store, why is this product become more and more popular? Lazy economy becomes a new type of consumption demand, people pursue a time-saving and labor-saving product,
imagined if you have an emitter to control curtain automatically, and smart adjustment with the brightness of outdoor. And the new product hit the shelf is automatic clothes rake, now this new product is not only a hanger but also integrated with UV light disinfection, heating function and fan controller. About the garage door, now integrated more security function, such as overcurrent protection for device longevity, infrared system can be added to increase anti-pinch security.
Nuvoton provides completed platform, ML51 series for different needs of tubular motors. It’s based on 1-T 8051 core, running at 24MHz core speed, provides 12-bit ADC can detect motor current, up
to 2 sets of analog comparator to have overcurrent and over voltage protection so can provide much higher safety feature for the tubular motors. ML51 series also provide from 1.8V to 5V power supply, so whether the AC power or the battery supplied can easily be adapts to different power source.
This series has up to 105-degree high temperature resistance, which also can be very suitable for control box explore at outdoors. As for the multiple noise and inference environment, ML51 series provides strong immunity like 8 kV ESD and 4.4 kV EFT.
Nuvoton provides an easy-to-use development environment, which includes NuMaker board, Nu-Link, BSP and sample codes, those
tools can help you shorten your development cycles. On the backside of each development board, you can find the website which the comprehensive information is available.
Nuvoton has some successful case in China and Europe. We hope to have more new opportunities after releasing this video.
Thanks for watching, if you like this video
please give it a thumbs up, if you have any question can also leave a message at bottom, we will have personal to reply the question soon. The ML51 NuMaker boards are now available at Nuvoton official eStore direct.nuvoton.com. Thank you again for staying with us. Hope to see you soon. Bye~
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: NuMaker-ML51PC/ http://direct.nuvoton.com/numaker-ml51pc
NuTiny-ML51EB9AE/ https://direct.nuvoton.com/tw/nutiny-ml51eb9ae
contact us: SalesSupport@nuvoton.com
Watch time - 4:45
2019 台灣駭客年會 (HITCON) 的主題為「Trusted in Untrusted World」。
本年度的大會挑戰 (Badge Challenge) 使用這塊台灣電路板,以內建 Arm TrustZone 技術的新唐科技 M2351 微控制器來出題,將密鑰藏在 TrustZone 中。
希望透過此次的 Badge Challenge,傳達資安的概念已經從過去對軟體的著重,擴展至對硬體安全的全盤檢視。
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/
聯絡我們: SalesSupport@nuvoton.com
Watch time - 3:31
以新唐 NuMaker NUC980 IIoT 為平台,使用 Linux 進行開發,學習開發各式功能,觀看本片,您將學會如何控制 GPIO 使 LED 閃爍。
哈囉大家好,我是新唐工程師 Kevin,今天為大家介紹如何在 NuMaker NUC980 IIoT 板子上透過 GPIO 讓 LED 燈閃爍。
NuMaker NUC980 IIoT 板子的 Power-on Setting上方有 3 個 LED 燈,分別由不同的 GPIO 控制。最左邊,編號 LED03 的 LED 燈是由 GPIO B8 這根 pin 控制。今天示範如何用程式控制 GPIO B8 讓 LED 燈閃爍。
這是 LED 燈閃爍的程式,在看程式之前,我先為各位說明,在 Linux kernel 中,每一根 GPIO pin 都有編號。每一個 GPIO Group 占用 32個編號,編號為 0 到 31,分配給 GPIO Port A 這個 group,編號 32 到 63 分配給 GPIO Port B,以此類推。
LED03 這個 LED 燈是由 GPIO B8 這根 pin 控制,GPIO B8 在 Linux 中的編號是 40。
回到程式中,我們看到這個程式是透過 system function 執行系統命令,透過 Linux kernel 的 sysfs 控制 GPIO。
第 23 行 system("echo40 /sys/class/gpio/export"); 是將 GPIO
B8 設定成可以用sysfs 控制。
第 24 行 system("echo out /sys/class/gpio/gpio40/direction"); 是將 GPIO B8 設定為 output。
接下來在 while loop 中,透過 system("echo 1/sys/class/gpio/gpio40/value"); 讓 GPIO B8 輸出 high;再透過 system("echo 0 /sys/class/gpio/gpio40/value"); 讓 GPIO B8 輸出 low,中間延遲 1 秒鐘,就可以做到 LED 燈閃爍的功能。
這個程式,main.c,儲存後,進行 compile
輸入 arm-linux-gcc main.c -o gpio_toggle
(輸入 ls)
產生一個執行檔 gpio_toggle
將 gpio_toggle 拷貝到 root file system 目錄中,
(輸入 sudo cp gpio_toggle ../rootfs)
然後重新 compile Linux Kernel
透過 NuWriter 將 Linux kernel 下載到NuMaker NUC980 IIoT 板子上執行
Linux Kernel 開機完成後,輸入 ./gpio_toggle,執行閃爍 LED 的程式。
此時可以看到 NuMaker NUC980 IIoT 板子上的 LED 正在閃爍。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/numaker-nuc980-iiot
聯絡我們: SalesSupport@nuvoton.com
Watch time - 4:14
以新唐 NuMaker NUC980 IIoT 為平台,使用 Linux 進行開發,學習開發各式功能,觀看本片,您將學會安裝 NuMaker NUC980 IIoT 的開發環境。
哈囉大家好,我是新唐工程師 Kevin,今天為大家介紹如何安裝新唐 NuMaker NUC980 IIOT 開發環境,NuMaker NUC980 IIOT是以基於Linux 系統的Buildroot做為開發環境。
在安裝 Buildroot 之前,請先瀏覽這個網頁 https://buildroot.org/downloads/manual/manual.html#requirement
,這個頁面提到 Buildroot是基於 Linux 系統;安裝 Buildroot 需要一些 package,如果缺少package 或者版本太舊的話,安裝過程會出現錯誤。所以請先確認您的 Linux 系統是否有這些 package,以及 package版本是否太舊,然後再進行安裝。
接下來在 Linux Terminal 輸入 git clone https://github.com/OpenNuvoton/NUC970_Buildroot
就可以下載 NUC980開發環境 - Buildroot。
下載完成後,產生一個新的目錄 NUC970_Buildroot,目錄名稱叫做 NUC970_Buildroot ,新唐的 NUC980 和 NUC970 系列產品共用 Buildroot,目錄名稱則以NUC970 開頭。
透過 cd NUC970_Buildroot,切換到 NUC970_Buildroot 目錄中,準備進行Compile Buildroot。
Compile分為三個步驟:
(1) 輸入 make nuvoton_nuc980_iot_defconfig,產生一個預設的 configuration file。預設的 configuration 會連網安裝 U-Boot、Linux Kernel、root file
system、toolchain …… 等常用的工具。
(2) 如果想要修改預設的 configuration,請輸入 make
menuconfig,進入視窗選單來增加或刪減選項,修改完成後離開視窗前,請記得選擇視窗下方的 “(Save)”,儲存修改後的 configuration,然後再選擇視窗下方的 “(Exit)”,離開視窗。
(3) 回到 Linux Terminal後,輸入 make,開始進行Compile。
Compile的時間大約 1 個小時左右,如果電腦速度比較慢,就需要更久的時間。Compile成功後,NUC980 BSP 就會出現在NUC970_Buildroot目錄下面的 output 這個子目錄。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/numaker-nuc980-iiot
聯絡我們: SalesSupport@nuvoton.com
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
Product
Learning
Watch time - 4:26
NUC980 Series Microprocessor is a solution designed for industrial control and industrial IoT applications, such as gateway, serial server, remote control unit, plug and play data collector and IoT development platforms.
NUC980 series embedded with an ARM9 core supports Linux, FreeRTOS and Non-OS Board Supporting Package. By using MCP technology, NUC980 series supports up to 128 MB DRAM. Not only can NUC980 simplify your hardware design, but help your product time to market. A less-layered PCB and a reduced PCB size can lower the BOM cost.
NUC980 supports 2 High Speed and 6 Full Speed USB Host controllers that can be used for a replaceable module due to the plug and play feature of USB interface. Other interfaces include 10 UART, 4 I2C, 3 SPI, 4 CAN BUS, and 2 Camera sensor interface. Designers can use these interfaces to collect or convert the data needed.
NUC980 features AES, RSA, SHA and ECC hardware crypto accelerator for CPU offloading. This crypto engine can be applied at data transfer, identification, and key exchange.Nuvoton also provides IoT protocols like HTTP, HTTPS, MQTT, CoAP, openSSL to help customers accomplish a security IoT platform easily.
Nuvoton NUC980 adopts MCP technology supporting up to 128 MB DRAM. Developers can design a secure IoT product fast and convenient with the help of the hardware crypto engine. Next, I will introduce related development platforms.
NuMaker NUC980 Serial Server Board is suitable for applications like serial server or serial to Ethernet gateways. This develop board includes 2 10/100 Ethernet ports, 8 UART ports, 1 MicroSD Slot, 2 USB ports and 16MB SPI NOR Flash.
NuMaker NUC980 USB developer board is suitable for data collection applications. This board includes 1 10/100 Ethernet port, 8 USB ports, 5 UART ports, and 128 MB NAND Flash.
NuMaker NUC980 Industrial IOT developer board is suitable for IOT applications. This board includes 1 10/100 Ethernet Port, 2 USB ports, microphone input, earphone output, 128 MB SPI NAND Flash and an Arduino Compatible interface.
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: http://direct.nuvoton.com/arm9-mpus/
contact us: SalesSupport@nuvoton.com
#Product #Learning #Basic #en
Watch time - 3:56
NUC980為新唐提供的工業物聯網開發平台,適合應用於閘道器、串列伺服器、遠端控制裝置、隨插即用資料採集裝置及物聯網開發平台
NUC980 使用ARM9 內核,支援 Linux/FreeRTOS及Non-OS 的開發套件,採用MCP (Multi-Chip Package)封裝技術,內建最高達128 MB DRAM,讓硬體設計更容易,縮短產品上市時間。因為PCB層數減少、尺寸縮小,成本自然可以降低.
利用 USB具有即插即用的特性,NUC980擁有2組高速及6組全速USB主機控制器,實現可隨時更換模組的需求。其餘周邊介面如: 10組UART、4組I2C、3組SPI、4組CAN BUS及2組CMOS Sensor介面等,透過不同的介面達成資料轉換及資料採集的目的
NUC980內建AES、RSA、SHA及ECC的加解密引擎,可用於資料傳輸、身分認證及公私鑰交換,除了提升運算速度,並可有效降低CPU負載。另外,新唐也提供豐富的物聯網通訊協議,包含HTTP、HTTPS、MQTT、CoAP、openSSL等,幫助客戶加速完成高安全性的物聯網解決方案。
新唐NUC980採用MCP (Multi-Chip Package)技術,內建最高達128 MB DRAM,並提供硬體加解密引擎,協助客戶方便且快速設計安全的連網產品。接下來將為您介紹相關開發平台:
-NuMaker NUC980 Serial Server開發板,適合應用於串列伺服器類型的產品開發,此開發板具備2組10/100 網路口、8組UART、1組MicroSD 卡槽、2組USB 接口以及 16 MB SPI NOR FLASH。
-NuMaker NUC980 USB開發板,適合應用於多組USB介面需求的資料採集裝置,此開發板具備1組 10/100 網路口、8組USB、5組UART及128 MB NAND FLASH。NuMaker NUC980 IIOT 開發板適合物聯網應用產品的開發,此開發板具備 1組 10/100 網路口、2 組USB 、麥克風輸入、耳機輸出、128 MB SPI NAND Flash以及 Arduino相容的介面
NUC980 Series Microprocessor is a solution designed for industrial control and industrial IoT applications, such as gateway, serial server, remote control unit, plug and play data collector and IoT development platforms.
NUC980 series embedded with an ARM9 core supports Linux, FreeRTOS and Non-OS Board Supporting Package. By using MCP technology, NUC980 series supports up to 128 MB DRAM. Not only can NUC980 simplify your hardware design, but help your product time to market. A less-layered PCB and a reduced PCB size can lower the BOM cost.
NUC980 supports 2 High Speed and 6 Full Speed USB Host controllers that can be used for a replaceable module due to the plug and play feature of USB interface. Other interfaces include 10 UART, 4 I2C, 3 SPI, 4 CAN BUS, and 2 Camera sensor interface. Designers can use these interfaces to collect or convert the data needed.
NUC980 features AES, RSA, SHA and ECC hardware crypto accelerator for CPU offloading. This crypto engine can be applied at data transfer, identification, and key exchange.Nuvoton also provides IoT protocols like HTTP, HTTPS, MQTT, CoAP, openSSL to help customers accomplish a security IoT platform easily.
Nuvoton NUC980 adopts MCP technology supporting up to 128 MB DRAM. Developers can design a secure IoT product fast and convenient with the help of the hardware crypto engine. Next, I will introduce related development platforms.
NuMaker NUC980 Serial Server Board is suitable for applications like serial server or serial to Ethernet gateways. This develop board includes 2 10/100 Ethernet ports, 8 UART ports, 1 MicroSD Slot, 2 USB ports and 16MB SPI NOR Flash.
NuMaker NUC980 USB developer board is suitable for data collection applications. This board includes 1 10/100 Ethernet port, 8 USB ports, 5 UART ports, and 128 MB NAND Flash.
NuMaker NUC980 Industrial IOT developer board is suitable for IOT applications. This board includes 1 10/100 Ethernet Port, 2 USB ports, microphone input, earphone output, 128 MB SPI NAND Flash and an Arduino Compatible interface.
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買網址:http://direct.nuvoton.com/arm9-mpus/
聯絡我們:SalesSupport@nuvoton.com