搜尋

已選項目

搜尋結果

搜尋sensor , 共找到 6 筆
  • 排序
  • 依時間
  • 依熱門度
前瞻應用  研討會  影片長度 - 3:23
Nuvoton's TOF (Time-of-Flight) sensor enables precise in-cabin monitoring by capturing distance and object shape based on the reflected signal levels of pulsed NIR light. The system outputs 2D-IR and 3D-depth images simultaneously while eliminating background illumination noise, ensuring accurate object detection and spatial awareness. #Embedded World #EW2025 #TOF #automotive #sensor #Intermediate #Application #Seminar #Nuvoton #NuMicro #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
前瞻應用  研討會  影片長度 - 3:16
Nuvoton's TOF (Time-of-Flight) sensor enables precise in-cabin monitoring by capturing distance and object shape based on the reflected signal levels of pulsed NIR light. The system outputs 2D-IR and 3D-depth images simultaneously while eliminating background illumination noise, ensuring accurate object detection and spatial awareness. #zh-Hant #Embedded World #EW2025 #TOF #automotive #sensor #Intermediate #Application #Seminar - 更多產品資訊,請至新唐科技網站 https://bit.ly/3VgFUTL 購買管道:https://direct.nuvoton.com/tw 聯絡我們:https://www.nuvoton.com/support/technical-support/form/
網路研討會  影片長度 - 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
前瞻應用  學習  影片長度 - 3:9
以新唐 NuMaker-IoT-M263A 為平台,使用 Mbed OS 進行開發,學習各種功能。觀看本片,您將學會使用 NuMaker-IoT-M263A 開發板配合 Mbed OS 範例程式控制環境感測器,顯示溫度、溼度和氣壓等數據。 哈囉大家好,我是新唐工程師 Miya。今天為大家介紹,如何使用新唐 NuMaker IoT-M263A 在 MbedOS 使用環境感測器,它是參考 Mbed 社群 提供的環境感測器的控制範例,很快速就能整合完成實際應用。 首先打開 Chrome 瀏覽器,輸入網址 "https://ide.mbed.com/",登入後先確認右上方板子已經有帶出 "NuMaker-IoT-M263A 及板子小圖示" 了,如果沒有可參考教學影片 "step by step 讓你了解如何運行 Mbed OS",裡面有詳細的示範怎麼新增板子的方法。 首先點選左上方的 "New",會載入一個 Create new program 的小視窗,上面可以看到 Platform 已經帶出 NuMaker-IoT-M263A,在 Template: 這欄選取 sample code,使用 NuMaker Env. Sensor BME680 example,點一下 OK。 現在可以看到 sample code 已經載入頁面,這份 sample code 已經內建好使用 Sensor 的設定,可直接按 Compile 執行編譯程式碼。編譯中需要等待一下,編譯完成後下方會出現 "success!"。 系統會把編譯完成的 bin 檔,放在 download 資料夾,直接從下方進入,上拉後點一下 "Show in folder" 到預設的 download 夾,接著把 NuMaker-IoT-M263A 板子跟 PC 接上 USB,確認板子有亮燈就是通電了。 回到 download 資料夾,可以看到多了一個剛才 compile 完成的 bin 檔,按右鍵傳送到 NuMicro MCU(F:),這邊分配到哪一槽要看各位的電腦決定,有成功點選到的話會出現傳送過去的畫面。 到電腦的裝置管理員,查看分配到的 port 編號,在本機按右鍵點裝置管理員,找到連接埠 (COM和LPT),找到 USB 序列裝置,就可以知道像這部 PC 分配給它的是 COM12。 接下來使用終端機模擬軟體,各位可以用自己熟悉的軟體操作即可。設定 Serial line 為 COM12,Speed 為 115200,到 Serial 將 Flow control 改為 None,接著 OPEN。接著在終端機摸擬軟體就可以看到目前的環境感測數值回報等資料。 以上是這次的教學影片,感謝您的收看,如果您想知道更多資訊,歡迎聯絡我們。 - 更多產品資訊,請至新唐科技網站 http://www.nuvoton.com 購買管道:https://direct.nuvoton.com/tw/numaker-iot-m263a 聯絡我們: SalesSupport@nuvoton.com #application #learning #intermediate #zh-Hant
培訓  工具  學習  影片長度 - 4:32
Hello everyone, I am Morgan, the principal engineer of Nuvoton Technology. Today, I will show you how to control the temperature and humidity sensor with Mbed OS on NuMaker-IoT-M487 development board. For this tutorial, we choose the “Thermo 6 Click” board. It is a mikroBUS board with a MAX31875 sensor. It is easy to install on NuMaker-IoT-M487 board because it has a mikroBUS connector. The part of control code refer from community, it is easy and quick to be integrated into real application. Open Chrome browser, and enter the URL https://ide.mbed.com to use the Mbed Online Compiler. After log in, make sure that NuMaker-IoT-M487 board already selected in the upper right corner. If not, please refer Nuvoton IoT Tutorial series “Get Started with Mbed OS” which has a detailed description of how to add a board. Click the “New” on the left of menu bar, a “Create new program” window will be displayed. You can see that the Platform has been set to NuMaker-IoT-M487. In the Template, select the "NuMaker Thermo-Sensor MAX31875 " for this tutorial. Then click OK. Now you can see that the sample code has loaded on the page. The sample code includes the MAX31875 control from community, declares an I2C object used on NuMaker-IoT-M487’s mikroBUS and a sensor object with the I2C object. Get the temperature value then print it. No modification needed, just click “Compile” to build the sample code. It is in compiling, please wait a moment. Then you can see the last message is “Success!” after compile completed. The browser downloads the binary firmware file directly after a successful compiling. It will be saved in a default download folder or the folder based on your browser setting. In Chrome, you can click download file and select “Show in folder”. Now is the time to install the Thermo 6 Click temperature and humidity sensor board on the mikroBUS, please pay attention to the correct orientation of the board. Then we connect the NuMaker-IoT-M487 USB port to your computer and make sure the onboard LED lights up. Let’s back to the folder you just download the binary firmware file (NuMaker-mbed-Sensor-MAX31875.NUMAKER_IOT_M487.bin). Drag and drop the file to NuMicro MCU drive. You will see the copying progress dialog box. Please find the virtual COM port assigned for NuMaker-IoT-M487 in Device Manager. In the tutorial, the “Nu-Link Virtual Com Port” is COMx. Then use your favorite terminal tool. Here we use Putty. Open the COMx port with 115200 baud rate And no flow control settings. Then “Open” it. You can see the current temperature in Celsius and Fahrenheit printed on terminal. That’s all for this tutorial. Thank you for watching. Welcome to subscribe to our channel. If you want to get more information, please contact us at SalesSupport@nuvoton.com - For more information, please visit: https://bit.ly/3hVdcmC Buy now: https://direct.nuvoton.com/tw/numaker-iot-m487 Contact us: SalesSupport@nuvoton.com #tool #training #learning #intermediate #en
培訓  工具  學習  影片長度 - 3:27
以新唐 NuMaker-IoT-M487 與 AliOS Things 為平台進行開發,學習開發各式功能。觀看本片,您將學會如何以 AliOS Things 範例程式讀取九軸感測器功能。 大家好,我是新唐工程師 Wayne,現在為您介紹新唐 IoT 系列課程主 題 - 讓您了解如何在 AliOS-Things 平台使用9軸感測器。在這部影 片中,我們將呈現讀取9軸感測器範例專案編譯、執行檔案的燒錄下 載以及功能測試。如果您還沒有下載 AliOS-Things 軟體開發包,您 可以觀看我們的另一部影片 - 新唐NuMaker-IoT-M487使用AliOS Things – 完成按鍵控制LED開關功能(1)。 在 AliOS-Things 軟體開發包找到 numicro_accelerometer_sensor keil 專案檔案。它的路徑如下-projects\Keil\numicro_accelerometer_sensor@numaker-iot-m487\keil_project 打開 Keil 專案檔,點擊 Rebuild 圖示編譯專案。 在編譯成功後,它將產生一個可執行檔案在 Objects 目錄內,完整 檔案路徑如下:projects\Keil\numicro_accelerometer_sensor@numaker-iot- m487\keil_project\Objects ,輸出的檔案名稱為numicro_accelerometer_sensor@numaker-iot-m487.bin 接下來,我們開始進行可執行檔案的燒錄下載,在這之前,我們先 確認開發板上的 ISW1 開關元件,都切至 “ON”的位置。 接著將 USB 線插上電腦。這時侯我的電腦出現一個 NuMicro MCU 磁碟機 。磁碟機代號依不同電腦而不同,這台電腦是顯示為 G 槽。我們回 到可執行檔案儲放的目錄,在可執行檔案 numicro_accelerometer_sensor@numaker-iot-m487.bin上,按下滑鼠右鍵,傳送到 NuMicro MCU 磁碟機,然後畫面出現檔案傳輸視窗,等到傳輸完成後,也結束燒錄下載流程。 我們開啟 Tera term 終端模擬連線工具,序列埠選擇 Nuvoton Virtual Com Port 編號 - COM30。其它的連接埠設定如畫面呈現。 如畫面設定。在完成設定後,點選確定並按下開發板上的 Reset 按 鍵。Tera term 將印出 AliOS-Things 的開機資訊與輸出 X, Y, Z 三 軸加速計值。這時侯您可搖晃開發板,並觀察X, Y, Z 三軸加速計值 的變化狀態。到這裡,我們完成了測試。 - 更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC 購買管道:https://direct.nuvoton.com/tw/numaker-iot-m487 聯絡我們: SalesSupport@nuvoton.com #Tool #Training #Learning #Intermediate #zh-Hant