Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-10-3007:33 AM
Anyone connected ESP32 sensor nodes to Schneider field devices (Modbus/MQTT)?
Has anyone here tried feeding live sensor data from an ESP32 into a Schneider field controller (for example via an MQTT gateway or Modbus bridge) to trigger logic or logging? I was reading an ESP32 → MQTT tutorial https://www.theengineeringprojects.com/2021/11/esp32-mqtt.html
which shows how easily an ESP32 can publish sensor data to a broker, and I’m wondering how practical it is to route that stream into Schneider devices. I’ve seen Arduino forum threads where folks publish sensor streams to MQTT and Raspberry Pi projects that bridge MQTT→Modbus, but not many concrete examples tied to Schneider field hardware. If you’ve tried this, what integration pattern did you use (MQTT→gateway→Modbus, direct Modbus RTU/TCP from ESP32, etc.), and what issues did you hit with reliability, timing, or register mapping?