[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. GrowSpace UWB Developer Tag: Materials Required Environment Setup OS: Debian GNU/Linux 11 (bullseye) […]
[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. ESP32 Required Components […]
[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. GrowSpace UWB Command Categories and Functions Basic System Commands These commands are […]
[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 […]
