[Raspberry Pi Practice] GrowSpace UWB Tag Integration Guide – How to Receive Position Data
This guide explains how to connect the GrowSpace UWB Developer Tag to a Raspberry Pi 4 Model B and receive real-time position data using lec and lep commands. It also covers how to implement serial communication and parse received data using Python. Materials Required Environment Setup OS: Debian GNU/Linux 11 (bullseye) Python: 3.9.2 Required package: […]
[ESP32 Tutorial] GrowSpace UWB Tag Integration Guide – Receiving Position Data
This guide describes how to connect a GrowSpace UWB Developer Tag to an Arduino ESP32 board, send lec and lep commands, and receive and parse real-time location data. Unlike the UNO, the ESP32 supports multiple hardware serial ports and is highly scalable with a compact footprint—making it ideal for lightweight test environments. Required Components To […]
[Arduino Mega 2560 Guide] GrowSpace UWB Tag Integration – Receiving and Parsing Position Data
This guide explains how to connect a GrowSpace UWB Developer Tag to an Arduino Mega 2560 via serial communication, send lec / lep commands, and parse real-time location data using example code. It is designed to provide developers with a practical, step-by-step reference for handling UWB position data within an Arduino environment. 1. Required Components […]
[Part 2] GrowSpace UWB Serial Communication Guide – Sending Commands and Reading Data with Tera Term
In the previous guide, we introduced how to connect GrowSpace UWB devices to a PC using Tera Term and configure basic settings. In this second part, we will go over how to: Each command will be explained with examples and detailed output interpretations. Command Categories and Functions Basic System Commands These commands are used to […]
[Part 1] GrowSpace UWB Serial Connection Guide – From Installing Tera Term to Initial Setup
This guide explains how to connect GrowSpace UWB devices (Anchor, Listener, Tag) to a PC using the Tera Term program for serial communication.Users can follow the step-by-step instructions to install the necessary tools, establish a connection, and prepare for command input and data reception. Requirements To begin serial communication, please prepare the following: Installing Tera […]
Improving Z-Axis Accuracy: Anchor Placement Tips for the GrowSpace Q1 Kit
The GrowSpace Q1 Kit is a UWB-based RTLS system capable of measuring the 3D coordinates (X, Y, Z) of tags in indoor environments in real time.By default, the XY plane (horizontal) positioning performs reliably in most environments. However, the accuracy of the Z-axis (height) measurement may vary depending on the anchor installation structure. 📌 If […]
6. Listener Map Setup Guide
In this guide, we’ll introduce how to set up indoor maps (floor plans) in the GrowSpace UWB system.We’ll guide you step by step to ensure that the tag’s location updates in real-time on your map as it moves. Why Set Up a Map? The UWB system measures tag positions as numerical coordinates (X, Y, Z).However, […]
5. Listener Setup Guide
So far, we’ve covered how to set up Tags and Anchors.Now, we’ll explain the final step: configuring and integrating the Listener. What is the Listener’s Role? The Listener is a core device that collects tag data and integrates it with your system.If this process is not configured properly, real-time location tracking will not work, so […]
4. Tag Setup Guide for Developers
In this guide, we’ll explain in detail how to set up the GrowSpace UWB Tag. The UWB tag is a key device for measuring the real-time position of users or assets.Accurately setting up your tags is essential for precise indoor positioning. Now, let’s go through the setup process step by step. Preparations Before Installation Before […]
3. Anchor Software Configuration Guide
Now, you need to configure each deployed anchor individually in the software and ensure it operates correctly within the UWB network.By following the steps below, you can complete the setup and enable accurate and stable indoor location tracking (RTLS). Anchor Software Configuration Each anchor must be individually configured by inputting measured distance data and ensuring […]