SparkFun
SparkFun IoT RedBoard - RP2350 - SparkFun Electronics
· MPN: WRL-27708
The SparkFun IoT RedBoard RP2350 combines the powerful Raspberry Pi RP2350 microcontroller with the RM2 wireless radio module for a complete IoT development ...
Get notified when back in stock
The SparkFun IoT RedBoard RP2350 combines the powerful Raspberry Pi RP2350 microcontroller with the RM2 wireless radio module for a complete IoT development platform. With dual Cortex-M33 cores and built-in WiFi/Bluetooth, this board delivers serious processing power with wireless connectivity.
Program in C/C++, MicroPython, or CircuitPython using the familiar Arduino form factor. The RP2350's improved architecture over the RP2040 offers enhanced security features and better performance.
Key Features
- RP2350 Microcontroller – Dual Cortex-M33 cores at up to 150MHz
- Wireless Connectivity – WiFi and Bluetooth via RM2 module
- Multiple Programming Options – C/C++, MicroPython, CircuitPython
- Arduino Form Factor – Shield compatible
- Enhanced Security – ARM TrustZone support
Ideal For
- IoT and connected device projects
- Wireless sensor networks
- Home automation
- Remote monitoring systems
- Learning embedded development
Specifications
- Microcontroller: Raspberry Pi RP2350
- Cores: Dual ARM Cortex-M33
- Clock Speed: Up to 150MHz
- Wireless: Raspberry Pi RM2 (WiFi + Bluetooth)
Package Contents
- 1× SparkFun IoT RedBoard RP2350
Jargon buster
Plain-language definitions for the technical terms used above.
- Arm Cortex-M33
- A 32-bit, low-power Arm microcontroller core designed for real-time, timing-sensitive control tasks such as reading sensors or driving motors. It can act as a chip's main controller, or in some systems-on-chip run alongside larger application cores that handle an operating system like Linux.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- 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.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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.
- RP2040
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- RP2350
- A microcontroller chip from Raspberry Pi used as the main processor on some development boards. Knowing the board is built around an RP2350 helps you check software support, pin capabilities and whether it suits MicroPython projects.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
Find this product in
Brands
Connectivity
Microcontrollers
SparkFun IoT RedBoard RP2350 Schematic
Schematic · 1.1 MB · Click any page to view full size
RP2350 Datasheet
Datasheet · 7.4 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 1007.4 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
The SparkFun IoT RedBoard - RP2350 is a wireless development board in the R4 form-factor based around the Raspberry Pi RP2350 microcontroller.
46926c4
about 1 month ago
· 33 commits
- .github Update build_documentation.yml about 1 month ago
- docs Add datasheet for PSRAM 9 months ago
- Documentation Initial commit over 1 year ago
- Examples Add MPY Network demo. over 1 year ago
- Hardware Updated top paste layer over 1 year ago
- overrides Initial docs commit over 1 year ago
- .gitattributes Initial commit over 1 year ago
- .gitignore Initial commit over 1 year ago
- CONTRIBUTING.md Initial commit over 1 year ago
- ISSUE_TEMPLATE.md Initial commit over 1 year ago
- LICENSE.md Initial commit over 1 year ago
- mkdocs.yml Update mkdocs.yml about 1 month ago
- README.md Update README.md over 1 year ago
Related Tutorials
Free guides on learn.littlebird.com.au