Contributing
If you'd like to contribute to the CircuitPython project, the CircuitPython libraries are a great way to begin. This page is updated with daily status information from the CircuitPython libraries, including open pull requests, open issues and library infrastructure issues.
Do you write a language other than English? Another great way to contribute to the project is to contribute new localizations (translations) of CircuitPython, or update current localizations, using Weblate.
If this is your first time contributing, or you'd like to see our recommended contribution workflow, we have a guide on Contributing to CircuitPython with Git and Github. You can also find us in the #circuitpython channel on the Adafruit Discord.
Have an idea for a new driver or library? File an issue on the CircuitPython repo!
Current Status for Mon, Dec 04, 2023
Sort by issue labels
Open Issues
- Adafruit_CircuitPython_24LC32
- Adafruit_CircuitPython_ACeP7In
-
Adafruit_CircuitPython_AdafruitIO
- Cannot connect to Adafruit IO (Open 92 days)
- Publish_Multiple default 3 second timeout (Open 196 days)
- Subscribe & Unsubscribe won't accept list (Open 197 days)
- Add support/example for CPY 8, and non-secondary ESP chips (Open 216 days)
- IO_HTTP: Support creating group data (Open 264 days)
- IP-based time using io.receive_time() returning UTC (Open 370 days)
- send_batch_data requires class instances when it should just require accept a list or dict (Open 466 days)
- add function receive_some_data() (Open 587 days)
- use of . and dot and groups (using circuitpython) (Open 888 days)
- Adafruit_CircuitPython_ADS1x15
- Adafruit_CircuitPython_ADXL34x
- Adafruit_CircuitPython_ADXL37x
- Adafruit_CircuitPython_AHTx0
- Adafruit_CircuitPython_AirLift
- Adafruit_CircuitPython_AM2320
- Adafruit_CircuitPython_AMG88xx
-
Adafruit_CircuitPython_asyncio
- Could `TaskQueue` be implemented without `Task` being in C? (Open 17 days)
- Make traceback optional (Open 22 days)
- Support Task methods `result()`, `exception()`, and `cancelled()` (Open 25 days)
- Streams (Open 76 days)
- Better tutorials in using Asyncio? (Open 110 days)
- Missing simple test (Open 126 days)
- Exception within a task can cause other tasks to run before the exceptioned-task completes (Open 351 days)
- "no module named 'usocket'" on Raspberry Pico W (Open 379 days)
- Bugs in streams.py (Open 397 days)
- Incorporate fixes from https://github.com/micropython/micropython/pull/8459 (Open 615 days) bug
- add TaskGroup here or in another library (Open 739 days)
- Add Queue and other asyncio features from MicroPython unofficial version of asyncio (Open 739 days)
- CancelledError not showing up as a backtrace (Open 742 days)
- Use CircuitPython socket support (Open 745 days)
- Remove or move non-CPython asyncio functionality (Open 746 days)
-
Adafruit_CircuitPython_ATECC
- Incorrect check in adafruit_atecc_asn1.py:issuer_or_subject_length (Open 223 days) bug good first issue Hacktoberfest
- atecc_csr.py fails (Open 507 days)
- sample atecc_csr.py fails (Open 892 days)
- nonce function does not generate a nonce (Open 976 days)
- random function is not generating random numbers (Open 976 days)
- Implement atcab_write_pubkey and atcab_priv_write commands (Open 1495 days) enhancement
- Adafruit_CircuitPython_AVRprog
- Adafruit_CircuitPython_AW9523
- Adafruit_CircuitPython_AWS_IOT
-
Adafruit_CircuitPython_AzureIoT
- IoTCentralDevice doesn't fully implement IoTMQTTCallback (Open 123 days)
- IOT Hub requires TLS (Open 169 days)
- device.on_command_executed is never called, IoT Central methods can't be used (Open 231 days)
- Subscribing to topic /messages/devicebound/ results in wait_for_msg timeout exception (Open 237 days)
- Can't use this module on PyPortal or Metro M4 Airlift Lite due to no SSL module (Open 319 days)
- Consistent `MMQTTException: Connection Refused - Unauthorized` after 2-2.5 hours uptime (Open 506 days)
- Issues using on Arduino Nano RP2040 Connect (Open 559 days)
- RuntimeError: Repeated socket failures on ESP32-S2 (Open 569 days)
- Add support for IoT Central components (Open 1031 days) enhancement help wanted
- Add support for X.509 certificates (Open 1242 days) enhancement help wanted
- Adafruit_CircuitPython_BH1750
- Adafruit_CircuitPython_BitbangIO
-
Adafruit_CircuitPython_Bitmap_Font
- TTF support (Open 1662 days) enhancement
- Adafruit_CircuitPython_BitmapSaver
-
Adafruit_CircuitPython_BLE
- Failed to connect: internal error (Open 17 days)
- adafruit-circuitpython-ble using bleak does not recognize custom StandardUUID (Open 90 days)
- RuntimeError: No adapter available (Open 187 days)
- Pyportal Titano BLE advertisement length error (Open 218 days)
- memory allocation error in simpletest (Open 279 days)
- Allow access to Service Changed Characteristic (Open 330 days)
- Add Telephony Device Page (0x0B) HID_DESCRIPTOR (Open 479 days) enhancement ble
- Advertisement Names (Open 569 days)
- BLE connection hangs after 25 seconds (Open 573 days)
- What causes the "NotImplementedError" in my Python code when I try to start advertising? (Open 601 days)
- Slow connection (Open 727 days)
- ValueError on BLERadio.start_scan() and ble_detailed_scan.py (Open 760 days)
- How to set HID properties manufacturer_string and product_string (Open 777 days)
- HIDService(hid_descriptor=MY_HID_DESCRIPTOR)) causes NotImplementedError: Only one report id per Application collection supported (Open 806 days)
- UARTService.readinto with "memoryview" slice and "bytearrary" causes ValueError: length argument not allowed for this type (Open 856 days)
- Can't use multiprocessing on the BLE connections to retrieve data from multipe devices at the same time (Open 999 days)
- Does advertising.standard.ManufacturerDataField.field_names currently serve a purpose? (Open 1070 days)
- High CPU usage with BLEUART (Open 1106 days)
- soft device error: 0004 when paring with BLE HID peripheral (Open 1173 days) bug
- ComplexCharacteristic does not pass fixed_length instance variable to _bleio.Characteristic.add_to_service (Open 1228 days) bug
- Receiving >20 bytes at once from Bluefruit Connect app not working (Open 1251 days) bug
- CircuitPython Locks Up on Disconnect (Open 1257 days) bug
- A custom Advertisement with a constructor can fail to parse incoming BLE data correctly (Open 1284 days) bug
- BLE keyboard or mouse as input (Open 1298 days) enhancement
- More thorough documentation (Open 1326 days) documentation
- Wrap _bleio exceptions which might get thrown to user code (Open 1454 days) enhancement
- Add Advertisement length checking. (Open 1458 days) enhancement
- UARTService: allow setting of buffer sizes, timeouts, and UUID (Open 1463 days) enhancement
- Adafruit_CircuitPython_BLE_Adafruit
- Adafruit_CircuitPython_BLE_Apple_Media
- Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter
-
Adafruit_CircuitPython_BLE_BroadcastNet
- Fails to find advertisement on nRF52 (Open 958 days)
- Bluetooth LE Sensor Nodes to Raspberry Pi WiFi Bridge - Stuck at scanning (Open 1257 days) bug
- Clarification on broadcast_time arg for broadcast() (Open 1276 days) documentation
- Possible type bugs for wire types in AdafruitSensorMeasurement (Open 1298 days) bug
- Add ChaCha support for basic security (Open 1376 days) enhancement
-
Adafruit_CircuitPython_BLE_Eddystone
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- Please add (unencrypted) TLM data. (Open 1324 days) enhancement
- add error message for long URLs (Open 1382 days) bug
- Adafruit_CircuitPython_BLE_File_Transfer
- Adafruit_CircuitPython_BLE_Heart_Rate
- Adafruit_CircuitPython_BLE_LYWSD03MMC
- Adafruit_CircuitPython_BLE_MIDI
- Adafruit_CircuitPython_BLE_Radio
- Adafruit_CircuitPython_BluefruitConnect
-
Adafruit_CircuitPython_BluefruitSPI
- Library uses short argument names (Open 388 days)
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- read_packet needs to check for leftover data in self._buffer (Open 1821 days) bug
- ATI command works ok but errors when debug is used - gives Error (id:0xa180) (Open 1821 days) bug
- HID example code (Open 1854 days) enhancement
- Adafruit_CircuitPython_BME280
- Adafruit_CircuitPython_BME680
- Adafruit_CircuitPython_BMP280
-
Adafruit_CircuitPython_BNO055
- Units error in acceleration docstring (Open 17 days)
- How to obtain absolute orientation? (Open 41 days)
- I2C I/O Error on Teensy 4.1 (Open 85 days)
- Mode must not be a fusion mode (Open 124 days)
- Try to do error recovery and make library more robust on mimxrt1011 and other chip families. (Open 236 days)
- Euler angles give a random -0.065 value (Open 383 days)
- How do I use the BNO055 COMPASS_MODE to determine compass heading? (Open 611 days) enhancement
- WebGL Example - Incorrect rotation on screen (Open 677 days)
- Re-using calibration data (Open 1088 days) enhancement
- Library too large for smaller boards (Open 1119 days)
-
Adafruit_CircuitPython_BNO08x
- Error during UART initialization (Open 23 days)
- UART bardrate wrong in examples (Open 40 days)
- Option to disable dynamic calibration (Open 45 days)
- Can not set data rate for each report (Open 45 days)
- Cannot run on top of micropython (Open 190 days) bug good first issue Hacktoberfest
- Try to do error recovery and make library more robust (Open 236 days)
- Has SPI mode been tested? (Open 401 days)
- No pull up found on SDA or SCL when using Feather RP2040 with example/bno08x_simpletest.py (Open 749 days)
- Help!Raspberry PI3 conected to BNO080 are having problems. (Open 770 days)
- Gyro and Accelerometer calibration issue (Open 832 days)
- Not working with I2C on MCP2221 (Open 857 days)
- Any chance of seeing the additional reports added? (Open 876 days)
- SPI class limited to boards with internal pull ups (Open 975 days)
- Duplicate code in library files - potential refactor needed (Open 1004 days) enhancement
- Adafruit_CircuitPython_BNO08x_RVC
- Adafruit_CircuitPython_BusDevice
-
Adafruit_CircuitPython_CharLCD
- Name Mismatch in Circup (Open 13 days)
- Library uses short argument names (Open 388 days) enhancement
- While using the i2c/SPI LCD Backpack Maximum recursion depth exceeded (Open 777 days)
- Could not display degree sign properly (Open 818 days)
- Row Offsets for 16x4 display. (Open 834 days)
- Message draw slow compared to legacy library (Adafruit_CharLCDPlate) (Open 1044 days)
- MemoryError on Metro M0 Express (Open 1711 days) bug
- Adafruit_CircuitPython_CircuitPlayground
- Adafruit_CircuitPython_CLUE
- Adafruit_CircuitPython_Colorsys
-
Adafruit_CircuitPython_Crickit
- Add rotary encoder support? (Open 1805 days) enhancement
- Adafruit_CircuitPython_CursorControl
-
Adafruit_CircuitPython_Dash_Display
- Missing parameter docstrings (Open 139 days) good first issue Hacktoberfest
- Adafruit_CircuitPython_datetime
-
Adafruit_CircuitPython_DHT
- Offbrand DHT11 Not working (Open 193 days)
- bcm283x pulseio _mq.receive stuck after SIGINT(CTRL-C) (Open 205 days)
- De-initializing self.pulse_in (Open 656 days)
- DHT does not work with root user using Raspberry Zero WH (Open 839 days)
- [RaspberryPi 4B & DHT11] Checksum did not validate. /A full buffer was not returned. (Open 907 days)
- Initialization error? (Open 978 days)
- Overflow Error After Querying Sensor Every 2 Seconds for ~2 Hours (Open 990 days)
- DHT11 not working properly (Open 992 days)
- DHT22 not working on Raspberry Pi wh (Open 1004 days)
- DHT22 reports wrong negative temperatures (Open 1036 days)
- DHT (DHT11) not working on FeatherS2 board (Open 1113 days)
- libgpiod_pulsein is armhf 32-bits, doesn't work on 64-bits OS (Open 1146 days)
- ValueError: Object has been deinitialized and can no longer be used. (Open 1325 days) bug
- DHT22 report null after a while (Open 1350 days) bug
- A full buffer was not returned. Try again. (Open 1388 days) bug
- Unable to set line 4 to input (Open 1467 days) bug
-
Adafruit_CircuitPython_Display_Button
- Feature Request: Button Debouncer (Open 0 days)
- Set label scale (Open 3 days)
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- Adafruit_CircuitPython_Display_Shapes
- Adafruit_CircuitPython_Display_Text
-
Adafruit_CircuitPython_DisplayIO_Layout
- Feature Request: Line Colors for Cartesian Plot Lines (Open 134 days) enhancement
- Feature Request: BoxLayout (Open 452 days) enhancement
- featurerequest: widget.cartesian - multiple line-plots in same axis (Open 717 days)
- Why is `anchor_point` reset for cell contents? (Open 820 days)
- `Control` class: Common response function names (Open 991 days)
- Suggestions based on current status. (Open 1040 days)
- Adafruit_CircuitPython_DisplayIO_SH1106
- Adafruit_CircuitPython_DisplayIO_SH1107
- Adafruit_CircuitPython_DotStar
- Adafruit_CircuitPython_DRV2605
- Adafruit_CircuitPython_DS18X20
- Adafruit_CircuitPython_DS3231
- Adafruit_CircuitPython_Ducky
- Adafruit_CircuitPython_EMC2101
- Adafruit_CircuitPython_EPD
-
Adafruit_CircuitPython_ESP32SPI
- Unable to connect to WiFi with duplicate SSIDs (Open 110 days)
- SPI lock not aquired (Open 503 days)
- TimeoutError: Timed out waiting for SPI char (Teensy 4.0 + Adafruit AirLift FeatherWing - ESP32 WiFi Co-Processor) (Open 512 days)
- Arduion Nano RP2040 Connect Issues (Open 687 days)
- Arduino RP2040 connect wifi UDP - Multicast group not working (Open 774 days)
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- RGB LED doesn't turn off on arduino nano connect 2040 (Open 841 days)
- UDP send() does not clear esp32 write buffer (Open 957 days)
- Only allows one TLS connection at a time (Open 963 days)
- esp.disconnect leaves the ESP32 in a bad state (Open 969 days)
- parse_header Error trying to import adafruit_esp32spi.adafruit_esp32spi_wsgiserver (Open 1157 days)
- ESP_SPIcontrol._wait_for_ready is eating lots of time polling the READY/BUSY pin (Open 1160 days)
- Add a reconnect method to the WiFi manager (Open 1279 days) enhancement
- Radio and Connection Sleep/Reopen (Open 1573 days) enhancement
- json error in get (Open 1747 days) bug
- Adafruit_CircuitPython_ESP_ATcontrol
- Adafruit_CircuitPython_FancyLED
- Adafruit_CircuitPython_FeatherWing
- Adafruit_CircuitPython_Fingerprint
- Adafruit_CircuitPython_floppy
- Adafruit_CircuitPython_FocalTouch
- Adafruit_CircuitPython_FONA
- Adafruit_CircuitPython_framebuf
-
Adafruit_CircuitPython_GC_IOT_Core
- Import depth is too deep - max recursion stack traces being thrown on import (Open 788 days)
- Change publish kwarg order to match other MiniMQTT API libraries (Open 1516 days) enhancement good first issue Hacktoberfest
-
Adafruit_CircuitPython_GPS
- Library not returning datetime when valid datetime is available from battery-backed RTC on Ultimate GPS Featherwing (Open 59 days)
- Speed in kilometers per hour? (Open 155 days)
- ValueError: Format specifier missing precision (Open 237 days)
- Added decoding to detect an external antenna (extension) and its status. (Open 338 days)
- ValueError and IndexError or soft reboot in 3.10.6 (Open 396 days) bug
- Fix Timestamp not working on GPS Featherwing (Open 519 days)
- Lag in receiving gps lat long values (Open 612 days)
- adafruit_gps.GPS gives no indication how current the value of the datetime property is (Open 699 days)
- Adafruit_CircuitPython_HCSR04
-
Adafruit_CircuitPython_HID
- Implement HID LampArray Support (Open 60 days)
- Support for zoom in/out (Open 279 days)
- Pico + keyboard + output to monochrome 20x4 LCD? (Open 379 days)
- Examples using the keypad module for a keyboard and macros (Open 382 days)
- USB Keyboard no longer sends keystrokes after windows machine go to sleep (Open 575 days)
- Double key in Discord shortcuts (Open 620 days)
- Add support for "Pan" or "Horizontal" wheel movement as well as Back/Forward Buttons (Open 666 days)
- Adafruit_CircuitPython_HT16K33
- Adafruit_CircuitPython_HTTPServer
- Adafruit_CircuitPython_HTU21D
-
Adafruit_CircuitPython_Hue
- Update to HUE API V2 (Open 748 days) enhancement
- Adafruit_CircuitPython_ICM20X
- Adafruit_CircuitPython_IL0373
- Adafruit_CircuitPython_IL91874
- Adafruit_CircuitPython_ILI9341
- Adafruit_CircuitPython_ImageLoad
- Adafruit_CircuitPython_INA219
-
Adafruit_CircuitPython_IRRemote
- NonblockingGenericDecode doesn't clear its buffer properly (Open 36 days)
- GenericTransmit incorrect param types (Open 61 days)
- AttributeError: module 'pulseio' has no attribute 'PulseOut' (Open 225 days)
- number of Pulses of NEC repeat code ---should be 3 not 4 (Open 490 days)
- NEC one/zero codes reversed (Open 1124 days)
- Last value showing up divided by 2 (Open 1186 days) bug
- Add feature to encode and decode MakeCode's infrared pulses (Open 1643 days) enhancement
-
Adafruit_CircuitPython_IS31FL3731
- Missing Type Annotations (Open 797 days) hacktoberfest documentation
- Pimoroni LED shim class should be PixelBuf (Open 1335 days) enhancement
- Adafruit_CircuitPython_IS31FL3741
-
Adafruit_CircuitPython_IterTools
- Missing Type Annotations (Open 797 days) good first issue documentation Hacktoberfest
- Adafruit_CircuitPython_LC709203F
-
Adafruit_CircuitPython_LED_Animation
- Changing rainbow period on the fly (Open 191 days)
- sparkle.mpy animation broken / just flickering (Open 286 days)
- consider making keyword-only parameters for some animations (Open 313 days) enhancement
- add_cycle_complete_receiver not supported for included animations (Open 509 days)
- Bug in RainbowComet when tail_length > 256 when step=0 (Open 612 days)
- Nesting AnimateOnce inside AnimationSequence causes random animation order (Open 699 days)
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- Addressing multiple 8x8 panels (Open 925 days)
- precompute_rainbow=False causes an error in rainbow.py (Open 950 days)
- Updating brightness mid-animation (Open 1179 days)
- Add min and max_intensity feature back to Pulse animation (Open 1259 days) enhancement
- Gradient Animation Request (Open 1269 days) enhancement
- Background color (or fade-to color) for Chase and Comet (Open 1275 days) enhancement
- Neighboring pixels feature (Open 1283 days) enhancement
- Adafruit_CircuitPython_LIDARLite
- Adafruit_CircuitPython_LIS331
- Adafruit_CircuitPython_LIS3DH
- Adafruit_CircuitPython_LIS3MDL
- Adafruit_CircuitPython_Logging
- Adafruit_CircuitPython_LPS35HW
-
Adafruit_CircuitPython_LSM6DS
- High pass filter not working for LSM6DSOX (Open 169 days)
- LSM6DS032 "doubled" acceleration sensitivity (code matches datasheet but not test) (Open 180 days)
- Wake on Significant Motion (Open 656 days)
- Duplicate code in library files - potential refactor needed (Open 1004 days) enhancement
- Missing data read flag (Open 1065 days)
- SPI support? (Open 1280 days) enhancement
- Memory Allocation issue on M0, others? (Open 1311 days) bug
- Add shake? (Open 1377 days) enhancement
-
Adafruit_CircuitPython_LSM9DS0
- Missing Type Annotations (Open 797 days) hacktoberfest documentation
- Adafruit_CircuitPython_LSM9DS1
-
Adafruit_CircuitPython_LTR329_LTR303
- Add interrupt example (Open 401 days) documentation
- Adafruit_CircuitPython_MacroPad
- Adafruit_CircuitPython_MagTag
- Adafruit_CircuitPython_MatrixKeypad
-
Adafruit_CircuitPython_MatrixPortal
- Add BLE support to the library (Open 563 days)
- MatrixPortal : solution to refresh the clock every second (Open 630 days) enhancement
- Missing Type Annotations (Open 797 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_MAX31855
- Adafruit_CircuitPython_MAX31856
-
Adafruit_CircuitPython_MAX31865
- issues with using SPI1 on a RapsBerry Pi 4 Module B (Open 194 days)
- Library uses short argument names (Open 389 days) enhancement
- How do I measure the temperature in a higher precision? (Open 759 days) question
- Missing Type Annotations (Open 797 days) good first issue documentation Hacktoberfest
- Example code not working (Open 949 days)
- Adafruit_CircuitPython_MAX7219
-
Adafruit_CircuitPython_MCP230xx
- Datasheet Change Due To Issue Discovered In MCP23017 Chip (Open 38 days)
- MCP23018/MCP23S18 Support (Open 618 days)
- Library rename? (Open 619 days)
- Cannot freeze into custom firmware (Open 625 days)
- No Output (Open 936 days) support
- interrupt-on-change feature by setting INTCON register not working (Open 1063 days)
-
Adafruit_CircuitPython_MCP2515
- RuntimeError: No Masks Available (Open 46 days)
- Using only one mask produces a lot of print spam (Open 119 days)
- Must have another device read the bus. (Open 156 days)
- Making full use of all hardware masks and filters (Open 242 days)
- RuntimeError: Timeout setting Mode (Open 603 days)
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- Transmit buffer error (Open 895 days)
- Not compatible with Circuitpython built w/o long support (Open 1069 days)
- Possible addition? (Open 1071 days) help wanted
- Adafruit_CircuitPython_MCP3xxx
- Adafruit_CircuitPython_MCP4728
- Adafruit_CircuitPython_MCP9600
-
Adafruit_CircuitPython_MIDI
- Is correct this modification for work in a raspberry Pi? (Open 78 days)
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- ProgramChange does not work (Open 873 days)
- Add support for MIDI running status (Open 1710 days) enhancement
- MIDI UART support (Open 1727 days) enhancement
- Work out best way to handle reading large SysEx messages (Open 1741 days) enhancement
-
Adafruit_CircuitPython_miniesptool
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- PyPortal Pynt ESP firmware update issue (Open 947 days)
-
Adafruit_CircuitPython_MiniMQTT
- recv_timeout should be used as a receive timeout in _sock_exact_recv() (Open 7 days)
- Recurring exception in loop() function (Open 71 days)
- behavior change, now I get timeouts on ping (Open 96 days)
- _wait_for_msg raises empty MMQTTException when using iotcentral_device to connect to IoT Central (Open 123 days)
- Callback Functions' Parameters Usage (Open 155 days)
- Wrong _sock_exact_recv implementation used when adafruit_esp32spi.adafruit_esp32spi_socket provided (Open 208 days)
- MMQTTException Error Handling (Open 219 days)
- Enhance loop() to be more resilient (Open 236 days) enhancement
- Maximum topic length (Open 248 days) bug
- asyncio support? (Open 258 days) invalid long-term
- remove the workaround for buggy recv_into() (Open 286 days) bug waiting-for-new-circuitpython-release
- _wait_for_msg() on CPython with TLS connection raises ssl.SSLWantReadError on timeout (Open 291 days) bug
- minimqtt blocking on .loop() method (Open 310 days) bug
- consider setting default non zero value for timeout in loop() (Open 329 days) bug
- MQTT loop() blocks script. Works fine with adafruit_io (Open 338 days) bug
- Sometimes receiving single zero byte (Open 382 days) bug
- Frequent errors in .loop calls with CircuitPython 8 (Open 424 days) bug
- Outdated documentation in second RTD location (Open 637 days) documentation
- Getting trapped in publish? (Open 949 days)
- Add test suite (Open 1033 days) enhancement
- ModuleNotFoundError: No module named 'adafruit_minimqtt' (Open 1107 days) needs-investigation
-
Adafruit_CircuitPython_miniQR
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- Adafruit_CircuitPython_MLX90393
-
Adafruit_CircuitPython_MLX90640
- OSError: [Errno 5] Input/output error with Metro M7 (Open 48 days)
- "for _ in range(2)" in function getFrame cause real fps is half of configed RefreshRate. (Open 49 days)
- Unable to get pixels after some time until I reset program, using Raspberry Pi 3B+ (math domain error, More than 4 outlier pixels) (Open 349 days)
- OSError: [Errno 5] Input/output error in raspberry pi 4 (Open 376 days)
- i2c.write_then_readinto slows down frame rate after running the library for a couple seconds at 64Hz (Open 416 days)
- Adafruit mlx90640_camtest.py example does a "black screen" in RPi4 (Open 1102 days)
- Adafruit_CircuitPython_Motor
- Adafruit_CircuitPython_MotorKit
-
Adafruit_CircuitPython_MPL115A2
- Missing Type Annotations (Open 797 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_MPL3115A2
- OSError: [Errno 116] ETIMEDOUT on RPi PicoW (Open 176 days)
- Missing Type Annotations (Open 797 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_MPRLS
- Stuck with RuntimeError: "Integrity Failure" after 2 hours of working perfectly (Open 752 days)
- Missing Type Annotations (Open 797 days) good first issue documentation Hacktoberfest
- Adafruit_CircuitPython_MPU6050
- Adafruit_CircuitPython_MS8607
-
Adafruit_CircuitPython_MSA301
- Missing Type Annotations (Open 797 days) documentation good first issue Hacktoberfest
-
Adafruit_CircuitPython_NeoKey
- How to enable interrupts (Open 471 days) bug enhancement
-
Adafruit_CircuitPython_NeoPixel
- Lights not showing what they are supposed to (Open 37 days)
- Updating buffer slow (Open 213 days)
- ROS2: memory leak (Open 225 days)
- Code breaks when using only 2 leds (Open 381 days)
- Show() Function Speed Pi Pico vs. Raspberry (takes twice the time in Pi4) (Open 425 days) question
- Number of led in the strip really affect the speed. (Open 486 days)
- Neopixels stop responding after some time (Open 546 days)
- Inverted signal? (Open 590 days)
- Breaking change somewhere in recent Raspberry Pi OS update (Open 1045 days)
- neopixel_cleanup should be called on deinit() (Open 1086 days)
- Set pixels using slice with single color / multiple colors (Open 1096 days)
- tuple rgb value reported to be slower than list (Open 1529 days) bug
-
Adafruit_CircuitPython_NeoPxl8
- Add some docs and examples on animations (other than comet) (Open 143 days) enhancement
- Doc issue with num_strands parameter (Open 150 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_NeoTrellis
- Adafruit_CircuitPython_NTP
- Adafruit_CircuitPython_Nunchuk
- Adafruit_CircuitPython_OAuth2
- Adafruit_CircuitPython_OV2640
- Adafruit_CircuitPython_OV5640
- Adafruit_CircuitPython_OV7670
- Adafruit_CircuitPython_PCD8544
- Adafruit_CircuitPython_PCF8575
- Adafruit_CircuitPython_PCF8591
- Adafruit_CircuitPython_PIO_UART
-
Adafruit_CircuitPython_PIOASM
- label: instruction on one line (Open 414 days)
- tests may not cover 'out' instruction? (Open 586 days) bug good first issue Hacktoberfest
- "set pins, ~ 0" is accepted, but should not be(?) (Open 592 days)
- Missing Type Annotations (Open 797 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_Pixelbuf
- Adafruit_CircuitPython_Pixie
- Adafruit_CircuitPython_PM25
- Adafruit_CircuitPython_PN532
-
Adafruit_CircuitPython_PortalBase
- Occasionally calling get_strftime() results in an error with self._wifi.requests being NoneType (Open 200 days)
- PyPortal.get_local_time() calls incorrect IP/domain (Open 329 days)
- Optimizing PortalBase (Open 654 days)
- Does this work with fake requests still? (Open 693 days)
- Thoughts on turning adafruit_bitmap_font / adafruit_fakerequests into a soft dependency? (Open 756 days)
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- MagTag Project Selector (Open 991 days)
- Adafruit_CircuitPython_ProgressBar
- Adafruit_CircuitPython_PyBadger
-
Adafruit_CircuitPython_PyPortal
- Replace .show() with .root_group = (Open 32 days)
- Handle failure from image converter service or other HttpErrors in `wget()` (Open 70 days)
- Feature request: Allow json_transforms prior to json_path or image_url_path usage. (Open 374 days) enhancement
- Set a single pixel (Open 409 days)
- Feature suggestion: allow new headers to be passed to PyPortal.fetch, just as a new URL can be (Open 478 days) enhancement
- PyPortal.set_caption() always adds a new caption with no way to remove older ones? (Open 530 days)
- text_wrap passed to wrap_text_to_lines instead of text_maxlen (Open 691 days)
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- PyPortal mqtt integration with UI example (Open 943 days)
- Adafruit_CircuitPython_RA8875
- Adafruit_CircuitPython_Register
- Adafruit_CircuitPython_Register_SPI
-
Adafruit_CircuitPython_Requests
- ISO-8859-1 encoded header values throws Unicode exception (Open 73 days)
- File uploads and chunked Transfer-Encoding (Open 104 days)
- Deceiving exception handling messages when available memory is low (below ~41k) (Open 149 days)
- [Feature Request] Asynchronous HTTP Requests using asyncio (Open 179 days)
- It's unfortunate that Response.close() tries to read all remaining information; buggy too (Open 249 days)
- Please re-work examples to not use deprecated `set_socket` (Open 276 days)
- BrokenPipeError in network.fetch (Open 281 days)
- Adafruit_Hue-Circuitpython_Requests - File "adafruit_requests.py", line 419, in json (Open 326 days)
- Issue with API request on PyPortal (Open 387 days)
- "RuntimeError: Sending request failed" for https URL (Open 484 days)
- Move typing annotation definitions to `circuitpython_typing` (Open 485 days) documentation Hacktoberfest
- Connection failure when using non-standard HTTP port (Open 714 days)
- uploading multipart/form-data requests (Open 716 days)
- Breaking change in 1.7.0: Header keys are now capitalized (Open 1150 days)
- Support responses without Content-Length (Open 1155 days)
- Adafruit_CircuitPython_RFM69
-
Adafruit_CircuitPython_RFM9x
- frequency_mhz return value is not the same as the set frequency value due to floating point division (Open 113 days)
- RFM95x micropython and raspberry pico (Open 215 days)
- LoRaWAN (Open 257 days)
- Library uses short argument names (Open 389 days) enhancement
- SPI Bus interference from SDCard (Open 573 days)
- rfm9x corrupted header (Open 576 days)
- Long range settings (Open 581 days)
- rfm9x.send causes ble disconnect (Open 627 days)
- Non-default Spreading Factor not working (Open 668 days)
- Add FSK/OOK compatibility to Driver (Open 1085 days)
- No RH Mesh adaptation (Open 1145 days)
- Clarify the 4 bytes added to the beginning of each buffer (Open 1381 days) enhancement
- Adafruit_CircuitPython_RGB_Display
-
Adafruit_CircuitPython_RGBLED
- Needs brightness parameter (Open 192 days) enhancement
- Inadequate Error Checking on Tuple Input (Open 255 days)
- Doesn't identify passed pins as pins on raspberry pi with blinka (Open 672 days) bug good first issue Hacktoberfest
- Adafruit_CircuitPython_RockBlock
- Adafruit_CircuitPython_RPLIDAR
- Adafruit_CircuitPython_RSA
- Adafruit_CircuitPython_RTTTL
-
Adafruit_CircuitPython_SCD30
- Calibration Reference Persistence (Open 418 days) question
- Example results in 'Unsupported baudrate' with Feather M0 & CircuitPython v7.3.3 (Open 445 days)
- Python 3.9: AttributeError: 'HTMLParser' object has no attribute 'unescape' (Open 623 days)
- Maybe we can have a dummy start_periodic_measurement() function (Open 705 days)
- SCD30 sensor shows 0.0 when tried to record CO2 value (Open 794 days)
- Refinement to altitude vs ambient_pressure in documentation (Open 945 days)
- Adafruit_CircuitPython_SCD4X
-
Adafruit_CircuitPython_SD
- Add example for Cytron Maker Pi Pico base (Open 572 days) documentation good first issue Hacktoberfest
- Doesn't properly detect capacity >32GB (Open 1291 days) bug
- Trouble detecting when card has been removed (Open 2000 days) bug help wanted
-
Adafruit_CircuitPython_seesaw
- CRICKIT Hat for Raspberry Pi does not report SeeSaw temperature (Open 201 days)
- Seesaw Capacitive Moisture Sensor's highly random data output, maxing out at 1015 rather then 2000 and maxing out super soon even in dry soil. (Open 211 days)
- Make AnalogIn.value return always 16 bit? (Open 631 days) bug good first issue Hacktoberfest
- Variable Frequency PWM for ATtiny8x7 Seesaw Breakout (Open 750 days)
- seesaw digitalio not setting pullups properly (Open 786 days) bug
- Missing Type Annotations (Open 797 days) documentation Hacktoberfest
- Sampling Rate for ADC is extremely low (Open 847 days)
- Setting PWMOut.duty_cycle (Open 847 days)
- seesaw_crickit_test.py fails with Invalid touch pin (Open 1171 days)
- Adafruit_CircuitPython_ServoKit
- Adafruit_CircuitPython_SGP40
- Adafruit_CircuitPython_SharpMemoryDisplay
- Adafruit_CircuitPython_SHTC3
- Adafruit_CircuitPython_SI1145
- Adafruit_CircuitPython_SI7021
- Adafruit_CircuitPython_SPD1656
- Adafruit_CircuitPython_SSD1306
- Adafruit_CircuitPython_SSD1327
- Adafruit_CircuitPython_SSD1680
- Adafruit_CircuitPython_ST7565
- Adafruit_CircuitPython_ST7735
- Adafruit_CircuitPython_STMPE610
-
Adafruit_CircuitPython_TCA9548A
- Issues installing this package (Open 5 days)
- TCA9548A ON TCA9548A (Open 24 days)
- While accesing sensors on the RP2040 give results that are not as expected when not using the REPL (Open 922 days) bug
- software reset (Open 941 days)
- TCA library deadlocks when i2c device fails (Open 977 days)
- Allow manual muxing? (Open 983 days)
- Adafruit_CircuitPython_TCS34725
- Adafruit_CircuitPython_TinyLoRa
- Adafruit_CircuitPython_TLC59711
- Adafruit_CircuitPython_TMP117
- Adafruit_CircuitPython_TSC2007
- Adafruit_CircuitPython_TSL2561
- Adafruit_CircuitPython_turtle
- Adafruit_CircuitPython_Typing
- Adafruit_CircuitPython_USB_Host_Descriptors
- Adafruit_CircuitPython_USB_Host_Mass_Storage
- Adafruit_CircuitPython_VEML7700
- Adafruit_CircuitPython_VL53L1X
- Adafruit_CircuitPython_VL53L4CD
- Adafruit_CircuitPython_VL6180X
- Adafruit_CircuitPython_VS1053
-
Adafruit_CircuitPython_Wiznet5k
- ICMP (Open 57 days)
- Example To Illustrate Usage with Adafruit_NTP Library (Open 135 days)
- Wiznet5K with Particle Ethernet Featherwing (Open 157 days)
- WIZNET5K instances store a single source port but these are assigned per socket. (Open 166 days)
- Fixed socket timeout (Open 277 days)
- Hardware timeout are ignored by the driver. (Open 292 days)
- socket.py accept() status() weird behavior, might be the decorator, or I might be seeing things. (Open 305 days)
- AssertionError: Failed to initialize WIZnet module. (Open 461 days)
- Wiznet Ethernet Hat - Will not set up DHCP (Open 643 days)
- example upload (Open 748 days)
- Maximum SPI clock support (Open 830 days)
- Adafruit_CircuitPython_WS2801
- Adafruit_CircuitPython_WSGI
- CircuitPython_Community_Bundle
-
cookiecutter-adafruit-circuitpython
- Patches Needed (Open 328 days) enhancement
- Fix copyright date range generated by Sphinx (Open 419 days)
- Make SPDX headers as generating author and year (Open 473 days)
- run mypy during CI / from pre-commit (Open 569 days) enhancement
- Bad github link generated for CircuitPythonOrg library (Open 880 days)
- pre-commit pylint checks are doing too much work (Open 986 days)
- Double copyright lines (Open 998 days)
- Add "reuse" copyright and license templates (Open 1035 days)
- Add --diff to black command (Open 1238 days) enhancement
- Double check black config against MicroPython (Open 1370 days) enhancement