IoT Platform for Smart Devices, Vending & Industry.
Beelog connects hardware, cloud, and payments so businesses can deploy smart vending machines, sensor networks, and IoT devices at scale.
Built for harsh environments, unstable networks, and real-world operations.
Connect Devices Fast
4G, Wi-Fi, MQTT — get your hardware online in minutes.
Monitor & Control Remotely
Real-time dashboards, alerts, and remote device management.
Enable Cashless Payments
QR, card, and NFC payment integration for vending and services.
Deploy in Harsh Environments
Weatherproof enclosures, edge computing, and failover connectivity.
The Beelog IoT Platform
A full-stack IoT platform that connects devices, processes data in the cloud, and delivers actionable insights through dashboards, APIs, and payment integrations.
Device Layer
Sensors, edge devices, firmware, and connectivity modules.
Cloud Layer
MQTT broker, data pipeline, storage, and analytics engine.
Application Layer
Dashboards, APIs, mobile apps, and payment gateways.
Solutions
Smart Vending Solutions
Deploy intelligent vending and reverse vending machines with real-time telemetry, cashless payment, and remote management.
- Inventory tracking & restocking alerts
- Multi-payment (QR, card, NFC)
- Real-time sales dashboard
Smart Infrastructure & Railways
Environmental monitoring stations for railway and infrastructure safety — wind, flood, temperature, and structural alerts.
- Weather station networks
- Automated SMS/chatbot alerts
- Historical data & compliance reports
Smart Wells & Water Monitoring
Connected water-level sensors for wells, rivers, and reservoirs — real-time flood early warning.
- Sub-meter level accuracy
- Solar-powered remote stations
- Threshold-based alerts
IoT Education & Labs
Makerspace kits, university lab modules, and STEM curriculum for teaching IoT and embedded systems.
- Hands-on sensor kits
- Cloud dashboard for classrooms
- Curriculum & workshop guides
Products & Pricing
Modular hardware, connectivity, and software products for any IoT deployment. Custom configurations available.

Edge Datalogger 4G
Edge computing gateway with 4G LTE and Wi-Fi connectivity, MQTT client, local data buffering, and OTA firmware update support.
- 4G LTE + Wi-Fi dual connectivity
- Local data buffering up to 30 days
- OTA firmware updates
- TLS-secured MQTT

QR Payment Module
Compact cashless payment terminal supporting QR code, NFC tap, and card payments. Integrates with major Mongolian banks and international payment networks.
- QR, NFC, and card payments
- Bank integration SDK included
- Real-time transaction webhook
- Revenue dashboard access

IoT Weather Station
All-in-one environmental monitoring station with anemometer, rain gauge, temperature, humidity, and solar-powered 4G connectivity for remote sites.
- Wind, rain, temp, humidity sensors
- Solar-powered with battery backup
- 4G connectivity + MQTT
- Automated SMS/email alerts

Cloud Dashboard Platform
Full-featured IoT monitoring dashboard with real-time charts, device map, alerts, role-based access, and REST API. Hosted or self-hosted options.
- Real-time monitoring & charts
- Role-based access control
- REST API + webhooks
- Automated weekly/monthly reports
Need a custom configuration or volume pricing? Contact our sales team
Success Stories
Real-world impact from our IoT deployments
Railway Weather Station Network
Deployed 12+ weather stations across Mongolia's railway network with real-time wind, temperature, and flood monitoring.
Smart Well Project
Solar-powered water-level sensors for remote wells, delivering flood early warnings to local communities.
Sanitary Pad Vending Deployment
QR-payment vending machines deployed in public restrooms across Ulaanbaatar — cashless, monitored, and maintained.
Built for Developers
Open protocols, REST API, and comprehensive documentation.
// Connect to Beelog IoT Broker
const client = mqtt.connect('mqtt://broker.beelog
username: 'device_id',
password: 'device_token'
});
client.on('connect', () => {
client.subscribe('beelog/device/+/telemetry');
});{
"device_id": "vending_001",
"temperature": 4.5,
"humidity": 65,
"inventory": {
"slot_1": 12,
"slot_2": 8
},
"timestamp": 1706825400
}# Deploy firmware update
curl -X POST https://api.beelog.tech/v1/ota \
-H "Authorization: Bearer YOUR_TOKEN" \
-F "firmware=@firmware_v2.bin" \
-F "device_group=vending_machines"REST APIs
Full RESTful API access
MQTT/LoRaWAN
Multiple protocols
Webhooks
Real-time notifications
Documentation
Comprehensive guides