LoRaWAN / Low-Power IoT Board
İLİMERA KG200Z LoRaWAN Development Board
The İLİMERA KG200Z LoRaWAN Development Board presents the Quectel KG200Z module in a developer-friendly breakout format. Its STM32WL-based ARM Cortex-M4 core and ready LoRaWAN stack enable fast integration into sensor nodes, smart agriculture, industrial telemetry and remote monitoring applications.
Stock and payment options are verified on the purchase page.
Use Cases
Use Cases
- Smart agriculture and environmental sensor nodes
- Industrial IoT and field telemetry
- Smart-city and metering applications
- Remote monitoring and alarm systems
- Battery-powered low-power data acquisition devices
- LoRaWAN education, prototyping and R&D
Technical Specifications
Technical Specifications
- Main Module
- Quectel KG200Z
- Core
- STM32WL-based, 48 MHz ARM Cortex-M4
- Memory
- 256 KB Flash, 64 KB RAM
- Protocol
- LoRaWAN 1.0.3; Class A / B / C
- Modulation
- LoRa, (G)FSK, (G)MSK, BPSK
- Frequency Bands
- 470-510 MHz / 863-928 MHz
- Maximum TX Power
- 20 dBm typical (±2 dB)
- RX Sensitivity
- -136 dBm (BW 125 kHz, SF12)
- Power Supply
- 1.8-3.6 V; typical 3.3 V; ≥0.5 A
- Interface
- UART / AT commands; 115200 8N1
- Antenna
- U.FL/IPEX, 50 Ω
- Operating Temperature
- -40 °C to +85 °C
- Board Size
- 25 × 22 mm
- Core Pins
- 3V3, GND, TX, RX, RST
- Development / Debug
- SWDIO, SCK, BOOT
- Logic Level
- 3.3 V
Programming and Usage
Programming and Usage
The host microcontroller communicates with the board over UART; LoRaWAN operations can be managed through AT commands or the Arduino library.
ST-LINK/SWD and BOOT options provide firmware update and debugging support.
Sample Code
#include <KG200Z.h>
KG200Z lora(Serial1);
void setup() {
Serial1.begin(115200);
lora.begin();
lora.init("DEV-EUI", "APP-EUI", "APP-KEY", Band::EU868);
lora.joinNetwork();
lora.sendData(1, "Merhaba LoRaWAN");
}
void loop() {
lora.poll();
}
Licensing
Licensing
İLİMERA KG200Z LoRaWAN Development Board has been developed by İLİMERA TECHNOLOGY.