Last updated
Atomic PoE Base is an Ethernet controller base specifically designed for the ATOM series main controller. It is equipped with an Ethernet (PoE) module, allowing it to receive power directly from a PoE hub or switch. This eliminates the need for a separate power supply, reducing infrastructure costs and simplifying setup.
The base features the embedded W5500 Ethernet controller, which integrates the TCP/IP protocol stack. This controller provides 8 independent hardware sockets, allowing for simultaneous communication with multiple devices or services. The Ethernet data link layer (MAC) and physical layer (PHY) support 10/100M Ethernet, ensuring reliable and fast network connectivity.
With its capabilities, Atomic PoE Base offers a convenient internet connectivity solution for embedded systems. It meets the wired network access requirements in practical production environments, making it suitable for a wide range of applications.
Applicable to Atom Lite/Atom Matrix/AtomS3/AtomS3 Lite
Supports PoE IEEE802.3 AF
Wired Ethernet Access
8 independent hardware sockets
Supports TCP、UDP、ICMP、IPv4、ARP、IGMP、PPPoE
Integrated 10BaseT / 100Base-T Ethernet PHY
Resources | Parameters |
---|---|
Ethernet Chip | W5500 |
Supported Protocols | TCP、UDP、ICMP、IPv4、ARP、IGMP、PPPoE |
PoE Power Supply | Idle pin power supply(10M/100M Ethernet),J4&J5(VC-),J7&J8(VC+) |
PoE Spec | IEEE802.3 AF |
Operating temperature | 0-40°C |
Product Size | 64*18*18mm |
Package Size | 136*92*20mm |
Product Weight | 17g |
Package Weight | 20.5g |
Connection: Connect the ATOMIC PoE Base to your M5Stack core using the M-Bus interface.
Ethernet Cable: Plug an Ethernet cable into the RJ45 port of the ATOMIC PoE Base.
PoE Switch/Injector: Connect the other end of the Ethernet cable to a PoE switch or injector.
Library Installation: Install the necessary libraries for Ethernet communication, such as Ethernet2
for Arduino.
Initialization: Initialize the Ethernet controller in your code using the appropriate library functions.
Data Transmission: Use the library functions to send and receive data over the Ethernet connection.