Create 2024-11-25.md

This commit is contained in:
Jeff Epler 2024-11-25 15:21:19 -06:00 committed by GitHub
parent c4ebfa02bb
commit 366b3278ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

243
2024/2024-11-25.md Normal file
View file

@ -0,0 +1,243 @@
# CircuitPython Weekly Meeting for November 25, 2024
Jeff is hosting.
Video is available [on YouTube](https://youtu.be/PHdQtTOvu6s).
Join here for the chat all week: http://adafru.it/discord.
The CircuitPython Weekly Meeting normally is held at 2pm US ET/11am PT on Mondays. Check the #circuitpython channel on Discord for notices of change in time and links to past meetings. Meeting times are also available in [iCal format](https://raw.githubusercontent.com/adafruit/adafruit-circuitpython-weekly-meeting/master/meeting.ical) for use with standard calendar applications and can also be viewed [in your browser](https://open-web-calendar.hosted.quelltext.eu/calendar.html?url=https%3A%2F%2Fraw.githubusercontent.com%2Fadafruit%2Fadafruit-circuitpython-weekly-meeting%2Fmain%2Fmeeting.ical&title=CircuitPython%20Meeting%20Schedule&tab=agenda&tabs=month&tabs=agenda).
If you want to be able to participate in the meeting by speaking, you will need to be added to the @circuitpythonistas role on Discord. Please ask any of the moderators or admins to add you if youd like to join.
CircuitPython development is sponsored by Adafruit. Please support them by purchasing hardware from https://adafruit.com.
Reminders: Podcast available on most services. Let us know if were missing some. The canonical URL for the podcast version is https://adafruit-podcasts.s3.amazonaws.com/circuitpython_weekly_meeting/audio-podcast.xml which you may be able to enter directly into compatible podcast apps.
## 3:03 Community News
CircuitPython 9.2.1 Released
CircuitPython 9.2.1 Released
CircuitPython 9.2.1 is the latest bugfix revision of CircuitPython and is a new stable release Adafruit Blog and Release Notes.
Highlights of this release
* Additional synthio and audiofilters functionality.
* I2CTarget and keys.*.reset() fixes.
* RP2350: PSRAM and cpu.temperature fixes.
* rp2pio: add background read operation.
* Five new boards.
[jepler: This includes support for the Pico 2 W, which Raspberry Pi says has started shipping today]
Project of the Week A TVA TemPad Prop Build
TVA TemPad Prop Build
Matt Gray makes a Marvel TVA TemPad prop from Loki using an RP2040 board and Adafruit display, programmed in CircuitPython Adafruit Blog and The MagPi.
New Notes from Adafruit Playground
Do You Want to Make a Starship?
Do You Want to Make a Starship? Adafruit Playground.
### 4:55 Newsletter Details
The Python on Microcontrollers Weekly Newsletter is a CircuitPython-community-run newsletter emailed every Monday. The complete archives are [here](https://www.adafruitdaily.com/category/circuitpython/). It highlights the latest Python on hardware related news from around the web including CircuitPython, Python and MicroPython developments.
To contribute your own news or project, edit next week's draft [on GitHub](https://github.com/adafruit/circuitpython-weekly-newsletter/tree/gh-pages/_drafts) and [submit a pull request](https://help.github.com/articles/editing-files-in-your-repository/) with the changes. You may also or email cpnews@adafruit.com, or tag a post with #CircuitPython on Mastodon, Bluesky, or X (formerly known as Twitter),.
## 6:15 State of CircuitPython, Libraries and Blinka
**This report contains information from the previous seven days. Any changes (PRs merged, etc.) made today are not included in this report.**
### Overall
* 23 pull requests merged
* 12 authors - bill88t, jepler, tcfranks, bytiful, timchinowsky, sfe-SparkFro, Conor-Burns, FoamyGuy, bablokb, bradanlane, savannahcofer, dhalbert
* 5 reviewers - ladyada, jepler, FoamyGuy, aseanwatson, dhalbert
* 24 closed issues by 3 people, 13 opened by 10 people
### 7:15 Core
* 10 pull requests merged
* 9 authors - bill88t, jepler, bytiful, timchinowsky, sfe-SparkFro, Conor-Burns, bablokb, bradanlane, dhalbert
* 3 reviewers - aseanwatson, jepler, dhalbert
* 20 open pull requests
* https://github.com/adafruit/circuitpython/pull/7675 (Open 632 days) (draft)
* https://github.com/adafruit/circuitpython/pull/7811 (Open 606 days) (draft)
* https://github.com/adafruit/circuitpython/pull/8233 (Open 484 days) (draft)
* https://github.com/adafruit/circuitpython/pull/8457 (Open 419 days) (draft)
* https://github.com/adafruit/circuitpython/pull/8647 (Open 369 days) (draft)
* https://github.com/adafruit/circuitpython/pull/9009 (Open 264 days)
* https://github.com/adafruit/circuitpython/pull/9094 (Open 243 days) (draft)
* https://github.com/adafruit/circuitpython/pull/9238 (Open 197 days) (draft)
* https://github.com/adafruit/circuitpython/pull/9245 (Open 194 days) (draft)
* https://github.com/adafruit/circuitpython/pull/9349 (Open 159 days)
* https://github.com/adafruit/circuitpython/pull/9385 (Open 147 days)
* https://github.com/adafruit/circuitpython/pull/9550 (Open 94 days)
* https://github.com/adafruit/circuitpython/pull/9559 (Open 93 days)
* https://github.com/adafruit/circuitpython/pull/9667 (Open 58 days)
* https://github.com/adafruit/circuitpython/pull/9753 (Open 32 days) (draft)
* https://github.com/adafruit/circuitpython/pull/9776 (Open 24 days) (draft)
* https://github.com/adafruit/circuitpython/pull/9804 (Open 13 days) (draft)
* https://github.com/adafruit/circuitpython/pull/9824 (Open 2 days)
* https://github.com/adafruit/circuitpython/pull/9826 (Open 1 days)
* https://github.com/adafruit/circuitpython/pull/9828 (Open 0 days) (draft)
* 4 closed issues by 2 people, 6 opened by 5 people
* 757 open issues
* https://github.com/adafruit/circuitpython/issues
* 7 active milestones
* 10.0.0: 13 open issues
* 9.2.x: 2 open issues
* 9.x.x: 46 open issues
* Libraries: 22 open issues
* Long term: 637 open issues
* Support: 17 open issues
* Third-party: 15 open issues
* 5 issues not assigned a milestone [triaged to zero during meeting]
### 8:38 Libraries
* Adafruit Libraries: 347 Community Libraries: 159 (Total: 506)
* 12 pull requests merged
* 3 authors - savannahcofer, FoamyGuy, tcfranks
* 2 reviewers - ladyada, FoamyGuy
* Merged pull requests:
* https://github.com/adafruit/Adafruit_CircuitPython_EMC2101/pull/29 (Days open: 588)
* https://github.com/adafruit/Adafruit_CircuitPython_BNO055/pull/126 (Days open: 13)
* https://github.com/adafruit/Adafruit_CircuitPython_DHT/pull/102 (Days open: 7)
* https://github.com/adafruit/Adafruit_CircuitPython_DotStar/pull/67 (Days open: 5)
* https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SH1107/pull/24 (Days open: 5)
* https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes/pull/76 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/pull/216 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_BME680/pull/77 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_Ducky/pull/19 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_EMC2101/pull/35 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_DS18X20/pull/32 (Days open: 1)
* https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint/pull/56 (Days open: 1)
* 43 open pull requests (Oldest: 830, Newest: 2)
* 19 closed issues by 2 people, 6 opened by 5 people
* 831 open issues
* 97 good first issues
* https://circuitpython.org/contributing
#### Library updates in the last seven days:
* **Updated Libraries**
* [adafruit/Adafruit_CircuitPython_Fingerprint](https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint)
* [adafruit/Adafruit_CircuitPython_EMC2101](https://github.com/adafruit/Adafruit_CircuitPython_EMC2101)
* [adafruit/Adafruit_CircuitPython_Display_Text](https://github.com/adafruit/Adafruit_CircuitPython_Display_Text)
### 13:37 Blinka
* 1 pull requests merged
* 1 authors - FoamyGuy
* 2 reviewers - ladyada, FoamyGuy
* 7 open pull requests
* https://github.com/adafruit/Adafruit_Blinka_bleio/pull/40 (Open 1144 days)
* https://github.com/adafruit/Adafruit_Python_PlatformDetect/pull/335 (Open 332 days) (draft)
* https://github.com/adafruit/Adafruit_Blinka/pull/884 (Open 103 days) (draft)
* https://github.com/adafruit/Adafruit_Blinka_Displayio/pull/140 (Open 99 days)
* https://github.com/adafruit/Adafruit_Blinka/pull/888 (Open 86 days)
* https://github.com/adafruit/Adafruit_Blinka/pull/908 (Open 16 days) (draft)
* https://github.com/adafruit/Adafruit_Blinka/pull/911 (Open 8 days)
* 1 closed issues by 1 people, 1 opened by 1 people
* 113 open issues
* https://github.com/adafruit/Adafruit_Blinka/issues
Number of supported boards: 146
## 14:14 Hug reports
@jepler (host)
* Group hug
@CGrover (text only)
* To @Tyeth (TyethGundry) and @brentru (BrentRubell) for the AIO feed throttling features in adafruit_io. This has proven to be a real lifesaver for my multi-MPU weather sensor infrastructure. Was much easier to implement than anticipated. Thank you!
15:20 @danh
* Welcome back Scott!
* @eightycc for several PRs and continuing work
* @timchinowsky for audio work
* @aseanwatson for noticing `keypad` regression
* @jepler for fast reviews for 9.2.1 release
16:02 @foamyguy
* @johnohj for looking up and sharing information about how github treats issues and PRs similarly within their APIs
* @Michal Pokusa for a tip about using the DISPLAY env variable in linux (rpi) to be able to launch graphical programs onto a connected display from an SSH connection.
* @Danh and @Brentru for review and discussions around a timeout fix for minimqtt.
* @Timeline for reporting an issue with filtering on Circuitpython.org
16:53 @tannewt
* Everyone for continuing our wonderful project and community while I was out. Im happy to be back.
## 17:19 Status Updates
@jepler
* Wrapped up work in Arduino on Floppsy
* Shifting to implement DOS/PC floppy archiving in CircuitPython
* Sub tasks are getting floppsy board def & adafruit-circuitpython-floppy fixed up to where they work properly again on the current board revision
* Added board def & circuitpython.org listing for the pico 2 w last week
19:05 @CGrover (text only)
* This week and next week: After a long break from CircuitPython projects, Im deep into restructuring my weather device infrastructure from the one described in this Playground Note https://adafruit-playground.com/u/CGrover/pages/display-aio-local-weather-conditions-matrixweather-system. The overarching architecture was redesigned to reduce the number of weather data source devices from two to one. The changes increased the display-only devices from one to two and will allow for many customized display-only devices to be added when/where needed. With the new architecture, each weather device will function autonomously thanks to the elegant AIO feed throttling work done by Tyeth Gundry and Brent Rubell. Of course this means that there will be a bunch of work to refactor existing devices but the new approach has already shown a significant improvement in reliability. Ill publish a new Playground Note that can be used as a practical example for applying AIO throttling code to a project.
* Somewhat unrelated: Ive been absent from the CircuitPython project world for the past few months except for a minor effort to keep existing projects working as CircuitPython continues to improve. With winter approaching, the rock band reunion tour completed, and some significant home remodeling/repair projects coming to an end (that involved a couple of trips to the emergency clinic), Im excited to have more time available to resume work on my long list of PCB and CircuitPython projects.
20:25 @danh
* Released CircuitPython 9.2.1. Fixed a few bugs for that.
* CircuitMatter on CircuitPython:
* Refactored to isolate ecdsa calls to a single source file which can be reworked to substitute different ecdsa code, either a slimmer Python implementation or using mbedtls.
* Redoing DER (ASN1 encoding) code. The DER library that comes with ecdsa is Python 2/3 compatible, which makes for inefficiencies, and is not really in great shape. Also we only need a small part of it.
* CircuitPython now on Bluesky as @circuitpython.org. Also circuitpython@fosstodon.org. Release announcements will be posted to both accounts.
* Future:
* BLE HID central: library additions and testing
* MicroPython v1.24 merge
23:22 @eightycc
* Getting back into CircuitPython after an extended absence. Its remarkable how quickly the Pico landscape has changed in the last months. Im excited by the possibilities the new RP2350 opens up. The RP2040 is a fine part, but doubling the memory, adding PSRAM, and upgrading the processor cores make the RP2350 a better fit for larger projects.
* Submitted some minor PRs to practice getting my personal workflow up and running again.
* Took a deep dive into Infineon CYW43439 gSPI interfacing.
* Picked up where I left off with _bleio support for the CYW43439. Re-tooled my development and testing environment. Brought my code up to date with 9.2.x. Studied the updates that Scott and Dan made to their ESP version. Posted my WIP to my Github repo.
* Other than the packaging, Im not seeing any differences with the Raspberry Pi RM2 vs. the bare CYW43439 part used on the Pico W.
* Will be integrating and testing the new Pico SDK 2.1.0 over the next week. This new version brings with it a plethora of RP2350-related improvements.
25:04 @foamyguy
* Library issues. MiniMQTT timeout fix from discord. Tested issues reported for BNO055 and BME280
* Circuitpython.org fix a bug with filtering downloads that I caused with recent changes. Also an issue causing it to reorder the page into the wrong order if you erase your search term.
* Started refactoring Adabot to use pygithub instead of requests for gh API.
* RPi Bluesky scroller code & guide
27:47 @tannewt
* Baby girl Rynn was born 10/29. Everyone is doing well (except for sleep deprivation.)
* Back from paternity leave until late April next year. Out some of December for holidays & travel though starting the 11th.
* Getting caught up on emails.
* Maybe starting circuitmatter port to circuitpython.
## 29:03 In The Weeds
@foamyguy
1) Break up the `Raspberrypi` processor family filter on circuitpython.org into rp2040 and rp2350 listed separately?
2) https://github.com/adafruit/CircuitPython_Community_Bundle/pull/227 any concerns with a community library named `i2sinout`? Is this likely to clash with a core module at some point, and if so should it be renamed to something else?
34:03 @danh
* Get rid of “driver” vs “helper” distinction in bundle repo?
## 36:10 Wrap-Up
Next meeting is December 2, 2024