Adafruit
Adafruit Wiz5500 Ethernet Co-Processor Breakout Board
· MPN: ADA6348
Add reliable wired Ethernet to your microcontroller project with the Adafruit Wiz5500 Ethernet Breakout Board. The WIZ5500 chip handles TCP/IP over SPI, lett...
Get notified when back in stock
Add reliable wired Ethernet to your microcontroller project with the Adafruit Wiz5500 Ethernet Breakout Board. The WIZ5500 chip handles TCP/IP over SPI, letting you skip the hassle of WiFi passwords and antennas for a fast, dependable network connection.
The breakout includes full level shifting for 3V or 5V microcontrollers, and the RJ-45 jack features built-in link and activity LEDs. Compatible with both the Arduino Ethernet library and CircuitPython, it performs DHCP setup automatically within seconds of connection. If you're working with Feather boards, also check out the Adafruit Ethernet FeatherWing.
Key Features
- WIZ5500 Ethernet Co-Processor – Hardware TCP/IP stack with SPI interface
- RJ-45 Jack with LEDs – Built-in link and activity indicator lights
- 3V & 5V Compatible – Onboard level shifting for broad microcontroller support
- Arduino & CircuitPython Support – Standard Ethernet library with automatic DHCP
- SPI Communication – Single CS pin plus SPI for simple wiring
- Breadboard Friendly – Includes header for easy prototyping
Ideal For
- IoT projects requiring wired network reliability
- Industrial automation and monitoring systems
- Network-connected data loggers
- Projects where WiFi is unavailable or unreliable
Package Contents
- 1× Adafruit Wiz5500 Ethernet Breakout Board (assembled and tested)
- 1× Header strip (requires soldering)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- 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.
- CS
- CS stands for chip select, a control pin used by SPI devices to tell which connected device should listen. It matters when you connect more than one SPI module to the same microcontroller, because each device usually needs its own CS pin.
- 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.
- PoE
- Power over Ethernet lets one Ethernet cable carry both network data and electrical power. This is useful when installing a device where running a separate power adaptor would be difficult.
- 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.
Find this product in
Brands
Connectivity
Prototyping & Wiring
adafruit wiz5500 wiznet ethernet featherwing
Document · 4.8 MB · Click any page to view full size
ethernet for circuitpython
Circuit Diagram · 968.2 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au