Add January 21st notes
This commit is contained in:
parent
01852986d8
commit
59abedf7c1
1 changed files with 655 additions and 0 deletions
655
2020/2020-01-21.md
Normal file
655
2020/2020-01-21.md
Normal file
|
|
@ -0,0 +1,655 @@
|
|||
# CircuitPython Weekly January 21st, 2020
|
||||
|
||||
Video of the meeting is available [on YouTube](https://youtu.be/h-5J80RdBv0) and [diode.zone](https://diode.zone/videos/watch/812983f5-304e-45e9-93cf-a0a737081e01).
|
||||
|
||||
Join here for the chat all week: http://adafru.it/discord
|
||||
|
||||
The weekly happens normally at 2pm ET/11am PT on Mondays except when US holidays occur on Monday. Check the #circuitpython channel for notices of change in time and links to past episodes.
|
||||
|
||||
CircuitPython development is sponsored by Adafruit. Please support them by purchasing hardware from adafruit.com.
|
||||
|
||||
Reminders: Podcast available on most services. Let us know if we’re missing some.
|
||||
|
||||
## 4:43 Community News
|
||||
(PT out, please read these)
|
||||
|
||||
5:00 The Open Hardware Summit 2020 badge is CircuitPython powered… and it’s the 100th BOARD!
|
||||
The Open Hardware Summit 2020 badge is CircuitPython powered, check out the hackaday.io project page, GitHub, and some Tweets. We will post more as the summit approaches (March 13th 2020, NYU School of Law, New York, NY USA).
|
||||
https://blog.adafruit.com/2020/01/18/the-open-hardware-summit-2020-badge-is-circuitpython-powered-and-its-the-100th-board-ohsummit-circuitpython-ohsummit20/
|
||||
|
||||
|
||||
Snekboard – An open-hardware Python microcontroller for LEGO
|
||||
https://www.crowdsupply.com/keith-packard/snekboard
|
||||
|
||||
|
||||
New design, updates, and more features on circuitpython.org
|
||||
circuitpython.org has an updated look and more features as we kick off 2020. The site is even better at showing what’s possible with CircuitPython! The home page has descriptive text on why CircuitPython is easy to use, features, goals for the project, and more. Downloads features over 100 boards and now has a counter of how many boards that are supported. The same for Blinka, the boards and a counter, over 35+. Libraries, the CircuitPython library bundle contains all current libraries available for CircuitPython, over 200+. Handy links for how to contribute, the latest news (RSS feed too!), the awesome-circuitpython resource, the newsletter with all past ones we sent out, help, a link to our Discord server, and how to get started. Whew!
|
||||
|
||||
|
||||
6:13 Open Source Spacecraft – Software for Space, powered by CircuitPython
|
||||
https://www.eventbrite.com/e/open-source-spacecraft-software-for-space-registration-85671256033
|
||||
|
||||
|
||||
6:51 A CircuitPython powered LoRA Watch might be coming soon
|
||||
https://blog.adafruit.com/2020/01/19/lora-watch-circuitpython-powered-pwavrobot-lora-circuitpython-circuitpython/
|
||||
|
||||
|
||||
7:31 Latest CLUE preview
|
||||
https://blog.adafruit.com/2020/01/18/latest-clue-design-sneak-preview-nordictweets-arduino-microbit_edu-circuitpython-clue/
|
||||
|
||||
|
||||
8:06 Since today is Tues, the newsletter is here:
|
||||
https://www.adafruitdaily.com/2020/01/21/circuitpython-powers-the-open-hardware-summit-for-2020-python-adafruit-circuitpython-circuitpython-micropython-thepsf-adafruit/
|
||||
|
||||
|
||||
## 8:58 State of CircuitPython + Libraries
|
||||
9:13 Overall
|
||||
* 29 pull requests merged
|
||||
* 11 authors - TinyCircuits, linusg, dglaude, caternuson, bmeisels, kattni, makermelissa, siddacious, vdehors, arturo182, dherrada
|
||||
* 8 reviewers - tannewt, ladyada, caternuson, jepler, kattni, makermelissa, siddacious, dherrada
|
||||
* 20 closed issues by 8 people, 13 opened by 11 people
|
||||
|
||||
|
||||
Overall: Expect to see the final beta this week, going to hammer on the final BLE bugs, should be RC state for 5.x soon.
|
||||
|
||||
|
||||
10:40 Core
|
||||
* 1 pull requests merged
|
||||
* 1 authors - arturo182
|
||||
* 1 reviewers - ladyada
|
||||
* 9 open pull requests
|
||||
* https://github.com/adafruit/circuitpython/pull/2044 (Open 166 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/2054 (Open 163 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/2366 (Open 42 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/2404 (Open 34 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/2446 (Open 17 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/2526 (Open 4 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/2532 (Open 3 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/2534 (Open 0 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/2533 (Open 0 days)
|
||||
* 2 closed issues by 2 people, 3 opened by 3 people
|
||||
* 253 open issues
|
||||
* https://github.com/adafruit/circuitpython/issues
|
||||
* 7 active milestones
|
||||
* 4.x.x - Bug fixes: 0 open issues
|
||||
* 5.0.0: 13 open issues
|
||||
* 5.x.0 - Features: 2 open issues
|
||||
* 5.x.x - Bug Fixes: 17 open issues
|
||||
* 6.0.0: 29 open issues
|
||||
* Libraries: 10 open issues
|
||||
* Long term: 182 open issues
|
||||
* 0 issues not assigned a milestone
|
||||
|
||||
|
||||
Number of supported boards: 101
|
||||
|
||||
|
||||
Download stats by board:
|
||||
|
||||
|
||||
| Board | 4.1.2 | 5.0.0-beta.3 |
|
||||
| ----------------------------------------------|--------|---------------|
|
||||
| arduino_mkr1300 | 37 | 1 |
|
||||
| arduino_mkrzero | 20 | 0 |
|
||||
| arduino_nano_33_ble | - | 11 |
|
||||
| arduino_zero | 43 | 3 |
|
||||
| bast_pro_mini_m0 | 11 | 0 |
|
||||
| capablerobot_usbhub | 12 | 0 |
|
||||
| catwan_usbstick | 12 | 0 |
|
||||
| circuitplayground_bluefruit | - | 269 |
|
||||
| circuitplayground_express | 1843 | 73 |
|
||||
| circuitplayground_express_4h | 27 | 0 |
|
||||
| circuitplayground_express_crickit | 106 | 4 |
|
||||
| circuitplayground_express_digikey_pycon2019 | 30 | 0 |
|
||||
| circuitplayground_express_displayio | - | 4 |
|
||||
| clue_nrf52840_express | - | 1 |
|
||||
| cp32-m4 | - | 0 |
|
||||
| datalore_ip_m4 | - | 0 |
|
||||
| datum_distance | 11 | 0 |
|
||||
| datum_imu | 11 | 0 |
|
||||
| datum_light | 12 | 0 |
|
||||
| datum_weather | 14 | 0 |
|
||||
| edgebadge | - | 8 |
|
||||
| electronut_labs_blip | 14 | 0 |
|
||||
| electronut_labs_papyr | 21 | 0 |
|
||||
| escornabot_makech | 22 | 0 |
|
||||
| feather_m0_adalogger | 107 | 10 |
|
||||
| feather_m0_basic | 121 | 3 |
|
||||
| feather_m0_express | 210 | 25 |
|
||||
| feather_m0_express_crickit | 31 | 0 |
|
||||
| feather_m0_rfm69 | 62 | 0 |
|
||||
| feather_m0_rfm9x | 110 | 9 |
|
||||
| feather_m0_supersized | - | 0 |
|
||||
| feather_m4_express | 418 | 60 |
|
||||
| feather_mimxrt1011 | - | 2 |
|
||||
| feather_mimxrt1062 | - | 7 |
|
||||
| feather_nrf52840_express | 124 | 32 |
|
||||
| feather_radiofruit_zigbee | 22 | 0 |
|
||||
| feather_stm32f405_express | - | 27 |
|
||||
| gemma_m0 | 187 | 10 |
|
||||
| gemma_m0_pycon2018 | 23 | 0 |
|
||||
| grandcentral_m4_express | 106 | 15 |
|
||||
| hallowing_m0_express | 69 | 2 |
|
||||
| hallowing_m4_express | 40 | 3 |
|
||||
| imxrt1010_evk | - | 8 |
|
||||
| itsybitsy_m0_express | 124 | 10 |
|
||||
| itsybitsy_m4_express | 191 | 20 |
|
||||
| itsybitsy_nrf52840_express | - | 14 |
|
||||
| kicksat-sprite | 24 | 0 |
|
||||
| makerdiary_nrf52840_mdk | 26 | 0 |
|
||||
| makerdiary_nrf52840_mdk_usb_dongle | 32 | 2 |
|
||||
| meowmeow | 24 | 0 |
|
||||
| metro_m0_express | 173 | 7 |
|
||||
| metro_m4_airlift_lite | 91 | 9 |
|
||||
| metro_m4_express | 98 | 12 |
|
||||
| metro_nrf52840_express | - | 0 |
|
||||
| mini_sam_m4 | 24 | 0 |
|
||||
| monster_m4sk | - | 24 |
|
||||
| particle_argon | 27 | 1 |
|
||||
| particle_boron | 23 | 0 |
|
||||
| particle_xenon | 27 | 3 |
|
||||
| pca10056 | 63 | 5 |
|
||||
| pca10059 | 90 | 8 |
|
||||
| pewpew10 | 35 | 0 |
|
||||
| pewpew13 | 23 | 0 |
|
||||
| pewpew_m4 | - | 2 |
|
||||
| pirkey_m0 | 22 | 0 |
|
||||
| pyb_nano_v2 | - | 2 |
|
||||
| pybadge | 130 | 12 |
|
||||
| pybadge_airlift | 26 | 0 |
|
||||
| pyboard_v11 | - | 9 |
|
||||
| pygamer | 116 | 9 |
|
||||
| pygamer_advance | 28 | 0 |
|
||||
| pyportal | 420 | 36 |
|
||||
| pyportal_pynt | - | 6 |
|
||||
| pyportal_titano | - | 19 |
|
||||
| pyruler | 54 | 4 |
|
||||
| robohatmm1 | 25 | - |
|
||||
| robohatmm1_m4 | - | 0 |
|
||||
| sam32 | 29 | 1 |
|
||||
| serpente | - | 14 |
|
||||
| shirtty | - | 0 |
|
||||
| snekboard | - | 0 |
|
||||
| sparkfun_lumidrive | 25 | 0 |
|
||||
| sparkfun_nrf52840_mini | 28 | 0 |
|
||||
| sparkfun_qwiic_micro_no_flash | - | 0 |
|
||||
| sparkfun_qwiic_micro_with_flash | - | 0 |
|
||||
| sparkfun_redboard_turbo | 32 | 2 |
|
||||
| sparkfun_samd21_dev | 30 | 0 |
|
||||
| sparkfun_samd21_mini | 31 | 0 |
|
||||
| stm32f411ce_blackpill | - | 8 |
|
||||
| stm32f411ve_discovery | - | 2 |
|
||||
| stm32f412zg_discovery | - | 2 |
|
||||
| stringcar_m0_express | - | 1 |
|
||||
| teknikio_bluebird | - | 0 |
|
||||
| trellis_m4_express | 124 | 9 |
|
||||
| trinket_m0 | 615 | 33 |
|
||||
| trinket_m0_haxpress | - | 0 |
|
||||
| uchip | 22 | 1 |
|
||||
| ugame10 | 26 | 1 |
|
||||
| winterbloom_sol | - | 0 |
|
||||
| xinabox_cc03 | - | 0 |
|
||||
| xinabox_cs11 | - | 0 |
|
||||
| ----------------------------------------------|--------|---------------|
|
||||
| Total | 6754 | 875 |
|
||||
| ----------------------------------------------|--------|---------------|
|
||||
|
||||
|
||||
Download stats by language:
|
||||
|
||||
|
||||
| Board | 4.1.2 | 5.0.0-beta.3 |
|
||||
| -----------------|--------|---------------|
|
||||
| ID | 140 | 0 |
|
||||
| de_DE | 460 | 17 |
|
||||
| en_US | 4872 | 833 |
|
||||
| en_x_pirate | 161 | 3 |
|
||||
| es | 183 | 7 |
|
||||
| fil | 142 | 1 |
|
||||
| fr | 208 | 6 |
|
||||
| it_IT | 159 | 0 |
|
||||
| ko | - | 2 |
|
||||
| pl | 139 | 0 |
|
||||
| pt_BR | 149 | 5 |
|
||||
| zh_Latn_pinyin | 141 | 1 |
|
||||
| -----------------|--------|---------------|
|
||||
| Total | 6754 | 875 |
|
||||
| -----------------|--------|---------------|
|
||||
|
||||
|
||||
|
||||
|
||||
### 13:07 Libraries
|
||||
|
||||
|
||||
* 28 pull requests merged
|
||||
* 10 authors - TinyCircuits, linusg, dglaude, caternuson, bmeisels, kattni, makermelissa, siddacious, vdehors, dherrada
|
||||
* 8 reviewers - tannewt, ladyada, caternuson, jepler, kattni, makermelissa, siddacious, dherrada
|
||||
* 24 open pull requests
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BitbangIO/pull/1 (Open 353 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint/pull/11 (Open 342 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Debouncer/pull/8 (Open 280 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/pull/57 (Open 256 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BNO055/pull/30 (Open 253 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_PyPortal/pull/34 (Open 253 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BME680/pull/18 (Open 179 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Debouncer/pull/10 (Open 161 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/66 (Open 152 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/69 (Open 149 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_WSGI/pull/2 (Open 98 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_DotStar/pull/40 (Open 91 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/pull/22 (Open 90 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_VL53L0X/pull/12 (Open 66 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/15 (Open 32 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_PyPortal/pull/60 (Open 14 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Media/pull/1 (Open 13 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Media/pull/2 (Open 7 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BLE/pull/56 (Open 6 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BLE/pull/58 (Open 5 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display/pull/66 (Open 4 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BLE/pull/63 (Open 4 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display/pull/67 (Open 3 days)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel/pull/68 (Open 2 days)
|
||||
* 18 closed issues by 7 people, 10 opened by 9 people
|
||||
* 139 open issues
|
||||
* https://circuitpython.org/contributing
|
||||
Library updates in the last seven days:
|
||||
**New Libraries**
|
||||
* [Adafruit_CircuitPython_LIS3MDL](https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL)
|
||||
**Updated Libraries**
|
||||
* [Adafruit_CircuitPython_SimpleIO](https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO)
|
||||
* [Adafruit_CircuitPython_Motor](https://github.com/adafruit/Adafruit_CircuitPython_Motor)
|
||||
* [Adafruit_CircuitPython_Display_Notification](https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification)
|
||||
* [Adafruit_CircuitPython_BLE_Apple_Notification_Center](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Notification_Center)
|
||||
* [Adafruit_CircuitPython_BD3491FS](https://github.com/adafruit/Adafruit_CircuitPython_BD3491FS)
|
||||
* [Adafruit_CircuitPython_ESP_ATcontrol](https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol)
|
||||
* [Adafruit_CircuitPython_DymoScale](https://github.com/adafruit/Adafruit_CircuitPython_DymoScale)
|
||||
* [Adafruit_CircuitPython_AVRprog](https://github.com/adafruit/Adafruit_CircuitPython_AVRprog)
|
||||
* [Adafruit_CircuitPython_SharpMemoryDisplay](https://github.com/adafruit/Adafruit_CircuitPython_SharpMemoryDisplay)
|
||||
* [Adafruit_CircuitPython_BMP280](https://github.com/adafruit/Adafruit_CircuitPython_BMP280)
|
||||
* [Adafruit_CircuitPython_BME680](https://github.com/adafruit/Adafruit_CircuitPython_BME680)
|
||||
* [Adafruit_CircuitPython_BluefruitSPI](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitSPI)
|
||||
* [Adafruit_CircuitPython_PCT2075](https://github.com/adafruit/Adafruit_CircuitPython_PCT2075)
|
||||
* [Adafruit_CircuitPython_BluefruitConnect](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect)
|
||||
* [Adafruit_CircuitPython_SSD1305](https://github.com/adafruit/Adafruit_CircuitPython_SSD1305)
|
||||
* [Adafruit_CircuitPython_MPU6050](https://github.com/adafruit/Adafruit_CircuitPython_MPU6050)
|
||||
* [Adafruit_CircuitPython_LSM303DLH_Mag](https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag)
|
||||
* [Adafruit_CircuitPython_LSM303_Accel](https://github.com/adafruit/Adafruit_CircuitPython_LSM303_Accel)
|
||||
* [Adafruit_CircuitPython_RGBLED](https://github.com/adafruit/Adafruit_CircuitPython_RGBLED)
|
||||
* [Adafruit_CircuitPython_VEML7700](https://github.com/adafruit/Adafruit_CircuitPython_VEML7700)
|
||||
* [Adafruit_CircuitPython_LPS35HW](https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW)
|
||||
* [Adafruit_CircuitPython_MAX31856](https://github.com/adafruit/Adafruit_CircuitPython_MAX31856)
|
||||
* [Adafruit_CircuitPython_MPRLS](https://github.com/adafruit/Adafruit_CircuitPython_MPRLS)
|
||||
* [Adafruit_CircuitPython_MAX31855](https://github.com/adafruit/Adafruit_CircuitPython_MAX31855)
|
||||
* [Adafruit_CircuitPython_WS2801](https://github.com/adafruit/Adafruit_CircuitPython_WS2801)
|
||||
* [Adafruit_CircuitPython_Debouncer](https://github.com/adafruit/Adafruit_CircuitPython_Debouncer)
|
||||
* [Adafruit_CircuitPython_Touchscreen](https://github.com/adafruit/Adafruit_CircuitPython_Touchscreen)
|
||||
* [Adafruit_CircuitPython_Display_Text](https://github.com/adafruit/Adafruit_CircuitPython_Display_Text)
|
||||
* [Adafruit_CircuitPython_MIDI](https://github.com/adafruit/Adafruit_CircuitPython_MIDI)
|
||||
* [Adafruit_CircuitPython_Fingerprint](https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint)
|
||||
* [Adafruit_CircuitPython_Thermistor](https://github.com/adafruit/Adafruit_CircuitPython_Thermistor)
|
||||
* [Adafruit_CircuitPython_TrellisM4](https://github.com/adafruit/Adafruit_CircuitPython_TrellisM4)
|
||||
* [Adafruit_CircuitPython_SHT31D](https://github.com/adafruit/Adafruit_CircuitPython_SHT31D)
|
||||
* [Adafruit_CircuitPython_Slideshow](https://github.com/adafruit/Adafruit_CircuitPython_Slideshow)
|
||||
* [Adafruit_CircuitPython_NeoTrellis](https://github.com/adafruit/Adafruit_CircuitPython_NeoTrellis)
|
||||
* [Adafruit_CircuitPython_BNO055](https://github.com/adafruit/Adafruit_CircuitPython_BNO055)
|
||||
* [Adafruit_CircuitPython_framebuf](https://github.com/adafruit/Adafruit_CircuitPython_framebuf)
|
||||
* [Adafruit_CircuitPython_NTP](https://github.com/adafruit/Adafruit_CircuitPython_NTP)
|
||||
* [Adafruit_CircuitPython_SSD1322](https://github.com/adafruit/Adafruit_CircuitPython_SSD1322)
|
||||
* [Adafruit_CircuitPython_SSD1327](https://github.com/adafruit/Adafruit_CircuitPython_SSD1327)
|
||||
* [Adafruit_CircuitPython_SSD1331](https://github.com/adafruit/Adafruit_CircuitPython_SSD1331)
|
||||
* [Adafruit_CircuitPython_SSD1351](https://github.com/adafruit/Adafruit_CircuitPython_SSD1351)
|
||||
* [Adafruit_CircuitPython_SSD1608](https://github.com/adafruit/Adafruit_CircuitPython_SSD1608)
|
||||
* [Adafruit_CircuitPython_ST7735](https://github.com/adafruit/Adafruit_CircuitPython_ST7735)
|
||||
* [Adafruit_CircuitPython_ST7735R](https://github.com/adafruit/Adafruit_CircuitPython_ST7735R)
|
||||
* [Adafruit_CircuitPython_ST7789](https://github.com/adafruit/Adafruit_CircuitPython_ST7789)
|
||||
* [Adafruit_CircuitPython_TFmini](https://github.com/adafruit/Adafruit_CircuitPython_TFmini)
|
||||
* [Adafruit_CircuitPython_BMP3XX](https://github.com/adafruit/Adafruit_CircuitPython_BMP3XX)
|
||||
* [Adafruit_CircuitPython_Trellis](https://github.com/adafruit/Adafruit_CircuitPython_Trellis)
|
||||
* [Adafruit_CircuitPython_ILI9341](https://github.com/adafruit/Adafruit_CircuitPython_ILI9341)
|
||||
* [Adafruit_CircuitPython_hashlib](https://github.com/adafruit/Adafruit_CircuitPython_hashlib)
|
||||
* [Adafruit_CircuitPython_Register](https://github.com/adafruit/Adafruit_CircuitPython_Register)
|
||||
* [Adafruit_CircuitPython_ESP32SPI](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI)
|
||||
* [Adafruit_CircuitPython_Crickit](https://github.com/adafruit/Adafruit_CircuitPython_Crickit)
|
||||
* [Adafruit_CircuitPython_EPD](https://github.com/adafruit/Adafruit_CircuitPython_EPD)
|
||||
* [Adafruit_CircuitPython_FancyLED](https://github.com/adafruit/Adafruit_CircuitPython_FancyLED)
|
||||
* [Adafruit_CircuitPython_RPLIDAR](https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR)
|
||||
* [Adafruit_CircuitPython_Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests)
|
||||
* [Adafruit_CircuitPython_ImageLoad](https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad)
|
||||
* [Adafruit_CircuitPython_MCP230xx](https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx)
|
||||
* [Adafruit_CircuitPython_PCA9685](https://github.com/adafruit/Adafruit_CircuitPython_PCA9685)
|
||||
* [Adafruit_CircuitPython_ServoKit](https://github.com/adafruit/Adafruit_CircuitPython_ServoKit)
|
||||
* [Adafruit_CircuitPython_turtle](https://github.com/adafruit/Adafruit_CircuitPython_turtle)
|
||||
* [Adafruit_CircuitPython_LIS3DH](https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH)
|
||||
* [Adafruit_CircuitPython_miniQR](https://github.com/adafruit/Adafruit_CircuitPython_miniQR)
|
||||
* [Adafruit_CircuitPython_PyPortal](https://github.com/adafruit/Adafruit_CircuitPython_PyPortal)
|
||||
* [Adafruit_CircuitPython_MCP9600](https://github.com/adafruit/Adafruit_CircuitPython_MCP9600)
|
||||
* [Adafruit_CircuitPython_MAX31865](https://github.com/adafruit/Adafruit_CircuitPython_MAX31865)
|
||||
* [Adafruit_CircuitPython_seesaw](https://github.com/adafruit/Adafruit_CircuitPython_seesaw)
|
||||
* [Adafruit_CircuitPython_ADS1x15](https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15)
|
||||
* [Adafruit_CircuitPython_RGB_Display](https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display)
|
||||
* [Adafruit_CircuitPython_MLX90640](https://github.com/adafruit/Adafruit_CircuitPython_MLX90640)
|
||||
* [Adafruit_CircuitPython_MotorKit](https://github.com/adafruit/Adafruit_CircuitPython_MotorKit)
|
||||
* [Adafruit_CircuitPython_CircuitPlayground](https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground)
|
||||
* [Adafruit_CircuitPython_MCP4728](https://github.com/adafruit/Adafruit_CircuitPython_MCP4728)
|
||||
* [Adafruit_CircuitPython_FeatherWing](https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing)
|
||||
* [Adafruit_CircuitPython_LSM6DS](https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS)
|
||||
* [Adafruit_CircuitPython_PyBadger](https://github.com/adafruit/Adafruit_CircuitPython_PyBadger)
|
||||
* [Adafruit_CircuitPython_BLE](https://github.com/adafruit/Adafruit_CircuitPython_BLE)
|
||||
* [Adafruit_CircuitPython_GPS](https://github.com/adafruit/Adafruit_CircuitPython_GPS)
|
||||
* [Adafruit_CircuitPython_DotStar](https://github.com/adafruit/Adafruit_CircuitPython_DotStar)
|
||||
* [Adafruit_CircuitPython_BME280](https://github.com/adafruit/Adafruit_CircuitPython_BME280)
|
||||
* [Adafruit_CircuitPython_TinyLoRa](https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa)
|
||||
* [Adafruit_CircuitPython_NeoPixel](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel)
|
||||
* [Adafruit_CircuitPython_Pypixelbuf](https://github.com/adafruit/Adafruit_CircuitPython_Pypixelbuf)
|
||||
* [Adafruit_CircuitPython_HT16K33](https://github.com/adafruit/Adafruit_CircuitPython_HT16K33)
|
||||
* [Adafruit_CircuitPython_NeoPixel_SPI](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI)
|
||||
* [Adafruit_CircuitPython_SSD1306](https://github.com/adafruit/Adafruit_CircuitPython_SSD1306)
|
||||
### 15:59 Blinka
|
||||
* 2 pull requests merged
|
||||
* 1 authors - yeyeto2788
|
||||
* 1 reviewers - makermelissa
|
||||
* 2 open pull requests
|
||||
* https://github.com/adafruit/Adafruit_Blinka/pull/201 (Open 35 days)
|
||||
* https://github.com/adafruit/Adafruit_Blinka/pull/220 (Open 11 days)
|
||||
* 1 closed issues by 1 people, 2 opened by 2 people
|
||||
* 29 open issues
|
||||
* https://github.com/adafruit/Adafruit_Blinka/issues
|
||||
* PyPI Downloads in the last week: 5343
|
||||
Number of supported boards: 62
|
||||
|
||||
|
||||
## 17:14 Hug Reports
|
||||
|
||||
|
||||
18:09 @tannewt
|
||||
* Joeycastillo for open book support
|
||||
* Siddacious for the friendly reminder for folks to be friendly on an issue
|
||||
* Dherrada and siddacious for jumping in and helping with BLE libs
|
||||
* Thea for reviewing PRs!
|
||||
|
||||
|
||||
19:54 @cater
|
||||
* Group hug
|
||||
|
||||
|
||||
20:06 @CGrover (text only, occasional lurking)
|
||||
* Group hug to the team and community.
|
||||
|
||||
|
||||
@charlesburnaford (lurking)
|
||||
|
||||
|
||||
20:15 @danh
|
||||
* @mscosti for persistent debugging of BLE advertising problem, and @urish for initial report on the bug
|
||||
* @WarriorOfWire, @smurfix, @Dar-Scott, @ladyada, @rdlaner, @tgs, @njsmith for spirited discussion in https://github.com/adafruit/circuitpython/issues/1380 (async programming), and @siddacious for monitoring the tone.
|
||||
* @tannewt and @arturo182 for continued i.MX work.
|
||||
* @tannewt for bonding review.
|
||||
|
||||
|
||||
21:47 @DavidGlaude (lurking / text only)
|
||||
* General hugs for all those writing stuff in learn.adafruit.com I have been reading a lot of guide, especially PyPortal.
|
||||
|
||||
|
||||
22:00 @DrewFustini
|
||||
* Ladyada for recommending that we add CircuitPython support to Open HW Summit badge
|
||||
* Stargirl reminder
|
||||
* Michael for getting the PR in to CP for the badge
|
||||
|
||||
|
||||
@duewester (lurking)
|
||||
|
||||
|
||||
22:39 @foamyguy (text only)
|
||||
* @jerryn, @KittenCanaveral, and @Docmollo for help testing the Android Bluefruit Playground app
|
||||
* Group hug for everyone that wrote a Circuit Python 2020 post. I was fascinated and inspired reading through them.
|
||||
|
||||
|
||||
23:29 @geekguy (text only / lurking)
|
||||
* @tannewt and @siddacious for being so helpful when I have issues to solve. You are both awesome!
|
||||
* The whole Circuitpython team for all the hard work you all do to make it easy for others to program micros.
|
||||
|
||||
|
||||
23:50 @hierophect
|
||||
* Big thanks to Tannewt for his help working on the VTOR relocation bug last week, very informative towards improving my debugging setup
|
||||
* Also thanks to jeff epler and deshipu for helping with some questions as I was upgrading my setup.
|
||||
* Thanks to Madbodger, Ladyada and Timvictor for their help with a side project
|
||||
* Group hug to everyone else.
|
||||
|
||||
|
||||
@jasonp (Lurking)
|
||||
|
||||
|
||||
24:57 @jepler
|
||||
* @dar for investigating SD card performance and reporting findings
|
||||
* @sommersoft and @DanH for PR comments
|
||||
* @cater for a pointer in the right direction on palette bitmaps
|
||||
* @ladyada from telling me to come in from the wilderness of audio playback glitches
|
||||
* @adafruit and @ladyada for sending me to OHS2020
|
||||
* @DrewFustini for the badge, looking forward to doing something time-keepy with it
|
||||
* Group hug especially since I’m sure I’m forgetting somebody today
|
||||
|
||||
|
||||
26:29 @jerryn
|
||||
* @foamyguy for continued development of the android Circuit Playground Bluefruit app
|
||||
* @tannewt and others involved for the teensy4.0 support
|
||||
|
||||
|
||||
26:53 @kattni
|
||||
* All of the new names showing up in this meeting, as well as contributing to the CircuitPython libraries - I love seeing all the new participants and contributors!
|
||||
* @JohnPark and @CGrover for suggestions/advice on my new audio setup.
|
||||
* @PT for helping out with my new audio setup.
|
||||
* @tannewt for a great discussion last week
|
||||
* @DanH for stepping in on a forum post and resolving the person’s issue
|
||||
* @sommersoft for discussion about adding more features to Adabot
|
||||
* @dherrada for the release party happening on the libraries
|
||||
* @krayola for a ton of git help and for helping me streamline some code
|
||||
|
||||
|
||||
@KingerNorth (lurking)
|
||||
|
||||
|
||||
@kjw (lurking)
|
||||
|
||||
|
||||
28:29 @makermelissa
|
||||
* @yeyeto2788 for continuing work on Blinka such as refactoring, adding more Orange Pi boards and working on the Onion Pi.
|
||||
* @ntoll for getting a mu-editor fix for Catalina
|
||||
|
||||
|
||||
@Mr. Certainly (lurking)
|
||||
|
||||
|
||||
28:50 @mscosti (text only / lurking)
|
||||
* @Danh for all of the time spent helping to debug a Windows 10 BLE HID related issue. He was really responsive, quickly found and fixed a related bug, and gave me a couple of custom builds of CPY firmware for me to test, one of which fixed and unblocked my own project.
|
||||
|
||||
|
||||
29:15 @ntoll (missing meeting)
|
||||
* General hugs to all
|
||||
|
||||
|
||||
29:29 @sommersoft (text only)
|
||||
* @jepler for the AudioMixer improvements.
|
||||
* @stargirl for sharing their notes doc with thoughts on CircuitPython package management.
|
||||
* Group hug!
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 29:50 Status Updates
|
||||
|
||||
|
||||
30:26 @tannewt
|
||||
* Wrapping up iMX PR and Apple Media PR.
|
||||
* Getting caught up on email and recentered. Was too heads down in iMX.
|
||||
* Will do next Beta if Dan doesn’t want to.
|
||||
* Need to document all Adafruit BLE APIs and UUIDs. Also create standard sensor services.
|
||||
* BLE Midi and bug fixing after that.
|
||||
* Going to lock down NeoPixel library for CircuitPython librarians from Write to Triage so that we have to be more deliberate with releases. Lots of people use it so we need to be very aware of when we do a release. Will it mess up Adabot?
|
||||
* @sommersoft: Shouldn’t affect Adabot, unless the bundle gets locked down. Patching will likely suffer, but that’s low-interval at best.
|
||||
|
||||
|
||||
34:52 @cater
|
||||
* Added some fake buttons to PyGamer based on joystick
|
||||
* Settable i2c addresses for charlcd, added that.
|
||||
* Changed the example in display_button, the simpletest was complex, made a truly simple example using built in font etc.
|
||||
* Involved with various pixelbuf stuff.
|
||||
|
||||
|
||||
36:09 @CGrover (text only, occasional lurking)
|
||||
* Last week:
|
||||
* Wrapped up the code review and started the Learning Guide for the Thermal Camera project. Hope to wrap it up in a couple of days. TFTs aren’t very photogenic video-wise.
|
||||
* Tested three Unit Conversion modules (time, temperature, electronics) with elements that support current Cedar Grove projects.
|
||||
* Purple PCBs gathering dust. They stopped staring at me and are whispering among themselves. I think they’re plotting an escape.
|
||||
* Next week:
|
||||
* Complete the Thermal Camera Learning Guide.
|
||||
* Create a project plan to extend/expand the Unit Converter library and eventually make it available for public consumption.
|
||||
* Complete the code for the secret heirloom project. Looking through the antique stores for a suitable project enclosure. May have to warm up the woodshop instead.
|
||||
|
||||
|
||||
@charlesburnaford (lurking)
|
||||
|
||||
|
||||
37:02 @danh
|
||||
* Finished BLE bonding. Core CircuitPython and BLE library PR’s are merged!
|
||||
* Helped John Park with BLE HID example for new guide.
|
||||
* Trying to wrap up 5.0.0.
|
||||
|
||||
|
||||
38:00 @Dave Briccetti (away)
|
||||
* Learning about Circuit Playground Bluefruit and planning to write some example code using the Python library, https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground.
|
||||
|
||||
|
||||
38:21 @DavidGlaude (lurking / text only)
|
||||
* Still, wondering what to say and show in 20 minutes in Fosdem’20 presentation. Maybe I should record myself for timing.
|
||||
* Figuring that maybe I should do a GitHub with the demo code I could show: https://github.com/dglaude/Fosdem20CircuitPython (right now two PyPortal Cheerlight demo)
|
||||
|
||||
|
||||
39:06 @DrewFustini
|
||||
* Working on some PWM issues in Blinka, then found Blinka didn’t work with BBGreen, working on adding handling that into Platform Detect. Hopefully have PR soon.
|
||||
|
||||
|
||||
@duewester (lurking)
|
||||
|
||||
|
||||
39:43 @foamyguy
|
||||
* Last week:
|
||||
* Put the finishing touches on the Android Bluefruit Playground app
|
||||
* Next Week:
|
||||
* Diving in to see where I can help with Issues and PRs
|
||||
* Vetting a Proof of Concept for making similar “Playground” apps for CPX and possibly other devices.
|
||||
|
||||
|
||||
@geekguy (lurking)
|
||||
|
||||
|
||||
41:33 @hierophect
|
||||
* Had to upgrade to a new PC and get everything installed and working, so not a super productive week.
|
||||
* Solved the issue we were encountering with the UF2 bootloader, which had to do with the location of the vector table - it’s been solved, which will both enable the use of the Meowbit bootloader and enable UF2 on other boards in the future.
|
||||
* Generally got better at GDB
|
||||
* Been working on a couple of DisplayIO bugs which should be resolved soon.
|
||||
* This coming week, Meowbit wrapup, and tackling my last 5.0 feature related to temperature. Have had interest in RotaryIO and PulseIO so hopefully getting to those soon. Still have a pile of boards that need implementing, too, and we need UF2 support.
|
||||
|
||||
|
||||
@jasonp (Lurking)
|
||||
|
||||
|
||||
43:34 @jepler
|
||||
* Last week:
|
||||
* Performance enhancements for AudioMixer PR’d, needs some rework
|
||||
* Investigating SD performance for MP3 playback & interaction of GC and SD reads (concrete result: bumped SD SPI rate in JEplayer)
|
||||
* Investigating “right channel only” MP3 & AudioMixer glitches on samd51. Turns out right channel was delayed by 1 buffer in MP3. However, “fixing” it made things worse, so haven’t PR’d yet and feel like there’s something I’m still missing.
|
||||
* There’s also something weird with RawSample and AudioMixer and the right channel, but that sort of got lost in the shuffle of “I’m testing all sorts of different things”.
|
||||
* This week:
|
||||
* JEplayer UI work is actually happening! That’s top priority, but maybe I’ll get to some of the following too.
|
||||
* Investigating a different way of “coupling” left and right channels in samd audio_dma.c, potentially getting rid of the “single channel” flag in audio sample API (and fixing MP3 and AudioMixer right channel glitches? maybe?)
|
||||
* Investigating how much of adafruit_sdcard would have to be C-coded to avoid GC pauses during read from SD in background tasks
|
||||
* Responding to review comments on AudioMixer performance PR
|
||||
* Ongoing not so fun events:
|
||||
* Minor foot surgery this Friday, but expect to be back Monday.
|
||||
|
||||
|
||||
47:14 @jerryn
|
||||
* Still working on “reliable datagram” mode for the RFM9x/69
|
||||
* Finding some places to speed up timing
|
||||
* Struggling with timing on Raspberry Pi under Blinka
|
||||
* Raspberry Pi 4 is nice!! Really want to target Pi Zero
|
||||
* Did some testing of new Teensy 4.0 version
|
||||
* Ran into an issue reading libraries from flash -- looks like a workaround will be available soon.
|
||||
|
||||
|
||||
51:14 @kattni
|
||||
* Last week and Monday:
|
||||
* Fritzing objects
|
||||
* ItsyBitsy nRF52840 guide
|
||||
* Update Circuit Playground README
|
||||
* Add explanation of Circuit Playground library to Made Easy guide
|
||||
* Began PyCon 2020 planning discussion
|
||||
* This week:
|
||||
* MLX90640 thermal camera product guide
|
||||
* Fritzing, PCBs to GitHub, etc.
|
||||
* Go through library PRs again
|
||||
* Finish explanation in Made Easy guide - need @DanH’s input
|
||||
* Update CP lib README to point at Made Easy guide
|
||||
* Update CP lib to have NotImplementedError
|
||||
* Increase stack size in CircuitPython for CPX
|
||||
* Continued PyCon planning which will be ever present for the next few months.
|
||||
|
||||
|
||||
@KingerNorth (lurking)
|
||||
|
||||
|
||||
@kjw (lurking)
|
||||
|
||||
|
||||
54:52 @makermelissa
|
||||
* Last Week:
|
||||
* Worked on HT16K33 LED Backpack Driver Updates and adding lots of new features and porting over features from the FeatherWing library
|
||||
* Worked on updating HT16K33 LED Backpack Guide pages
|
||||
* Worked on testing lots of Platform_Detect and Blinka Pull Requests
|
||||
* Tested an SSD1306 Pull Request to make sure existing displays still worked
|
||||
* Reviewed several CircuitPython.org Pull Requests
|
||||
* Spent the weekend setting up my windows computer to dual boot to Windows 10 and Windows 7 to be able to do more testing.
|
||||
* This week:
|
||||
* Finish up HT16K33 Guide Updates
|
||||
* Focus more on getting Blinka running better and adding more boards
|
||||
* Start on Pine64 Blinka Guide
|
||||
|
||||
|
||||
@Mr. Certainly (lurking)
|
||||
|
||||
|
||||
@mscosti (text only/lurking)
|
||||
|
||||
|
||||
56:13 @sommersoft (text only)
|
||||
* Last Week:
|
||||
* RosiePi:
|
||||
* With the preliminary security design choices made, development needs to move to the Raspberry Pi environment. So, I worked on changes to the Ansible configuration for the new system, to understand/verify what approaches can be automated. New config is about 80% done, and is passing check runs.
|
||||
* Verified my assumptions on repository transfers and org accounts, created a new org, and transferred one repository to the new org account. I'd like to continue cleaning the others up (working trees, branches, etc) before transferring them. The new location for all of the repositories: https://github.com/physaCI
|
||||
* This Week:
|
||||
* RosiePi/physaCI:
|
||||
* Continue repository transfers
|
||||
* Continue setting up the new environment on the RPi
|
||||
* Adabot:
|
||||
* Start working on the request to tweak the reports to show merged PR info.
|
||||
* Test @jepler's AudioMixer PR (Sorry I didn't get it over the past weekend! Ansible drug me into its vortex.)
|
||||
|
||||
|
||||
|
||||
|
||||
## 57:28 In the Weeds
|
||||
57:50 @kattni - Being more deliberate about notifying people about when the meeting is moved to a different day
|
||||
* Sharing calendar from GitHub - cp-weekly-meeting repo
|
||||
* Include link to notes doc in events
|
||||
* More advanced planning
|
||||
* Ping @circuitpythonistas immediately on a change choice - pin the notification
|
||||
* Clear up pins to make them more relevant
|
||||
|
||||
|
||||
1:05:42 @cater neopixel on MCU's without pixelbuf?
|
||||
## 1:12:17 Wrap-up
|
||||
Loading…
Reference in a new issue