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 Sat, Jan 28, 2023
Sort by issue labels
Open Issues
- Adafruit_CircuitPython_24LC32
-
Adafruit_CircuitPython_74HC595
- Daisy Chain Example (Open 405 days) enhancement good first issue Hacktoberfest
-
Adafruit_CircuitPython_AdafruitIO
- IP-based time using io.receive_time() returning UTC (Open 60 days)
- send_batch_data requires class instances when it should just require accept a list or dict (Open 156 days)
- add function receive_some_data() (Open 277 days)
- Missing Type Annotations (Open 487 days) documentation
- use of . and dot and groups (using circuitpython) (Open 578 days)
- Adafruit_CircuitPython_ADS1x15
- Adafruit_CircuitPython_AHTx0
- Adafruit_CircuitPython_AirLift
- Adafruit_CircuitPython_AM2320
- Adafruit_CircuitPython_AMG88xx
-
Adafruit_CircuitPython_asyncio
- Exception within a task can cause other tasks to run before the exceptioned-task completes (Open 41 days)
- "no module named 'usocket'" on Raspberry Pico W (Open 69 days)
- Bugs in streams.py (Open 87 days)
- Incorporate fixes from https://github.com/micropython/micropython/pull/8459 (Open 305 days) bug
- add TaskGroup here or in another library (Open 429 days)
- Add Queue and other asyncio features from MicroPython unofficial version of asyncio (Open 429 days)
- CancelledError not showing up as a backtrace (Open 432 days)
- Use CircuitPython socket support (Open 435 days)
- Remove or move non-CPython asyncio functionality (Open 436 days)
-
Adafruit_CircuitPython_ATECC
- atecc_csr.py fails (Open 197 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- sample atecc_csr.py fails (Open 582 days)
- nonce function does not generate a nonce (Open 666 days)
- random function is not generating random numbers (Open 666 days)
- Implement atcab_write_pubkey and atcab_priv_write commands (Open 1185 days) enhancement
-
Adafruit_CircuitPython_AVRprog
- Hex-files spanning more than 64K not supported (Open 451 days)
- Flash-write repetitively missing bytes on 0x100-boundary (Open 452 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Adafruit_CircuitPython_AW9523
-
Adafruit_CircuitPython_AWS_IOT
- AWS IoT SDK Python V2 Support (Open 43 days) enhancement
-
Adafruit_CircuitPython_AzureIoT
- Can't use this module on PyPortal or Metro M4 Airlift Lite due to no SSL module (Open 9 days)
- Consistent `MMQTTException: Connection Refused - Unauthorized` after 2-2.5 hours uptime (Open 196 days)
- Issues using on Arduino Nano RP2040 Connect (Open 249 days)
- RuntimeError: Repeated socket failures on ESP32-S2 (Open 259 days)
- Add support for IoT Central components (Open 721 days) enhancement help wanted
- Add support for X.509 certificates (Open 932 days) enhancement help wanted
- Adafruit_CircuitPython_BitbangIO
- Adafruit_CircuitPython_Bitmap_Font
- Adafruit_CircuitPython_BitmapSaver
-
Adafruit_CircuitPython_BLE
- Allow access to Service Changed Characteristic (Open 20 days)
- Add Telephony Device Page (0x0B) HID_DESCRIPTOR (Open 169 days) enhancement ble
- Advertisement Names (Open 259 days)
- BLE connection hangs after 25 seconds (Open 263 days)
- What causes the "NotImplementedError" in my Python code when I try to start advertising? (Open 291 days)
- Slow connection (Open 417 days)
- ValueError on BLERadio.start_scan() and ble_detailed_scan.py (Open 450 days)
- How to set HID properties manufacturer_string and product_string (Open 467 days)
- HIDService(hid_descriptor=MY_HID_DESCRIPTOR)) causes NotImplementedError: Only one report id per Application collection supported (Open 496 days)
- UARTService.readinto with "memoryview" slice and "bytearrary" causes ValueError: length argument not allowed for this type (Open 546 days)
- Can't use multiprocessing on the BLE connections to retrieve data from multipe devices at the same time (Open 689 days)
- Does advertising.standard.ManufacturerDataField.field_names currently serve a purpose? (Open 760 days)
- High CPU usage with BLEUART (Open 796 days)
- soft device error: 0004 when paring with BLE HID peripheral (Open 863 days) bug
- ComplexCharacteristic does not pass fixed_length instance variable to _bleio.Characteristic.add_to_service (Open 918 days) bug
- Receiving >20 bytes at once from Bluefruit Connect app not working (Open 941 days) bug
- CircuitPython Locks Up on Disconnect (Open 947 days) bug
- A custom Advertisement with a constructor can fail to parse incoming BLE data correctly (Open 974 days) bug
- BLE keyboard or mouse as input (Open 988 days) enhancement
- More thorough documentation (Open 1016 days) documentation
- Wrap _bleio exceptions which might get thrown to user code (Open 1144 days) enhancement
- Add Advertisement length checking. (Open 1148 days) enhancement
- UARTService: allow setting of buffer sizes, timeouts, and UUID (Open 1153 days) enhancement
- Adafruit_CircuitPython_BLE_Adafruit
-
Adafruit_CircuitPython_BLE_Apple_Media
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Picking new tracks in Music and Podcast apps cause error (Open 1102 days) bug
-
Adafruit_CircuitPython_BLE_Apple_Notification_Center
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter
-
Adafruit_CircuitPython_BLE_BroadcastNet
- Fails to find advertisement on nRF52 (Open 648 days)
- Bluetooth LE Sensor Nodes to Raspberry Pi WiFi Bridge - Stuck at scanning (Open 947 days) bug
- Clarification on broadcast_time arg for broadcast() (Open 966 days) documentation
- Possible type bugs for wire types in AdafruitSensorMeasurement (Open 988 days) bug
- Add ChaCha support for basic security (Open 1066 days) enhancement
-
Adafruit_CircuitPython_BLE_Eddystone
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Please add (unencrypted) TLM data. (Open 1014 days) enhancement
- add error message for long URLs (Open 1072 days) bug
- Adafruit_CircuitPython_BLE_File_Transfer
- Adafruit_CircuitPython_BLE_LYWSD03MMC
- Adafruit_CircuitPython_BLE_MIDI
- Adafruit_CircuitPython_BLE_Radio
-
Adafruit_CircuitPython_BluefruitConnect
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Pinout query returns 'Assuming Arduino Uno' (Open 881 days) bug
- Missing image_packet.py (Open 1108 days) enhancement
-
Adafruit_CircuitPython_BluefruitSPI
- Library uses short argument names (Open 78 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- read_packet needs to check for leftover data in self._buffer (Open 1511 days) bug
- ATI command works ok but errors when debug is used - gives Error (id:0xa180) (Open 1511 days) bug
- HID example code (Open 1544 days) enhancement
- Adafruit_CircuitPython_BME280
- Adafruit_CircuitPython_BME680
-
Adafruit_CircuitPython_BNO055
- Euler angles give a random -0.065 value (Open 73 days)
- How do I use the BNO055 COMPASS_MODE to determine compass heading? (Open 301 days) enhancement
- WebGL Example - Incorrect rotation on screen (Open 367 days)
- Re-using calibration data (Open 778 days) enhancement
- Library too large for smaller boards (Open 809 days)
-
Adafruit_CircuitPython_BNO08x
- Has SPI mode been tested? (Open 91 days)
- No pull up found on SDA or SCL when using Feather RP2040 with example/bno08x_simpletest.py (Open 439 days)
- Help!Raspberry PI3 conected to BNO080 are having problems. (Open 460 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Gyro and Accelerometer calibration issue (Open 522 days)
- Not working with I2C on MCP2221 (Open 547 days)
- Any chance of seeing the additional reports added? (Open 566 days)
- SPI class limited to boards with internal pull ups (Open 665 days)
- Duplicate code in library files - potential refactor needed (Open 694 days) enhancement
- Adafruit_CircuitPython_BNO08x_RVC
- Adafruit_CircuitPython_BusDevice
-
Adafruit_CircuitPython_CharLCD
- Library uses short argument names (Open 78 days) enhancement
- While using the i2c/SPI LCD Backpack Maximum recursion depth exceeded (Open 467 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Could not display degree sign properly (Open 508 days)
- Row Offsets for 16x4 display. (Open 524 days)
- Message draw slow compared to legacy library (Adafruit_CharLCDPlate) (Open 734 days)
- MemoryError on Metro M0 Express (Open 1401 days) bug
- Adafruit_CircuitPython_CircuitPlayground
-
Adafruit_CircuitPython_CLUE
- Tone examples for CLUE board need to be higher frequency so they're loud enough to hear well (Open 152 days)
- sound_level creates a sample buffer every time (Open 369 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Capacitive touch iterable attribute (Open 674 days)
- Adafruit_CircuitPython_Colorsys
-
Adafruit_CircuitPython_Crickit
- Capacitive touch iterable attribute (Open 354 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Add rotary encoder support? (Open 1495 days) enhancement
- Adafruit_CircuitPython_CursorControl
-
Adafruit_CircuitPython_Dash_Display
- Library uses short argument names (Open 81 days) enhancement
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_datetime
-
Adafruit_CircuitPython_DHT
- De-initializing self.pulse_in (Open 346 days)
- DHT does not work with root user using Raspberry Zero WH (Open 529 days)
- [RaspberryPi 4B & DHT11] Checksum did not validate. /A full buffer was not returned. (Open 597 days)
- Initialization error? (Open 668 days)
- Overflow Error After Querying Sensor Every 2 Seconds for ~2 Hours (Open 680 days)
- DHT11 not working properly (Open 682 days)
- DHT22 not working on Raspberry Pi wh (Open 694 days)
- DHT22 reports wrong negative temperatures (Open 726 days)
- DHT (DHT11) not working on FeatherS2 board (Open 803 days)
- libgpiod_pulsein is armhf 32-bits, doesn't work on 64-bits OS (Open 836 days)
- ValueError: Object has been deinitialized and can no longer be used. (Open 1015 days) bug
- DHT22 report null after a while (Open 1040 days) bug
- A full buffer was not returned. Try again. (Open 1078 days) bug
- Unable to set line 4 to input (Open 1157 days) bug
-
Adafruit_CircuitPython_Display_Button
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_Display_Notification
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_Display_Text
-
Adafruit_CircuitPython_DisplayIO_Layout
- Feature Request: BoxLayout (Open 142 days) enhancement
- featurerequest: widget.cartesian - multiple line-plots in same axis (Open 407 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Why is `anchor_point` reset for cell contents? (Open 510 days)
- `Control` class: Common response function names (Open 681 days)
- Suggestions based on current status. (Open 730 days)
- Adafruit_CircuitPython_DisplayIO_SH1106
- Adafruit_CircuitPython_DisplayIO_SH1107
- Adafruit_CircuitPython_DisplayIO_SSD1306
- Adafruit_CircuitPython_DPS310
- Adafruit_CircuitPython_DRV2605
- Adafruit_CircuitPython_DS3231
-
Adafruit_CircuitPython_EMC2101
- Using the example LUT example with an actual board does not work (Open 342 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_ENS160
-
Adafruit_CircuitPython_EPD
- Code fails duplicate-code check, consider refactor (Open 220 days) enhancement
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_ESP32SPI
- SPI lock not aquired (Open 193 days)
- TimeoutError: Timed out waiting for SPI char (Teensy 4.0 + Adafruit AirLift FeatherWing - ESP32 WiFi Co-Processor) (Open 202 days)
- Prints password in clear text if debug is True (Open 370 days)
- Arduion Nano RP2040 Connect Issues (Open 377 days)
- Arduino RP2040 Connect. wifi chip integration missing Dhcp(True/False) (Open 464 days)
- Arduino RP2040 connect wifi UDP - Multicast group not working (Open 464 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- RGB LED doesn't turn off on arduino nano connect 2040 (Open 531 days)
- UDP send() does not clear esp32 write buffer (Open 647 days)
- Only allows one TLS connection at a time (Open 653 days)
- esp.disconnect leaves the ESP32 in a bad state (Open 659 days)
- parse_header Error trying to import adafruit_esp32spi.adafruit_esp32spi_wsgiserver (Open 847 days)
- ESP_SPIcontrol._wait_for_ready is eating lots of time polling the READY/BUSY pin (Open 850 days)
- Add a reconnect method to the WiFi manager (Open 969 days) enhancement
- Radio and Connection Sleep/Reopen (Open 1263 days) enhancement
- json error in get (Open 1437 days) bug
- Adafruit_CircuitPython_ESP_ATcontrol
-
Adafruit_CircuitPython_FancyLED
- Library uses short argument names (Open 81 days) enhancement
- Feature request support okhsv colorspace (Open 267 days)
- Missing Type Annotations (Open 487 days) good first issue Hacktoberfest documentation
-
Adafruit_CircuitPython_FeatherWing
- Library uses short argument names (Open 81 days) enhancement
- Adafruit_CircuitPython_Fingerprint
- Adafruit_CircuitPython_floppy
- Adafruit_CircuitPython_FONA
-
Adafruit_CircuitPython_framebuf
- add support for GS4_HMSB (Open 20 days) enhancement
- Missing support for RGB565 (Open 59 days)
- framebuf.text() function is very slow (Open 297 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_GC_IOT_Core
- Import depth is too deep - max recursion stack traces being thrown on import (Open 478 days)
- Change publish kwarg order to match other MiniMQTT API libraries (Open 1206 days) enhancement good first issue Hacktoberfest
-
Adafruit_CircuitPython_GFX
- Library missing from Adafruit CircuitPython Bundle (Open 135 days) good first issue Hacktoberfest
-
Adafruit_CircuitPython_GPS
- Added decoding to detect an external antenna (extension) and its status. (Open 28 days)
- ValueError and IndexError or soft reboot in 3.10.6 (Open 86 days) bug
- Fix Timestamp not working on GPS Featherwing (Open 209 days)
- Document parsed values stored as attributes (Open 225 days) good first issue documentation Hacktoberfest
- Lag in receiving gps lat long values (Open 302 days)
- adafruit_gps.GPS gives no indication how current the value of the datetime property is (Open 389 days)
- GPS accuracy and float precision (Open 641 days)
-
Adafruit_CircuitPython_hashlib
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_HCSR04
-
Adafruit_CircuitPython_HID
- Pico + keyboard + output to monochrome 20x4 LCD? (Open 69 days)
- Examples using the keypad module for a keyboard and macros (Open 72 days)
- Control the speed of layout.write()? (Open 177 days)
- USB Keyboard no longer sends keystrokes after windows machine go to sleep (Open 265 days)
- Double key in Discord shortcuts (Open 310 days)
- Add support for "Pan" or "Horizontal" wheel movement as well as Back/Forward Buttons (Open 356 days)
- Adafruit_CircuitPython_HT16K33
- Adafruit_CircuitPython_HTTPServer
- Adafruit_CircuitPython_Hue
-
Adafruit_CircuitPython_ICM20X
- Allow using different models together (Open 234 days) bug
- Sleep during sensor reading methods (Open 427 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_IL0373
- Adafruit_CircuitPython_IL91874
- Adafruit_CircuitPython_ILI9341
-
Adafruit_CircuitPython_ImageLoad
- Implement better Transparency Handling for PNG (Open 18 days)
- Use Protocols for Type Annotations (Open 150 days) documentation
- Possible removal of 'type juggling' of references (mypy related) (Open 269 days)
- Add buffer option for storing bitmaps to prevent out memory due to fragmentation. (Open 688 days)
- Adafruit_CircuitPython_INA219
-
Adafruit_CircuitPython_IRRemote
- number of Pulses of NEC repeat code ---should be 3 not 4 (Open 180 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- NEC one/zero codes reversed (Open 814 days)
- Last value showing up divided by 2 (Open 876 days) bug
- Add feature to encode and decode MakeCode's infrared pulses (Open 1333 days) enhancement
-
Adafruit_CircuitPython_IS31FL3731
- Missing Type Annotations (Open 487 days) good first issue hacktoberfest documentation
- Do you prefer a lookup table or an algorithm? + duplicate code (Open 684 days)
- Consider adding lightness curve correction to some examples (Open 940 days) enhancement
- Pimoroni LED shim class should be PixelBuf (Open 1025 days) enhancement
- Adafruit_CircuitPython_IS31FL3741
-
Adafruit_CircuitPython_IterTools
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Adafruit_CircuitPython_LC709203F
-
Adafruit_CircuitPython_LED_Animation
- consider making keyword-only parameters for some animations (Open 3 days) enhancement
- add_cycle_complete_receiver not supported for included animations (Open 199 days)
- Bug in RainbowComet when tail_length > 256 when step=0 (Open 302 days)
- Nesting AnimateOnce inside AnimationSequence causes random animation order (Open 389 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Addressing multiple 8x8 panels (Open 615 days)
- precompute_rainbow=False causes an error in rainbow.py (Open 640 days)
- Updating brightness mid-animation (Open 869 days)
- Add min and max_intensity feature back to Pulse animation (Open 949 days) enhancement
- Gradient Animation Request (Open 959 days) enhancement
- Background color (or fade-to color) for Chase and Comet (Open 965 days) enhancement
- Neighboring pixels feature (Open 973 days) enhancement
- Adafruit_CircuitPython_LIDARLite
- Adafruit_CircuitPython_LIS331
- Adafruit_CircuitPython_Logging
- Adafruit_CircuitPython_LPS35HW
-
Adafruit_CircuitPython_LSM6DS
- Accelerometer rate frequency (Open 96 days) bug
- Wake on Significant Motion (Open 346 days)
- Duplicate code in library files - potential refactor needed (Open 694 days) enhancement
- Missing data read flag (Open 755 days)
- SPI support? (Open 970 days) enhancement
- Memory Allocation issue on M0, others? (Open 1001 days) bug
- Add shake? (Open 1067 days) enhancement
-
Adafruit_CircuitPython_LSM9DS0
- Missing Type Annotations (Open 487 days) good first issue hacktoberfest documentation
- Adafruit_CircuitPython_LSM9DS1
-
Adafruit_CircuitPython_LTR329_LTR303
- Add interrupt example (Open 91 days) documentation
- 🧹🧹🧹 (Open 153 days)
- Adafruit_CircuitPython_MacroPad
- Adafruit_CircuitPython_MagTag
-
Adafruit_CircuitPython_MatrixKeypad
- Support external pull ups? (Open 203 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_MatrixPortal
- Add BLE support to the library (Open 253 days)
- MatrixPortal : solution to refresh the clock every second (Open 320 days) enhancement
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_MAX31855
-
Adafruit_CircuitPython_MAX31856
- Library uses short argument names (Open 79 days) enhancement
-
Adafruit_CircuitPython_MAX31865
- Library uses short argument names (Open 79 days) enhancement
- How do I measure the temperature in a higher precision? (Open 449 days) question
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Example code not working (Open 639 days)
-
Adafruit_CircuitPython_MAX7219
- Library uses short argument names (Open 79 days)
- Cascade several 7-segment display modules (Open 307 days) enhancement
- missing font5x8.bin (Open 483 days) bug good first issue Hacktoberfest
-
Adafruit_CircuitPython_MAX9744
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Adafruit_CircuitPython_MCP230xx
-
Adafruit_CircuitPython_MCP2515
- RuntimeError: Timeout setting Mode (Open 293 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Transmit buffer error (Open 585 days)
- Not compatible with Circuitpython built w/o long support (Open 759 days)
- Possible addition? (Open 761 days) help wanted
- Adafruit_CircuitPython_MCP3xxx
-
Adafruit_CircuitPython_MCP4728
- Set I2C address bits via LDAC (Open 707 days) enhancement
- Adafruit_CircuitPython_MCP9600
-
Adafruit_CircuitPython_MCP9808
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
-
Adafruit_CircuitPython_MIDI
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- ProgramChange does not work (Open 563 days)
- Add support for MIDI running status (Open 1400 days) enhancement
- MIDI UART support (Open 1417 days) enhancement
- Work out best way to handle reading large SysEx messages (Open 1431 days) enhancement
-
Adafruit_CircuitPython_miniesptool
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- PyPortal Pynt ESP firmware update issue (Open 637 days)
-
Adafruit_CircuitPython_MiniMQTT
- minimqtt lib problem with TLS broker (Open 8 days) bug
- use logger with NullHandler by default (Open 13 days) enhancement
- consider setting default non zero value for timeout in loop() (Open 19 days) bug
- allow to specify arbitrary TLS port (Open 19 days) bug
- MQTT loop() blocks script. Works fine with adafruit_io (Open 28 days)
- Sometimes receiving single zero byte (Open 72 days)
- Frequent errors in .loop calls with CircuitPython 8 (Open 114 days) bug
- Connect problems using github example code on an esp32-s2 feather (Open 188 days)
- loop() doesn't fetch all messages for a topic (Open 290 days)
- Publishing or receiving large-ish messages reproducibly fails in 2 ways (Open 291 days)
- Outdated documentation in second RTD location (Open 327 days) documentation
- Occasional MemoryError during Adafruit IO loop() (Open 343 days)
- No way to use key pair on esp32 native e.g. ESP32-S2 feather (not airlift) (Open 371 days)
- This lib doesn't seem to work wtih GCP IOT Core (Open 471 days)
- Missing Type Annotations (Open 487 days) documentation
- Getting trapped in publish? (Open 639 days)
- Add test suite (Open 723 days) enhancement
- ModuleNotFoundError: No module named 'adafruit_minimqtt' (Open 797 days)
- Implement exponential backoff/retry for reconnections (Open 1206 days) enhancement
-
Adafruit_CircuitPython_miniQR
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Adafruit_CircuitPython_MLX90393
-
Adafruit_CircuitPython_MLX90640
- Unable to get pixels after some time until I reset program, using Raspberry Pi 3B+ (math domain error, More than 4 outlier pixels) (Open 39 days)
- OSError: [Errno 5] Input/output error in raspberry pi 4 (Open 66 days)
- i2c.write_then_readinto slows down frame rate after running the library for a couple seconds at 64Hz (Open 106 days)
- Adafruit mlx90640_camtest.py example does a "black screen" in RPi4 (Open 792 days)
-
Adafruit_CircuitPython_MONSTERM4SK
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_Motor
- Adafruit_CircuitPython_MotorKit
-
Adafruit_CircuitPython_MPL115A2
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_MPL3115A2
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_MPRLS
- Stuck with RuntimeError: "Integrity Failure" after 2 hours of working perfectly (Open 442 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Adafruit_CircuitPython_MPU6050
-
Adafruit_CircuitPython_MS8607
- Question about MS8607 Humidity Resolution Options (Open 27 days) bug question
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Not working on small int boards (Open 848 days)
-
Adafruit_CircuitPython_MSA301
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
-
Adafruit_CircuitPython_NeoKey
- How to enable interrupts (Open 161 days) bug enhancement
-
Adafruit_CircuitPython_NeoPixel
- Code breaks when using only 2 leds (Open 71 days)
- Show() Function Speed Pi Pico vs. Raspberry (takes twice the time in Pi4) (Open 115 days) question
- Number of led in the strip really affect the speed. (Open 176 days)
- Neopixels stop responding after some time (Open 236 days)
- Inverted signal? (Open 280 days)
- Please document root-less RPi usage (Open 702 days)
- Breaking change somewhere in recent Raspberry Pi OS update (Open 735 days)
- neopixel_cleanup should be called on deinit() (Open 776 days)
- Set pixels using slice with single color / multiple colors (Open 786 days)
- tuple rgb value reported to be slower than list (Open 1219 days) bug
-
Adafruit_CircuitPython_NeoPixel_SPI
- Light turns on for about 0.1 seconds and then turns off (Open 340 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
-
Adafruit_CircuitPython_NeoTrellis
- Example code is broken 'object has no such attribute' (Open 15 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Interrupt not implemented for Python (Open 661 days)
- Adafruit_CircuitPython_NTP
- Adafruit_CircuitPython_Nunchuk
- Adafruit_CircuitPython_OAuth2
-
Adafruit_CircuitPython_OV2640
- Speed up pixel clock for previews (Open 471 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Carry exposure over when switching from RGB to jpeg modes (Open 557 days)
- Adafruit_CircuitPython_OV5640
-
Adafruit_CircuitPython_OV7670
- Speed up pixel clock for previews (Open 471 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_PCD8544
- Adafruit_CircuitPython_PCF8591
-
Adafruit_CircuitPython_PIOASM
- label: instruction on one line (Open 104 days)
- tests may not cover 'out' instruction? (Open 276 days) bug good first issue Hacktoberfest
- "set pins, ~ 0" is accepted, but should not be(?) (Open 282 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
-
Adafruit_CircuitPython_Pixel_Framebuf
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_Pixie
- Adafruit_CircuitPython_PM25
-
Adafruit_CircuitPython_PN532
- Reading Encrypted card error (Open 4 days)
- NTAG 424 (Open 15 days) enhancement
- Using serial with the FTDI cable causes the library to hang when a card is read (Open 45 days)
- Additional RTD documentation needed (Open 199 days) good first issue documentation Hacktoberfest
- Faster way to detect when a card disconnects (Open 459 days)
- Could the driver be changed to support passing I2C address as a parameter? (Open 463 days) enhancement good first issue Hacktoberfest
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Cannot found mifare card using UART (Open 715 days)
- get_passive_target is asking for more data from the UART than is provided, so we are blocking (Open 751 days)
- How can I make read_passive_target wait indefinitely until a tag becomes available? (Open 845 days)
-
Adafruit_CircuitPython_PortalBase
- PyPortal.get_local_time() calls incorrect IP/domain (Open 19 days)
- Optimizing PortalBase (Open 344 days)
- Does this work with fake requests still? (Open 383 days)
- Thoughts on turning adafruit_bitmap_font / adafruit_fakerequests into a soft dependency? (Open 446 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- MagTag Project Selector (Open 681 days)
- Adafruit_CircuitPython_ProgressBar
- Adafruit_CircuitPython_PyBadger
-
Adafruit_CircuitPython_PyPortal
- Feature request: Allow json_transforms prior to json_path or image_url_path usage. (Open 64 days) enhancement
- Set a single pixel (Open 99 days)
- Feature suggestion: allow new headers to be passed to PyPortal.fetch, just as a new URL can be (Open 168 days) enhancement
- PyPortal.set_caption() always adds a new caption with no way to remove older ones? (Open 220 days)
- text_wrap passed to wrap_text_to_lines instead of text_maxlen (Open 381 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- PyPortal mqtt integration with UI example (Open 633 days)
- Adafruit_CircuitPython_RA8875
- Adafruit_CircuitPython_Register
- Adafruit_CircuitPython_Register_SPI
-
Adafruit_CircuitPython_Requests
- Getting "Repeated socket failures" on PicoW (Open 3 days)
- Adafruit_Hue-Circuitpython_Requests - File "adafruit_requests.py", line 419, in json (Open 16 days)
- Issue with API request on PyPortal (Open 77 days)
- "RuntimeError: Sending request failed" for https URL (Open 174 days)
- Move typing annotation definitions to `circuitpython_typing` (Open 175 days) documentation good first issue Hacktoberfest
- Connection failure when using non-standard HTTP port (Open 403 days)
- uploading multipart/form-data requests (Open 406 days)
- Breaking change in 1.7.0: Header keys are now capitalized (Open 840 days)
- Support responses without Content-Length (Open 845 days)
- syntax error in JSON when using adafruit_io for fetching data from AIO (Open 847 days) bug
- Adafruit_CircuitPython_RFM69
-
Adafruit_CircuitPython_RFM9x
- Library uses short argument names (Open 79 days) enhancement
- Library uses short argument names (Open 79 days) enhancement
- SPI Bus interference from SDCard (Open 263 days)
- rfm9x corrupted header (Open 266 days)
- Long range settings (Open 271 days)
- rfm9x.send causes ble disconnect (Open 317 days)
- Non-default Spreading Factor not working (Open 358 days)
- Add FSK/OOK compatibility to Driver (Open 775 days)
- No RH Mesh adaptation (Open 835 days)
- Clarify the 4 bytes added to the beginning of each buffer (Open 1071 days) enhancement
-
Adafruit_CircuitPython_RGB_Display
- Code fails duplicate-code check, consider refactor (Open 220 days) enhancement
- Missing Type Annotations (Open 487 days) good first issue Hacktoberfest documentation
- minor write() optimization (Open 623 days)
- SSD1357 (Open 985 days) enhancement
-
Adafruit_CircuitPython_RGBLED
- Doesn't identify passed pins as pins on raspberry pi with blinka (Open 362 days) bug good first issue Hacktoberfest
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
-
Adafruit_CircuitPython_RockBlock
- I receive my data is half with raspberry pi (Open 73 days)
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_RPLIDAR
-
Adafruit_CircuitPython_RSA
- Incorrect type for hash_value arg in sign_hash function (Open 38 days) bug
- Code fails duplicate-code check, consider refactor (Open 220 days) enhancement
- Doesn't install correctly from pip (Open 298 days)
- Update RTD parameter documentation (Open 308 days) documentation
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Adafruit_CircuitPython_RTTTL
-
Adafruit_CircuitPython_SCD30
- Calibration Reference Persistence (Open 108 days) question
- Example results in 'Unsupported baudrate' with Feather M0 & CircuitPython v7.3.3 (Open 135 days)
- Python 3.9: AttributeError: 'HTMLParser' object has no attribute 'unescape' (Open 313 days)
- Maybe we can have a dummy start_periodic_measurement() function (Open 395 days)
- SCD30 sensor shows 0.0 when tried to record CO2 value (Open 484 days)
- Refinement to altitude vs ambient_pressure in documentation (Open 635 days)
- Adafruit_CircuitPython_SCD4X
-
Adafruit_CircuitPython_SD
- Library uses short argument names (Open 81 days) enhancement
- Add example for Cytron Maker Pi Pico base (Open 262 days) documentation good first issue Hacktoberfest
- Doesn't properly detect capacity >32GB (Open 981 days) bug
- Trouble detecting when card has been removed (Open 1690 days) bug help wanted
-
Adafruit_CircuitPython_seesaw
- Make AnalogIn.value return always 16 bit? (Open 321 days) bug good first issue Hacktoberfest
- Variable Frequency PWM for ATtiny8x7 Seesaw Breakout (Open 440 days)
- seesaw digitalio not setting pullups properly (Open 476 days) bug
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Sampling Rate for ADC is extremely low (Open 537 days)
- Setting PWMOut.duty_cycle (Open 537 days)
- seesaw_crickit_test.py fails with Invalid touch pin (Open 861 days)
- Adafruit_CircuitPython_ServoKit
- Adafruit_CircuitPython_SGP40
-
Adafruit_CircuitPython_SharpMemoryDisplay
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- PIL draw.text() MUCH slower than display.text() (Open 858 days)
- Adafruit_CircuitPython_SHTC3
- Adafruit_CircuitPython_SI1145
- Adafruit_CircuitPython_SI7021
-
Adafruit_CircuitPython_SimpleIO
- Missing Type Annotations (Open 487 days) good first issue Hacktoberfest documentation
- Adafruit_CircuitPython_SSD1306
- Adafruit_CircuitPython_SSD1675
- Adafruit_CircuitPython_SSD1680
- Adafruit_CircuitPython_STMPE610
- Adafruit_CircuitPython_TCA9548A
-
Adafruit_CircuitPython_TCS34725
- Integration time and response time (Open 865 days)
- Problems with jumping values between two levels (Open 1010 days) bug
- Need better RGB color implementation. (Open 1502 days) enhancement good first issue hacktoberfest
-
Adafruit_CircuitPython_Thermal_Printer
- Duplicate code pylint warning (Open 81 days) enhancement
- add ability to print image (Open 1024 days) enhancement
-
Adafruit_CircuitPython_TinyLoRa
- Library uses short argument names (Open 81 days) bug
- TTN V3 stack not supported (Open 383 days)
- Missing Type Annotations (Open 487 days) good first issue documentation Hacktoberfest
- Feature Request: Downlink (Open 725 days)
- Adafruit_CircuitPython_TLC59711
- Adafruit_CircuitPython_TMP117
- Adafruit_CircuitPython_Touchscreen
- Adafruit_CircuitPython_TSL2561
-
Adafruit_CircuitPython_turtle
- Missing Type Annotations (Open 487 days) documentation good first issue Hacktoberfest
- Future example or project (Open 1319 days) enhancement
- Adafruit_CircuitPython_Typing
-
Adafruit_CircuitPython_VEML7700
- Add non-linear correction? (Open 246 days) enhancement good first issue Hacktoberfest
- RuntimeError: Unable to enable VEML7700 device (Open 359 days)
- Adafruit_CircuitPython_VL53L1X
- Adafruit_CircuitPython_VL53L4CD
- Adafruit_CircuitPython_VL6180X
- Adafruit_CircuitPython_VS1053
-
Adafruit_CircuitPython_Wiznet5k
- adafruit_wiznet5k_socket.py has hardcoded 1000 second timeouts (Open 7 days) enhancement
- Socket gets stuck in __exit__ (Open 7 days)
- AssertionError: Failed to initialize WIZnet module. (Open 151 days)
- Wiznet Ethernet Hat - Will not set up DHCP (Open 333 days)
- WIZnet 5500 and 5100S TCP (and UDP) servers are not working (Open 362 days)
- example upload (Open 438 days)
- Maximum SPI clock support (Open 520 days)
- Adafruit_CircuitPython_WS2801
- Adafruit_CircuitPython_WSGI
-
CircuitPython_Community_Bundle
- Add auto-updating library list with library tally count (Open 91 days) enhancement documentation
-
cookiecutter-adafruit-circuitpython
- Patches Needed (Open 18 days) enhancement
- Fix copyright date range generated by Sphinx (Open 109 days)
- Make SPDX headers as generating author and year (Open 163 days)
- run mypy during CI / from pre-commit (Open 259 days) enhancement
- Bad github link generated for CircuitPythonOrg library (Open 570 days)
- pre-commit pylint checks are doing too much work (Open 676 days)
- Double copyright lines (Open 688 days)
- Add "reuse" copyright and license templates (Open 725 days)
- Add --diff to black command (Open 928 days) enhancement
- Double check black config against MicroPython (Open 1060 days) enhancement