среда, 31 марта 2021 г.

ZacSimmo shares:

A smaller version of my other latch, has a softer snap action and is generally smaller.

Print in place, no supports needed.

download the files on: https://www.thingiverse.com/thing:4721582


649-1
Every Thursday is #3dthursday here at Adafruit! The DIY 3D printing community has passion and dedication for making solid objects from digital models. Recently, we have noticed electronics projects integrated with 3D printed enclosures, brackets, and sculptures, so each Thursday we celebrate and highlight these bold pioneers!

Have you considered building a 3D project around an Arduino or other microcontroller? How about printing a bracket to mount your Raspberry Pi to the back of your HD monitor? And don’t forget the countless LED projects that are possible when you are modeling your projects in 3D!



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/31yXLKg
via IFTTT

ZacSimmo shares:

A smaller version of my other latch, has a softer snap action and is generally smaller.

Print in place, no supports needed.

download the files on: https://www.thingiverse.com/thing:4721582


649-1
Every Thursday is #3dthursday here at Adafruit! The DIY 3D printing community has passion and dedication for making solid objects from digital models. Recently, we have noticed electronics projects integrated with 3D printed enclosures, brackets, and sculptures, so each Thursday we celebrate and highlight these bold pioneers!

Have you considered building a 3D project around an Arduino or other microcontroller? How about printing a bracket to mount your Raspberry Pi to the back of your HD monitor? And don’t forget the countless LED projects that are possible when you are modeling your projects in 3D!



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/31yXLKg
via IFTTT

Mailbag animated

From the mail bag!

I received my most recent order and it was well packaged
and everything was there. I watch Colin and Lady Ada’s videos when I can,
and I really like Adafruit. I wish I could have met a person like Lady Ada
earlier in my career. You all are so lucky to have such a wonderful,
charismatic leader at Adafruit. I hope Lady Ada and Adafruit continue to
do well. Go Team Adafruit!



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/3u43fsK
via IFTTT

Rep. Alexandria Ocasio-Cortez talks with Rachel Maddow about the Biden administration's proposed infrastructure bill and why she thinks it needs to have a more immediate impact for voters and make a significantly bigger investment. 

from MSNBC Top Stories https://ift.tt/3rKvAm5
via IFTTT

Transportation Secretary Pete Buttigieg joins Lawrence O'Donnell and responds to Rep. Ocasio-Cortez who says the $2 trillion infrastructure plan should be bigger. Secy. Buttigieg says President Biden "is open to hearing ideas from every corner of our party and the other party too."

from MSNBC Top Stories https://ift.tt/3rB7kmF
via IFTTT

In a wild and factually challenged interview, former Trump aide Peter Navarro went on FOX News and blamed Dr. Fauci for the Covid pandemic... and FOX News just let him do it. MSNBC's Brian Williams has details.

from MSNBC Top Stories https://ift.tt/3weSaH7
via IFTTT

Mailbag animated

From the mail bag!

I received my most recent order and it was well packaged
and everything was there. I watch Colin and Lady Ada’s videos when I can,
and I really like Adafruit. I wish I could have met a person like Lady Ada
earlier in my career. You all are so lucky to have such a wonderful,
charismatic leader at Adafruit. I hope Lady Ada and Adafruit continue to
do well. Go Team Adafruit!



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/3u43fsK
via IFTTT

Raspberry Pi Pico RP2040 and Adafruit Feather RP2040

This release, 6.2.0-rc.0, is the first release candidate for the stable release of CircuitPython 6.2.0. Notable changes since 6.2.0-beta.4 include displayio and vectorio fixes and improvements, many i.MX fixes and additions, and RP2040 I2C improvement. See Port status below for details on port stability for each port, and Known issues for known problems. If you find any issues with this release, please file an issue.

Download from circuitpython.org

Firmware downloads are available from the downloads page on circuitpython.org. The site makes it easy to select the correct file and language for your board.

Installation

To install follow the instructions in our new Welcome to CircuitPython! guide. To install the latest libraries, see this page in that guide.

Try the latest version of the Mu editor for creating and editing your CircuitPython programs and for easy access to the CircuitPython serial connection (the REPL).

Port status

CircuitPython has a number of “ports” that are the core implementation for a variety of microcontroller families. Stability varies on a per-port basis. As of this release, atmel-samd, cxd56 (Spresense), nrf, and stm for the F4 family are stable. esp32s2, raspberrypi, and stm for other STM chip families are being actively improved but may be missing functionality and have bugs. litex and mimxrt10xx are in an alpha state and will have bugs and missing functionality.

Changes since 6.2.0-beta.4

Full commit log is here.

Fixes and enhancements

  • Turn off remote wakeup in USB configuration descriptor. #4517. Thanks @dhalbert.
  • Correct TypeError message in time. #4509. Thanks @lesamouraipourpre.
  • Allow memoryview() to be used for RGBMatrix. #4501. Thanks @
  • bitbangio.SPI enhancements. #4497. Thanks @jepler.
  • displayio and vectorio internal improvements. Thanks @kmatch98.
  • Correct vectorio.Rectangle sizes. #4484. Thanks @kmatch98.
  • Correct displayioredrawing when using TileGrid.transform_xy. #4464. Thanks @kmatch98.
  • Fix support for MS25R1635F chip. #4460. Thanks @lyusupov.
  • Handle 4-bit colors in bitmaptools properly. #4454, #4455. Thanks @jepler and @kmatch98.
  • Improve handling of dirty areas in displayio.Bitmap. #4432. Thanks @jepler.
  • Mark bitmap area as dirty in bitmaptools.arrayblit(). #4430. Thanks @jepler.
  • display.BitMap can be a memoryview(). #4429. Thanks @jepler.
  • Add reverse_rows capability to bitmaptools.readinto(). #4428. Thanks @kmatch98.

Port and board-specific changes

  • ESP32-S2
    • Use correct byte order for recvfrom_into() port. #4465. Thanks @anecdata.
  • i.MX
    • Fix assertion in busio.UART. #4518. Thanks @jepler.
    • Fix UART pin checking. #4513. Thanks @jepler.
    • Fix SPI gaps. #4487. Thanks @jepler.
    • Correct SPI baudrate. #4474. Thanks @jepler.
    • Fix reset to bootloader. #4442. Thanks @jepler.
  • nRF
    • Fix BLE remote service list crash; fix central pairing. #4437. Thanks @tannewt.
  • RP2040
    • Allow mpconfigboard.mk to override additional build flags. #4519. Thanks @jepler.
    • Calculate I2C SDA hold time, fixing I2C problems with several devices.  #4508, #4499. Thanks @fivdi and @dhalbert.
    • Use nvm.toml for flash settings. #4446. Thanks @tannewt.
  • Spresense
  • STM32
  • i.MX1010 EVK
    • Delete pins that are not connected. #4443. Thanks @jepler.
  • Metro M7 1011
    • Fix flash capacity. #4441. Thanks @jepler.
    • Enable USB MIDI, change flash chip, fix compiler warnings. #4435. Thanks @jepler.
  • QT Py RP2040
    • Revise board definition. #4456. Thanks @ladyada.

Build and infrastructure changes

  • Remove problematic sentence from bug issue template. #4511. Thanks @jepler.
  • List modules for alias boards. #4507. Thanks @Neradoc.
  • Use allowed language list when building circuitpython.org information. #4483. Thanks @Neradoc.
  • Use nvm.toml data for flash device information. #4481. Thanks @tannewt.
  • Use gcc @file mechanism to shorten linker command line. #4480. Thanks @tannewt.
  • Correct USB mount checking so that CIRCUITPY_USB_MSC = 0 will compile. #4462. Thanks @jepler.

Documentation

  • (no PRs in this category)

Translation Additions and Improvements

  • English – UK (new translation). Thanks @garethcoleman. Enabled by #4521. Thanks @dhalbert.
  • French. Thanks @hugodahl.
  • Portuguese – Brazil. Thanks @wtuemura .
  • Spanish. Thanks. @jposada202020.
  • Swedish. Thanks @bergdahl

Breaking changes since 5.x

  • i2cslave is now i2cperipheral and the class in it is changed as well.
  • The stop kwarg has been removed from I2C.writeto(). If no stop is desired, then use writeto_then_readfrom.
  • The default speed of busio.I2C and board.I2C is now 100khz, not 400khz as before. Use busio.I2C to set the speed explicitly.
  • _bleio.ConnectionError has been removed. Code will now raise the native ConnectionError instead.

Known issues

  • See https://ift.tt/2j1euBi for other issues.

Thanks

Thank you to all who used, tested, and contributed since 6.2.0-beta.4, including @anecdata, @bergdahl, @d-c-d, @deshipu, @dhalbert, @FoamyGuy, @gamblor21, @garethhcoleman, @hexthat, @hierophect, @hugodahl, @jepler, @jposada202020, @kmatch98, @ladyada, @lesamouraipourpre, @lyusupov, @miclooking, @microDev1, @Neradoc, @tannewt, @tyomitch, @WarriorOfWire, @weblate, @wtuemura, and many others on GitHub and Discord. Join us on the Discord chat to collaborate.

New boards since 6.2.0-beta.4

  • Adafruit ItsbyBitsy RP2040. #4459. Thanks @ladyada.
  • Adafruit Rotary Trinkey. #4449. Thanks @ladyada.
  • Adafruit FunHouse. #4439. Thanks @dhalbert.

Breaking changes since 5.x

  • i2cslave is now i2cperipheral and the class in it is changed as well.
  • The stop kwarg has been removed from I2C.writeto(). If no stop is desired, then use writeto_then_readfrom.
  • The default speed of busio.I2C and board.I2C is now 100khz, not 400khz as before. Use busio.I2C to set the speed explicitly.
  • _bleio.ConnectionError has been removed. Code will now raise the native ConnectionError instead.

Known issues

  • See https://ift.tt/2j1euBi for other issues.

Thanks

Thank you to all who used, tested, and contributed since 6.2.0-beta.4, including [[FILLIN]], and many others on GitHub and Discord. Join us on the Discord chat to collaborate.

Documentation

Documentation is available in readthedocs.io.

This release is based on MicroPython 1.9.4 @25ae98f. Support upstream MicroPython by purchasing a PyBoard (from Adafruit here) or sponsoring MicroPython on GitHub.

Download from circuitpython.org

Firmware downloads are available from the downloads page on circuitpython.org. The site makes it easy to select the correct file and language for your board.

Installation

To install follow the instructions in our new Welcome to CircuitPython! guide. To install the latest libraries, see this page in that guide.

Try the latest version of the Mu editor for creating and editing your CircuitPython programs and for easy access to the CircuitPython serial connection (the REPL).



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/3ud6qOY
via IFTTT

wakkah shares:

Remixe of Incredibly accurate dalek model by Audrey2 (https://ift.tt/3fxQrGP )
the model has been modified to place Alexa Echo dot gen 4 in the neck-head.
The first change was to do a x2 in size. So the all the “un-touched” parts are only growed in size.
My modifications are:
Rings necks are cut and the sizes changed
Neckstruck: modified to hold together without glue (glueing the originals was madness).
Shoulder: to add a base for Echo dot gen 4
Dome: some holes to conect easily to neckstrucks
Eyehinge: added a rod to easy move the eye.

download the files on: https://www.thingiverse.com/thing:4747218


649-1
Every Thursday is #3dthursday here at Adafruit! The DIY 3D printing community has passion and dedication for making solid objects from digital models. Recently, we have noticed electronics projects integrated with 3D printed enclosures, brackets, and sculptures, so each Thursday we celebrate and highlight these bold pioneers!

Have you considered building a 3D project around an Arduino or other microcontroller? How about printing a bracket to mount your Raspberry Pi to the back of your HD monitor? And don’t forget the countless LED projects that are possible when you are modeling your projects in 3D!



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/2OdYvBy
via IFTTT

Raspberry Pi Pico RP2040 and Adafruit Feather RP2040

This release, 6.2.0-rc.0, is the first release candidate for the stable release of CircuitPython 6.2.0. Notable changes since 6.2.0-beta.4 include displayio and vectorio fixes and improvements, many i.MX fixes and additions, and RP2040 I2C improvement. See Port status below for details on port stability for each port, and Known issues for known problems. If you find any issues with this release, please file an issue.

Download from circuitpython.org

Firmware downloads are available from the downloads page on circuitpython.org. The site makes it easy to select the correct file and language for your board.

Installation

To install follow the instructions in our new Welcome to CircuitPython! guide. To install the latest libraries, see this page in that guide.

Try the latest version of the Mu editor for creating and editing your CircuitPython programs and for easy access to the CircuitPython serial connection (the REPL).

Port status

CircuitPython has a number of “ports” that are the core implementation for a variety of microcontroller families. Stability varies on a per-port basis. As of this release, atmel-samd, cxd56 (Spresense), nrf, and stm for the F4 family are stable. esp32s2, raspberrypi, and stm for other STM chip families are being actively improved but may be missing functionality and have bugs. litex and mimxrt10xx are in an alpha state and will have bugs and missing functionality.

Changes since 6.2.0-beta.4

Full commit log is here.

Fixes and enhancements

  • Turn off remote wakeup in USB configuration descriptor. #4517. Thanks @dhalbert.
  • Correct TypeError message in time. #4509. Thanks @lesamouraipourpre.
  • Allow memoryview() to be used for RGBMatrix. #4501. Thanks @
  • bitbangio.SPI enhancements. #4497. Thanks @jepler.
  • displayio and vectorio internal improvements. Thanks @kmatch98.
  • Correct vectorio.Rectangle sizes. #4484. Thanks @kmatch98.
  • Correct displayioredrawing when using TileGrid.transform_xy. #4464. Thanks @kmatch98.
  • Fix support for MS25R1635F chip. #4460. Thanks @lyusupov.
  • Handle 4-bit colors in bitmaptools properly. #4454, #4455. Thanks @jepler and @kmatch98.
  • Improve handling of dirty areas in displayio.Bitmap. #4432. Thanks @jepler.
  • Mark bitmap area as dirty in bitmaptools.arrayblit(). #4430. Thanks @jepler.
  • display.BitMap can be a memoryview(). #4429. Thanks @jepler.
  • Add reverse_rows capability to bitmaptools.readinto(). #4428. Thanks @kmatch98.

Port and board-specific changes

  • ESP32-S2
    • Use correct byte order for recvfrom_into() port. #4465. Thanks @anecdata.
  • i.MX
    • Fix assertion in busio.UART. #4518. Thanks @jepler.
    • Fix UART pin checking. #4513. Thanks @jepler.
    • Fix SPI gaps. #4487. Thanks @jepler.
    • Correct SPI baudrate. #4474. Thanks @jepler.
    • Fix reset to bootloader. #4442. Thanks @jepler.
  • nRF
    • Fix BLE remote service list crash; fix central pairing. #4437. Thanks @tannewt.
  • RP2040
    • Allow mpconfigboard.mk to override additional build flags. #4519. Thanks @jepler.
    • Calculate I2C SDA hold time, fixing I2C problems with several devices.  #4508, #4499. Thanks @fivdi and @dhalbert.
    • Use nvm.toml for flash settings. #4446. Thanks @tannewt.
  • Spresense
  • STM32
  • i.MX1010 EVK
    • Delete pins that are not connected. #4443. Thanks @jepler.
  • Metro M7 1011
    • Fix flash capacity. #4441. Thanks @jepler.
    • Enable USB MIDI, change flash chip, fix compiler warnings. #4435. Thanks @jepler.
  • QT Py RP2040
    • Revise board definition. #4456. Thanks @ladyada.

Build and infrastructure changes

  • Remove problematic sentence from bug issue template. #4511. Thanks @jepler.
  • List modules for alias boards. #4507. Thanks @Neradoc.
  • Use allowed language list when building circuitpython.org information. #4483. Thanks @Neradoc.
  • Use nvm.toml data for flash device information. #4481. Thanks @tannewt.
  • Use gcc @file mechanism to shorten linker command line. #4480. Thanks @tannewt.
  • Correct USB mount checking so that CIRCUITPY_USB_MSC = 0 will compile. #4462. Thanks @jepler.

Documentation

  • (no PRs in this category)

Translation Additions and Improvements

  • English – UK (new translation). Thanks @garethcoleman. Enabled by #4521. Thanks @dhalbert.
  • French. Thanks @hugodahl.
  • Portuguese – Brazil. Thanks @wtuemura .
  • Spanish. Thanks. @jposada202020.
  • Swedish. Thanks @bergdahl

Breaking changes since 5.x

  • i2cslave is now i2cperipheral and the class in it is changed as well.
  • The stop kwarg has been removed from I2C.writeto(). If no stop is desired, then use writeto_then_readfrom.
  • The default speed of busio.I2C and board.I2C is now 100khz, not 400khz as before. Use busio.I2C to set the speed explicitly.
  • _bleio.ConnectionError has been removed. Code will now raise the native ConnectionError instead.

Known issues

  • See https://ift.tt/2j1euBi for other issues.

Thanks

Thank you to all who used, tested, and contributed since 6.2.0-beta.4, including @anecdata, @bergdahl, @d-c-d, @deshipu, @dhalbert, @FoamyGuy, @gamblor21, @garethhcoleman, @hexthat, @hierophect, @hugodahl, @jepler, @jposada202020, @kmatch98, @ladyada, @lesamouraipourpre, @lyusupov, @miclooking, @microDev1, @Neradoc, @tannewt, @tyomitch, @WarriorOfWire, @weblate, @wtuemura, and many others on GitHub and Discord. Join us on the Discord chat to collaborate.

New boards since 6.2.0-beta.4

  • Adafruit ItsbyBitsy RP2040. #4459. Thanks @ladyada.
  • Adafruit Rotary Trinkey. #4449. Thanks @ladyada.
  • Adafruit FunHouse. #4439. Thanks @dhalbert.

Breaking changes since 5.x

  • i2cslave is now i2cperipheral and the class in it is changed as well.
  • The stop kwarg has been removed from I2C.writeto(). If no stop is desired, then use writeto_then_readfrom.
  • The default speed of busio.I2C and board.I2C is now 100khz, not 400khz as before. Use busio.I2C to set the speed explicitly.
  • _bleio.ConnectionError has been removed. Code will now raise the native ConnectionError instead.

Known issues

  • See https://ift.tt/2j1euBi for other issues.

Thanks

Thank you to all who used, tested, and contributed since 6.2.0-beta.4, including [[FILLIN]], and many others on GitHub and Discord. Join us on the Discord chat to collaborate.

Documentation

Documentation is available in readthedocs.io.

This release is based on MicroPython 1.9.4 @25ae98f. Support upstream MicroPython by purchasing a PyBoard (from Adafruit here) or sponsoring MicroPython on GitHub.

Download from circuitpython.org

Firmware downloads are available from the downloads page on circuitpython.org. The site makes it easy to select the correct file and language for your board.

Installation

To install follow the instructions in our new Welcome to CircuitPython! guide. To install the latest libraries, see this page in that guide.

Try the latest version of the Mu editor for creating and editing your CircuitPython programs and for easy access to the CircuitPython serial connection (the REPL).



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/3ud6qOY
via IFTTT

wakkah shares:

Remixe of Incredibly accurate dalek model by Audrey2 (https://ift.tt/3fxQrGP )
the model has been modified to place Alexa Echo dot gen 4 in the neck-head.
The first change was to do a x2 in size. So the all the “un-touched” parts are only growed in size.
My modifications are:
Rings necks are cut and the sizes changed
Neckstruck: modified to hold together without glue (glueing the originals was madness).
Shoulder: to add a base for Echo dot gen 4
Dome: some holes to conect easily to neckstrucks
Eyehinge: added a rod to easy move the eye.

download the files on: https://www.thingiverse.com/thing:4747218


649-1
Every Thursday is #3dthursday here at Adafruit! The DIY 3D printing community has passion and dedication for making solid objects from digital models. Recently, we have noticed electronics projects integrated with 3D printed enclosures, brackets, and sculptures, so each Thursday we celebrate and highlight these bold pioneers!

Have you considered building a 3D project around an Arduino or other microcontroller? How about printing a bracket to mount your Raspberry Pi to the back of your HD monitor? And don’t forget the countless LED projects that are possible when you are modeling your projects in 3D!



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/2OdYvBy
via IFTTT

“We thought it would be worth reminding you who Matt Gaetz was before he was an accused child sex trafficker,” says Mehdi Hasan. “Because this guy is really something.”

from MSNBC Top Stories https://ift.tt/3dpFd4x
via IFTTT

Another day of emotional testimony concluded in ex-officer Derek Chauvin’s trial. Chauvin is on trial charged with second-degree murder in connection with the death of George Floyd. MSNBC’s Chief Legal Correspondent Ari Melber highlights some of the powerful witness testimony and discusses its significance as the trial progresses.

from MSNBC Top Stories https://ift.tt/3dmdyl6
via IFTTT

Some corporations are now condemning the Georgia anti-voter law. Why the change? “These pivots happened because activists have been putting pressure on the corporations,” says Mehdi Hasan.

from MSNBC Top Stories https://ift.tt/31BmMV7
via IFTTT

Joy’s choice for the absolute worst: Republicans like Madison Cawthorn taking credit for covid relief when they voted against it.

from MSNBC Top Stories https://ift.tt/3fwGpFW
via IFTTT

Police body-worn camera footage played in court in the Derek Chauvin trial Wednesday afternoon showed officers put George Floyd on the ground and restrain him until medical responders arrived and put him onto a stretcher.

from MSNBC Top Stories https://ift.tt/3dq53Wk
via IFTTT

ASK AN ENGINEER 3/31/2021 LIVE! 8PM ET TONIGHT! - video.



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/2PJJkR5
via IFTTT

ASK AN ENGINEER 3/31/2021 LIVE! 8PM ET TONIGHT! - video.



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/2PJJkR5
via IFTTT

Former U.S. attorney Joyce Vance, Katie Benner of the New York Times, and former chief spokesman at the Department of Justice Matt Miller, react to Congressman Matt Gaetz’s attempt to defend himself following reports that the DOJ is investigating him for possibly violating sex trafficking laws  

from MSNBC Top Stories https://ift.tt/3fxkZsq
via IFTTT

Georgia’s new voting laws are restrictive, harmful and racist. They also should have been avoidable.

from MSNBC Top Stories https://ift.tt/31x7nFv
via IFTTT

If you missed Tuesday’s Python on Microcontrollers Newsletter, here is the ICYMI (in case you missed it) version.

To never miss another issue, subscribe now! – You’ll get one terrific newsletter each Tuesday (before this post). Over 8,770 subscribers worldwide!

The next newsletter goes out in a week and being subscribed the best way to keep up with all things Python for hardware. No spam, no selling lists, leave any time


Welcome to the latest Python on Microcontrollers newsletter, brought you by the community! We’re on Discord, Twitter, and for past newsletters – view them all here. If you’re reading this on the web, subscribe here. Let’s get started!

Linux 30th Anniversary!

Linux turns 30!

Tux Turns 30! Join the Linux Foundation as they celebrate 30 Years of Linux with social media contests, event celebrations & more – Linux Foundation and Twitter.

Python Software Foundation Membership Drive

PSF Membership Drive

From the Python Software Foundation: “As we celebrate the PSF’s 20th and Python’s 30th anniversaries, we want to welcome everyone to become a PSF member. It’s important to us to have a membership that reflects our community. Everyone who uses and supports Python is invited to join us…” There are multiple membership levels available. The membership drive ends March 21, 2021. More – Python.org.

CircuitPython Deep Dive Stream with Scott Shawcroft

Deep Dive with Scott

This week, Scott streams his work on iMX RT flash.

You can see the latest video and past videos on the Adafruit YouTube channel under the Deep Dive playlist – YouTube.

News from around the web!

PWM Larson Scanner on a Cytron Maker Pi Pico

A larson scanner in CircuitPython using PWM on the blue LEDs of the Cytron Maker Pi Pico with a serial-connected Adafruit Feather nRF52840 Express “daughterboard” providing the PWM audio – YouTube.

ScoutMakes Bluetooth FM Radio Kit

Experience the joy of receiving your first radio signal with the ScoutMakes Bluetooth FM Radio Kit – Tindie.

Pico OTP

A colored device that stores all your 2FA auths and types them for you – Hackaday via Reddit.

Hunter Cat NFC

Emulate, read, write, and communicate between NFC devices with Electronic Cats’ Hunter Cat NFC board – Hackster.

Low-resolution Thermal Camera

Create a low-res thermal camera with a Raspberry Pi Pico, an AMG8833 sensor and an ILI9341 screen with CircuitPython – Recantha.

STM32F411 BlackPill

These low cost “Black Pill” STM32F411 boards are a lovely upgrade to the STM32F401. With 512KB of flash and 128KB of RAM, this board has lots of GPIO for projects. And now you can use it without a toolchain or IDE setup – all by installing CircuitPython! Here we loaded the CircuitPython build on with STM32Cube and with a few lines of code have an OLED screen showing the REPL – YouTube and Adafruit.

Light up dragon egg

DIY papier-mâché light up chirping dragon Easter eggs using Circuit Playground Express – Instructables via Twitter.

Feather RP2040 and SCD-30

A Feather RP2040, OLED FeatherWing, and an SCD-30 sensor with adjustable font sizes. Code is available on GitHubTwitter.

Upgrade RP2040 AirLift Firmware

Upgrade your AirLift firmware with your RP2040 using serial passthrough – Adafruit Learn System.

Pico and MCP3304

Getting started with Raspberry Pi Pico, CircuitPython and the MCP3304 (Japanese) – Qiita.com.

Pico and TFT display

Using an SPI connected TFT display with Raspberry Pi Pico and CircuitPython (Japanese) – Qiita.com.

Image send

Using Raspberry Pi and a Python Server to send an image to an ESP32/MicroPython Client via WiFi TCP socket – Blogspot.

How to install Python

How to install Python – YouTube.

Control an LED with Pico

Using a button to control an LED using Raspberry Pi Pico and MicroPython (Chinese) – Blogspot.

Python Data Structures

Python Program To Implement Binary Search Tree Program 2: Insertion – YouTube.

Cache decorator in Python

cache: A really useful decorator in Python – YouTube via Reddit.

Python executable

Save your Python project as an executable file – Medium.

How to use the Reddit API in Python

How to use the Reddit API in Python – YouTube via Dev.to.

What is Python used for

What is Python used for? – Medium.

Python Tuples Explained

Python tuples explained – YouTube.

Tester PCB

A little hot swap PCB for testing switches using the Adafruit QT Py or the Seeed Studio Xiao (and thanks to @CircuitPython can be used as a single key macro pad too) – Twitter.

Pico to Zero adapter

Converted code running on a Raspberry Pi Pico using CircuitPython and NeilRedRobotics Pico to Zero adapter for the interfacing duties – Twitter.

Arcade controller

Discovering the CircuitPython gamepad module to keep track of button presses for an arcade controller – Twitter.

Socket Examples

CircuitPython basic socket examples for interoperable TCP & UDP servers and clients using CircuitPython ESP32SPI, CircuitPython native sockets (ESP32-S2), and CPython – GitHub via Twitter.

ATMega Zero Prototypes

The ATMega Zero ESP32-S2 prototypes arrived – Twitter.

Testing the ATMega Zero Prototypes

A Pimoroni Four Letter PHat, ATMegaZero RTC shield and the new ATMegaZero ESP32-S2 microcontroller running CircuitPython – Twitter.

GPS Data logger

Building a standalone GPS data logger using CircuitPython – MovingElectronics.net via Twitter.

Arcade buttons

Custom keypad with RGB arcade buttons, Pimoroni RGB rotary encoder, Raspberry Pi Pico and CircuitPython – Twitter.

Gesture sensor controller

Using a Raspberry Pi Pico, an MPU-6050 and CircuitPython to use gesture to control a video game – Tom’s Hardware.

IV3 Nixie tube clock

A new nixie tube clock called the IV3 Clock, which builds on previous designs and is now available in a black and gold edition finish – Geeky-Gadgets.

Kid-friendly NOAA projects

Three kid-friendly CircuitPython projects that make use of the NOAA databases – Southern Fried Science.

MorphESP

MorphESP 240 ESP32-S2 CircuitPython-compatible dev board – Geeky Gadgets.

Pico Projects

Raspberry Pi Pico: 10 project ideas featuring the Grove shield – Seeed Studio.

micro:bit v2 schematic

micro:bit v2 schematic and BOM (bill of materials) released – GitHub and GitHub.

Mu Editor

Mu Editor now supports micro:bit v2 – Codewith.mu.

Python flashing beta

It is now possible to flash a MicroPython program to the micro:bit v2 via Bluetooth. Sign up to test the beta via the Play store listing – Google.

KiKit

KiKit is a Python library and CLI tool to automate several tasks in a standard KiCAD workflow – GitHub.

PyWebIO

PyWebIO provides a series of imperative functions to obtain user input and output on the browser, turning the browser into a “rich text terminal” – GitHub.

Python Tutor

Overcome a fundamental barrier to learning programming: understanding what happens as the computer runs each line of code – PythonTutor.com via GitHub.

The Python Package Index is now a GitHub secret scanning integrator – GitHub.

Tensorflow MicroPython Examples

Tensorflow Lite for microcontrollers in Micropython – GitHub.

title

Python-powered live energy monitor for P1 enabled electricity meter – frederickvandenbosch.

Sudoko solving with Python

Solving ‘Greater-than sudoku’ with python and z3 – ca.rstenpresser.de.

Kite Modeler - Reboot

A modern version of KiteModeler from NASA Glenn written in Python – Herokuapp.com via GitHub.

Astroids with PyGame

Build an Asteroids Game With Python and Pygame – Real Python.

Foamyguy Stream

3/27/21 Stream from CircuitPythonista FoamyGuy (Tim) covers work on Tiled game map files with CircuitPython- YouTube.

Instructables Contest Notifier

Instructables Contest Notifier on MagTag, PyPortal, and Matrix Portal – Instructables.

PyDev of the Week: Yuxi (Hayden) Liu from Mouse vs Python

CircuitPython Weekly Meeting for March 29th, 2021 on YouTube notes here

#ICYDNCI What was the most popular, most clicked link, in last week’s newsletter? Papermerge open source document management system.

Coming soon

Rotary Trinkey

Rotary Encoder + Trinket M0 + USB Key PCB = Rotary Trinkey. Running a SAMD21E18, this tiny CircuitPython/Arduino USB key-type PCB only does one thing: connect a rotary encoder over USB. And that’s what this does. – Twitter.

Metro iMX RT1011

We’re playing around, testing things on the upcoming Metro M7. This time we’re doing a TFT shield demo to test out displayio and our ILI9341 driver. We made a fun bouncing DVD demo with transparent pixels. Our code allows a dynamic number of DVD logos for bouncing pleasure. Mostly this is us seeing how a 500 MHz processor feels with CircuitPython! Still lots to do, but this code is working pretty well, no crashing. – YouTube.

New Boards Supported by CircuitPython

The number of supported microcontrollers and Single Board Computers (SBC) grows every week. This section outlines which boards have been included in CircuitPython or added to CircuitPython.org.

This week we had one new board added!

Looking to add a new board to CircuitPython? It’s highly encouraged! Adafruit has four guides to help you do so:

New Learn Guides!

New Learn Guides

Touch Deck: DIY Customizable TFT Control Pad from John Park

Black Lives Matter Education & Workshop Kit from Ladyada

Adafruit MagTag COVID Vaccination Percent Tracker from Dylan Herrada

Updated Learn Guides!

Creating and sharing a CircuitPython library from Scott Shawcroft

CircuitPython Libraries!

CircuitPython Libraries

CircuitPython support for hardware continues to grow. We are adding support for new sensors and breakouts all the time, as well as improving on the drivers we already have. As we add more libraries and update current ones, you can keep up with all the changes right here!

For the latest libraries, download the Adafruit CircuitPython Library Bundle. For the latest community contributed libraries, download the CircuitPython Community Bundle.

If you’d like to contribute, CircuitPython libraries are a great place to start. Have an idea for a new driver? File an issue on CircuitPython! Have you written a library you’d like to make available? Submit it to the CircuitPython Community Bundle. Interested in helping with current libraries? Check out the CircuitPython.org Contributing page. We’ve included open pull requests and issues from the libraries, and details about repo-level issues that need to be addressed. We have a guide on contributing to CircuitPython with Git and Github if you need help getting started. You can also find us in the #circuitpython channel on the Adafruit Discord.

You can check out this list of all the Adafruit CircuitPython libraries and drivers available.

The current number of CircuitPython libraries is 307!

Updated Libraries!

Here’s this week’s updated CircuitPython libraries:

What’s the team up to this week?

What is the team up to this week? Let’s check in!

Dan

I released CircuitPython 6.2.0-beta.4 on March 18. This version is close to what we want in the final 6.2.0. There are few more fixes we’d like to get in, but the next release is likely to be a release candidate.

When we make releases, we reorder the boards on circuitpython.org in order of most frequently downloaded. We’ve been doing this in only a semi-automated way: the process includes downloading tens or hundreds of thousands of log files from Amazon S3, and then running a script. I explored some other services available on Amazon Web Services, and found that I could enable fancier logging and then run SQL queries against those logs directly on AWS. I have experimented with this and it’s working well. This is very far afield from embedded programming but is an interesting diversion for me.

Jeff

Work continues on support for the i.MX series of microcontrollers, which will be in the upcoming Metro M7 RT1011 board.

Right now I’m concentrating on the SPI peripheral. The next enhancement I’ll work on is to use “DMA” to speed up busio.SPI. Without this, there are long delays between each byte of data that greatly limit the total throughput and which can also make displayio update slowly.

Logic analyzer capture of the SCK line showing a multi-microsecond pause between bytes:

Jeff

Kattni

This week I published the Python for Microcontrollers newsletter for the first time without Anne’s excellent assistance. She trained me up over the past few weeks, and helped a lot with content for the recent newsletter. This newsletter is my first one completely solo. I hope I have managed to keep it up to expectations!

In product-guide-land, I published the Adafruit CYBERDECK Hat and Bonnet guide and the Adafruit MIDI FeatherWing guide this week, though the FeatherWing guide was done up a while ago. If you’re looking to get started with either product, check out these guides for details.

Otherwise, I’m continuing to work on creating templates for the CircuitPython Essentials guide so we can include them in the CircuitPython-compatible microcontroller guides and have a much smoother, more tailored experience for folks who are getting started with CircuitPython. I have two templates completed, and am working on a third. None of the CircuitPython template pages are published yet, so I don’t have an example for you. I will soon!

Lucian

This past week I finally pinned down and made a big todo list of the remaining issues I was having with the low power module, including a couple redundant parts of the API, issues with how reset impacts write protection on the STM32’s clock, and conflicts within how CircuitPython decides whether it will enter “real” deep sleep (the true low power mode) and “fake” deep sleep (where it avoids disconnecting from USB).

I also reviewed incoming modules for low power on NRF, AudioPWMIO, and some miscellaneous bugfixes to UDP sockets and the SPI sharing system used on the Meowbit. I’m hoping I’ll be all through the current NRF/STM32 sleep projects this week, so I can start work on RP2040 sleep – having these three ports, plus the ESP32-S2, should be a good foundation for our next major version.

Melissa

This week, I got familiar with the inner workings of the bundle releases and made a 2-part dynamic bundler. First I added some code that generates a JSON file that contains all of the information in the Bundle. It is currently being attached as part of a release. This includes all of the dependency information.

The other part of this is a JavaScript application that allows you to specify the libraries that you would like included. It then downloads the JSON file, figures out the dependencies of the libraries that you would like, downloads the release bundle, extracts the files that you want in your dynamic bundle and repackages everything up into its own zip file and initiates a download. When I started, I knew it was theoretically possible, but was pleased to see it all working.

One of the issues I ran into was a Cross-Origin Resource Sharing policy limitation. The problem is when trying to download GitHub release assets, it doesn’t like it if the domains don’t match, even if using GitHub pages. I was temporarily able to work around this by using a CORS proxy, but this isn’t a good long term solution. I am currently looking into more reliable methods such as using Amazon S3.

Scott

This week I wrapped up the RP2040 flash settings changes. Overall, I’m really happy with how it turned out. I’m wrapping up RP2040 work this week by looking at a couple bugs and then will be moving to iMX RT briefly to bring the flash config there as well. It’s forcing a bit more of an expansion because both CircuitPython and TinyUF2 have the iMX RT flash config in it.

After that, I’ll be moving to nRF work for BLE workflow and collaborating with Trevor who will be doing the iOS side. I’m very excited to start on it but a bit daunted by all the work I want to do. It’ll be nice to work with someone else to help focus where to start.

Upcoming events!

2021 Open Hardware Summit

The 2021 Open Hardware summit will be held online, Friday April 9, 2021. The summit will be livestreamed, but ticket holders will have access to additional interactive portions of the summit like meet-and-greets, workshops, and sponsor booths. Find details, including ticket and sponsorship information at 2021.oshwa.orgOSHWA.

GeoPython 2021

The online GeoPython conference is focused on Python and Geo, its toolkits and applications. April 22-23, 2021 – https://2021.geopython.net/.

PyCon US 2021

PyCon US, the annual official annual Python gathering, has been announced to be held online May 12-15, 2021. Sprints will be held May 16-18, 2021. More information and signups at https://us.pycon.org/2021/

EuroPython 2021

EuroPython, the largest conference for the Python programming language in Europe, has been announced to be held online July 26 – August 1, 2021. More information at https://ep2021.europython.eu/

PyOhio

Call for proposals for PyOhio 2021 runs from March 15 – April 19, 2021 with the free event on July 31, 2021- PyOhio.org via Twitter.

Send Your Events In

As for other events, with the COVID pandemic, most in-person events are postponed or cancelled. If you know of virtual events or events that may occur in the future, please let us know on Discord or on Twitter with hashtag #CircuitPython.

Latest releases

CircuitPython’s stable release is 6.1.0 and its unstable release is 6.2.0-beta.4. New to CircuitPython? Start with our Welcome to CircuitPython Guide.

20210329 is the latest CircuitPython library bundle.

v1.14 is the latest MicroPython release. Documentation for it is here.

3.9.2 is the latest Python release. The latest pre-release version is 3.10.0a6.

2,358 Stars Like CircuitPython? Star it on GitHub!

Call for help – Translating CircuitPython is now easier than ever!

CircuitPython translation statistics on weblate

One important feature of CircuitPython is translated control and error messages.

With the help of fellow open source project Weblate, we’re making it even easier to add or improve translations.

Sign in with an existing account such as GitHub, Google or Facebook and start contributing through a simple web interface. No forks or pull requests needed!

As always, if you run into trouble join us on Discord, we’re here to help.

jobs.adafruit.com – Find a dream job, find great candidates!

jobs.adafruit.com

jobs.adafruit.com has returned and folks are posting their skills (including CircuitPython) and companies are looking for talented makers to join their companies – from Digi-Key, to Hackaday, Microcenter, Raspberry Pi and more.

Job of the Week

Makerspace STEAM Instructor – MacInspires Makerspace is searching for STEAM teachers for grades 1-5 to work in their Chelsea, Manhattan and Mamaroneck, New York locations – Adafruit Jobs Board.

28301 thanks!

28301 THANKS

Adafruit Discord

The Adafruit Discord community, where we do all our CircuitPython development in the open, reached over 28301 humans, thank you! Adafruit believes Discord offers a unique way for CircuitPython folks to connect. Join today at https://adafru.it/discord.

ICYMI – In case you missed it

ICYMI

The wonderful world of Python on hardware! This is our Python video-newsletter-podcast! The news comes from the Python community, Discord, Adafruit communities and more and is reviewed on ASK an ENGINEER Wednesdays. The complete Python on Hardware weekly videocast playlist is here.

This video podcast is on iTunes, YouTube, IGTV (Instagram TV), and XML.

Weekly community chat on Adafruit Discord server CircuitPython channel – Audio / Podcast edition – Audio from the Discord chat space for CircuitPython, meetings are usually Mondays at 2pm ET, this is the audio version on iTunes, Pocket Casts, Spotify, and XML feed.

And lastly, we are working up a one-spot destination for all things podcast-able here – podcasts.adafruit.com

Contribute!

The CircuitPython Weekly Newsletter is a CircuitPython community-run newsletter emailed every Tuesday. The complete archives are here. It highlights the latest CircuitPython related news from around the web including Python and MicroPython developments. To contribute, edit next week’s draft on GitHub and submit a pull request with the changes. You may also tag your information on Twitter with #CircuitPython.

Join our Discord or post to the forum for any further questions.



from Adafruit Industries – Makers, hackers, artists, designers and engineers! https://ift.tt/3u79AUg
via IFTTT

Know us

Our Team

Tags

Video of the Day

Contact us

Имя

Электронная почта *

Сообщение *