• Adafruit IoT Monthly: Building a Smartwatch, Learning Advanced IoT Skills and more!

    IoT Projects

    How To Build A Smartwatch: Picking A Chip

    smartwatch

    Eric Migicovsky is writing a series of blog posts on how to build a smartwatch in 2025. He breaks down the high-level decisions that go into the low-level details of selecting a microcontroller for the watch. - Eric Migi

    Replacing the Philips Hue Ambiance’s “Brain”

    smartlamp

    Wejn’s neighbor messes with their Bluetooth lights. The solution? Recreating the Hue Ambiance’s controller and replacing it with a locally-controlled version. - HackADay

    Simple, web-based, Garage Door Opener

    garage

    jjsch-dev created a garage door controller with a simple web interface, without modifying the system. - GitHub

    Smart Terrarium

    terrarium

    A basic self-contained terrarium that constantly monitors and controls the environment for plants. - HackADay

    $30 Homebrew Automated Blinds Opener

    blinds

    An inexpensive solution to “open the blinds very gradually (and silently!) in the morning”. - Sifter

    Water Flow Controller With HTTP Control

    flow

    A straightforward, practical build from 406JEM for monitoring/watering a flower garden. - Sifter

    IoT News and More!

    How to Balance a Full-Time Tech Job and Learning Advanced IoT Skills

    Shawn Hymel’s blog post about balancing a full-time job in tech with a strategy for learning advanced IoT skills like edge ML, AI, and real-world deployment. - Shawn Hymel

  • Adafruit IoT Monthly: Quantum Number Generator, Internet-in-a-Box, and more!

    IoT Projects

    Boston Bus and Train Prediction Board

    mbta

    All aboard! Dufus2506 built an LED matrix display that shows a prediction for when the next Massachusetts Bay Transportation Authority (MBTA) subway, bus, or commuter rail train will be leaving a stop. An internet-connected MatrixPortal M4 pulls data from the MBTA’s official API. - Adafruit Playground

    A mmWave Presence Detector Blends Seamlessly with an Old Home

    home

    Modern home presence detection sensors look too futuristic when mounted in an older home. Chris built a presence detector using the newest mmWave technology that matches and preserves his home’s aesthetics. - renaissance-design

    The Many Possibilities of Adafruit IO Actions and an Arcade Button

    actions

    Tyler Cooper was inspired by the new Adafruit IO Actions feature to create multiple IoT projects using only a glowing arcade button and no programming. The projects range from a Pomodoro timer to a way to visualize the weather. - Adafruit Playground

    A Quantum Number Generator

    trng

    This project is too interesting to not include in this issue! This is a quantum True Random Number Generator. It publishes the number it generates over an MQTT channel so an API can be built on top of it. - GitHub

    IKEA Death Star Lamp gets an Upgrade

    deathstar

    Every time I go to IKEA, I find myself staring at the PS 2014 lamp. It looks like the Death Star from Star Wars and opens to disperse light in a room. Sephalon’s project takes the PS 2014 and motorizes it so it can open and close when the sun rises or sets. - GitLab

    IoT News and More!

    Bringing back an Internet-connected Kid’s Toy

    jooki

    The Jooki was a screen-free audio player that let kids listen to music and stories by placing specific tokens on top of it. When the company went out of business, the Jooki device could no longer connect to its cloud-based services. Security researcher “nuit” is working on bringing this product back from the dead. - hackaday

    Internet-in-a-Box Learning Hotspots

    wiki

    Internet-in-a-Box hotspots are a way to bring the “Best of the Internet” to regions without Internet. Websites like Wikipedia, OpenStreetMap, Khan Academy, etc, are locally hosted and distributed to community members as they connect to the hotspot. - internet in a box

  • Adafruit IoT Monthly: Moon Phases, Cloud-Connected Struggles, and more!

    IoT Projects

    ChatGPT for Rotary Phones

    phone

    Pollux Labs transformed a rotary phone into a novel way to interface with ChatGPT. Dialing “1” will activate OpenAI’s Whisper API. The phone interacts with you through its handset. - hackster.io

    Moon Phase Lamp

    moonphase

    An internet-connected Moon Phase clock displaying the current moon cycle on a 3D printed topographical relief of the lunar surface! - learn.adafruit.com

    No-Code Easy Ambient Smart Lights

    monitor

    Tyler Cooper’s project focuses on “a super easy smart ambient lighting system that you can stick to the back of your computer monitor”. The ambient lighting system can be configured to notify you of events (virtual or physical!). - Adafruit Playground

    Monitor Indoor Air Quality with Blue and a Hue LED Strip

    aqi

    Rob Lauer posted about building a cloud-connected air quality system with LTE connectivity. - adafruit-playground.com

    A blazing-fast IoT data pipeline

    pipeline

    This project uses the AMG8833 infrared thermal imaging sensor to send an array of values (corresponding to the thermal grid) to the cloud. The camera sends 470 bytes of streaming data at a frequency of 10 Hz. That’s a lot of data! This project discusses how they got their data pipeline costs down to around $2 per month. - s2.dev blog

    IoT News and More!

    Espressif’s Response to Claimed Backdoor and Undocumented Commands in ESP32 Bluetooth Stack

    This past month, the media reported on a blog post from Tarlogic claiming to have a “backdoor” for ESP32 chips. Espressif clarifies this matter and provides a commitment to product security. - Espressif

    I Won’t Connect my Dishwasher to Your Stupid Cloud

    bosch

    Jeff Geerling purchased a cloud-connected Bosch 500 series dishwasher and writes about their post-purchase frustration of a dishwasher with a cloud requirement. - Edge Impulse

    Edge Impulse joins Qualcomm

    edgeimpulse

    Edge Impulse, the popular “end-to-end platform that streamlines the edge AI workflow”, was acquired by Qualcomm Technologies. - Edge Impulse

    Thingino - Open-Source IP Camera Firmware

    thingino

    Thingino is an open-source firmware for Ingenic’s line of SoC IP cameras. - thingino

  • Adafruit IoT Monthly: Wearables for Kids, The Humane AI Pin, and more!

    IoT Projects

    Wearables for Diabetes Monitoring

    diabetes

    Andrew Childs designed and built a wearable for his 9 y.o. son. His son has Type 1 diabetes and an off-the-shelf monitoring system like the Apple Watch provides too many distractions for a kid - it’s just too complex. So, he built his own! The blog post details the entire build process, from requirements to prototypes to custom glass fabrication. - andrewchilds.com

    Espresso Machine Water Tank Monitor

    espresso

    John Park’s espresso machine has a “water reservoir that’s inconvenient to check on”. To solve this, he built a “contactless remote water level meter that harnesses the power of “The INTERNET” to keep us informed without having to move all the cups, lift the lid, and peer into it like some kind of luddite!” - Adafruit Learning System

    Low Power Rain Gauge

    rain

    A pair of AA batteries power this low-power rain gauge. The circuitry is relatively simple, using an nRF52832 module and the Bluetooth Low Energy protocol to send rainfall data to an Android application. -HackADay

    Train Tracker, Tide Tracker, and Much More!

    bus

    Brian Benchoff wanted “a device that will ping the city’s API for all the bus stops near my house, and condense that into a list I can put on a small display somewhere”. The result is a small e-ink display that not only shows the next bus arrival times but also the current tide schedule, and the current weather. Like the smartwatch above, this is another really great build guide. It goes into depth, detailing the difficulties of scraping a city’s bus schedule API and digesting it with a microcontroller. - bbenchoff

    IoT News and More!

    Humane’s AI Pin

    humane

    The main story in February was the demise of Humane’s AI pin. This has been a poor rollout for one of the first consumer-focused AIoT hardware. After a large number of bad reviews spelled danger for the AI Pin - reports of units being returned more than they are sold and battery fire concerns made headlines. This all culminated in HP acquiring Humane in February for $116 million. As part of the acquisition, AI Pins stopped functioning at February 28, 2025. If you own one of these $699 devices, there is still hope! A recent WIRED article details a group working to keep the devices online.

  • Adafruit IoT Monthly: Bicycle Web Server, The 6GHz Frequency Band, and more!

    IoT Projects

    Holiday IoT Switch

    switch

    Even though we are past the holidays, you can build this project for next year! This switch uses a massive 10mm diameter arcade button to wirelessly send a message to a smart outlet to turn on the holiday lighting. -Adafruit Learning System

    Bike Web Server

    bike

    Jelle Reith’s bike doubles as a mobile web server. -HackADay

    Distance Running Training with an IoT Pet Feeder

    running

    Dan purchased an IoT pet feeder, filled it with their favorite candy, and had it dispense a piece of candy if they ran far enough. It ended up being an effective training program, they recently completed a half marathon. -mayer.cool

    IoT News and More!

    Adafruit IO in 2025 – We Want Your Feedback!

    io2025

    The developers and designers on the Adafruit IO team are requesting feedback (from you!) to help guide our development of Adafruit IO in 2025. If you’re a current Adafruit Free IO user, an Adafruit IO Plus (paid) user, or have previously used Adafruit IO in the last year, we want to hear from you! - Adafruit Blog

    u-blox Phases Out its Cellular IoT Modules

    ublox

    u-blox, a provider of connectivity modules, announced that is phasing out its cellular business in 2025. They are re-focusing on short-range radio modules such as WiFi and Bluetooth. - ublox

    Matter will be better in 2025 — say the people who make it

    matter

    An interview with the Connectivity Standards Alliance about current concerns and the future of the Matter protocol in 2025. - The Verge

    6GHz Frequency Band Opens in the US

    fcc

    The FCC announced the 6GHz band would be opened to “very low power devices”. As to what qualifies as a low-power device - we’re not sure yet. - HackaDay