What a yellow safety cone can teach us about the Internet of Things
December 23, 2015A few weeks ago I was at a mall and noticed a yellow safety cone was moving around the floor. As I looked closer I noticed the cone was not only notifying mall visitors of the pending danger of a wet floor, but it was also drying the floor. This caused me to think more about how the Internet of Things (IoT) can do more than just tell us about problems – but it can also help solve them.
Image: Actual yellow safety cone I saw in a mall in Princeton, NJ, drying the floor.
IoT is all the buzz in the development world right now but it is not that new. The term was first coined in 1999 by British entrepreneur Kevin Ashton while he was referring to RFID connected objects. It refers to the networking of “things” that are embedded with technology to collect and exchange data and information. IoT allows objects to be controlled remotely and opens up the world for improving efficiency, accuracy, and connectedness.
According to Gartner, there will be nearly 26 billion devices on the Internet of Things by 2020. Songdo, South Korea, is currently seeking to be the first “smart city” with nearly everything connected together to provide a constant stream of data that is monitored with little or no human intervention. Locally, at MichiganLabs, we use IoT through our office automation system. We can turn the lights on and off in the office from an app on our iPhone, Android, or laptop devices. Our team also develops IoT apps for our customers that uses RFID, virtual reality (VR), and beacon technology.
So what can a yellow safety cone teach us about the Internet of Things?
For some, it can be a small example of what the future could look like – a world where connected devices and equipment is constantly around us to help improve our lives and pick up our messes. A world in which technology runs the background of our lives may not be that far off.
I’d like to challenge you with two mental assignments:
- Think of one area of your life that could be improved using IoT
- Think of one area of your life that would be harmed using IoT
- Share in the comments or at the dinner table
Looking for more like this?
Sign up for our monthly newsletter to receive helpful articles, case studies, and stories from our team.
Advanced Tailwind: Container Queries
July 28, 2023Explore some advanced web layout techniques using Tailwind CSS framework
Read moreHow to Prepare for our Associate Software Developer Position
June 30, 2023Tips for applying to MichiganLab's Associate Software Developer program
Read moreQuickly Prototyping a Ktor HTTP API
August 18, 2022Whether it’s needing a quick REST API for a personal project, or quickly prototyping a mockup for a client, I like to look for web server frameworks that help me get up and running with minimal configuration and are easy to use. I recently converted a personal project’s API from an Express web server to a Ktor web server and it felt like a breeze. I’ll share below an example of what I found and how easy it is to get a Ktor server up and running.
Read more