반도체 AI 인더스트리 4.0 SDV 스마트 IoT 컴퓨터 통신 특수 가스 소재 및 장비 e4ds plus
초소형·저전력 Edge AI 설계 실전, ESP32-S3 x YOLO Nano 객체 탐지
2026-02-19 10:30~12:00
김봉조 대표 / e4ds
가장 적은 비용으로 구현하는 Edge AI 객체 탐지 및 영상 분석 웨비나   비싼 GPU, 고전력 SBC 없이도 엣지(Edge) 단에서 실시간 영상 분석이 가능할까요? 이번 웨비나는 임베디드 개발자와 AI 엔지니어를 위해 ESP32-S3 기반 ESP32-CAM과 YOLO Nano를 활용한 Edge AI 영상 인식 구현 방법을..

[Serial] ST Yuji Kawano Engineer (26) - Using the GNSS module, challenge yourself with tracking on the map! - GUI version (setting change 1)

기사입력2023.02.07 14:06

STM32 Nucleo board, Wizard GNSS setup

Select each step you want to change and complete it
After changing the wizard usage, add QZSS signal

[Editor's Note] Generally, when we talk about semiconductors, we tend to think of semiconductors that are familiar to the general public, such as the CPU and memory of computers. On the other hand, MCUs (Micro Controller Units), which are used as core semiconductors for operating electronic products, are semiconductors that are still unfamiliar to the general public, even though they are commonly used in all electronic products that we easily come across. These MCUs have recently been featured in the media due to the semiconductor shortage, and have begun to attract the attention of the general public. Accordingly, this magazine has prepared a place to learn about MCUs through a series of articles by Yuji Kawano, manager at STMicroelectronics, a company specializing in MCU semiconductors.

This is the next part of how to use the GNSS (Global Navigation Satellite System) evaluation environment using the STM32 Nucleo board.


This article explains how to change the settings of Teseo-LIV3F (GNSS module) using the GUI tool (TESEO-SUITE).

There are two ways to change it: using the wizard and manually manipulating the bits. This time, I will introduce the method of using the wizard.

■ Changing TESEO-LIV3F module settings/Wizard version
○ Open the wizard


Because it is a wizard format, you can complete it by selecting the desired change at each step.

Finally, you can either record it as is on the device or save it as a settings file on your PC. First, click the Configuration wizards icon.


The Wizard Selection window will open, and if a device is connected, it will be automatically selected under 'COM x Device X', so confirm.

For this example, let's change the constellation (satellite system) we're using. With Constellations selected, click Play Wizard.


Since GPS (USA) and GLONASS (Russia) are turned on by default, let's additionally turn on QZSS (Japan).

1. Select the constellation you want to activate.
After checking 'QZSS', click Next.

2. Used for location acquisition
Next, check 'QZSS constellation used for fix' and click Next.

3. Confirmation screen
Just click Next to proceed.

4. Final Review
Review the final settings. Since we turned QZSS On this time, the bit for that item is set to 1 (=ON). If there are no problems, click OK.

5. Send settings to device
If you want to reflect the changes to the device, click Send my configuration to the device to save them to the Flash memory in the module.

You can also click Export my configuration into a patch file to save the above settings as an xml file on your PC.

Reading can be done from the first 「Wizard Selection」→「My configuration」 tab.

The setup using the wizard is now complete. Now, let's check it out.

■ Confirm

Here is an example of receiving satellite signals before changing the settings. With the default settings, you can observe GPS and GLONASS signals.

After making the changes using the wizard above, the QZSS signal was added.


Also, please refer to the manual setup method in the next section.