meeting 8/12/24
This commit is contained in:
parent
dac38110d8
commit
6623c4b464
1 changed files with 233 additions and 0 deletions
233
2024/2024-08-12.md
Normal file
233
2024/2024-08-12.md
Normal file
|
|
@ -0,0 +1,233 @@
|
|||
# CircuitPython Weekly Meeting for August 12, 2024
|
||||
|
||||
|
||||
Welcome to the CircuitPython Weekly meeting notes! Feel free to add your Hug Reports and Status Updates before the meeting, alphabetically by your username. During the meeting, we go through them in order. If you can’t make the meeting and would still like to participate, add your notes with a “(missing meeting)” after your username and we’ll read them off for you.
|
||||
|
||||
|
||||
Add any longer-form discussion topics or general questions you have to the “In the weeds” section.
|
||||
|
||||
|
||||
Thanks! We hope to see you in the meeting!
|
||||
|
||||
|
||||
Tim is hosting.
|
||||
|
||||
|
||||
Video is available [on YouTube](https://youtu.be/wz1TJreAlN8).
|
||||
|
||||
|
||||
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 you’d 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 we’re 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.
|
||||
## 03:14 Community News
|
||||
### 03:16 300th Issue
|
||||
We're celebrating today the publishing of the 300th Python on Microcontrollers Newsletter. Published since November, 2016, we've provided a free resource to the Python on hardware community. Thank you to all our subscribers and contributors - Adafruit Blog.
|
||||
|
||||
|
||||
### 03:46 CircuitPython Day is This Friday August 16th!
|
||||
Adafruit has determined that August 16, 2024 is the snakiest day of the year and designated it CircuitPython Day! Come Celebrate with us! - Adafruit Blog.
|
||||
Adafruit will have special shows and more (all times US Eastern):
|
||||
* 11am 3D Hangouts with Noe & Pedro
|
||||
* 1pm Maker Chat: Guy Dupont
|
||||
* 2pm CircuitPython Project Highlights with Paul Cutler & Tod Kurt
|
||||
* 4pm JP’s Workshop
|
||||
* 5pm Deep Dive with Scott
|
||||
* 6pm CircuitPython Game Jam with Tim
|
||||
* More content will be announced when scheduled here.
|
||||
Are you working with CircuitPython? Tag your projects #CircuitPythonDay2024 on social media and Adafruit will look to highlight them.
|
||||
### 04:56 SPECIAL: Raspberry Pi Releases the New RP2350 Microcontroller and Pico 2 Board
|
||||
Raspberry Pi has released a new microcontroller, the RP2350, last Thursday in conjunction with DEF CON 23 (the official badge uses the new chip). A new board was also released, the Raspberry Pi Pico 2. The RP2350 comes in four packages, two with 30 pins and two with 48 pins providing additional GPIO (the secondary versions add 2MB of flash). The new chips use two Arm Cortex M33 cores + floating point unit and also have two RISC-V HAZARD3 cores (only two cores usable at a time). The clock speed is bumped to 150 MHz. With the new architecture and floating point along with 3 PIO units, the speed is about double at stock clocks, while using less power. Besides Raspberry Pi Pico 2, there are over 30 boards announced at launch from a variety of vendors - Raspberry Pi News, RP2350 Datasheet (PDF), Pico 2 Datasheet (PDF)
|
||||
Adafruit's Ladyada discusses the RP2350 and shows the new Adafruit Feather RP2350 and Metro RP2350 - YouTube.
|
||||
|
||||
|
||||
### 06:25 MicroPython and CircuitPython Support for the RP2350 Chip
|
||||
CircuitPython on Friday released version 9.2.0-alpha.2350 which includes preliminary support for the new Raspberry Pi RP2350 and minor fixes and enhancements. MicroPython has a GitHub Pull Request (PR) to its codebase to support the RP2350.
|
||||
### 06:56 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),.
|
||||
## 07:47 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.**
|
||||
|
||||
|
||||
These stats were pulled on 8/7 because the job was stopped due to adabot repo inactivity.
|
||||
### 08:10 Overall
|
||||
* 11 pull requests merged
|
||||
* 9 authors - RoaCode, simonldwg, todbot, EternityForest, deshipu, jordanhemingway-revvity, FoamyGuy, BlitzCityDIY, ch4nsuk3
|
||||
* 3 reviewers - FoamyGuy, makermelissa, tannewt
|
||||
* 5 closed issues by 3 people, 11 opened by 10 people
|
||||
|
||||
|
||||
### 09:06 Core
|
||||
* 2 pull requests merged
|
||||
* 2 authors - deshipu, EternityForest
|
||||
* 1 reviewers - tannewt
|
||||
* 20 open pull requests
|
||||
* https://github.com/adafruit/circuitpython/pull/6555 (Open 764 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/7618 (Open 534 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/7675 (Open 522 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/7811 (Open 496 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/8233 (Open 374 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/8457 (Open 309 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/8647 (Open 259 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/9009 (Open 154 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/9094 (Open 133 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/9118 (Open 130 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/9238 (Open 87 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/9245 (Open 84 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/9315 (Open 61 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/9349 (Open 49 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/9385 (Open 37 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/9469 (Open 10 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/9475 (Open 8 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/9480 (Open 2 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/9484 (Open 0 days) (draft)
|
||||
* https://github.com/adafruit/circuitpython/pull/9483 (Open 0 days)
|
||||
* 1 closed issues by 1 people, 2 opened by 2 people
|
||||
* 715 open issues
|
||||
* https://github.com/adafruit/circuitpython/issues
|
||||
* 8 active milestones
|
||||
* 10.0.0: 5 open issues
|
||||
* 9.1.x: 10 open issues
|
||||
* 9.2.0: 0 open issues
|
||||
* 9.x.x: 35 open issues
|
||||
* Libraries: 22 open issues
|
||||
* Long term: 615 open issues
|
||||
* Support: 15 open issues
|
||||
* Third-party: 14 open issues
|
||||
* 0 issues not assigned a milestone
|
||||
|
||||
|
||||
### 10:45 Libraries
|
||||
* 9 pull requests merged
|
||||
* 8 authors - RoaCode, simonldwg, todbot, deshipu, jordanhemingway-revvity, FoamyGuy, BlitzCityDIY, ch4nsuk3
|
||||
* 3 reviewers - FoamyGuy, makermelissa, tannewt
|
||||
* Merged pull requests:
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_MIDI/pull/52 (Days open: 468)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_FT5336/pull/6 (Days open: 14)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15/pull/98 (Days open: 13)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display/pull/126 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/83 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/84 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/82 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Logging/pull/62 (Days open: 1)
|
||||
* https://github.com/adafruit/CircuitPython_Community_Bundle/pull/218 (Days open: 1)
|
||||
* 46 open pull requests (Oldest: 720, Newest: 1)
|
||||
* 3 closed issues by 1 people, 8 opened by 8 people
|
||||
* 866 open issues
|
||||
* 103 good first issues
|
||||
* https://circuitpython.org/contributing
|
||||
|
||||
|
||||
#### Library PyPI Weekly Download Stats
|
||||
* **Total Library Stats**
|
||||
* 166667 PyPI downloads over 331 libraries
|
||||
* **Top 10 Libraries by PyPI Downloads**
|
||||
* Adafruit CircuitPython Requests (adafruit-circuitpython-requests): 11956
|
||||
* Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice): 11091
|
||||
* Adafruit CircuitPython ConnectionManager (adafruit-circuitpython-connectionmanager): 9850
|
||||
* Adafruit CircuitPython Register (adafruit-circuitpython-register): 2528
|
||||
* Adafruit CircuitPython ADS1x15 (adafruit-circuitpython-ads1x15): 2133
|
||||
* Adafruit CircuitPython MiniMQTT (adafruit-circuitpython-minimqtt): 1642
|
||||
* Adafruit CircuitPython Wiznet5k (adafruit-circuitpython-wiznet5k): 1500
|
||||
* Adafruit CircuitPython DHT (adafruit-circuitpython-dht): 1363
|
||||
* Adafruit CircuitPython ESP32SPI (adafruit-circuitpython-esp32spi): 1290
|
||||
* Adafruit CircuitPython Pixelbuf (adafruit-circuitpython-pixelbuf): 1283
|
||||
|
||||
|
||||
#### Library updates in the last seven days:
|
||||
* **New Libraries**
|
||||
* [todbot/CircuitPython_TMIDI](https://github.com/todbot/CircuitPython_TMIDI)
|
||||
|
||||
|
||||
### 14:43 Blinka
|
||||
* 0 pull requests merged
|
||||
* 0 authors -
|
||||
* 0 reviewers -
|
||||
* 4 open pull requests
|
||||
* https://github.com/adafruit/Adafruit_Blinka_bleio/pull/40 (Open 1034 days)
|
||||
* https://github.com/adafruit/Adafruit_Blinka/pull/766 (Open 222 days) (draft)
|
||||
* https://github.com/adafruit/Adafruit_Python_PlatformDetect/pull/335 (Open 222 days) (draft)
|
||||
* https://github.com/adafruit/Adafruit_Blinka_Displayio/pull/138 (Open 4 days)
|
||||
* 1 closed issues by 1 people, 1 opened by 1 people
|
||||
* 100 open issues
|
||||
* https://github.com/adafruit/Adafruit_Blinka/issues
|
||||
* PyPI downloads in the last week: 16249
|
||||
* Piwheels Downloads in the last month: 18624
|
||||
Number of supported boards: 145
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 15:30 Hug reports
|
||||
|
||||
|
||||
15:53 @foamyguy (hosting)
|
||||
* @tannewt for review on a PR to adafruit_logging and suggestions of better way to implement the added functionality.
|
||||
* Group hug to everyone participating in or planning to hang out during circuitpython day. And thanks to Anne and Liz for coordinating
|
||||
* @JefferyThompson of https://www.jeffreythompson.org/collision-detection/table_of_contents.php whose collision detection web pages have been very helpful in making some circuitpython versions to be used in a breakout clone and other games
|
||||
* @DavidGlaude for finding and sharing some details about cookiecutter and values used on past runs.
|
||||
* @deshipu for a good tip about more efficient way to test for collision
|
||||
|
||||
|
||||
17:02 @jerryn
|
||||
* @tannewt for reviewing and merging the new Adafruit_CircuitPython_RFM library.
|
||||
|
||||
|
||||
17:18 @johnnohj [pronounced like ‘john-know’ ] (no mic) Hug Reports for DanH and MakerMelissa for their help and patience guiding pull requests into successful merges. Further hug reports to FoamyGuy and Tannewt for continuing to offer us a glimpse into the development process with their Deep Dives/coding livestreams, and to Todbot and JohnPark, amongst others, for their humor and being positive figures who maintain a fun and welcoming community. Cheers
|
||||
|
||||
|
||||
17:52 @makermelissa
|
||||
* @danh for testing the Beta Site and finding some issues
|
||||
* @elpekenin for a great suggestion about adding a check to Blinka to ensure function signatures match CircuitPython
|
||||
* Group Hug
|
||||
|
||||
|
||||
18:18 @tannewt
|
||||
* @danh for posting release notes in the normal places.
|
||||
* @bill88t for reporting an issue with S3 and the latest alpha.
|
||||
## 18:39 Status Updates
|
||||
19:04 @foamyguy (hosting)
|
||||
* Submitted a few more Ruff library conversions
|
||||
* Re-worked some proposed changes to adafruit_logging that added the ability to include timestamps in the log messages. The original implementation was not matching the CPython API. The revised version implements the Formatter class and adds support for the same API and behaviors found in CPython
|
||||
* Working on geometry helpers for intersection and distance. Originally aiming to be used with vectorio, but am now thinking it may be better to make it more generalized and just accept numerical value inputs so it can be used in a variety of different situations even in cases where the shapes are theoretical, and aren’t being drawn on a display.
|
||||
* Coded up a very basic very of the core functionality for a breakout clone. Will refine it further during Game Jam stream on CircuitPython day.
|
||||
|
||||
|
||||
20:12 @jerryn
|
||||
* Trying (and failing) to add some SPI functions to the adafruit_register library….will keep plugging away. Just learned that Adafruit_Register_SPI already exists .. looking into it instead. My issues appear to be more in how to use it in the RFM library rather, than in how to add the functions.
|
||||
* Should the Adafruit_CircuitPython_RFM library be released to get it “out there”. Suggest a 1.0.0 (or 0.1.0?) tag. If so, should I do that or does someone internally usually handle such things.
|
||||
|
||||
|
||||
22:47 @makermelissa
|
||||
* Worked on prepping to record a video for CircuitPython Day
|
||||
* Fixed an issue where the Code Editor Beta Site wasn’t updating
|
||||
* Fixed some issues with USB workflow that Dan found with the Code Editor
|
||||
* Will be filming my video today and editing after that
|
||||
|
||||
|
||||
23:20 @tannewt
|
||||
* Last week I was heads down in RP2350 support. Alpha with early support is out. Will follow up soon with another alpha. Maybe alpha.2351 or alpha.3000?
|
||||
* Need to test RGBMatrix support.
|
||||
* USB host via PIO needs to be fixed.
|
||||
* Low power support needs to be added as well.
|
||||
* Bug fixing so we can get 9.2.0 stable!
|
||||
* One hour Deep Dive on Friday for CircuitPython Day!
|
||||
## 24:55 In The Weeds
|
||||
|
||||
|
||||
|
||||
|
||||
## 25:16 Wrap-Up
|
||||
Next week’s meeting is at the normally scheduled day and time Monday 8/19/24, 2pm Eastern US / 11am Pacific US
|
||||
Loading…
Reference in a new issue