BeelogBeelog.

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

Beelog Datalogger Platform

A rugged IoT datalogger for remote monitoring — collects sensor data, sends it securely to the cloud, and triggers alerts when thresholds are exceeded.

  • Multi-sensor inputs (modular)
  • MQTT + OTA updates
  • SMS/Chatbot alerts + dashboards

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
Product Catalog

Products & Pricing

Modular hardware, connectivity, and software products for any IoT deployment. Custom configurations available.

Edge Datalogger 4G
Hardware

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
Popular
Payments

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
Solutions

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
SaaS
Software

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 9+ weather stations across Mongolia's railway network with real-time wind, temperature, and flood monitoring.

99.5% uptime9+ sites<2min alert time

MNCERT CC Electronic Badge Project

Designed, manufactured, and developed 418 electronic badges for MNCERT CC as a custom order—covering hardware, firmware, and field-ready deployment.

418 badges deliveredCustom hardware + firmwareDeployment-ready

Sanitary Pad Vending Deployment

NFC-payment vending machines deployed in public restrooms across Ulaanbaatar — cashless, monitored, and maintained.

29+ locationsNFC paymentRemote monitoring
<>Developers

Built for Developers

Open protocols, REST API, and comprehensive documentation.

MQTT Connection
>_
// 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');
});
Send Telemetry
>_
{
  "device_id": "vending_001",
  "temperature": 4.5,
  "humidity": 65,
  "inventory": {
    "slot_1": 12,
    "slot_2": 8
  },
  "timestamp": 1706825400
}
OTA Update
>_
# 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

Let's build your next IoT product.

admin@beelog.tech
99782920
Ulaanbaatar, Mongolia