Posts

This is What Tomorrow Looks Like Right Now at Smart Living Silicon Valley

Image
Excited to share our latest hands-on look at Smart Living Silicon Valley 2026! We hopped off CES 2026 and headed to the Computer History Museum to discover 1,000+ attendees, 30 exhibitors, and a floor buzzing with AI hardware, robotics, wearables, green mobility, and game-changing IoT solutions. From the Ocalis Exoskeleton and CTI One AI Rollator to bone-conduction Smart Helmet, autonomous cleaning robots, and the Rictor C4-X4 flying vehicle, this event proved that ambitious tech dreams are becoming reality—today. Our honest takeaway: smaller gatherings deliver real access, genuine conversations, and the chance to actually touch the tech. If you’re seeking practical insights and a sprint-size peek at tomorrow, this is a must-see. Dive into the full on-site recap and chapter-by-chapter highlights here: https://www.youtube.com/watch?v=qEig-UGVyYQ Stay connected with IoT Forge for more hands-on tech walks, maker insights, and free IoT education for engineers, makers, and curious min...

Time-Series Databases in IoT: Why Your Storage Choice Really Matters

Please find my new article on Medium - Time-Series Databases in IoT: Why Your Storage Choice Really Matters .

Zero Trust for IoT: Why “Inside the Network” Doesn’t Mean Safe Anymore

Please find my new article on Medium - Zero Trust for IoT: Why “Inside the Network” Doesn’t Mean Safe Anymore .

We Filmed Inside Illuminarium Before It Closed Forever — AREA15 Las Vegas Space Experience

Image
Just dropped a new video from a once-in-a-lifetime experience at Illuminarium inside AREA15 Las Vegas before it closed forever. We went in to capture the full Space Experience — from the 360° projection room and spatial audio to lunar rovers, asteroid fields you can “crush” with your feet, and a jaw-dropping solar system flythrough. Plus, a candid 10/10 review on whether it’s worth it if AYA Universe reopens. This video highlights how immersive tech powers wonder: projection mapping, real-time interactivity, and spatial audio shaping unforgettable storytelling. If you’re obsessed with immersive art, IoT-driven experiences, or the future of digital cinema, you’ll want to see this. Watch here: https://www.youtube.com/watch?v=8f0281_a8z0 #Illuminarium #AREA15LasVegas #AREA15 #immersiveexperience #LasVegas #SpaceExperience #DigitalArt #ImmersiveArt #ProjectionMapping #IoTForge #iotforgetechwalks #TechMeetsArt #LasVegasHiddenGems #OffTheStrip #360Experience #JamesWebb #PillarsOfCreati...

Post-Quantum IoT Security: Preparing Connected Devices for a Quantum World

Image
Here's a threat that sounds like science fiction but is happening right now, while you read this. An attacker intercepts encrypted data from your IoT devices. They can't read it. The encryption is solid. So they don't try to break it. They just store it — copy the ciphertext to a drive and wait. They're betting that in five, eight, or ten years, a quantum computer will crack it retroactively. When that day comes, they'll read everything they harvested. The medical records. The industrial secrets. The authentication keys that might still be valid. This is called Harvest Now, Decrypt Later . It turns time itself into a weapon. A breach enabled in 2032 can originate from data intercepted in 2026. The clock has already started. 🔒 The Short Version The quantum threat is specific: Shor's algorithm can break RSA, ECC, and Diffie-Hellman — the public-key algorithms underpinning essentially all modern secure communication — on a sufficiently powerful quantum c...

Autonomous IoT: When Devices Stop Asking for Permission

Image
For two decades, the deal with IoT was simple. Devices watched. They reported. A human read the alert and decided what to do. That model is being dismantled. The new generation doesn't wait for a human to read the alert. It detects the temperature spike, diagnoses the likely cause, adjusts the machine parameters to compensate, logs what it did, and only escalates if its own fix doesn't work. The human is no longer in the loop — they're watching over it. 🤖 The Short Version Autonomous IoT is the convergence of everything the IoT stack has been building toward: edge computing for real-time local processing, on-device AI for learned judgement, digital twins for outcome simulation, and lightweight protocols connecting it all. Put those pieces together and you get a device that doesn't just sense and report — it senses, reasons, decides, and acts. The distinction that matters most: automation vs autonomy. Automation follows fixed rules. "If temperature ...

OTA Updates: How to Patch IoT Devices in the Field Without Breaking Them

Image
You've shipped 50,000 smart locks across three continents. A security researcher emails on Tuesday afternoon. There's a buffer overflow in your firmware — exploitable, real, and present on every single lock. Without OTA, your options are recall, truck roll, or hope. Any of those costs millions and takes months. With OTA, you push a signed patch Tuesday evening. By Wednesday morning, 94% of your fleet is fixed. The remaining 6% update themselves when they next connect. That's why OTA isn't a feature. It's a survival mechanism. 🔒 The Short Version OTA (Over-the-Air) updates let you deliver new firmware to deployed IoT devices wirelessly — no physical access, no recall, no technician. The four components every OTA system needs: Update server — hosts firmware images, controls which devices get which version and when Device client — polls the server, downloads, verifies, and applies updates Transport layer — MQTT, HTTPS, or CoAP carrying the image secur...