Pimoroni
Pycom SiPy (Europe/Japan/Korea) - Sigfox+WiFi+Bluetooth MicroPython IoT Platform
The SiPy from Pycom is a multi-network IoT development board combining Sigfox, WiFi, and Bluetooth (classic + BLE) on a single ESP32-powered module. Programm...
The SiPy from Pycom is a multi-network IoT development board combining Sigfox, WiFi, and Bluetooth (classic + BLE) on a single ESP32-powered module. Programmable with MicroPython and the Pymakr IDE, it enables rapid IoT application development with network failover for added resilience.
This is the RCZ1/RCZ3 version for Sigfox zones covering Europe (868 MHz), Japan, and Korea. The SiPy can also operate in FSK mode for direct device-to-device communication, with another SiPy acting as a Nano-Gateway to forward data to the cloud via WiFi.
Key Features
- Triple Connectivity – Sigfox (+14 dBm), WiFi 802.11b/g/n (1 km range), and Bluetooth (classic + BLE)
- ESP32 Dual-Core – Dedicated network processor + free application processor
- MicroPython – Program in Python with the Pymakr IDE
- Ultra-Low Power – ULP coprocessor monitors GPIOs/ADC in deep sleep at 25 µA
- Up to 50 km Sigfox Range – Long-range LPWAN connectivity
- Breadboard Compatible – Standard pin spacing (with headers)
- Certified – CE, FCC, IC, and RCM
Specifications
- MCU – Espressif ESP32
- Sigfox Zones – RCZ1 (868 MHz, Europe), RCZ3 (Japan, Korea)
- Sigfox Tx Power – +14 dBm (Europe)
- WiFi – 802.11b/g/n, 16 Mbps
- Bluetooth – Classic + BLE
- RAM – 512 KB
- Flash – 4 MB
- GPIO – Up to 24
- ADC – 8× 12-bit channels
- Interfaces – 2× UART, 2× SPI, I²C, I²S, microSD
- Timers – 4× 16-bit with PWM and input capture
- Security – SSL/TLS, WPA Enterprise, AES/SHA/MD5/DES encryption
- Input Voltage – 3.3–5.5 V
- 3.3 V Output – Up to 400 mA
- Dimensions – 55 × 20 × 3.5 mm (without headers)
- Weight – 7 g
Power Consumption
- WiFi Active – 12 mA
- WiFi Standby – 5 µA
- Sigfox Rx (Europe) – 17 mA
- Sigfox Tx (Europe) – 47 mA
- Sigfox Standby – 0.5 µA
Ideal For
- Sigfox LPWAN IoT deployments in Europe, Japan, and Korea
- Multi-network applications with WiFi/Sigfox failover
- Remote sensing and environmental monitoring
- Rapid MicroPython prototyping
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
- 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.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- 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.
- 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.
- 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
Related Tutorials
Free guides on learn.littlebird.com.au