A modular aquaculture automation platform — not a single IoT device.
VARMAX combines a field gateway, secondary controller nodes, a LoRa farm network, optional 4G backhaul, aerator control, a farmer mobile app, a web platform, a backend and coordinated AI agents. The farm keeps running when the internet does not.
Gateway + secondary node + LoRa + safe motor control
DO and current/voltage monitoring are not in current scope
First reliable. Then intelligent. Then autonomous.
Field twin: ponds, aerators, nodes, gateway and uplink
Click any element to inspect it. Trigger the full command workflow, cut the internet link to see local autonomy, or fly the future feed drone. All telemetry shown is simulated for demonstration.
- 01Mobile AppFarmer requests AERATORS ON
- 02BackendAuth + farm authorization
- 03AI OrchestratorPlanner → task graph → safety gate
- 044G / CloudCommand queued with ID + expiry
- 05GatewayValidates, sequences, transmits
- 06LoRaAddressed frame, bounded retries
- 07Secondary ControllerLocal safety check
- 08DOL / ContactorIndustrial power stage switches
- 09AeratorMotor runs — ACK returns to app
Layered responsibility, controlled interfaces
Each layer has a clear responsibility and a controlled interface to the next. Cloud connectivity enhances the system; it never becomes a single point of failure for basic farm control.
- 01FarmerAndroid/iOS app; web dashboardUser interaction, setup, commands, schedules, alerts
- 02ApplicationAPI gateway; auth; farm/pond/device servicesBusiness logic and access control
- 03AutomationRules engine; AI agent orchestrator; task graphConvert events/context into safe actions
- 04DataDevice registry; telemetry; events; auditPersistent state and history
- 05Connectivity4G/Internet; LoRa; local protocolMove commands and telemetry
- 06FieldPrimary gateway; secondary controllersLocal control, buffering and coordination
- 07Power/ControlDOL starter; contactor; overload protectionHigh-voltage motor switching and protection
The gateway keeps enough local state to continue safe operation during internet outages.
Independently deployable modules
Every module is classified against the master document's own priority and phase language.
Field Gateway
Central farm controller; LoRa coordination; cellular/cloud bridge; local fallback
Secondary Controller
Operate motor/aerator control interface and report status
LoRa Network
Long-distance low-power field communication among gateway and nodes
Mobile App
Farmer setup, pond control, schedules, alerts and status
Web Platform
Administration, device/farm management, analytics and support
Backend
APIs, device registry, telemetry, commands, authentication
AI Orchestrator
Context-aware task execution and automation
DO Sensor
Measure dissolved oxygen and support water-quality automation
Current / Voltage Monitoring
Electrical telemetry and energy/fault analytics
Drone Feed System
Automated feed distribution across multiple ponds
Boundary: the project explicitly removed the DO sensor and current/voltage monitoring from the current implementation scope. They remain future engineering tracks.