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...
Get notified when back in stock
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 low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- 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 low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- 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 connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering 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 (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RX
- RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
- 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.
- TX
- TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Connectivity
Related Tutorials
Free guides on learn.littlebird.com.au