mizesoundguy on twitter is creating a cross between a weather station and CheerLights (we have a project about this here). The weather station subscribes to the #cheerlights tag on twitter and glows when it receives a new tweet color. Using a BME280 sensor, the current weather (temperature, humidity, and pressure) data is published to Adafruit IO.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Join us every Wednesday night at 8pm ET for Ask an Engineer!
Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord
CircuitPython – The easiest way to program microcontrollers – CircuitPython.org
New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Adafruit IoT Monthly — The 2024 Recap Issue!
Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona
Electronics – Adafruit Daily — SMT Tip – Stop moving around!
2 Comments
Sorry, the comment form is closed at this time.
If I’d have known #AdafruitIO #IoTuesday was going to glom onto this, I’d have put more effort into it. I use
#include “Adafruit_MQTT.h”
#include “Adafruit_MQTT_Client.h”
#include
I subscribe to the #Cheerlights feed on iot.eclipse.com and publish to io.adafruit.com. I need to find a cleaner way of doing this so that both publish and subscribe can run asynchronous of each other without causing a problem. I’m sorta new to this so every step is a learning experience. It’s a work in progress.
The missing include is PubSubClient.h but the comment system didn’t like the pointy brackets.