DJDevon3
DJDevon3
There's no way to easily change Wifi credentials other than with a firmware upgrade. Recently had to reset my wifi password and change everything. WipperSnapper gave me more issues than...
**Is your feature request related to a problem? Please describe.** Would like to have WipperSnapper installed outside with a solar setup (still within wifi range) for a wind gauge, anemometer,...
Adds a simple demo for publishing multiple feeds. Designed to be used with the BME280 sensor but filled in with fake values so it should work as is. Most other...
Circuit Python 8.0.5 stable release ```py import board import gc import time import ssl import socketpool import wifi import adafruit_minimqtt.adafruit_minimqtt as MQTT from adafruit_dps310.basic import DPS310 from adafruit_io.adafruit_io import IO_MQTT...
This is a documentation clarification request. I ran into an issue where I thought using publish_multiple was for publishing multiple feeds at the same time. There is a 3 second...
This works ```py io.subscribe("BME280-Unbiased") io.subscribe("BME280-RealTemp") ``` attempting to subscribe to 2 feeds simultaneously doesn't work. here are a few of the iterations I tried. ```py io.subscribe("BME280-Unbiased", "BME280-RealTemp") io.subscribe([("BME280-Unbiased", "BME280-RealTemp")]) io.subscribe([('BME280-Unbiased'),...
Purely as an experiment I attempted to use a Metro M7 with the [RGB Matrix Shield](https://www.adafruit.com/product/2601) in Circuit Python and it comes back with `ImportError: no module named 'rgbmatrix'`. Was...
Circuit Python 8.0.0-beta1 Oct 11th nightly 64x32 RGB Matrix M0 Matrix Featherwing I have the featherwing and RGB matrix working on the Adafruit S2 & S3 but not UM FeatherS3....
- Arduino board: Adafruit NRF52840 Feather Sense - Arduino IDE version: 1.8.13 All of the HX8357 example sketches do not have the feather sense board explicitly listed and will fail...
Not sure if imageload has JPG capability. RTD is lacking details. Would very much appreciate a JPG simpletest example.