Friday, January 29, 2021

Google VR Tilt Brush app goes open source #VR #OpenSOurce @Google

Google has made its virtual-reality painting tool, Tilt Brush, open source, handing it over to community creators instead of shutting it down. The  app allows users wearing for VR headsets to “paint” sculptures in three-dimensional space.

After the app’s 2016 launch, a community of artists sprang up around its unique feature set. Google has now announced it is discontinuing work on the app – but making the code publicly available.

Google is effectively letting anyone with the knowledge make their own version of the app – a rare move for the company. And there has been an outpouring of relief from artists and enthusiasts who have created works for the platform.

Patrick Hackett, who co-created Tilt Brush before it was acquired by Google, in 2015, left the technology giant a few weeks before the announcement.

“To some, this may look like the end of Tilt Brush,” he tweeted when it was made public. “To me, this is immortality.”

Co-creator of the Farmville game Amitt Mahajan, meanwhile, said:

“Tilt Brush had been ‘my go-to app’ for VR demos. Drawing with your hands in 3D space feels natural and quickly establishes how VR is different from other devices you may have used,” he wrote. “All first-time VR users, young and old, were able to pick it up instantly and see the magic.”

For now, users can still buy the Google version of the Tilt Brush in VR app stores. But it will no longer receive new feature updates.

More tech-savvy users can simply access the publicly released code and compile their own fully functional version of the app for free. But programmers can bring in new features, which could lead to several alternative and competing versions.

Read more on BBC News and see the code on GitHub under an Apache 2.0 license.

Overclocking the Raspberry Pi 400 #piday #raspberrypi @Raspberry_Pi

Matt from Raspberry Pi Spy shares how to overclock your Pi 400.

Overclocking the Raspberry Pi 400 is easy and gives you an extra performance boost for free. The Pi 400 has been designed to be used without any active cooling. This has been achieved with careful PCB design and a massive heat-sink. Not only does this allow the Pi 400 to run at 1.8GHz out the box but it also allows for some easy overclocking.

Read more.


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

A closer look at Raspberry Pi RP2040 Programmable IOs (PIO) #piday #raspberrypi @Raspberry_Pi

Pico PIO State Machine 768x686

Nice in depth look from CNX Software:

All the boards usually come with hardware support for digital communications protocols such as I2C, SPI, and UART. However, if you plan to use more of these interfaces than what is available on the board, you can use the programmable IOs provided in RP2040 microcontroller.

Well, this has more capabilities than one can think of. Let’s say you want to output a DPI video or “communicate with a serial device found on AliExpress” is now possible with Programmable I/O. As the name says, ‘Programmable’ IO makes it clear that it can be programmed directly to support several interfaces including SD card interface, VGA output, and higher speed data transfer. Hang on! We have the most exciting part of the article coming up – ‘How to program these programmable I/Os to make your job easy’.

Learn more!


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Die shots of the Raspberry Pi RP2040 chip #Teardown #Dieshot #ReverseEngineering #PiDay @johndmcmaster @Raspberry_Pi

John McMaster posts an informative thread on Twitter, starting with x-rays of the new Raspberry Pi Pico board and subsequently going layer by layer through the board’s RP2040 chip. The die shots are both beautiful and informative in understanding this new chip.

The thread indicates the chip is made in 40nm and at the TSMC fab.

There are some interesting features of note:

See the Twitter thread with more pictures here.

See a large zoomable picture of the die here.

 

The “do not be alarmed” clock #ESP8266 @Stavros

Stavros Korokithakis has long thought that a bedside alarm clock would be perfect, but he couldn’t find one that fulfilled all his requirements:

  • I needed something that had a screen that would always be always lit, so I could check the time with one eye and half a brain awake, in the complete darkness of the bedroom.
  • A screen that wasn’t too bright and wouldn’t disturb sleep, but that would also be legible in direct sunlight, so I could see the time during the day. This meant adaptive brightness.
  • Octagonal shape so I can lay it down on its side (or at 45°) instead of having to crane my neck up to check the time when lying down (I really did think of everything).
  • Weather forecast for the next hour or two, so I can reliably fail to wake up for tennis when not necessary.
  • Annoying beeper for alarms.
  • Less annoying built-in LEDs that would increase in brightness for a few minutes before an alarm went off, so I can wake up less annoyed.

Conceptually, making an alarm clock to fulfill these requirements isn’t hard. You take a small OLED screen, an ESP8266, connect them together, add some LEDs and a buzzer, and you’re done!

The result is a nice bedside clock with OLED display and 3D printed case.

See the blog post here

See this GitHub repo for the code.

Raspberry Pi Pico Plays Bach #piday #raspberrypi @Raspberry_Pi

Kevin from DIY Electro Music uses the new Raspberry Pi Pico to play Bach’s Prelude and Fugue in C Major.

It was an exciting day on Thursday this week on Twitter. I was able to watch the release of the Raspberry Pi Foundation’s new microcontroller board, the Raspberry Pi Pico and it looks like it will have lots of features that will be of interest for Simple DIY Electronic Music Projects.

Read more.


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Pi Pico Pinout and Power Pins #piday #raspberrypi @Raspberry_Pi

Raspberry pi pico pinout 1024x745

Very handy reference guide for your new Pico from Raspberry Pi Spy:

Understanding the Pi Pico Pinout is vital to getting the best out of Pi Pico. The Raspberry Pi Pico is a microcontroller board that makes use of the RP2040 chip developed by the designers of the Raspberry Pi.

Read more!


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Installing Rclone to the Raspberry Pi #piday #raspberrypi @Raspberry_Pi

Manage your cloud with your pi!

via PiMyLifeUp

Rclone is an open-source software designed to let you manage content on cloud services such as Google Drive and Amazon S3.

Using this software, you can do a various tasks, such as synchronizing files between your Raspberry Pi and your cloud provider. It’s even possible to mount cloud services as if they were actual disks on your Raspberry Pi.

Read more.


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Dough cutter #3DThursday #3DPrinting

Dough cutter by infoengineer Thingiverse

A fancy looking roller with handle will help you cut your dough balls! From infoengineer on Thingiverse:

Dough cutter with detachable rolling blades for making russian dumplings. You can use the 6 cm blade to cut circles for pelmeni or the 7 cm blade for vareniki (pierogi). I printed the blades by supporting them from the print bed and oriented them upright.

Download the files and learn more


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!

NeoPixel dithering with Pico @Raspberry_Pi #PiDay #RaspberryPi

PIO NeoPixel DELIVERY 800x462

Handy new post up on the Raspberry Pi Foundation blog.

WS2812B LEDs, commonly known as NeoPixels, are cheap and widely available LEDs. They have red, green, and blue LEDs in a single package with a microcontroller that lets you control a whole string of them using just one pin on your microcontroller.

Read more.


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Raspberry Pi Pocket Data Transferer @Raspberry_Pi #PiDay #RaspberryPi

When you don’t have that exact thing you’re looking for, make it. Is there a sort of book you’ve always wanted to read, but nobody’s written it? Write it. Is there a sort of dance track that you want to bob your head to, but nobody’s laid down the oontz oontz? Make the track. And if you don’t have ready access to a data transfer tool, just make it. The Pocket Ape teamfrom Sambalpur, India, did just that. Here’s more from hackster.io:

I started to develop this project when I was in my 11th grade, as being from a very small town of India (Sambalpur my town) it was hard to gather sufficient information required to build an electronic device and how to program it. Although the internet helped a lot and somehow I was able to build a very low-quality prototype. I and my team thought to make a fully working MVP(Minimum Viable Product) of our Idea and then run a crowdfunding campaign on Indiegogo but our country was unlisted from Indiegogo’s website, and honestly, we were also not capable enough to build our own ARM board for Pocket_Data_Transferer.

See project:


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Create a Minecraft Server with a Pi 4 #piday #raspberrypi @Raspberry_Pi

Learn how to host your own Minecraft server with balena with this guide from Raspberry Pi Projects:

f you want to host your own Minecraft Server — all from a Raspberry Pi — this project is for you! Try the balena Minecraft Server, a starter project to quickly and easily create a Minecraft Server and use SCP and RCON to manage it!

Read more


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Hexabitz Piano Controllable from Raspberry Pi and Python GUI @Raspberry_Pi #PiDay #RaspberryPi

As you contemplate the mystery of what the malevolent hexagon motif might mean for Wanda and the Vision, you could use hexagons for a far more benevolent purpose, like Aula Jazmati on hackster.io, who are using Hexabitz and Raspberry Pi to make music. Here’s more!

This project uses Hexabitz modules to play the music notes. It’s definitely an effective way to learn about modules, Python GUI & music.

See project!


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Thursday, January 28, 2021

Smart Snoring Correction @Raspberry_Pi #PiDay #RaspberryPi

OeR7IH7Nrv blob

Just might need to build this for my husband…

Cool project from Bryan Staley & Brayden Staley up on Hackster.io.

DISCLAIMER – I’m not a medical professional, just a guy looking for a good night sleep. Please use at your own risk.

Snoring is disruptive to you and your partner’s sleep, but snoring can be dangerous as well and lead to sever health issues. With the help of the Buzz NeoSensory, we think we can provide a haptic signal to sooth the subject and disrupt the snoring cycle.

Read more.


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

This World Map Displays Day and Night via Raspberry Pi #piday #raspberrypi @Raspberry_Pi

Manfred made a glowy world map and shared the build on Hackster.io:

The Python program contains a year table, which holds the sunrise and sunset times for the 16 cities per week. The current date and time are retrieved from the internet via WLAN and used to control the 32 LEDs.

Read more


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Raspberry pi powered Ultrasonic theremin #raspberrypi

Banner

Via Raspberrypi.org

What you will make

In this resource, you will use an ultrasonic distance sensor to control the notes played by Sonic Pi, and unleash your inner Beach Boy.

What you will learn

By building an ultrasonic theremin, you will learn:

  • How to detect distances with an ultrasonic distance sensor
  • How to communicate variables between Sonic Pi and Python

Learn more!

Circuit


3055 06Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!

Commodore 64 key caps (CMB Stem) #3DPrinting #3DThursday

Commodore 64 key caps CBM Stem by pixelmaker04 Thingiverse

pixelmaker04 shared this project on Thingiverse!

I wanted some custom colors for my C64C that I painted to match a CRT I found last year, but there weren’t any options for the keycaps. Since I got my 3D printer I decided to measure and model all of the keycaps for the C64. These are for the CBM stem and will not work for a mech64 keyboard without a stem adapter. Please show me your makes!!!

Also consider providing a tip for my hard work

Download files: https://www.thingiverse.com/thing:4684156


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!

Dowel Maker Jig #3DThursday #3DPrinting

Dowel Maker Jig parametric by JulianGoulding Thingiverse

Great print and great accompanying process vid. Shared by Julian Goulding on YouTube and Thingiverse:

follow my exploration of designing a better dowel jig using 3D printing. I took the collective designs of all sorts of dowel making jigs and worked them through trial and error to a fully customizable, simple, accurate design.

Download the files and learn more


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!

Jargar – Self-Watering Planter in a jar #3printing #3DThursday

Jargar Self Watering Planter in a jar by Justinas Thingiverse

Justinas shared this project on Thingiverse!

3D printing is a great tool for upcycling. This is a self-watering planter that uses a leftover jar for its body. The great thing about it is that you will always know what level the water is at. Also, this way we use way less plastic for printing and don’t have to worry about it being watertight. Win-win.

The model is based on a jar with a 67mm top hole diameter – that is a standard in eastern Europe. The standard in your part of the world might be different, so be sure to edit the model to suit your needs better.

Download files: https://www.thingiverse.com/thing:4683066


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!

Pirate Audio Set #3DThursday #3DPrinting

Pirate Audio Set by e2vdavidb Thingiverse

Print your own stereo system shared by e2vdavidb on Thingiverse:

I scaled the main body to fit the 40mm Pimoroni mini speakers, only 3W each.
Changed the side plate to make it easier to print and made some basic TPU feet to decouple.
Basic housing is for a USB battery bank that can run the Pi Zero and amp for many hours.
Kit of parts from Pimoroni including Pi Zero W, 32GB SD and OS, Pirate audio amp and screen, 2 x 3W plus 40mm speakers.
Sound is surprisingly full and certainly enough for a small room.

Download the files and learn more


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!

Nixie Tube Clock Case #3DPrinting #3DThursday

Nixie Tube Clock Casing For Geekstyles IN12 V3 by JohnTurbo Thingiverse

JohnTurbo shared this project on Thingiverse!

This is a single piece casing – the front and back panels come with the Geekstyles kits very commonly found on Ebay. – The kit with brass standoffs and an acrylic front and back panel that are 124x47mm

All the similar ones I could find were for an other kit PVdesign or something, so I modelled this up.

Download files: https://www.thingiverse.com/thing:4682067


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!

Watch an Deep Dive w/Scott at 2pm Pacific Tomorrow (~23 hours from now) @tannewt @raspberry_pi #raspberrypipico #rp2040

Join Scott tomorrow, Friday January 29th on Adafruit YouTube or Twitch at 2pm Pacific.

The plan is to talk about audio playback with the RP2040, the new microcontroller from Raspberry Pi. Scott has spent the last month or so bringing CircuitPython to the RP2040 and will try to answer any questions you have!

Next week will be on Friday.

Here is last week’s stream about the RP2040:

Simple Sanding Drum Tool #3DPrinting #3DThursday

Simple Sanding Drum Tool by Nleinad Thingiverse

Nleinad shared this project on Thingiverse!

Made a simple sanding drum tool for 1″x1″ rotary abrasive drums. It is based around a M8 x 60 mm coach bolt + nut, which is used as the driven axle and mounts in the chuck of a power drill. Did not have any problems with slippage, but made an anti-slip version (MK2) too.

Download files: https://www.thingiverse.com/thing:4680449


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!

Keybon – Adaptive Macro Keyboard #3DThursday #3DPrinting

Shared by Max Kern on YouTube. You can also see more project details on Hackaday.io

Keybon is a macro keyboard with configurable layouts and functions. Integrated into each of its nine tactile buttons is a 0.66” OLED screen. Depending on which app is active on the connected computer, Keybon switches to the suitable key layout thanks to its companion software.

Download the files and learn more


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!

BB-8 Amazon Echo Dot #3DPrinting #3DThursday

BB 8 Amazon Echo Dot by FunnyItsElmo Thingiverse

FunnyItsElmo shared this project on Thingiverse!

BB-8 Costume for the new Amazon Echo Dot!

Download files: https://www.thingiverse.com/thing:4680598


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!

Adafruit 64×32 RGB LED Matrix modular case #3DThursday #3DPrinting

Adafruit 64x32 RGB LED Matrix modular case by dlongley Thingiverse

We love seeing the ingenuity of makers out there. dlongley couldn’t find just the right product so they made one! from Thingiverse:

I bought a really cool 64×32 RGB LED Matrix from Adafruit, and wanted to put it in
a nice enclosure. After some searching, I could not find exaclty what I was after, so
I designed my own! It is completely modular, so I can mix and match parts for whatever project
comes along. The bezel comes in three versions. Simple bezel, bezel with diffuser, and bezel with support.
The diffuser is acrylic cut to size available from Adafruit. The bezel with support will help keep an Adafruit
Matrix Portal secured in the case. The body comes in three sizes as well. Short, medium, and long. The back comes
in two versions. A solid back, and one with a small notch to run a USB cable out of.
Just wanted to share. Take care ENJOY!

Download the files and learn more


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!

Baby Saw (doo, doo, doo, doo, doo, doo) #3DPrinting #3DThursday

Baby Saw doo doo doo doo doo doo by reality boy Thingiverse

reality_boy shared this project on Thingiverse!

A little jigsaw blade holder so I can cut the tabs on my cnc projects.

Download files: https://www.thingiverse.com/thing:4680797


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!

3D Hangouts – LoFi Pi Radio, Picos and Wings @ecken @videopixil

This week we’re taking a look at the LoFio Raspberry Pi youtube player with the BrainCRAFT hat. We’ll take a look at the animatronic servo controlled wings prototype. New cases for the new Raspberry Pico. Timelapse this week of the White House lit up with neopixels powered by the Raspberry Pi Pico. A sweet assortment of community makes to end the show.

3D Hangout YouTube Link
https://youtu.be/itfTLXGbCls

YouTube Project Video
https://youtu.be/OZtc_96axzU

LoFi Pi Radio Learn Guide
https://learn.adafruit.com/youtube-radio

Updated Darksaber Guide
https://learn.adafruit.com/ble-darksaber-propmaker

Updated Code for Infinity Mirror
https://learn.adafruit.com/infinity-mirror-coaster

Fairy Wings CAD build
https://www.youtube.com/watch?v=6ylii_L5YRU

Timelapse Tuesday:

White House – MakerBot
https://www.thingiverse.com/thing:461235
https://youtu.be/mbhvO0wwQQw

Community Makes

https://www.thingiverse.com/make:895756 dodecahedron
https://www.thingiverse.com/make:894289 unicorn
https://www.thingiverse.com/make:894576 d20
https://www.thingiverse.com/make:892783 hylian shield
https://www.thingiverse.com/make:893575 neopixel diffuser


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!

The Adafruit Learning System has dozens of great tools to get you well on your way to creating incredible works of engineering, interactive art, and design with your 3D printer! If you’ve made a cool project that combines 3D printing and electronics, be sure to let us know, and we’ll feature it here!



The Python on Hardware weekly video – January 27, 2021 #CircuitPython #Python #Adafruit #RP2040 @Adafruit

Python on hardware news, projects and events for this week!

Episode 117 (January 27, 2021)

This is our weekly Python video-newsletter-podcast!

Ladyada and PT provide this week’s video on Python on hardware news and events.

The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the weekly newsletter we do, with more than 8,531 readers!

Our entire playlist of Python on hardware videos is at http://adafru.it/pohepisodes


https://www.adafruitdaily.com

Also available – our Email Newsletter: Python on Microcontrollers

Sign up for the newsletter here: https://www.adafruitdaily.com/. No spam, no ads, your email address is never sold, opt out of everything quickly if desired.

The current newsletter post and the archives, 3 years worth! https://www.adafruitdaily.com/category/circuitpython/

Find out more about CircuitPython at https://CircuitPython.org/

See all the information on CircuitPython on the curated Awesome CircuitPython List

CircuitPython on Reddit https://www.reddit.com/r/circuitpython/

Raspberry Pi Boombox #3DThursday #3DPrinting

In this project we’re building a lofi radio player with the Raspberry Pi and Adafruit’s BrainCraft HAT.

Guide: https://learn.adafruit.com/youtube-radio

We designed and 3D Printed this case to house the electronics and features a built in speaker and display!

The Pi is set up in kiosk mode and automatically plays any youtube music stream.

The brainCraft HAT has everything you need to make an all-in-one YouTube player.


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!