搜尋

已選項目

搜尋結果

搜尋LTE , 共找到 5 筆
  • 排序
  • 依時間
  • 依熱門度
影片長度 - 4:15
Take Nuvoton NuMaker-IIoT-NUC980 running Linux as the platform and learn how to develop various functions. Watch this video, you will learn how to use cellular, such as LTE or NB-IoT, to connect to network on NuMaker-IIoT-NUC980 board. - For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC Buy now: https://direct.nuvoton.com/tw/numaker-nuc980-iiot Contact us: SalesSupport@nuvoton.com
培訓  工具  學習  影片長度 - 8:36
Hello everyone, I am Morgan, the principal engineer of Nuvoton Technology. Today, I will show you how to use 4G LTE or NB-IoT with Mbed OS on NuMaker-IoT-M487 development board. This tutorial needs a cellular expansion board to work with NuMaker-IoT-M487 development board. You can purchase the 4G LTE expansion board, RF-EC21A, on Nuvoton Direct (https://direct.nuvoton.com/communication-module/). Please install your 4G LTE SIM card in the mini SIM card slot on the back, and install the antenna at the MAIN connector on the front of the board. Although there is an NB-IoT expansion board, it requires an NB-IoT SIM card. Using LTE is more convenient. Just use your own LTE SIM card which has data plan. Then install the expansion board to the Arduino UNO connector of the NuMaker-IoT-M487 development board. Because the power consumption of the 4G LTE module is higher, it is not enough to supply power from USB only. You need to plug in the 5V/2A power supply. If you use NB-IoT module, no additional power supply is needed. We used “New” to select a template to create a new project. This time, we use the example on GitHub to create a new project. The URL of template used for this tutorial is https://github.com/OpenNuvoton/NuMaker-mbed-Cellular-example In chrome browser, enter the URL https://ide.mbed.com to use Mbed Online Compiler environment. After you 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 second option “Import” on the upper left. In the Import Wizard, click “Click here” On the “Source URL:”, enter the tempalte URL https://github.com/OpenNuvoton/NuMaker-mbed-Cellular-example . Then move mouse cursor to “Import Name:” and click it, the Project name will be automatically fill in. Then click “Import” button. Now you can see that the sample code has loaded. Depending on the cellular module used, the configuration may need to be modified. Click on “Readme.md” to open it. It lists configurations for supported cellular modules. Because the tutorial uses RF-EC21A expansion board which includes a Quectel EC21 LTE module, let’s check and modify the configuration in mbed_app.json file. Click the “mbed_app.json” file to open it. It is a JSON file to customize compile time configuration parameters in Mbed OS. The “*” (asterisk) in “target_overrides” session indicates all development boards are applicable. You can set in the designated board session, so the settings are only applicable to the specified board. The default mbed_app.json file in the example has configured for RF-EC21A. Such as, "target.network-default-interface-type" has set to "CELLULAR" for cellular connection. Both "lwip.ppp-enabled” and "lwip.tcp-enabled" set to true. Use generic AT3GPP driver for RF-EC21A ("GENERIC_AT3GPP.provide-default": true) And the RF-EC21A UART connects on Arduino D0/D1 ("GENERIC_AT3GPP.tx": "D1" and "GENERIC_AT3GPP.rx": "D0") When your SIM card installed in your mobile phone, you can find the APN, username and password settings in your mobile phone. Or contact your telecom operator to get this information. In the example, APN has set to “internet”, no username, and no password. (Move mouse cursor around these settings) The final setting to check is PIN code. In the example, the setting is no PIN code. If your SIM card has PIN code, for example 1234, please set it like this “\”1234\”” (Move mouse cursor around the setting) Save it then build it. It is in compiling, please wait a moment. Then you can see the last message is “Success!”. The browser will download 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”. Then we connect the NuMaker-IoT-M487 USB port to your computer and don’t forget to plug in external 5V power supply. Please find the virtual COM port assigned for NuMaker-IoT-M487 in Device Manager. In the demonstration, 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, 8 bits, 1 stop bit, none parity, and no flow control settings. Then “Open” it. Let’s back to the download folder where you can see the binary firmware file (NuMaker-mbed-Cellular-example.NUMAER_IOT_M487.bin). Drag and drop the file to NuMicro MCU drive. You will see the copying progress dialog box. You can see the connection messages printed on terminal. It shows that the board creates a TCP connection to server “echo.mbedcloudtesting.com”, send 4 bytes data and get the data back from server. That’s all for this tutorial. Thank you. For more information, please visit Nuvoton Technology: https://bit.ly/3hVdcmC Buy now: https://direct.nuvoton.com/tw/numaker-iot-m487 #tool #training #learning #intermediate #en
前瞻應用  學習  影片長度 - 5:33
以新唐 NuMaker-IoT-M263A 為平台,使用 Mbed OS 進行開發,學習開發各式功能。觀看本片,您將學會如何以 Mbed OS 範例程式透過 NB-IoT 或 LTE 連接到伺服器並讀取回傳資料。 哈囉大家好,我是新唐工程師 Miya 。 今天為大家介紹如何讓新唐 NuMaker IoT-M263A 開發板在 MbedOS 上使用 NB-IoT 以及 4G 模組。 需要先進行組裝在新唐商店購買收到的 RF-BG96A NB-IoT 模組與子板 先翻至背面,在母板插入 SIM Card ,再翻至正面將 RF-BG96A NB-IoT 子板拆下鎖到母板上。 將母板上 SW3 上調整電壓 3V 為 ON ,再將 SW6 Mini PCIe 1 跟 2 的電都調到 ON 的位置,最後將天線插在子板的’’MAIN’’孔。 組裝好 NB-IoT 子板後,接下來到網址"https://ide.mbed.com/",登入後先確認右上方板子已經有帶出’’NuMaker-IoT-M263A’’及板子小圖示了,如果沒有可參考教學影片’’step by step 讓你了解如何運行 Mbed OS’’,裡面有詳細的示範怎麼新增板子的方法。 點選左上方的’’New’’,會載入一個 Create new program 的小視窗,上面可以看到 Platform ,已經帶出 NuMaker-IoT-M263A 。 在 Template 這欄選取 sample code ,使用 NuMaker Cellular(NB-IoT/4G) 這個 sample ,點一下 OK ,可以看到系統已將 sample code 載到頁面裡了。 到 mbed_app.json ,找到 target_overrides ,這版在第 18 行開始。 往下找到 nsapi.default-cellular-apn ,這版在第 33 行。 請先詢問提供 SIM 卡的電信業者關於 APN 設定, NB-IoT 和 4G LTE 也不一定相同,這裡示範是使用中華電信 NB-IoT 的 APN 設定,所以要將 internet 改成 internet.iot 。 接著往下找到 NUMAKER_IOT_M263A ,這版從第 42 行開始。 將下面3行子板定義改成 QUECTEL_BG96 ,這版是第 43 行到第 45 行。 改好之後存檔,編譯。 現在在編譯中,請稍候。 完成後最下面會秀出’’Success!’’,系統會把 compile 完成的 bin 檔放在 download 資料夾,直接從下方進入,上拉後,點一下’’Show in folder’’。 接著需要把 NuMaker-IoT-M263A 板子跟 PC 接上 USB ,確認板子有亮燈就是通電了。 到電腦的裝置管理員查看分配到的 port 編號,在本機按右鍵,點裝置管理員 找到連接埠 (COM和LPT) ,找到 USB 序列裝置,就可以知道像這部 PC 分配給它的是COM12 。 接下來使用終端機模擬軟體,各位可以用自己熟悉的軟體操作即可。 設定 Serial line 為 COM12 , Speed 為 115200 ,到 Serial 將 Flow control 改為 None ,接著OPEN。 再回到剛才的資料夾,可以看到多了一個剛才 compile 完成的 bin 檔,按右鍵傳送到NuMicro MCU(E:),這邊分配到哪一槽要看各位的電腦決定,點選成功,會出現傳送資料畫面。 接著回到終端機摸擬軟體,可以看到板子已經成功連到 echo.mbedcloudtesting.com server。 傳送 4 Bytes 資料後接收 4 Bytes 資料,比對正確,連線測試成功。 以上是這次的教學影片,感謝您的收看,歡迎訂閱我們的頻道。 如果您想知道更多資訊歡迎聯絡我們。 - 更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC 購買管道:https://direct.nuvoton.com/tw/numaker-iot-m263a 聯絡我們: SalesSupport@nuvoton.com #application #learning #intermediate #zh-Hant
影片長度 - 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
培訓  工具  學習  影片長度 - 5:48
以新唐 NuMaker-IoT-M487 為平台,使用 Mbed OS 進行開發,學習開發各式功能。觀看本片,您將學會如何以 Mbed OS 範例程式透過 NB-IoT 或 LTE 連接到伺服器並讀取回傳資料。 哈囉大家好,我是新唐工程師 Miya,今天為大家介紹如何讓新唐 NuMaker IoT-M487開發板在 MbedOS 上使用 NB-IoT 以及 4G 模組。 以下錄影板子教學子板接母板教學 現在需要先進行組裝在新唐商店購買收到的 RF-EC21A-EC21 LTE 模組與子板,先翻至背面,插入 4G SIM Card,再翻至正面,將天線插在 ”MAIN” 孔。再將子板與母板上的字母朝同一方向對齊組裝。 因為 4G 模組較秏電,所以在使用 4G 模組時,單用 USB 供電是不夠的,需要將 5V / 2A 之電源插上;若使用 NB-IoT 模組則不需再額外插上電源。 組裝好 4G 子板後,到搜尋引擎搜尋 opennuvoton,找到並進入 nuvoton GitHub 進入新唐的線上 GitHub 頁面,搜尋這次所使用的檔案 NuMaker-mbed-Cellular-example 點進去後,複製網址,接下來到網址 https://ide.mbed.com/ 登入後先確認右上方板子已經有帶出 ”NuMaker-IoT-M487 及板子小圖示” 了,如果沒有可參考教學影片 ” step by step 讓你了解如何運行 Mbed OS ”,裡面有詳細的示範怎麼新增板子的方法喔! 選取左上方第二個 ”Import” 選項在 Import Wizard 中,點 Click here, 將剛才在 nuvoton Git-Hub 中複製的網址貼到 Source URL: 中,將滑鼠在 Import Name: 中點一下讓 Project name 可以自動填入,完成後按 Import。可以看到系統已將 sample 載到頁面裡了,先到 README.md 中閱讀裡面的說明,前 2 個是 NB-IoT模組,後面的 QUECTEL EC2x 是 4G模組。這次的示範是使用 QUECTEL EC2x 子板,先找到在這版本的程式中是從第 36行開始為 QUECTEL EC2x,在第 39 行 ~ 第 41 行的地方複製這三行的定義。 再到 mbde_app.json,把剛才複製的三行定義貼到 target_overrides 也就是第20 行開始的地方。 貼好之後,把 ppp-enable 與 tcp-enable 也就是第 27 跟第 28 行改成 true。改好之後存檔,編譯。 現在 Compile 中,需要等待一下,完成後最下面會秀出 Success! 系統會把我們 compile 完成的 bin 檔放在 download 資料夾,我們可以直接從下方進入,上拉後,點一下在資料夾中顯示 接著我們需要把 NuMaker-IoT-M487 板子跟 PC 接上 USB,記得使用 4G 模組要外接電源。 到電腦的裝置管理員查看分配到的 port 編號,在本機按右鍵,點裝置管理員,找到連接埠 ( COM 和 LPT ),找到 USB 序列裝置,就可以知道像這部 PC 分配給它的是 COM3。接下來使用終端機模摸擬軟體,各位可以用自己熟悉的軟體操作即可,設定Serial line 為 COM3,Speed為115200,到 Serial 也確認一下 baud: 115200,接著OPEN。再回到剛才的資料夾,可以看到多了一個剛才 compile 完成的 bin 檔,按右鍵傳送到 NuMicro MCU(E:) 這邊分配到哪一槽要看各位的電腦決定喔! 點選成功,會出現傳送資料畫面。 接著回到終端機摸擬軟體,可以看到板子已經成功連到echo.mbedcloudtesting.com server ,傳送 4 Bytes資料後接收 4Bytes 資料,比對正確,連線測試成功。 - 更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC 購買管道:https://direct.nuvoton.com/tw/numaker-iot-m487 聯絡我們: SalesSupport@nuvoton.com #Tool #Training #Learning #Intermediate #zh-Hant
本網站使用cookie作為與網站互動時識別瀏覽器之用,瀏覽本網站即表示您同意本網站對cookie的使用及相關隱私權政策
OK