Low Code Platform • 🇮🇳 Built in India • Ready for Global Deployments

Build, deploy and scale connected products from one platform in minutes.

SME IoT is an extensible low-code IoT platform that empowers developers to build, customise and scale connected products. Design dashboards, manage devices, deploy firmware updates, automate workflows and integrate your own hardware—all from one unified platform. Everything you need to build connected products: device connectivity, secure cloud infrastructure, live dashboards, mobile apps, automation and developer-friendly APIs.

100+
Devices tested in labs & pilots
End-to-end
Hardware • Firmware • Cloud • Apps
Made in India
Designed, built & hosted locally

Where can you use SME IoT?

Adaptable for hobbyists, educators and enterprise clients alike.

Smart Facilities

  • Automate buildings and spaces
  • Control lights, HVAC & appliances
  • Monitor energy usage
  • Centralized dashboard control

Live Monitoring

  • Sensor & meter data pipelines
  • Live dashboards
  • Real-time alerts
  • API integrations

Industry Solutions

  • Machine monitoring
  • Production visibility
  • Industrial automation
  • Scalable deployments

Education & Labs

  • Arduino & Embedded C++
  • Easy cloud integration
  • Student projects
  • Rapid prototyping

Smart Agriculture

  • Soil moisture monitoring
  • Climate tracking
  • Automated irrigation
  • Remote farm management

Asset Tracking

  • GPS tracking
  • Fleet monitoring
  • Cold-chain tracking
  • Real-time location

Test the Cloud Latency

Interact with a virtual NuttyFi device and experience real-time cloud response.

Virtual NuttyFi 2.0

Device ID : NF_Device_01

Latency : --

Every interaction simulates a cloud → device → acknowledgement cycle.

Connect in 3 Lines of Code

No complex MQTT setups. Just import, authenticate, and run.

main.cpp
#include <NuttyFi.h>
#include <DHT.h>

#define DASHBOARD_ID     "PROJ-XXXXXXXX"
#define DEVICE_TOKEN     "NUTTY-XXXX-XXXX"

#define WIFI_SSID        "Your_WiFi"
#define WIFI_PASSWORD    "Your_Password"

#define DHTPIN 4

DHT dht(DHTPIN, DHT22);
NuttyClock clock;

void mySensor() {
  NuttyFi.publish(TP1, dht.readTemperature());
  NuttyFi.publish(TP2, dht.readHumidity());
}

void setup() {
  dht.begin();
  NuttyFi.begin(DASHBOARD_ID, DEVICE_TOKEN, WIFI_SSID, WIFI_PASSWORD);
  clock.every(1000, mySensor);
}

void loop() {
  NuttyFi.run();
  clock.run();
}
terminal
$
> Connecting to NuttyFi Cloud…
> Handshake successful. Secure tunnel established.
> Device is ONLINE 🟢
Streaming telemetry…

One platform. From prototype to deployment.

SME IoT gives you everything — hardware, firmware, backend, dashboards and mobile apps.

Step 01

Firmware & Drivers

  • Production-ready firmware
  • OTA updates & remote management
  • Ultra-low latency communication
  • Pre-integrated SDK
Step 02

Cloud Backend

  • Scalable IoT infrastructure
  • Secure authentication
  • Messaging pipeline
  • High availability
Step 03

Web Console

  • Fleet management
  • Logs & analytics
  • Centralized dashboards
  • Operational visibility
Step 04

Mobile App

  • Remote control
  • Live dashboards
  • Instant alerts
  • Fast performance
Why Companies Work With Us

More than a vendor,
an engineering partner

We help startups, industries and innovators reduce development risk, accelerate product launches and build reliable electronics solutions that scale from prototype to production.

Start Your Project

Faster Development

Reduce development time with experienced engineers and proven workflows.

Lower Project Risk

Validate concepts early through rapid prototyping, testing and engineering reviews.

Manufacturing Ready

Products designed for reliability, testing and future production scaling.

Single Development Partner

Hardware, firmware, cloud and manufacturing support under one roof.

Tailored Solutions

Every solution is designed around your business and application requirements.

Long-Term Support

Continued engineering support for upgrades, optimization and future product versions.

Our Story

Built in India. Engineered for real-world deployments.

Nutty Engineer office, Dehradun

Proudly Built in Dehradun

We didn't just design a dashboard. We built the hardware, wrote the firmware and engineered the cloud from the ground up.

At Nutty Engineer, we focus on real deployments — where reliability matters, not just demos. Our mission is simple: make industrial-grade IoT accessible to developers, students and builders across Bharat.

Read Our Story

NuttyFi hardware, tuned for SME IoT

Designed by SME Dehradun for real deployments.

NuttyFi2.0 Plug-and-play Wi-Fi IoT Controller

Built for rapid prototyping and deployment.

  • Zero-complexity Wi-Fi onboarding
  • Lightweight Arduino integration
  • Built-in LED & example library
  • Optimized for dashboards
  • Ready for large-scale deployment

Arduino JSON Index

https://raw.githubusercontent.com/itsbhupendrasingh/Nuttyfi/main/package/package_nuttyfi_index.json

NuttyFi32 High-performance ESP32

Designed for edge computing and production deployments.

  • Powerful ESP32 architecture
  • OTA-ready firmware
  • Industrial compact design
  • Flexible sensor integration
  • Long-term deployments

Arduino JSON Index

https://raw.githubusercontent.com/itsbhupendrasingh/nuttyfi32/Master/package_nuttyfi32_index.json

Simple Pricing

Whether you're experimenting or deploying thousands of devices, we've got a plan for you.

Hobby

Perfect for learning and prototyping.

Free
  • Up to 3 Devices
  • 2 Dashboards
  • Basic Automation
  • Community Support
  • Arduino Integration

Enterprise

Built for organizations at scale.

Custom
  • Dedicated Infrastructure
  • White Label Platform
  • Priority Support
  • SSO Integration
  • SLA
  • Custom Integrations

Frequently Asked Questions

Everything you need to know about SME IoT.

SME IoT is a unified low-code IoT platform for building, managing and scaling connected products. It combines device connectivity, secure cloud infrastructure, dashboards, mobile apps and developer APIs into one extensible platform.

No. You can build dashboards and connect devices with minimal code, while developers can extend the platform using REST APIs, MQTT, webhooks and SDKs.

SME IoT supports NuttyFi boards as well as ESP32- and Arduino-based devices. Additional hardware can be integrated using standard communication protocols such as MQTT and HTTP.

Yes. SME IoT is built for education, startups and enterprise deployments. Whether you're validating a prototype, managing pilot deployments or operating production-scale IoT solutions, the platform is designed to scale with your needs.

SME IoT provides dedicated low-code SDKs for Arduino and Python, making it easy to connect internet-enabled devices to the platform. Whether you're building with NuttyFi Series, ESP32, ESP8266, Raspberry Pi, Jetson, Orange Pi, Banana Pi or custom hardware, our SDKs simplify secure device connectivity and cloud communication.

Yes. SME IoT is designed to support the complete product lifecycle—from prototyping and pilot deployments to commercially deployed connected products. Whether you're building consumer, industrial or enterprise IoT solutions, the platform scales with your business.

Yes. Alongside the SME IoT platform and NuttyFi Series hardware, we are developing a range of ready-to-use smart IoT products for homes, businesses and industry. Every product is powered by the same SME IoT platform, ensuring seamless connectivity, remote management and future scalability.

SME IoT supports the NuttyFi Series, ESP32, ESP8266, Raspberry Pi, Jetson, Orange Pi, Banana Pi and other internet-enabled hardware. Dedicated low-code SDKs for Arduino and Python make it easy to connect devices securely to the SME IoT platform.

Yes. SME IoT supports secure over-the-air (OTA) firmware updates, enabling you to deploy new firmware remotely, manage device fleets efficiently and reduce maintenance costs.

Our primary cloud infrastructure is hosted in India to deliver low-latency connectivity for regional deployments. The platform is designed to support global deployments based on customer requirements.

Ready to Launch Your IoT Product?

Ready to Build Your Next
Connected Product?

From device connectivity and live dashboards to automation and developer-friendly APIs, SME IoT gives you everything you need to build, deploy and scale connected products — no low-level embedded expertise required.

Free Tier Available
No Credit Card Required
REST & MQTT APIs
Hosted in India, Global-Ready