#46 What is The Internet of Things?

#46 What is The Internet of Things?

Author: David Kopec, Rebecca Kopec April 26, 2021 Duration: 17:02

It seems like every electric device that we buy today is connected to the Internet. This movement is known as the Internet of Things, or IoT for short. Some people think "Internet of Things" is a specific term, but the truth is that it's very amorphous. There's no exact parameters that make something an IoT device other than it being a thing that's connected to the Internet. Generally the term excludes traditional computers like your PC or your smartphone. If you bought it ten years ago and it was not connected to the Internet, and you buy it today and it is, then it's generally something that's considered an Internet of Things device. In this episode we discuss some of the costs and constraints associated with Internet of Things devices, and how hobbyists and companies can use low cost prototyping platforms like Arduino.

Show Notes

Follow us on Twitter @KopecExplains.

Theme “Place on Fire” Copyright 2019 Creo, CC BY 4.0

Find out more at http://kopec.live


Ever wondered how the apps on your phone actually work, or what really happens when you click "download"? Kopec Explains Software is here to demystify those everyday digital mysteries. Hosted by David and Rebecca Kopec, this conversation breaks down complex, software-related ideas into clear, relatable concepts you can grasp. The focus isn't on jargon or textbook definitions, but on building a genuine, intuitive feel for how technology operates. Each episode picks apart a different facet of the software world, from the fundamentals of coding to the ethics of artificial intelligence, translating technical subjects into plain English. You'll come away not just with new knowledge, but with a clearer framework for understanding the digital systems that shape our lives. It’s a straightforward, engaging resource for anyone with curiosity about the technology they use daily, whether you're a seasoned professional looking for a fresh perspective or a complete novice starting from scratch. Tune into the podcast for thoughtful discussions that make the vast and often intimidating landscape of software feel accessible and genuinely interesting.
Author: Language: en-us Episodes: 100

Kopec Explains Software
Podcast Episodes
#99 Android App Development [not-audio_url] [/not-audio_url]

Duration: 21:40
Android is the most popular operating system in the world, but developing apps for it can feel intimidating. In this episode we breakdown the Android development ecosystem—including the programming languages, frameworks,…
#98 How Does Apple Make Money? [not-audio_url] [/not-audio_url]

Duration: 12:59
It has long been debated whether Apple is more of a hardware company or more of a software company. In its quarterly reports it does not delineate between the two. Instead, it breaks its revenue into four big product cat…
#97 What Are APIs? [not-audio_url] [/not-audio_url]

Duration: 17:25
An Application Programming Interface (API) is a specification for how a piece of software provides functionality to other pieces of software. APIs can broadly be categorized into two categories: local and remote. Local A…
#96 What is a BIOS? [not-audio_url] [/not-audio_url]

Duration: 14:11
A BIOS (Basic Input/Output System) is a piece of firmware on a PC that sits between the hardware and the operating system. It takes care of some essential functions like hardware startup tests, power management, boot dev…
#94 Software Piracy [not-audio_url] [/not-audio_url]

Duration: 16:49
There is a constant battle between software publishers and pirates who find ways to redistribute proprietary software in violation of its license. In this episode we explain how copyright law protects proprietary softwar…
#93 Phone Location Tracking [not-audio_url] [/not-audio_url]

Duration: 12:30
Your phone includes multiple technologies for tracking your location. Your location can be triangulated via signals to cell towers, precisely pinpointed using its GPS chip and a connection to a satellite, and approximate…
#92 Python [not-audio_url] [/not-audio_url]

Duration: 15:11
By several measures, including a 2021 survey by IEEE, Python is the most popular programming language in the world. But why? What's special about it? In this episode we'll go over Python's history, key technical aspects…
#91 PayPal's Early Innovations [not-audio_url] [/not-audio_url]

Duration: 10:24
Today we know PayPal as a financial powerhouse. But when it was a young company, it had to innovate to survive. PayPal was the result of the merger of two startups—Confinity and X.com. Confinity was trying to be a digita…
#90 Binary Search [not-audio_url] [/not-audio_url]

Duration: 17:02
Binary search is an algorithm for finding an item in a sorted data set. It requires that all of the items in the data set be of the same data type and comparable to one another. In other words, the data type needs to hav…