Create 2020-11-02.md
This commit is contained in:
parent
e7a36f0023
commit
3a8e5f0733
1 changed files with 487 additions and 0 deletions
487
2020/2020-11-02.md
Normal file
487
2020/2020-11-02.md
Normal file
|
|
@ -0,0 +1,487 @@
|
|||
# CircuitPython Weekly for 3 November 2020
|
||||
Welcome to the CircuitPython Weekly meeting notes! Feel free to add your Hug Reports and Status Updates early. During the meeting, we go through them as a round robin sorted by username. 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!
|
||||
|
||||
|
||||
Video is available here [on YouTube](https://youtu.be/SdKkEzxQUtw).
|
||||
|
||||
|
||||
Join here for the chat all week: http://adafru.it/discord
|
||||
|
||||
|
||||
The CircuitPython Weekly happens normally at 2pm 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 using the following link: https://raw.githubusercontent.com/adafruit/adafruit-circuitpython-weekly-meeting/master/meeting.ical for use with standard calendar applications or in your browser: https://open-web-calendar.herokuapp.com/calendar.html?url=https://raw.githubusercontent.com/adafruit/adafruit-circuitpython-weekly-meeting/master/meeting.ical
|
||||
|
||||
|
||||
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 one 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.
|
||||
## 3:47 Community News
|
||||
### The new Raspberry Pi 400 Computer released
|
||||
|
||||
The Raspberry Pi Foundation yesterday announced the new Raspberry Pi 400 Desktop Computer. It's all built into the keyboard! And all the ports come out the back.
|
||||
This is such a great Python/CircuitPython machine (just add Blinka) plus it has all the GPIO pins for hacking.
|
||||
https://blog.adafruit.com/2020/11/02/raspberry-pi-400-is-here-adafruit-raspberry_pi-raspberrypi400-raspberrypi/
|
||||
|
||||
### ulab 1.0.0 released
|
||||
Version 1.0.0 of the ulab numerical library is now available. ulab provides numerical capabilities similar to the numpy library but ulab is usable on the limited resources on microcontrollers. This release implements a number of missing features, like higher-dimensional tensors, proper views of arrays, and broadcasting. In addition, a bunch of new functions have been added, as well as customisation options.
|
||||
The author writes:
|
||||
With the help of adafruit-sponsored people (they are credited on the front page of the PDF version of the manual), I have also updated the manual, added a reference section, and a chapter on how ulab can be extended and how new function can be implemented.
|
||||
More - Library and Documentation.
|
||||
|
||||
|
||||
### Python in Visual Studio Code Update
|
||||
October 2020 Release of the Python in Visual Studio Code extension is available. You can download the Python extension from the Windows Marketplace, or install it directly from the extension gallery in Visual Studio Code. If you already have the Python extension installed, you can also get the latest update by restarting Visual Studio Code.
|
||||
This was a short release where we addressed 14 issues, and it includes debugpy 1.0! Debugpy 1.0 offers a great number of features that can help you understand bugs, errors and unexpected behaviors in your code.
|
||||
More - Microsoft Python Blog](https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2020-release/).
|
||||
|
||||
### Grayscale e-paper support added to CircuitPython
|
||||
CircuitPython now supports using e-paper / eInk displays. ABove, user Joey Castillo, author of the Open Book eReader, tests out the new capability - Twitter.
|
||||
And Adafruit has a new video out on the eInk refresh process - YouTube.
|
||||
|
||||
### Slappy.io - an easy to use web development environment for CircuitPython
|
||||
|
||||
slappy.io is a new, easy and fast way to write and load CircuitPython to your favorite Adafruit device, on nearly any computer. They wish to be the best solution for programming using Chromebooks and for Maker education - slappy.io and Twitter.
|
||||
|
||||
|
||||
### A CircuitPython Sensor Ring
|
||||
|
||||
Hackster.io features the Sensor Ring — the latest work from Joey Castillo. Expanding on previous postings, the article discusses adding sensors and DotStar RGB LEDs, design decisions, and directions for future work - Hackster.io.
|
||||
AdaBox016
|
||||
|
||||
"...when I gave CircuitPython a shot, it was amazing. Along with Mu, the simple Python text editor, I was up and running in no time. Mu recognized that I was using CircuitPython, and once I enabled serial communication to help me find the stupid syntax errors I often make, I was up and running. I hadn’t bought into the “not compiling saves time” argument of Python over C++ for microcontrollers, (especially given the lightweight programming I do) but it does turn out to be a nice feature to click save and watch my screen update."
|
||||
more on this AdaBox016 build - BobTheChemist.
|
||||
|
||||
### Making a Heart of Te Fiti from Moana and Tony Stark Arc Reactor - Evan Weinberg and Twitter.
|
||||
|
||||
### Creepy Box
|
||||
|
||||
Scott Young posts - Twitter
|
||||
Me and Phina (4) collaborated on this to scare the wife yesterday. Adafruit HalloWing M4, some photos, bit of sound manipulation and a bit of mucking about in CircuitPython and we came up with something ‘well creepy’!
|
||||
|
||||
|
||||
|
||||
### Newsletter
|
||||
|
||||
The CircuitPython Weekly Newsletter is a CircuitPython community-run newsletter emailed every Tuesday. 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 tag @anne_engineer on Twitter, or email anneb@adafruit.com.
|
||||
|
||||
## 7:36 State of CircuitPython, Libraries and Blinka
|
||||
|
||||
|
||||
### Overall
|
||||
|
||||
|
||||
* 35 pull requests merged
|
||||
* 23 authors - michaellass, brentru, fede2cr, ladyada, AdamCummick, bergdahl, tannewt, twa127, ITACAInnovation, markus-k, FoamyGuy, mtowara, makermelissa, dmanla, dherrada, dhalbert, jepler, siddacious, kattni, dastels, bd34n, ben-lewis, jerryneedell
|
||||
* 10 reviewers - FoamyGuy, makermelissa, caternuson, dhalbert, ladyada, siddacious, jepler, jerryneedell, kattni, tannewt
|
||||
* 24 closed issues by 9 people, 13 opened by 13 people
|
||||
* Removed Hacktoberfest label from 0 issues.
|
||||
|
||||
|
||||
### Core
|
||||
* 8 pull requests merged
|
||||
* 7 authors - jepler, jerryneedell, fede2cr, bd34n, dhalbert, bergdahl, ITACAInnovation
|
||||
* 4 reviewers - ladyada, jepler, dhalbert, tannewt
|
||||
* 16 open pull requests
|
||||
* https://github.com/adafruit/circuitpython/pull/3044 (Open 138 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3144 (Open 114 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3192 (Open 101 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3291 (Open 76 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3349 (Open 65 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3454 (Open 40 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3467 (Open 38 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3493 (Open 32 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3513 (Open 26 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3614 (Open 5 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3612 (Open 5 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3615 (Open 4 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3619 (Open 3 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3622 (Open 2 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3633 (Open 0 days)
|
||||
* https://github.com/adafruit/circuitpython/pull/3632 (Open 0 days)
|
||||
* 10 closed issues by 1 people, 1 opened by 1 people
|
||||
* Removed Hacktoberfest label from 0 issues.
|
||||
* 321 open issues
|
||||
* https://github.com/adafruit/circuitpython/issues
|
||||
* 7 active milestones
|
||||
* 6.0.0: 0 open issues
|
||||
* 6.x.0 - Features: 5 open issues
|
||||
* 6.x.x - Bug Fixes: 15 open issues
|
||||
* 7.0.0: 3 open issues
|
||||
* Libraries: 12 open issues
|
||||
* Long term: 282 open issues
|
||||
* Support: 4 open issues
|
||||
* 0 issues not assigned a milestone
|
||||
|
||||
|
||||
* Core download stats available at https://circuitpython.org/stats
|
||||
|
||||
|
||||
We’re getting close to RC1 out the door, and stable on its heels. Can expect bugs to come in, nothing too surprising. Also be able to get out a pre-release of 6.1 - all changes in main.
|
||||
|
||||
|
||||
### 11:31 Libraries
|
||||
* 24 pull requests merged
|
||||
* 13 authors - markus-k, FoamyGuy, mtowara, makermelissa, brentru, dherrada, ladyada, siddacious, kattni, dastels, AdamCummick, ben-lewis, tannewt
|
||||
* 9 reviewers - FoamyGuy, makermelissa, caternuson, ladyada, siddacious, jepler, jerryneedell, kattni, tannewt
|
||||
* Merged pull requests:
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/88 (Days open: 157)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BNO055/pull/57 (Days open: 18)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Register/pull/40 (Days open: 4)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar/pull/18 (Days open: 4)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_TLV493D/pull/7 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_MAX31865/pull/23 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_IL0373/pull/12 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/112 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/111 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pull/27 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/45 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/44 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/43 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/pull/36 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/pull/33 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal/pull/32 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_BNO055/pull/60 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Debouncer/pull/25 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH/pull/63 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad/pull/41 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Bundle/pull/274 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Bundle/pull/273 (Days open: 1)
|
||||
* https://github.com/adafruit/Adafruit_CircuitPython_Bundle/pull/272 (Days open: 1)
|
||||
* https://github.com/adafruit/CircuitPython_Community_Bundle/pull/45 (Days open: 1)
|
||||
* 12 closed issues by 7 people, 11 opened by 11 people
|
||||
* Removed Hacktoberfest label from 0 issues.
|
||||
* https://circuitpython.org/contributing
|
||||
* 221 open issues
|
||||
* 9 good first issues
|
||||
* 29 open pull requests (Oldest: 665, Newest: 1)
|
||||
Library updates in the last seven days:
|
||||
**New Libraries**
|
||||
* [Adafruit_CircuitPython_LC709203F](https://github.com/adafruit/Adafruit_CircuitPython_LC709203F)
|
||||
* [Adafruit_CircuitPython_EMC2101](https://github.com/adafruit/Adafruit_CircuitPython_EMC2101)
|
||||
**Updated Libraries**
|
||||
* [Adafruit_CircuitPython_VCNL4010](https://github.com/adafruit/Adafruit_CircuitPython_VCNL4010)
|
||||
* [Adafruit_CircuitPython_TLV493D](https://github.com/adafruit/Adafruit_CircuitPython_TLV493D)
|
||||
* [Adafruit_CircuitPython_Register](https://github.com/adafruit/Adafruit_CircuitPython_Register)
|
||||
* [Adafruit_CircuitPython_ProgressBar](https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar)
|
||||
* [Adafruit_CircuitPython_MONSTERM4SK](https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK)
|
||||
* [Adafruit_CircuitPython_PyPortal](https://github.com/adafruit/Adafruit_CircuitPython_PyPortal)
|
||||
* [Adafruit_CircuitPython_MAX31865](https://github.com/adafruit/Adafruit_CircuitPython_MAX31865)
|
||||
* [Adafruit_CircuitPython_IL0373](https://github.com/adafruit/Adafruit_CircuitPython_IL0373)
|
||||
* [Adafruit_CircuitPython_ESP32SPI](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI)
|
||||
* [Adafruit_CircuitPython_Wiznet5k](https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k)
|
||||
* [Adafruit_CircuitPython_Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests)
|
||||
* [Adafruit_CircuitPython_MatrixPortal](https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal)
|
||||
* [Adafruit_CircuitPython_BNO055](https://github.com/adafruit/Adafruit_CircuitPython_BNO055)
|
||||
* [Adafruit_CircuitPython_Debouncer](https://github.com/adafruit/Adafruit_CircuitPython_Debouncer)
|
||||
* [Adafruit_CircuitPython_ImageLoad](https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad)
|
||||
* [Adafruit_Blinka](https://github.com/adafruit/Adafruit_Blinka)
|
||||
* [CircuitPython_Community_Bundle](https://github.com/adafruit/CircuitPython_Community_Bundle)
|
||||
|
||||
|
||||
### 15:00 Blinka
|
||||
* 3 pull requests merged
|
||||
* 3 authors - dmanla, michaellass, twa127
|
||||
* 1 reviewers - makermelissa
|
||||
* 2 open pull requests
|
||||
* https://github.com/adafruit/Adafruit_Blinka/pull/304 (Open 147 days)
|
||||
* https://github.com/adafruit/Adafruit_Blinka/pull/360 (Open 1 days)
|
||||
* 2 closed issues by 2 people, 1 opened by 1 people
|
||||
* Removed Hacktoberfest label from 0 issues.
|
||||
* 27 open issues
|
||||
* https://github.com/adafruit/Adafruit_Blinka/issues
|
||||
* PyPI Downloads in the last week: 1652
|
||||
Number of supported boards: 52
|
||||
|
||||
|
||||
## 16:07 Hug reports
|
||||
@anecdata (lurking)
|
||||
|
||||
|
||||
@cater (lurking)
|
||||
|
||||
|
||||
22:24 @CGrover (text only)
|
||||
* Dave Astels for display design inspiration for the upgraded workstation corrosion monitor.
|
||||
* To BrentR for help with Pyportal Requests when pushing to AIO feeds.
|
||||
* To John Park for an amazing Adabox016 unboxing!
|
||||
|
||||
|
||||
22:43 @charlesburnaford (lurking)
|
||||
* Hug report to all
|
||||
|
||||
|
||||
23:00 @Christian Walther
|
||||
* @tannewt and @jepler for providing a very welcoming environment for a new contributor with their quick and thoughtful and encouraging pull request reviews.
|
||||
|
||||
|
||||
23:21 @danh
|
||||
* @jp for wonderful and hilarious Adabox016 unboxing video.
|
||||
* @jepler for working with me on a couple of issues over the weekend
|
||||
* @tannewt, @ladyada, @makermelissa, and @jerryn for debugging requests library.
|
||||
* @v923z congrats for 1.0.0 and 1.1.0 releases of ulab
|
||||
|
||||
|
||||
@DaveP (lurking)
|
||||
|
||||
|
||||
24:11 @David.Glaude (lurking)
|
||||
* @foamyguy for the Multi-tasking with CircuitPython learn guide
|
||||
|
||||
|
||||
@dherrada (lurking)
|
||||
|
||||
|
||||
24:21 @foamyguy
|
||||
* @makermelissa for all of her work on Blinka_Displayio. As well a quick review on a PR for a Group scaling issue.
|
||||
* @danh for help with github / actions configuration details.
|
||||
* Scott, Kattni and anyone else who has worked on the “sharing a CircuitPython library” guide.
|
||||
|
||||
|
||||
25:19 @hierophect
|
||||
* @tannewt and @jepler for reviews on SPI Peripheral
|
||||
* @ladyada for walking me through some Neopixel purchases this morning.
|
||||
* MustBeArt for helping to test and identify some issues with the neopixel implementation on both Arduino and Circuitpython.
|
||||
|
||||
|
||||
@Jayguitar (lurking)
|
||||
|
||||
|
||||
16:48 @jepler
|
||||
* Group hug
|
||||
* @danh for plugging away at the few things blocking 6.0.0
|
||||
* @jerryn for testing for the ESP32S2 usb disappearing bug
|
||||
* Discord moderators for dealing with a few things over the past week -- nothing like the Server Discovery days but still a bit of an uptick
|
||||
|
||||
|
||||
17:15 @jerryn
|
||||
* @askpatrickw for some guidance on updating esp32s2 certificates
|
||||
* @Kevin Thomas for confirming some errors I have been seeing
|
||||
* Group Hug
|
||||
|
||||
|
||||
|
||||
|
||||
17:43 @kattni
|
||||
* John Park for the most amazing Adabox unboxing video ever. I am well convinced there is no topping it.
|
||||
* To Adafruit (and PT especially) for always going above and beyond to look out for the health of their people
|
||||
* @foamyguy for adding his first library to the bundle and for writing the library in the first place, sorting out releasing it properly, and for everything he does with regards to the libraries - I really appreciate the assistance.
|
||||
* Community moderators for keeping up with issues on Discord
|
||||
* Group hug!
|
||||
|
||||
|
||||
18:48 Kevin Thomas @mytechnotalent - Lurking, Text-Only
|
||||
* @foamyguy @jerryn @tannewt for helping me get the Metro ESP32-S2 adafruit_requests module working with the wifi module to connect properly.
|
||||
* @anecdata @jerryn for spending their morning helping me get set up to flash the Metro ESP32-S2 properly.
|
||||
|
||||
|
||||
19:20 @MakerMelissa
|
||||
* @twa127 for adding several boards to Blinka and PlatformDetect
|
||||
* @anecdata for testing out the CircuitPython Requests library
|
||||
* @foamyguy for working on Blinka Displayio and working on a fix for an adabot issue with adding more Blinka-related repos to the stats
|
||||
* @tannewt and @ladyada for a good detailed chat about the CircuitPython Requests changes
|
||||
* @dglaude for going on Show and Tell
|
||||
* @johnpark for a great Adabox unboxing
|
||||
|
||||
|
||||
20:01 @Mark[Gamblor] (lurking/may miss)
|
||||
* Group hug
|
||||
|
||||
|
||||
@mdroberts1243 (lurking)
|
||||
|
||||
|
||||
@microdev (lurking)
|
||||
|
||||
|
||||
@Mr. Certainly (lurking)
|
||||
* Hats off to John Park & the entire Adabox team for an amazing unboxing video.
|
||||
* Group hug.
|
||||
|
||||
|
||||
20:18 @tannewt
|
||||
* Melissa and Limor for helping me bug hunt the requests library. Jerry for testing a core fix for it.
|
||||
* Microdev for continued work on the ESP32-S2 ports.
|
||||
* V923z for 1.0 of ulab.
|
||||
|
||||
|
||||
21:09 @v923z
|
||||
* Anne, @TheKitty for keeping a tab on the newsletter
|
||||
* @ciscorn for his invaluable help with the ulab documentation
|
||||
* @jepler, @tannewt, @flameeye for their contributions to the ulab stubs
|
||||
* Group hug
|
||||
## 26:20 Status Updates
|
||||
@anecdata (lurking)
|
||||
|
||||
|
||||
@cater (lurking)
|
||||
|
||||
|
||||
38:26 @CGrover (text only)
|
||||
* Chasing some memory issues when using PyPortal, Displayio, and AIO libraries with 6.0.0rc and Requests 1.6.0. Was able to get the corrosion monitor project to work reliably by trimming out some direct displayio pixel reading and writing. Will see if I can characterize the errors to be able to submit a useful issue.
|
||||
* Next project is the automated DC motor dynamometer. The perfect OSH Park PCBs arrived. Two new FeatherWings for this project, a 24-bit ADC for dual load cell measurements, and a wing that carries two INA260 breakouts for monitoring power of the test motor and the brake (dynamometer) motor.
|
||||
|
||||
|
||||
@charlesburnaford (lurking)
|
||||
|
||||
|
||||
39:41 @Christian Walther
|
||||
* Still working on extending the supervisor memory allocator to support movable allocations that can start out on the GC heap and carry over to the next VM run, and on top of that implement set_next_code_file() and get_previous_traceback().
|
||||
* Code is mostly complete, now cleaning it up, hope to have a PR for review this or next week.
|
||||
|
||||
|
||||
40:37 @danh
|
||||
* Reworked USB connection and USB serial connection detection to fix missing REPL after sleep and make `supervisor.runtime.serial_available` more accurate.
|
||||
* With @jepler, got stubs uploading to Amazon S3 after a number of false starts.
|
||||
* Fixed MatrixPortal pin errors.
|
||||
* Did a MatrixPortal BLE demo.
|
||||
* Finished remaining open PR’s and issues for 6.0.0-rc.1 release. Release notes done, will probably release today.
|
||||
* Closed some very old issues.
|
||||
* Starting on ESP32S2 development.
|
||||
|
||||
|
||||
42:40 @David.Glaude (lurking)
|
||||
* CP:
|
||||
* Corona App Detector:
|
||||
* First time on “Show and Tell” (Does Adafruit still have “as seen on ‘show and tell” sticker to put in my next order)?
|
||||
* Now run on ItsyBitsy nRF and Feather nRF52840 (blink a number on the blue LED)
|
||||
* Failure:
|
||||
* Attempt to build an AirLift with a “ESP32 DevKit Doit” (I have two of those doing nothing).
|
||||
* Permit different UUID on BLE UART https://github.com/adafruit/Adafruit_CircuitPython_BLE/issues/37
|
||||
* Non CP:
|
||||
* Upgrade my Maximite Color 2 and play BASIC version of Gauntlet and Wolfenstein 3D.
|
||||
* Watching/Reading Raspberry Pi400 video/news the whole day (I was wondering why @ladyada was wearing a Raspberry Pi shirt for “the desk of Lady Ada”.)
|
||||
* Moving from quarantine (hopefully test is negative) to second wave lockdown.
|
||||
|
||||
|
||||
@dherrada (lurking)
|
||||
|
||||
44:03 @foamyguy
|
||||
* Created a display driver for Blinka_Displayio to output to a PyGame window on RasPi and PCs. First time publishing a library on PyPi and setting up readthedocs for it!
|
||||
* Fixed an issue in Group scaling on Blinka_Displayio
|
||||
* Fixed a few other small issues. One in a learn guide PyRuler project, and one in the setup.py for the imageload library.
|
||||
Next week:
|
||||
* Looking into Adabot library stats scripts
|
||||
* Testing more displayio widgets with PyGame output
|
||||
|
||||
|
||||
45:49 @hierophect
|
||||
* Last week
|
||||
* Implemented Neopixel using the RMT peripheral on the ESP32 on the Arduino
|
||||
* Submitted a PR for SPI peripheral which I’m using for a tracking project
|
||||
* This week:
|
||||
* The testers for Arduino pointed out an issue with running parallel Neopixel strips on Arduino which turned out to also be true for Circuitpython, so I’m patching that today
|
||||
* Beyond that quick fix, there’s some optimization work we can do to make Neopixel access faster
|
||||
* Working on some reviews this week from Scott, as well as checking out the UDP implementation.
|
||||
|
||||
|
||||
@Jayguitar (lurking)
|
||||
|
||||
|
||||
26:59 @jepler
|
||||
* Last week: Worked on ESP32S2 AudioOut, but didn’t have anything to show for it
|
||||
* This week: Back to CAN world, writing some guides
|
||||
* Soon: a bluetooth project that will turn into a project guide
|
||||
|
||||
|
||||
27:51 @jerryn
|
||||
* Restored analogio to rfm9x and rfm69 builds
|
||||
* Recent changes in CP allowed it to fit
|
||||
* Allows monitoring of battery voltage
|
||||
* Unable to add pulseio -- okay for some languages, but not all.
|
||||
* Received a metro_esp32s2 -- exploring
|
||||
* Trying to work with requests on esp32s2 - having issues with espidf memory with latest library version. Not sure if the issue is CP or Request library. Only impacts https URLs
|
||||
* Also trying to work on updating certificates
|
||||
* It looks to me like they are being updated as part of the build process.
|
||||
|
||||
|
||||
30:15 @kattni
|
||||
* Last week:
|
||||
* Pinouts page for the Braincraft HAT guide
|
||||
* Published the Voice Bonnet guide
|
||||
* Couple of fritzing objects
|
||||
* This week:
|
||||
* Starting Metro ESP32-S2 guide - all the pins are different!
|
||||
* More fritzing.
|
||||
* Update LPS25HW guide with STEMMA version if I get to the Fritzing.
|
||||
|
||||
|
||||
32:09 Kevin Thomas @mytechnotalent - Lurking, Text-Only
|
||||
* Last week I continued working on testing and developing the new micro:bit V2 where I created two sample applications to test the new on-board speaker capability. The new micro:bit V2 is scheduled to be released this month.
|
||||
* Talking TODOBot @ https://github.com/mytechnotalent/MicroPython-micro-bit_Talking_TODOBot
|
||||
* Talking BuildaBot @ https://github.com/mytechnotalent/MicroPython-micro-bit_Talking_BuildaBot
|
||||
* This week I will be attempting to create a tutorial to take advantage of the CircuitPython Metro ESP32-S2 showing the use of adafruit_requests and wifi with a simple example. Special thanks to Jerry, FoamyGuy, Anecdata and Scott for the help getting everything set up properly.
|
||||
|
||||
|
||||
32:55 @MakerMelissa
|
||||
* Last Week:
|
||||
* Worked on updating eInk Breakouts/FeatherWings guide and added Pinouts and Downloads pages
|
||||
* Looked into CircuitPython Requests library issues and was able to figure out one of the issues.
|
||||
* Got all of the PlatformDetect PRs merged in
|
||||
* Fixed an issue with the MatrixPortal library when the position of scrolling text wasn’t specified
|
||||
* Updated remaining PiTFT guides with Python install script instructions
|
||||
* Updated the BrainCraft HAT guide downloads page with some missing info
|
||||
* This Week:
|
||||
* Writing a guide for the 128x128 Grayscale OLED
|
||||
* Update the Blinka page on circuitpython.org with some recently added boards
|
||||
* Update the eInk guide for some more eInk displays
|
||||
* Adding Pi400 to Blinka
|
||||
|
||||
|
||||
@Mark[Gamblor] (lurking / may not be there)
|
||||
* Busdevice is almost ready for review. Tested against the BME280 I2C and SPI
|
||||
|
||||
|
||||
@mdroberts1243 (lurking)
|
||||
|
||||
|
||||
@microDev (text-only)
|
||||
* Last week I worked on implementing RotaryIO and CountIO on the esp32s2.
|
||||
* This week I plan to add more modules in the esp32s2 port which will further enhance its capabilities.
|
||||
|
||||
|
||||
@Mr. Certainly [lurking]
|
||||
|
||||
|
||||
34:53 @tannewt
|
||||
* Got grayscale eink squared away and a SPI fix in for ESP32-S2.
|
||||
* Spent time debugging requests slowness that turned out to be recv behaving incorrectly.
|
||||
* Made a bit more progress on deep sleep API.
|
||||
* Wrapping up recv fix
|
||||
* Creating single bin for installing UF2 on ESP32-S2
|
||||
* Back to deep sleep when I’m not distracted by the US election. (Vote if you haven’t yet!)
|
||||
|
||||
|
||||
36:10 @v923z
|
||||
* Last week:
|
||||
* finally released version 1.0.0 of ulab; already bumped version to 1.1.1 (added a new function, fixed a bug)
|
||||
* This week:
|
||||
* still working on cleaning up the code, factoring out some routines in re-usable form
|
||||
* trying to close a couple of feature requests
|
||||
* I would also like to target smaller microcontrollers, i.e., implement trade-offs, speed versus flash space.
|
||||
## 48:06 In The Weeds
|
||||
|
||||
|
||||
48:20 @v923z
|
||||
only, if time permits, a couple of very general and short comments on integrating ulab into circuitpython without having to sacrifice the “circuitpython experience”
|
||||
|
||||
|
||||
* Trade-offs (some implementations are still in the works); speed versus flash space
|
||||
* “Scalability” and customisation;
|
||||
* using a hierarchy of features instead of sub-modules
|
||||
* Numpy-compatibility, and “decoupling” from circuitpython
|
||||
* “Minimal” implementation; FFT for less than 5 kB
|
||||
|
||||
|
||||
|
||||
|
||||
## 1:19:25 Wrap-Up
|
||||
Loading…
Reference in a new issue