Pimoroni
Pycom LoPy - LoRa+WiFi+Bluetooth MicroPython IoT Platform
The Pycom LoPy is a compact, triple-network MicroPython development board combining LoRa, WiFi, and Bluetooth on the Espressif ESP32 chipset. It can function...
The Pycom LoPy is a compact, triple-network MicroPython development board combining LoRa, WiFi, and Bluetooth on the Espressif ESP32 chipset. It can function as both a LoRa node (up to 40 km range) and a Nano LoRa Gateway (up to 22 km, 100 nodes), making it a versatile platform for LPWAN IoT deployments.
Programmable with MicroPython and the Pymakr IDE plugin, the LoPy supports all major LoRa frequencies (868 MHz and 915 MHz) and is LoRaWAN certified, CE and FCC approved. The dual-core ESP32 keeps the main processor free for your application while the network processor handles WiFi and IPv6.
Key Features
- Triple Network – LoRa, WiFi (802.11b/g/n), and Bluetooth (LE + Classic) on one board
- LoRa Node & Gateway – Up to 40 km node range, 22 km gateway range with up to 100 nodes
- LoRaWAN Certified – Class A and C device support with Semtech SX1272 transceiver
- ESP32 Dual Processor – Dedicated network processor plus ULP co-processor (25 µA deep sleep)
- MicroPython Enabled – Fast deployment with Python multi-threading
- Ultra-Low Power – LoRa standby 1 µA, WiFi standby 5 µA
- Rich I/O – 2× UART, 2× SPI, I²C, I²S, micro-SD, 8× 12-bit ADCs, 4× 16-bit timers with PWM, up to 24 GPIOs
- Breadboard Compatible – Fits standard breadboards with headers soldered
Specifications
- Processor – Espressif ESP32 dual-core with hardware floating point
- LoRa – Semtech SX1272, 868 MHz (+14 dBm) / 915 MHz (+20 dBm)
- WiFi – 802.11b/g/n, 16 Mbps, 1 km range
- Bluetooth – Low Energy and Classic
- RAM – 512 KB
- Flash – 4 MB external
- RTC – 32 KHz
- Encryption – SHA, MD5, DES, AES, SSL/TLS, WPA Enterprise
- Input Voltage – 3.3 V to 5.5 V
- 3V3 Output – Up to 400 mA
- Power (WiFi) – 12 mA active, 5 µA standby
- Power (LoRa) – 15 mA active, 1 µA standby
- Dimensions – 55 × 20 × 3.5 mm (without headers)
- Weight – 7 g (31 g packaged)
Certifications
- LoRaWAN Certified
- FCC – 2AJMTLOPY2R
- CE 0700
Ideal For
- LPWAN and LoRaWAN IoT deployments
- Long-range sensor networks in agriculture, utilities, and smart cities
- LoRa Nano Gateway setups
- Battery-powered remote monitoring with ultra-low-power sleep
Jargon buster
Plain-language definitions for the technical terms used above.
- deep sleep
- Deep sleep is a low-power mode where the microcontroller turns off most functions while keeping just enough circuitry active to wake up later. It is important for battery-powered projects because it can greatly extend how long the device runs between charges.
- ESP32
- ESP32 is a family of microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LoRa
- LoRa is a long-range, low-power radio technology often used for telemetry and remote sensors. It matters here because the connector and pinout are compatible with some LoRa telemetry products, even though this module uses Bluetooth instead.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
Connectivity