Search
Search Results
SearchAI MCU ,
find 254 items
- Sort by
- Most recent
- Popularity
Product
Application
Learning
Watch time - 5:20
Hi everyone, I'm Aaron. The FAE of Nuvoton technology.
Today, I'm glad to show you the Nuvoton secure development board, NuMaker-IoT-M2354. The NuMaker-IoT-M2354 is an IoT evaluation board powered by the NuMicro® M2354 series. Before the introduction of NuMaker-IoT-M2354, I will take you to a quick understanding of NuMicro M2354. The M2354 is the latest NuMicro IoT series product which is based on Arm® Cortex®-M23 CPU core technology. The TrustZone® technology based on Armv8-M architecture is a CPU system-wide approach to microcontroller security. The M2354 series carry 1 Mbytes embedded Flash memory and 256 Kbytes SRAM. It's essential for IoT devices with real-time OS requirements. And you can focus on software development without warring about the flash and SRAM resource.
The M2354 series is equipped with plenty of peripherals. In addition to providing UART I2C SPI Timer, it also supports the Quad SPI, USB FS OTG, and CAN BUS. Furthermore, to satisfy the IoT device's display development, the M2354 series built-in 8 COM x 40 SEG LCD controller drives up to 320 dots to meet various smart home and IoT appliances.
In addition to providing many peripherals, the critical feature of M2354 is supporting many security functions. The secure boot ensures the legality and integrity of the running firmware. The hardware crypto with RSA/ECC/AES/SHA accelerators can help the device connect to the cloud fast and safely. Moreover, the M2354 is equipped with Key Store, which could be used with crypto accelerators to enhance the chip security level.
To comply with Arm PSA CertifiedTM Level 3, the M2354 has implemented some countermeasures to protect against non-invasive attacks like side-channel attacks or fault injection attacks.
The NuMaker-IoT-M2354 equips a Bosch environmental sensor, BME680, which contains temperature, humidity, barometric pressure, and VOC gas sensing capabilities. After getting data from the sensor, users can send data to the cloud, such as Pelion or AWS, by Mbed OS. Because M2354 supports hardware crypto, the data can be sent more efficiently and safely. The data could be shown on the LCD panel by the LCD library provided in the M2354 BSP.
The NuMaker-IoT-M2354 contains a Wi-Fi module and LoRa module for wireless applications. Depending on the data throughput and power consumption, you can choose one of them for your IoT applications. In the LoRa network, each node is not connected but must be connected to the gateway before being linked back to the central host, or data can be transmitted to another node through the central host. For example, if choosing the LoRa module for the cloud development, you could use NUC980 LoRa Gateway for your gateway platform.
The NuMaker-IoT-M2354 supports the radio frequency band of the LoRa module on 915MHz and 433MHz, depending on the customer's requirement.
In addition to providing the rich peripheral, the NuMaker-IoT-M2354 also equips the Arduino UNO connector and mikroBUS™ connector for flexible applications.
Suppose you want to develop other wireless connecting features like 4G-LTE or NB-IoT. In that case, the Nuvoton also provides a UNO-to-PCI adapter board to supports Quectel EC21 4G/LTE and Quectel BG96 NB-IoT modules.
The NuMaker-IoT-M2354 also provides multiple power supplies by external power connectors and an ammeter connector that can instantly measure power consumption. In addition, the Nu-link2-Me on the board is a debugger and programmer supporting development on Keil, IAR, GCC, and Mbed IDE.
#en #Learning #Basic #Application #Product
-
Online Purchase Development Tools:
● M2354 Series
https://www.nuvoton.com/products/microcontrollers/arm-cortex-m23-mcus/m2354-series/index.html
● NuMaker-LoRa-NUC980
https://www.nuvoton.com/products/iot-solution/lora-platform/
● NuMaker-M2354
https://direct.nuvoton.com/tw/numaker-m2354
● Quectel-BG96A
https://direct.nuvoton.com/en/quectel-bg96a
● Quectel-EC21A
https://direct.nuvoton.com/en/quectel-ec21a
-
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
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 Release】NuMicro M2354 Enables MCU Chip-Level Security with IoT Security Standards Compliant
Application
Webinar
Watch time - 53:19
The security issues of every network-connected device pose new challenges for system developers. More and more national or regional network security supervision departments have proposed corresponding security standards and regulations. Nuvoton Technology debuts brand new NuMicro® M2354 series products. In addition to inheriting NuMicro® M2351 Series security features that have passed 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) security protection function. Simultaneously, it satisfies the device's development and design requirements requiring low-power operation while performing secure networking.
#en #webinar #Intermediate #application
-
Agenda:
• Security Threats to IoT Environment
• NuMicro M235x Secure IoT MCUs
• Application Fields for NuMicro M235x
• Multi-OS and Multi-Cloud Support for IoT Node Devices
• Summary
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
Product
Webinar
Watch time - 1:0:50
Two brand new products are released:
• Nuvoton's first automotive microcontroller, NuMicro NUC131SD2AEU with AEC-Q100 grade 2 qualified
• NuMicro M0A23 series with up to 125℃ operating temperature
Join us and talk to our product manager for related inquiries!
#Product #Webinar #General #en
-
Agenda:
• Nuvoton Technology Company Profile
• Nuvoton Automotive Solution
• Nuvoton CAN series MCU Portfolio
• NUC131U AEC-Q100 Grade 2 Qualified MCU
• NuMicro® M0A23 Series
-
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
Application
Webinar
Watch time - 41:22
The NUC131SD2AEU is a 32-bit ARM® Cortex®-M0 based microcontroller running up to 50 MHz with built-in Controller Area Network (CAN) 2.0 B interface, qualified by AEC-Q100 grade 2, designed for automotive, industrial control applications which needs reliable and robust CAN communication.
For more information of NUC131U:
https://www.nuvoton.com/products/microcontrollers/arm-cortex-m0-mcus/nuc131-nuc1311-can-series/nuc131sd2aeu/
-
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 #Webinar #General #en
Application
Learning
Watch time - 3:22
The NUC131SD2AEU is a 32-bit ARM® Cortex®-M0 based microcontroller running up to 50 MHz with built-in Controller Area Network (CAN) 2.0 B interface, qualified by AEC-Q100 grade 2, designed for automotive, industrial control applications which needs reliable and robust CAN communication.
For more information of NUC131U:
https://www.nuvoton.com/products/microcontrollers/arm-cortex-m0-mcus/nuc131-nuc1311-can-series/nuc131sd2aeu/
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/tw/
contact us: SalesSupport@nuvoton.com
#en #Learning #Intermediate #application