LAN Base is an Ethernet controller base, built-in W5500 full hardware TCP/IP embedded Ethernet controller (SPI communication interface), supports multiple communication protocols (TCP, UDP, IPv4, ICMP, ARP, IGMP and PPPoE, etc.) and integrated storage buffer area to facilitate Ethernet data packet processing. The internal reserved expansion pad can be used to expand the RS485/RS232 communication switch module or add custom designs, standard fixed rails, etc. Accessories, LAN Base with both performance and expansion flexibility can provide you with a more concise embedded Ethernet connection.
Product Features
It can meet the wired network access requirements in the actual production environment.
Designed for industrial application scenarios:
Provide metal slide rails for easy installation and fixation
Equipped with HT3.96 terminals for electrical connection
Support input power voltage: 9-24V
Standard configuration TTL-RS485 + TTL-RS232 two adapter boards, adapt to different communication interfaces.
Include
1x LAN Base
1x TTL-RS485 adapter board
1x TTL-RS232 adapter board
1x header 20pin
1x metal rail and disk
3x HT3.96 terminal
2x 3pin
1x 4pin
10x cold crimp terminals
3x Allen key
1x 1.5mm
1x 2mm
1x 2.5mm
2x socket head screw M3x28
4x hex socket tapping screws KA2x4
1x countersunk screw M3x8
Note
Note: When using the CORE2 or CORE2-FOR-AWS main control to drive the module, please use the DC power input of the base and set the power mode to input mode(refer to the code below), otherwise it will not start normally.
//mbus_mode_t://kMBusModeOutput: use USB or battery power supply//kMBusModeInput: Use external power supply 5V, or DC interfaceM5.begin(true, true, true, false, kMBusModeInput);
//Initialize Serial according to the actual connected pinsSerial2.begin(115200, SERIAL_8N1, 13, 14);
Application
M5Core + LAN realizes the conveyor belt controller