Wiznet makers

Benjamin

Published June 18, 2026 ©

133 UCC

11 WCC

16 VAR

0 Contests

0 Followers

2 Following

Original Link

How Does the AUPINS OCPP EV-Charger Controller Use WIZnet W5500 for Wired Cloud Backhaul?

The AUPINS AC-EDC is an EV-charger OCPP controller (1.6J and 2.0.1) that links a charging pile to the cloud over WIZnet W5500 Ethernet, plus 4G and Wi-Fi.

COMPONENTS Hardware components

WIZnet - W5500

x 1

Provides the controller's wired Ethernet uplink to the OCPP backend (hardware TCP/IP over SPI). Alongside it: ESP32 (Wi-Fi) and Quectel EC25 (4G).


PROJECT DESCRIPTION

📌 Overview

AUPINS is a Chinese EV-charging manufacturer, founded in 2019 and based in Nanjing, that describes itself as a one-stop electric-vehicle charging solutions maker and supplier of EV parts, from chargers and cables to connectors and control boards. This product is its AC-EDC OCPP module, a charging-pile controller that sits inside an AC or DC charge point and connects it to a cloud backend using the open OCPP protocol. For the network link it offers three options: Wi-Fi, 4G cellular, and wired Ethernet.

AUPINS OCPP charging pile controller board, a green PCB with an OCPP-marked processor and connectors The AUPINS AC-EDC OCPP controller: an EV-charger module with OCPP 1.6J and 2.0.1, three network uplinks (wired Ethernet, 4G, and Wi-Fi).

The reason it is worth a look from a WIZnet angle is the same reason wired networking matters for any piece of public infrastructure: a charge point that bills users and reports to a backend needs a dependable connection. The wired Ethernet path on this controller provides that stability, with cellular and Wi-Fi available where a cable is not.

What OCPP Is, Briefly

OCPP, the Open Charge Point Protocol, is the open standard that lets an EV charge point talk to a central management system (often called a CSMS) regardless of who made either side. It carries the messages that matter for a public charger: authorize a user, start and stop a session, report energy and status, push firmware, and handle remote commands. Supporting OCPP is what lets a charger join existing charging networks rather than being a closed island. This controller supports both OCPP 1.6J and the newer 2.0.1.

What the Controller Provides

The AC-EDC is a communication and control module for charging piles, built around an ESP32 with a hardwired Ethernet chip for wired network access and a Quectel EC25 for cellular.

Three-chip architecture diagram: WIZnet W5500 for wired Ethernet, Quectel EC25 for 4G, and ESP32 as the main processor Inside the controller: each of the three chips handles a dedicated role, keeping the ESP32 free for the OCPP client and charging control.

  • Protocol: OCPP 1.6J and 2.0.1; DC and AC charging protocol stack.
  • Connectivity: Wired Ethernet, 4G LTE (Quectel EC25), and Wi-Fi (ESP32).
  • Field interfaces: RS-485, CAN, and digital I/O to the charge-point hardware.
  • Platform features: cloud backend integration, remote OTA update, and encrypted data transmission.
  • Power and environment: 12V DC supply, -40C to +70C operating range.
  • Compliance: CE, FCC, and RoHS.

Where It Fits: One Block of a Charging System

A charge point is not a single board; it is a system, and this controller is the piece that ties the parts together and connects them outward.

System diagram: charge point hardware and RFID connect to the controller, which reports to an OCPP backend over Ethernet, 4G, or Wi-Fi The controller drives the charge-point hardware and reports to an OCPP backend; wired Ethernet is the reliable default link to the cloud.

Downstream, the controller talks to the charge-point hardware — the contactor, the energy meter, and the connector — over RS-485, CAN, and digital I/O, and handles user authorization such as RFID to start and stop a session. Upstream, it speaks OCPP to a central management system over Ethernet, 4G, or Wi-Fi. The same picture also shows where this product sits in the wider catalog: AUPINS sells the chargers, cables, connectors, and control boards around it, so the OCPP module is the networking brain of a larger EVSE product family rather than a standalone gadget.

Vendor, Availability, and Price

  • Vendor: AUPINS, a direct manufacturer (OEM/ODM) of EV charging equipment and parts, founded in 2019. It markets a one-stop EVSE catalog under the theme "Driving the Future with Technology," emphasizing quality, fast response, and reliability.
  • Country: Nanjing, Jiangsu, China.
  • Product line / ecosystem: EV chargers (portable, wall-mounted, DC fast, on-board), charging cables and adapters, sockets, connectors and pins, wiring harnesses, control boards and smart platforms, energy-storage connectors, and protection devices. This OCPP controller is the communication core that ties that hardware to a charging network.
  • How to buy and price: sold on a request-a-quote basis through aupins.com; the product page provides a "Get A Quote" action rather than a public price, with low-MOQ and OEM/ODM options typical of this B2B segment.
  • Contact: felixxu@aupins.com; 86-025-52353393 / +86-18512525557.

Where It Fits: Applications

The controller suits public and semi-public charging where a charger must join an OCPP network and stay reliably connected: car parks, workplaces, fleet and depot charging, retail and hospitality sites, and forecourts. Its dual OCPP support (1.6J and 2.0.1), wide temperature range, and OTA make it a practical core for an operator building or refreshing a line of AC or DC chargers. As a commercial OEM/ODM module it is aimed at charger manufacturers and integrators rather than end users.

⚙️ Role of the WIZnet W5500

The W5500 is the controller's wired network interface. The product page states it plainly: "WiFi (ESP32), 4G (EC25 or other models), Ethernet (W5500)." It is a hardwired TCP/IP chip, so it runs the TCP, UDP, and IP stack inside the chip over SPI, and the ESP32 does not have to spend flash, RAM, and CPU on a software network stack. For an EV charger that runs an OCPP client and drives charging hardware at the same time, handing the network to the W5500 keeps the processor free and the connection predictable.

Comparison table of three OCPP uplinks: W5500 wired Ethernet (best), 4G LTE, Wi-Fi, with suitability notes The three uplink options compared: the W5500 wired Ethernet path is the most reliable for fixed chargers, with 4G and Wi-Fi covering sites where running a cable is impractical.

For deployed chargers this wired option is often the one operators prefer. A charge point in a car park, a depot, or a forecourt frequently has structured cabling available, and a wired link is not affected by cellular coverage or Wi-Fi congestion. Because OCPP is a long-lived connection between the charger and the backend, a stable transport directly affects how reliably sessions start, stop, and bill. The W5500 provides that wired path, while the EC25 cellular and ESP32 Wi-Fi channels cover sites where running a cable is impractical or serve as a fallback.

Related WIZnet Maker Projects

OCPP and EV charging are an active area on the Maker site, and these three projects map the system this controller belongs to: a peer commercial module, the backend it talks to, and a related EVSE product.

Full-featured OCPP Module is the closest peer: another commercial OCPP charging module that uses a WIZnet W5500 for Ethernet. Both are charge-point-side controllers that bring an EV charger onto an OCPP network over a wired WIZnet link. Comparing them is useful for anyone evaluating an off-the-shelf OCPP module, since they solve the same job with the same wired-Ethernet approach.

How to build an ESP32 OCPP 1.6J Central System with W5500 Ethernet is the other half of the system: it builds the OCPP central system (the CSMS) that a charge point connects to, also over W5500. Where the AUPINS module is the charger side, this project is the backend side, so the two together show a complete OCPP link, both ends running over WIZnet Ethernet.

Pazzk EVSE is an EVSE product that also uses the W5500 for its network connection. It sits in the same EV-charging domain and shows another way a charger design adopts wired WIZnet Ethernet, which is helpful context for where the AUPINS controller fits among real charging products.

❓ FAQ

Q. What is the WIZnet chip used for in this controller? The AUPINS OCPP controller uses a WIZnet W5500 to provide wired Ethernet. The W5500 is a hardwired TCP/IP chip, so it runs the network stack in hardware over SPI and gives the charger a stable wired link to the OCPP backend without a software TCP/IP stack on the ESP32.

Q. Which OCPP versions does it support? Both OCPP 1.6J and OCPP 2.0.1. That dual support lets a charger connect to existing 1.6J networks while also being ready for 2.0.1 management systems.

Q. What are the three connectivity options and why does the wired one matter? Ethernet via the W5500, 4G LTE via a Quectel EC25, and Wi-Fi via the ESP32. The wired Ethernet path is the most dependable for a fixed charger, since it does not depend on cellular coverage or Wi-Fi congestion, which matters because OCPP keeps a long-lived connection to the backend for sessions and billing.

Q. How does the controller fit into a complete charge point? It connects downstream to the charge-point hardware (contactor, meter, connector) and user authorization (RFID) over RS-485, CAN, and digital I/O, and upstream to an OCPP central system over Ethernet, 4G, or Wi-Fi. It is the communication and control core of the charging pile.

Q. Where can I buy it and what does it cost? It is sold by AUPINS (Nanjing, China) on a request-a-quote basis through aupins.com; the product page offers a "Get A Quote" action rather than a public price, with OEM/ODM and low-MOQ options. Contact: felixxu@aupins.com.


한국어 (Korean)

📌 개요

AUPINS는 2019년 설립된 중국 난징 소재 EV 충전 제조사로, 충전기·케이블·커넥터·제어보드까지 아우르는 원스톱 전기차 충전 솔루션 제조·공급사를 표방합니다. 이 제품은 AC-EDC OCPP 모듈로, AC 또는 DC 충전기(충전 파일) 안에 들어가 개방형 OCPP 프로토콜로 충전기를 클라우드 백엔드에 연결하는 컨트롤러입니다. 네트워크 연결은 세 가지를 제공합니다: Wi-Fi, 4G 셀룰러, 그리고 유선 이더넷.

AUPINS OCPP 충전 파일 컨트롤러 보드, OCPP 마킹 프로세서와 커넥터가 있는 녹색 PCB AUPINS AC-EDC OCPP 컨트롤러: OCPP 1.6J·2.0.1, 유선 이더넷·4G·Wi-Fi 세 가지 업링크를 갖춘 EV 충전기 모듈.

WIZnet 관점에서 주목할 이유는, 공공 인프라 어디에나 적용되는 유선 네트워킹의 가치와 같습니다. 사용자에게 과금하고 백엔드에 보고하는 충전기는 안정적인 연결이 필요합니다. 이 컨트롤러의 유선 이더넷 경로가 그 안정성을 제공하고, 케이블이 없는 곳에는 셀룰러와 Wi-Fi를 씁니다.

OCPP란

OCPP(Open Charge Point Protocol)는 충전기와 중앙 관리 시스템(흔히 CSMS) 사이를 제조사와 무관하게 연결하는 개방형 표준입니다. 사용자 인증, 세션 시작·종료, 에너지·상태 보고, 펌웨어 푸시, 원격 명령 등 공공 충전기에 필요한 메시지를 다룹니다. OCPP를 지원해야 충전기가 폐쇄형 단독 장치가 아니라 기존 충전 네트워크에 합류할 수 있습니다. 이 컨트롤러는 OCPP 1.6J와 신규 2.0.1을 모두 지원합니다.

컨트롤러 구성

AC-EDC는 충전 파일용 통신·제어 모듈로, ESP32에 유선 이더넷 칩과 Quectel EC25 셀룰러 모듈을 결합했습니다.

3칩 아키텍처 다이어그램: 유선 이더넷용 WIZnet W5500, 4G용 Quectel EC25, 메인 프로세서 ESP32 컨트롤러 내부: 세 칩이 각각 전담 역할을 맡아 ESP32가 OCPP 클라이언트와 충전 제어에 집중할 수 있습니다.

  • 프로토콜: OCPP 1.6J·2.0.1, DC·AC 충전 프로토콜 스택.
  • 연결성: 유선 이더넷, 4G LTE(Quectel EC25), Wi-Fi(ESP32).
  • 필드 인터페이스: RS-485, CAN, 디지털 I/O로 충전기 하드웨어 연결.
  • 플랫폼 기능: 클라우드 백엔드 연동, 원격 OTA 업데이트, 암호화 데이터 전송.
  • 전원·환경: 12V DC, -40C ~ +70C 동작.
  • 인증: CE, FCC, RoHS.

활용 위치: 충전 시스템의 한 블록

충전기는 보드 하나가 아니라 시스템이며, 이 컨트롤러는 부품들을 묶고 외부로 연결하는 조각입니다.

시스템 다이어그램: 충전기 하드웨어와 RFID가 컨트롤러에 연결되고, 컨트롤러가 이더넷·4G·Wi-Fi로 OCPP 백엔드에 보고 컨트롤러가 충전기 하드웨어를 제어하고 OCPP 백엔드에 보고하며, 유선 이더넷이 클라우드로의 안정적인 기본 링크입니다.

다운스트림에서 컨트롤러는 RS-485·CAN·디지털 I/O로 충전기 하드웨어(컨택터, 전력량계, 커넥터)와 통신하고, RFID 같은 사용자 인증으로 세션을 시작·종료합니다. 업스트림에서는 이더넷, 4G, Wi-Fi로 중앙 관리 시스템과 OCPP로 통신합니다. AUPINS는 주변의 충전기·케이블·커넥터·제어보드를 함께 판매하므로, OCPP 모듈은 단독 장치가 아니라 더 큰 EVSE 제품군의 통신 두뇌입니다.

벤더, 구매처, 가격

  • 벤더: AUPINS, 2019년 설립된 EV 충전 장비·부품 직접 제조사(OEM/ODM). "Driving the Future with Technology"를 내세워 품질·빠른 대응·신뢰성을 강조하는 원스톱 EVSE 카탈로그를 운영합니다.
  • 국가: 중국 장쑤성 난징.
  • 제품 라인/생태계: EV 충전기(휴대형·벽부형·DC 급속·온보드), 충전 케이블·어댑터, 소켓, 커넥터·핀, 와이어 하니스, 제어보드·스마트 플랫폼, 에너지 저장 커넥터, 보호 장치. 이 OCPP 컨트롤러는 그 하드웨어를 충전 네트워크에 연결하는 통신 코어입니다.
  • 구매·가격: aupins.com에서 견적 요청 방식으로 판매됩니다. 제품 페이지에 공개 정가 대신 "Get A Quote" 버튼이 있으며, 저MOQ·OEM/ODM 옵션을 제공합니다.
  • 연락처: felixxu@aupins.com; 86-025-52353393 / +86-18512525557.

활용처

이 컨트롤러는 충전기가 OCPP 네트워크에 합류하고 안정적으로 연결을 유지해야 하는 공공·준공공 충전에 적합합니다. 주차장, 직장, 플릿·차고지 충전, 리테일·호스피탈리티, 주유소 등입니다. OCPP 1.6J·2.0.1 동시 지원, 넓은 동작 온도, OTA를 갖춰 AC·DC 충전기 라인을 구축·갱신하는 운영자에게 실용적인 코어가 됩니다. 상용 OEM/ODM 모듈로, 최종 사용자보다는 충전기 제조사·통합업체를 대상으로 합니다.

⚙️ WIZnet W5500의 역할

W5500은 컨트롤러의 유선 네트워크 인터페이스입니다. 제품 페이지에는 "WiFi (ESP32), 4G (EC25 또는 기타 모델), Ethernet (W5500)"이라고 명시되어 있습니다. 하드웨어 TCP/IP 칩이라 TCP·UDP·IP 스택을 SPI로 칩 내부에서 처리하므로, ESP32는 소프트웨어 네트워크 스택에 플래시·RAM·CPU를 쓰지 않습니다. OCPP 클라이언트를 돌리면서 동시에 충전 하드웨어를 제어해야 하는 EV 충전기에서는, 네트워크를 W5500에 맡기면 프로세서가 자유롭고 연결이 예측 가능해집니다.

3가지 OCPP 업링크 비교표: W5500 유선 이더넷(최우선), 4G LTE, Wi-Fi 세 가지 업링크 옵션 비교: W5500 유선 이더넷이 고정형 충전기에 가장 신뢰성이 높으며, 4G·Wi-Fi는 케이블을 설치하기 어려운 현장을 커버합니다.

실제 배치된 충전기에서는 이 유선 옵션을 운영자가 선호하는 경우가 많습니다. 주차장·차고지·주유소의 충전기는 구조화 배선이 가능한 경우가 많고, 유선 링크는 셀룰러 커버리지나 Wi-Fi 혼잡의 영향을 받지 않습니다. OCPP는 충전기와 백엔드 간 장시간 연결을 유지하므로, 전송의 안정성이 세션 시작·종료·과금의 신뢰성에 직접 영향을 줍니다. W5500이 그 유선 경로를 제공하고, EC25 셀룰러와 ESP32 Wi-Fi는 케이블이 어려운 현장이나 폴백을 담당합니다.

관련 WIZnet 메이커 프로젝트

OCPP와 EV 충전은 Maker 사이트에서 활발한 분야이며, 다음 세 프로젝트가 이 컨트롤러가 속한 시스템을 보여줍니다.

Full-featured OCPP Module - 가장 가까운 동종 제품으로, 이더넷에 WIZnet W5500을 쓰는 또 다른 상용 OCPP 충전 모듈입니다. 둘 다 유선 WIZnet 링크로 충전기를 OCPP 네트워크에 올리는 충전기 측 컨트롤러입니다.

How to build an ESP32 OCPP 1.6J Central System with W5500 Ethernet - 시스템의 다른 절반입니다. 충전기가 연결되는 OCPP 중앙 시스템(CSMS)을 역시 W5500으로 구축합니다. AUPINS 모듈이 충전기 측이라면 이 프로젝트는 백엔드 측이라, 둘을 합치면 완전한 OCPP 링크가 됩니다.

Pazzk EVSE - 네트워크 연결에 W5500을 쓰는 EVSE 제품입니다. 같은 EV 충전 분야에 있으며, 충전기 설계가 유선 WIZnet 이더넷을 채택하는 또 다른 방식을 보여줍니다.

❓ 자주 묻는 질문 (FAQ)

Q. 이 컨트롤러에서 WIZnet 칩은 어디에 쓰이나요? AUPINS OCPP 컨트롤러는 유선 이더넷 제공을 위해 WIZnet W5500을 씁니다. W5500은 하드웨어 TCP/IP 칩이라 네트워크 스택을 SPI로 칩 내부에서 처리해, ESP32에 소프트웨어 TCP/IP 없이 OCPP 백엔드로의 안정적 유선 링크를 줍니다.

Q. 어떤 OCPP 버전을 지원하나요? OCPP 1.6J와 2.0.1 모두 지원합니다. 이 듀얼 지원으로 기존 1.6J 네트워크에 연결하면서 2.0.1 관리 시스템에도 대비할 수 있습니다.

Q. 세 가지 연결 옵션은 무엇이고 유선이 왜 중요한가요? W5500 이더넷, Quectel EC25 4G LTE, ESP32 Wi-Fi입니다. 고정형 충전기에는 유선 이더넷이 가장 안정적입니다. 셀룰러 커버리지나 Wi-Fi 혼잡에 영향받지 않기 때문이며, OCPP가 세션·과금을 위해 백엔드와 장시간 연결을 유지하므로 이 점이 중요합니다.

Q. 컨트롤러는 완전한 충전기에서 어떻게 동작하나요? 다운스트림으로 RS-485·CAN·디지털 I/O를 통해 충전기 하드웨어(컨택터, 계량기, 커넥터)와 사용자 인증(RFID)에 연결하고, 업스트림으로 이더넷·4G·Wi-Fi를 통해 OCPP 중앙 시스템에 연결합니다. 충전 파일의 통신·제어 코어입니다.

Q. 어디서 구매하고 가격은 어떻게 되나요? AUPINS(중국 난징)가 aupins.com에서 견적 요청 방식으로 판매합니다. 제품 페이지는 공개 정가 대신 "Get A Quote" 버튼과 OEM/ODM·저MOQ 옵션을 제공합니다. 문의: felixxu@aupins.com.

Documents
  • AC-EDC OCPP Module Product Page

    Official product page (features, networking, Get A Quote)

  • AUPINS

    Vendor site: company, EV-charging product catalog, contact

  • Open Charge Alliance (OCPP)

    Standards body for OCPP 1.6 / 2.0.1, the protocol this controller implements

  • WIZnet W5500

    The hardwired TCP/IP Ethernet controller that provides the wired OCPP uplink

Comments Write