惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
F
Fortinet All Blogs
B
Blog RSS Feed
Last Week in AI
Last Week in AI
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Security Blog
Microsoft Security Blog
博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
GbyAI
GbyAI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
雷峰网
雷峰网
C
Check Point Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
博客园 - 司徒正美
U
Unit 42
量子位

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The First IoT Device Was a Vending Machine
fluidwire · 2026-06-28 · via DEV Community

fluidwire

Ask most people to picture the first Internet of Things device and they imagine something sleek: a smart speaker, a fitness band, a Wi-Fi thermostat. The real answer is far more ordinary and far more charming. The first internet-connected appliance was a Coca-Cola vending machine, wired up by graduate students at Carnegie Mellon University in 1982 so they could check whether it was stocked and cold without leaving their desks. Decades before anyone coined the phrase "Internet of Things," a group of programmers built exactly that: a physical object reporting its real-world status over a network.

A thirsty problem and a clever fix

The computer science department at Carnegie Mellon had a Coke machine on an upper floor, and a community of programmers spread across the building. The problem was simple and universally relatable. You would walk all the way to the machine only to find it empty, or worse, freshly restocked with warm bottles that had not had time to chill. Wasted trips, every day.

So the students did what engineers do. They added micro-switches to sense how many bottles were in each of the machine's six columns, and they tracked how long each bottle had been loaded so they could estimate whether it was cold yet. They wired that sensor data into a department computer connected to ARPANET, the research network that would eventually become the internet. Anyone on the network could now query the machine and get back the stock level of each column plus how long the newest bottles had been cooling.

Why this counts as the first IoT device

It is tempting to dismiss the Coke machine as a cute hack, but it contains every essential ingredient of a modern IoT system. There is a sensor reading the physical world, an embedded interface translating that into data, a network carrying the data somewhere useful, and a remote client acting on it. That is the entire architecture of a connected device, just built from 1980s parts. The same loop runs inside a smart water meter, an industrial vibration sensor, or a cold-chain logger today.

What makes the story matter is not the hardware, which was modest, but the pattern of thinking. The students did not set out to invent a product category. They simply refused to accept that checking a machine required physically walking to it, and they had the tools to close that gap with code. That instinct, the conviction that a device should be able to tell you what it knows from anywhere, is the seed of everything we now call IoT.

From ARPANET to the connected world

The vending machine predated the term "Internet of Things" by roughly seventeen years; Kevin Ashton would not coin that phrase until 1999. It also predated the World Wide Web, cheap microcontrollers, and the wireless protocols we now take for granted. What it proves is that the core idea of connected hardware was never really about the internet being fast or devices being small. It was about giving physical things a voice on the network. Everything since, from the ESP32 on a hobbyist's breadboard to a fleet of sensors in a factory, is a refinement of that 1982 insight.

Building connected hardware today

The barriers that made the Carnegie Mellon project a feat of improvisation have mostly fallen away. A modern microcontroller with built-in Wi-Fi costs a few dollars, sensors for almost any physical quantity are off-the-shelf, and cloud platforms make it straightforward to collect and act on the data. What has not changed is the discipline required to turn a clever idea into reliable hardware: choosing the right sensors, designing a board that survives the real world, writing firmware that does not crash at 3 a.m., and connecting it all securely.

That is the work we do at Fluidwire, here in Paranaque. Whether you are a student turning a thesis concept into a working prototype or a business adding connectivity to an existing product, the path runs from silicon to cloud, and we can help at every step. Take a look at the embedded and IoT services we offer, or tell us about your project and we will help you figure out the first move. The next "first connected device" story could be yours, minus the warm Coke.