Documentation

Everything you need to build, deploy, and scale your IoT solutions with KSP Electronics

Quick Start Guides

Getting Started

1. Create Your Account

Sign up for a free KSP Cloud account at ksp-cloud.com. Students get extended free tier access with additional features.

2. Order Your DeltaX Device

Choose from our range of DeltaX temperature monitoring devices:

  • DeltaX Mini: Single sensor, WiFi enabled - ₹2,499
  • DeltaX Pro: 4 sensors, display, alerts - ₹4,999
  • DeltaX Industrial: 8 sensors, ruggedized - ₹8,999

3. Configure Your Device

// 1. Power on your DeltaX device
// 2. Connect to "DeltaX-XXXX" WiFi network
// 3. Navigate to: http://192.168.4.1
// 4. Enter your WiFi credentials and API key

{
  "ssid": "YourWiFiNetwork",
  "password": "YourWiFiPassword",
  "api_key": "your-ksp-cloud-api-key"
}

4. View Your Data

Once connected, your device will automatically start sending temperature data to your KSP Cloud dashboard. Access real-time monitoring, historical data, and alerts from anywhere.

Pro Tip

Enable WhatsApp alerts to receive instant notifications when temperatures go out of range. Perfect for cold storage, server rooms, and pharmaceutical applications.

API Quick Reference

Authentication

curl -H "Authorization: Bearer YOUR_API_KEY" \
     https://api.ksp-cloud.com/v1/devices

Get Device Data

GET /v1/devices/{device_id}/data
Response: {
  "device_id": "deltax_001",
  "temperature": 24.5,
  "humidity": 60,
  "timestamp": "2025-12-07T10:30:00Z"
}

Need Help?

Our support team is here to help you succeed with your IoT projects