<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adafruit Industries &#8211; Makers, hackers, artists, designers and engineers!</title>
	<atom:link href="https://blog.adafruit.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adafruit.com</link>
	<description>electronics, open source hardware, hacking and more...</description>
	<lastBuildDate>Fri, 28 Aug 2026 00:21:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://cdn-blog.adafruit.com/uploads/2020/04/logo_small@2x.png</url>
	<title>Adafruit Industries &#8211; Makers, hackers, artists, designers and engineers!</title>
	<link>https://blog.adafruit.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">42816698</site>	<item>
		<title>CircuitPython 10.3.0-rc.0 Released!</title>
		<link>https://blog.adafruit.com/2026/08/27/circuitpython-10-3-0-rc-0-released/</link>
					<comments>https://blog.adafruit.com/2026/08/27/circuitpython-10-3-0-rc-0-released/#respond</comments>
		
		<dc:creator><![CDATA[Dan Halbert]]></dc:creator>
		<pubDate>Fri, 28 Aug 2026 00:20:31 +0000</pubDate>
				<category><![CDATA[CircuitPython]]></category>
		<category><![CDATA[circuitpython]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663692</guid>

					<description><![CDATA[From the GitHub release page: This is CircuitPython 10.3.0-rc.0, a release candidate for CircuitPython 10.3.0 final. CircuitPython 10.3.0 will be the latest minor revision of CircuitPython, and will be a new stable release. Notable additions, changes, and fixes in 10.3.0 from 10.2.1 Gaming and Display picogame game engine module, a performant game-oriented alternative to displayio. [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;"><img fetchpriority="high" decoding="async" width="360" height="480" class="alignnone size-large wp-image-636273 img-responsive" style="font-size: 16px;" src="https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10-360x480.jpg" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10-360x480.jpg 360w, https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10-225x300.jpg 225w, https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10-113x150.jpg 113w, https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10-768x1024.jpg 768w, https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10-1152x1536.jpg 1152w, https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10-1536x2048.jpg 1536w, https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10-328x437.jpg 328w, https://cdn-blog.adafruit.com/uploads/2025/07/CircuitPython-10.jpg 1800w" sizes="(max-width: 360px) 100vw, 360px" /></h1>
<p><em>From the <a href="https://github.com/adafruit/circuitpython/releases/tag/10.3.0-rc.0">GitHub release page</a>:</em></p>
<p>This is <strong>CircuitPython 10.3.0-rc.0</strong>, a release candidate for CircuitPython 10.3.0 final. CircuitPython 10.3.0 will be the latest minor revision of CircuitPython, and will be a new stable release.</p>
<h2>Notable additions, changes, and fixes in 10.3.0 from 10.2.1</h2>
<h3>Gaming and Display</h3>
<ul>
<li><code>picogame</code> game engine module, a performant game-oriented alternative to <code>displayio</code>.</li>
<li>E-ink display quality improvements, including on MagTag 2025.</li>
</ul>
<h3>Audio</h3>
<ul>
<li><code>audio.AudioOut</code>, using DAC, now available on STM.</li>
<li><code>audio_i2sin</code>, available on Espressif and RP2xxx.</li>
<li><code>audiofilewriter</code>, to send an audio pipeline stream to a file.</li>
<li><code>audiodelays.Flanger</code>, <code>audiodelays.GranularPitchShift</code>.</li>
<li><code>audiospeed.Resampler</code>.</li>
<li><code>audiodelays</code>, <code>audiofilters</code>, and <code>audiofreeverb</code> now available on RP2xxx.</li>
<li><code>synthio.Biquad</code> filters now available in <code>audiodelays.Echo</code> and <code>audiofreeverb.Freeverb</code>.</li>
<li><code>usb_audio.USBMicrophone</code> and <code>usb_audio.USBSpeaker</code>, which provide audio source and sink USB devices.</li>
<li>Duplex I2S.</li>
</ul>
<h3><code>settings.toml</code></h3>
<ul>
<li><code>CIRCUITPY_BLE_WORKFLOW</code> toggle.</li>
<li><code>CIRCUITPY_HEAP_SRAM_SIZE</code>.</li>
<li><code>CIRCUITPY_SAFE_MODE_DELAY</code> time value.</li>
<li><code>CIRCUITPY_SDCARD_USB</code> toggle.</li>
<li><code>CIRCUITPY_WIFI_HOSTNAME</code>.</li>
<li>Float values can now be specified.</li>
</ul>
<h3>Storage</h3>
<ul>
<li><code>sdioio</code> now available on RP2xxx.</li>
<li><code>storage.unsafe_disable_usb_drive()</code> can disable the USB CIRCUITPY drive after the host has mounted it.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>ESP-NOW works again.</li>
<li>USB host fixes.</li>
<li>BLE workflow fixes (more to come).</li>
</ul>
<h2>Highlights of this release</h2>
<ul>
<li>Add <code>picogame</code> game engine module.</li>
<li>Add <code>CIRCUITPY_HEAP_SRAM_SIZE</code> setting in <code>settings.toml</code>.</li>
<li>Add <code>audiodelays.Flanger</code>.</li>
<li>Add <code>synthio.Biquad</code> filters to <code>audiodelays.Echo</code> and <code>audiofreeverb.Freeverb</code>.</li>
<li>Implement duplex I2S.</li>
<li>Add stereo support to <code>usb_audio</code>.</li>
<li>BLE workflow fixes (more to come).</li>
<li>Zephyr BLE support.</li>
<li>Many other Zephyr, additions, fixes, and new boards.</li>
</ul>
<h2>Incompatibility warnings when upgrading to 10.3.0 from 10.2.1</h2>
<ul>
<li>The <code>baudrate</code> specified in <code>busio.SPI.configure()</code> is now a ceiling, and will not be exceeded. Previously, on some ports, the actual baudrate chosen could have been the nearest available baudrate, but higher than the specified baudrate, sometimes by a substantial amount. Use <code>SPI.frequency</code> to fetch the actual baudrate. <strong>Limitations</strong>: On Zephyr, <code>SPI.frequency</code> is the specified, not the actual baudrate, and some Zephyr ports may violate the ceiling behavior.</li>
</ul>
<h2>Download from circuitpython.org</h2>
<p>Firmware downloads are available from the <a href="https://circuitpython.org/downloads">downloads page</a> on <a href="https://circuitpython.org">circuitpython.org</a>. The site makes it easy to select the correct file and language for your board.</p>
<h2>Installation</h2>
<p>To install follow the instructions in the <a href="https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython">Welcome to CircuitPython!</a> guide. To install the latest libraries, see <a href="https://learn.adafruit.com/welcome-to-circuitpython/circuitpython-libraries">this page</a> in that guide.</p>
<p>Try <a href="https://code.circuitpython.org">code.circuitpython.org</a> or <a href="https://learn.adafruit.com/welcome-to-circuitpython/installing-mu-editor">the latest version of the Mu editor</a> for creating and editing your CircuitPython programs and for easy access to the CircuitPython serial connection (the REPL).</p>
<h2>Documentation</h2>
<p>Documentation is available in <a href="https://circuitpython.readthedocs.io/en/latest/README.html">readthedocs.io</a>.</p>
<h2>Port status</h2>
<p>CircuitPython has a number of &#8220;ports&#8221; that are the core implementations for different microcontroller families. Stability varies on a per-port basis. As of this release, these ports are consider stable (but see Known Issues below):</p>
<ul>
<li><code>atmel-samd</code>: Microchip SAMD21, SAMx5x</li>
<li><code>cxd56</code>: Sony Spresense</li>
<li><code>espressif</code>: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3</li>
<li><code>nordic</code>: Nordic nRF52840, nRF52833</li>
<li><code>raspberrypi</code>: Raspberry Pi RP2040, RP2350</li>
<li><code>stm</code>: ST STM32F4 chip family</li>
</ul>
<p>These ports are considered alpha and will have bugs and missing functionality:</p>
<ul>
<li><code>analog</code>: Analog Devices MAX32690</li>
<li><code>broadcom</code> (will be removed in CircuitPython 11): Raspberry Pi boards such as RPi 4, RPi Zero 2W</li>
<li><code>espressif</code>: ESP32-P4</li>
<li><code>litex</code>: fomu</li>
<li><code>mimxrt10xx</code>: NXP i.MX RT10xxx</li>
<li><code>renode</code>: hardware simulator</li>
<li><code>silabs</code>: Silicon Labs MG24 family</li>
<li><code>stm</code>: ST non-STM32F4 chip families</li>
<li><code>zephyr</code>: multiplatform RTOS, running on multiple chip families</li>
</ul>
<h2>Changes since 10.3.0-alpha.4</h2>
<h3>Fixes and enhancements</h3>
<ul>
<li>Keep BLE workflow connection alive across VM restarts when possible. #11255. Thanks @dhalbert.</li>
<li>Update frozen libraries. #11244. Thanks @dhalbert.</li>
<li>Fix card size for SDXC cards larger than 32 GB. #11243, #11013. Thanks @mikeysklar.</li>
<li>On boards that use a button to enter safe mode or BLE discovery, provide LED feedback the user successfully entered those modes. #11232. Thanks @dhalbert.</li>
<li>Fix some cross-platform BLE bugs. #11225. Thanks @dhalbert.</li>
<li>Prevent <code>MP3Decoder</code> input corruption. #11219. Thanks @FoamyGuy.</li>
<li>Report individual error code for <code>gaierror</code> in <code>socketpool</code>. #11215. Thanks @mikeysklar.</li>
<li>Prevent <code>audiomixer.Mixer</code> from resetting all voices when played. #11211. Thanks @relic-se.</li>
<li>Check <code>traceback</code> arguments more carefully. #11209. Thanks @dhalbert.</li>
<li>Check for failures when creating web workflow listening socket. #11207. Thanks @mikeysklar.</li>
<li>Add <code>picogame</code> game engine module. #11199. Thanks @lynt-smitka.</li>
<li>Add <code>synthio.Biquad</code> filters to <code>audiodelays.Echo</code> and <code>audiofreeverb.Freeverb</code>. #11196. Thanks @relic-se.</li>
<li>Improve <code>usb_audio.Microphone</code>. #11195. Thanks @mikeysklar.</li>
<li>Prevent click noise on <code>audiomixer.Mixer</code> and <code>synthio.Synthesizer</code> during volume updates. #11194. Thanks @relic-se.</li>
<li>Fix <code>synthio.Note.panning</code>. #11191. Thanks @relic-se.</li>
<li>Merge overlapping dirty rectangles in <code>busdisplay</code>. #11189. Thanks @lynt-smitka.</li>
<li>Return text errors for SSL certificat verification failures. #11183. Thanks @dhalbert.</li>
<li>Fix <code>mdns</code> crashes. #11181. Thanks @dhalbert.</li>
<li>Remove previously added <code>I2SIn</code> <code>invert_bit_clock</code> argument. #11177. Thanks @FoamyGuy.</li>
<li>Add <code>CIRCUITPY_HEAP_SRAM_SIZE</code> setting in <code>settings.toml</code>. #11176. Thanks @lynt-smitka.</li>
<li>Add <code>audiodelays.Flanger</code>. #11175. Thanks @FoamyGuy.</li>
<li>Fix crashes caused by deinited audiosample objects. #11154. Thanks @FoamyGuy.</li>
<li>For <code>_bleio</code> HCI, fill in error information for ATT Error Response. #11145. Thanks @annejan.</li>
<li>Validate that an expected audiosample argument is really one, in many places. #11138. Thanks @dhalbert.</li>
<li>Add <code>raise_on_timeout=False</code> option to <code>usb_core.Device.read</code>. #11137. Thanks @lynt-smitka.</li>
<li>Implement duplex I2S. #11136. Thanks @FoamyGuy.</li>
<li>Add stereo support to <code>usb_audio</code>. #11102. Thanks @relic-se.</li>
</ul>
<h3>Port and board-specific changes</h3>
<h4>Analog Devices</h4>
<h4>Broadcom</h4>
<h4>Espressif</h4>
<ul>
<li>Read MAC address from eFuse so WiFi does not need to be enabled to fetch the address. #11238. Thanks @mikeysklar.</li>
<li>Accept a BLE re-pairing request from a peer already bonded to the board. #11237. Thanks @dhalbert.</li>
<li>Require encryption to write CCCD of an encrypted characteristic. #11236. Thanks @dhalbert.</li>
<li>Fix <code>busio.UART</code> CTS flow control. #11162. Thanks @tannewt.</li>
</ul>
<h4>i.MX</h4>
<h4>Nordic</h4>
<ul>
<li>Fix <code>AnalogIn</code> issue: value sometimes 0. #11253. Thanks @FoamyGuy.</li>
<li>Support <code>external_clock</code> on <code>I2SOut</code>. #11252. Thanks @FoamyGuy.</li>
<li>Allow SoftDevice to be optional, for boards that don&#8217;t use BLE. #11251. Thanks @FoamyGuy.</li>
<li>Fix some platform-specific BLE bugs. #11225. Thanks @dhalbert.</li>
<li>Support two stop bits in <code>busio.UART</code>. #11169. Thanks @dhalbert.</li>
</ul>
<h4>renode</h4>
<h4>RP2xxx</h4>
<ul>
<li>Add GD25Q64 flash chips as an alternative for W25Q64 on several boards. #11249. Thanks @tannewt.</li>
<li>Turn off <code>CIRCUITPY_I2CIOEXPANDER</code> except on yoto boards. #11241. Thanks @dhalbert.</li>
<li>Add <code>Framebuffer.wait_for_vblank()</code> to allow tear-free repaints. #11187. Thanks @lynt-smitka.</li>
<li>Support multicast TTL sockets. #11174. Thanks @Daniiiil1.</li>
<li>Update <code>mbedtls</code> from 2.28.3 to 4.2.0. #11156. Thanks @dhalbert.</li>
<li>Add <code>wiznet</code> PIO SPI support. #10440. Thanks @wizhannah.</li>
</ul>
<h4>SAMx</h4>
<ul>
<li>Handle SAME51 board builds properly. #11143. Thanks @dhalbert.</li>
</ul>
<h4>SiLabs</h4>
<h4>Spresense</h4>
<ul>
<li>Raise <code>NotImplementedError</code> for <code>os.urandom()</code> instead of returning a non-TRNG value. #11184. Thanks @dhalbert.</li>
</ul>
<h4>STM</h4>
<h4>Zephyr</h4>
<ul>
<li>Support saved words across hard resets. #11254. Thanks @tannewt.</li>
<li>Use WiFi MAC for <code>cpu.uid</code> when hardware unique ID is not available. #11246. Thanks @mikeysklar.</li>
<li>Add <code>ulab</code>. #11245. Thanks @mikeysklar.</li>
<li>Fix BLE name. #11239. Thanks @tannewt.</li>
<li>Keep board overlays and Kconfig fragments in the board folder. #11235. Thanks @lynt-smitka.</li>
<li>Fix flash partition specification. #11234. Thanks @lynt-smitka.</li>
<li>Turn on some <code>MICROPY</code> speed improvement options that were off by default. #11233. Thanks @lynt-smitka.</li>
<li>Handle heap regions that are too small for use. #11230. Thanks @mikeysklar.</li>
<li>Add WiFi station connect, IPv4 address fetching, <code>wifi.radio.addresses</code>, proper authmode reporting, MAC address fetching. #11228. Thanks @mikeysklar.</li>
<li>Route WiFi diagnostics through the log subsystem. #11227. Thanks @mikeysklar.</li>
<li>Enable BLE workflow. #11226. Thanks @tannewt.</li>
<li>Fix WiFi network scanning. #11223. Thanks @mikeysklar.</li>
<li>Handle reading vendor index from vendor directory. #11220. Thanks @mikeysklar.</li>
<li>Handle missing labels for keys/buttons. #11210. Thanks @mikeysklar.</li>
<li>Add <code>usb_hid</code>. #11201. Thanks @tannewt.</li>
<li>Add BLE pairing and bonding. #11200. Thanks @tannewt.</li>
<li>Enable <code>asyncio</code>, <code>binascii</code>, <code>json</code>, <code>re</code>, and <code>select</code>. #11180. Thanks @tannewt.</li>
<li>Implement <code>_bleio</code> GATT functionality. #11179. Thanks @tannewt.</li>
<li>Update to latest version of Zephyr. #11171. Thanks @tannewt.</li>
<li>Fix left justified <code>I2SIn</code> with external clock. #11170. Thanks @relic-se.</li>
</ul>
<h4>Individual boards</h4>
<ul>
<li>Adafruit Memento: turn off presenting SD card on USB by default. #11240. Thanks @dhalbert.</li>
<li>M5Stack CoreS3: fix crash on boot. #11155. Thanks @CDarius.</li>
</ul>
<h3>Documentation changes</h3>
<ul>
<li>Remove obsolete <code>CIRCUITPY_RESERVED_PSRAM</code> documentation. #11144. Thanks @dhalbert.</li>
</ul>
<h3>Build and infrastructure changes</h3>
<ul>
<li>Allow <code>sys.platform</code> to contain spaces in <code>detect_test_platform()</code>. #11242. Thanks @mikeysklar.</li>
<li>Update to <code>tekktrik/issue-labeled-ping@v3</code>. #11208. Thanks @tekktrik.</li>
<li>Handle CI check suites with no <code>workflowRun</code> when determining which jobs to run. #11205. Thanks @mikeysklar.</li>
<li>Stop doing Windows test builds. #11173. Thanks @dhalbert.</li>
<li>Fix build error when BLE workflow serial is enabled but BLE file service is not. #11147. Thanks @annejan.</li>
</ul>
<h3>Translation additions and improvements</h3>
<h2>New boards</h2>
<ul>
<li>Adafruit CLUE on Zephyr (already has <code>nordic</code> build). #11206. Thanks @tannewt.</li>
<li>Espressif ESP32-S3-DevKitC-1-N32R16. #11192. Thanks @mikeysklar.</li>
<li>Ikea Alpstuga Drop-In board: ESP32S3 4MB Flash 2MB PSRAM. #11163. Thanks @BlitzCityDIY.</li>
<li>Nordic nRF54L15Tag. #11166. Thanks @tannewt.</li>
<li>Nordic nRF54LM20DK. #11166. Thanks @tannewt.</li>
<li>Seeed Studio TRMNL 7.5&#8243; (OG) DIY-Kit. #11222. Thanks @bablokb.</li>
<li>Silicon Labs SiWx917-DK2605A, on Zephyr. #11218. Thanks @mikeysklar.</li>
<li>Teenage Engineering EP2-350: #11153, #11136. Thanks @FoamyGuy.</li>
<li>WIZnet W55RP20-EVB-Pico. #10440. Thanks @wizhannah.</li>
</ul>
<h2>Known issues</h2>
<ul>
<li>See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
<ul>
<li><a href="https://github.com/adafruit/circuitpython/milestones/10.3.0">10.3.0</a></li>
<li><a href="https://github.com/adafruit/circuitpython/milestones/10.x.x">10.x.x</a></li>
<li><a href="https://github.com/adafruit/circuitpython/milestones/11.0.0">11.0.0</a></li>
<li><a href="https://github.com/adafruit/circuitpython/milestone/4">long term</a></li>
</ul>
</li>
</ul>
<h2>Thanks</h2>
<p>Thank you to all who used, tested, and contributed toward this release, including the contributors above, and many others on GitHub and Discord. Join us on the <a href="https://adafru.it/discord">Discord chat</a> to collaborate.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.adafruit.com/2026/08/27/circuitpython-10-3-0-rc-0-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663692</post-id>	</item>
		<item>
		<title>Electronics Soldering Prep Third Hand – With Magnifier Adapter #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/electronics-soldering-prep-third-hand-with-magnifier-adapter-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Fri, 28 Aug 2026 00:00:49 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663446</guid>

					<description><![CDATA[PbStuffCo shares: A third-hand helper with a magnifier adapter (crude unit — take a magnifying glass, cut the arm down, and glue to merge the two). Other end of the adapter fits standard 3rd-hand fittings. Alternative helping-hand variant with built-in magnification for detailed SMD work. By PbStuffCo download the files on: https://makerworld.com/en/models/1099041 Every Thursday is [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter-600x450.webp" alt="" class="alignnone size-large wp-image-663447 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Electronics-Soldering-Prep-Third-Hand-–-With-Magnifier-Adapter.webp 1000w" sizes="(max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@PbStuffCo">PbStuffCo</a> shares: </p>
<blockquote><p>A third-hand helper with a magnifier adapter (crude unit — take a magnifying glass, cut the arm down, and glue to merge the two). Other end of the adapter fits standard 3rd-hand fittings. Alternative helping-hand variant with built-in magnification for detailed SMD work. By PbStuffCo</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/1099041">https://makerworld.com/en/models/1099041</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663446</post-id>	</item>
		<item>
		<title>Soldering Third-Hand PCB Holder – A1 Mini + Full-Plate Sizes #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/soldering-third-hand-pcb-holder-a1-mini-full-plate-sizes-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 23:00:38 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[3d thursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663618</guid>

					<description><![CDATA[Shared by dymek34 on MakerWorld: There are 2 sizes of base, a small one that fits on the A1 mini and a large one. There are holders for holding PCBs to print. The tips are interchangeable, you can put on standard crocodile clips. Download the files and learn more Every Thursday is #3dthursday here at [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://makerworld.com/en/models/1124244-soldering-tool-arms-third-hand-pcb#profileId-1123287"><img loading="lazy" decoding="async" width="1800" height="1350" src="https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg.webp" alt="" class="alignnone size-full wp-image-663619 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg.webp 1800w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg-1536x1152.webp 1536w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-18_7721cfad872c.jpg-356x267.webp 356w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>
<p>Shared by dymek34 on <a href="https://makerworld.com/en/models/1124244-soldering-tool-arms-third-hand-pcb#profileId-1123287">MakerWorld</a>:</p>
<blockquote><p>There are 2 sizes of base, a small one that fits on the A1 mini and a large one.<br />
There are holders for holding PCBs to print. The tips are interchangeable, you can put on standard crocodile clips.</p></blockquote>
<p><a href="https://makerworld.com/en/models/1124244-soldering-tool-arms-third-hand-pcb#profileId-1123287">Download the files and learn more</a></p>
<hr />
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663618</post-id>	</item>
		<item>
		<title>Third Hand for Soldering – Wildebeest Remix with Extended Base #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/third-hand-for-soldering-wildebeest-remix-with-extended-base-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 22:00:05 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663443</guid>

					<description><![CDATA[Remixed by CoatOver shares: A remix of the classic Wolfchild soldering third-hand design with three quality-of-life improvements: shorter clothespin inlet (2mm back), stabilizing arc at the back preventing beak from shifting, and extended base so it doesn&#8217;t flip over when opened one-handed. Small front tray added. PETG recommended for heat resistance. Compatible with the original [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="480" height="480" src="https://cdn-blog.adafruit.com/uploads/2026/08/Third-Hand-for-Soldering-–-Wildebeest-Remix-with-Extended-Base-480x480.webp" alt="" class="alignnone size-large wp-image-663444 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Third-Hand-for-Soldering-–-Wildebeest-Remix-with-Extended-Base-480x480.webp 480w, https://cdn-blog.adafruit.com/uploads/2026/08/Third-Hand-for-Soldering-–-Wildebeest-Remix-with-Extended-Base-300x300.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Third-Hand-for-Soldering-–-Wildebeest-Remix-with-Extended-Base-150x150.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Third-Hand-for-Soldering-–-Wildebeest-Remix-with-Extended-Base-768x768.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Third-Hand-for-Soldering-–-Wildebeest-Remix-with-Extended-Base-437x437.webp 437w, https://cdn-blog.adafruit.com/uploads/2026/08/Third-Hand-for-Soldering-–-Wildebeest-Remix-with-Extended-Base.webp 1000w" sizes="auto, (max-width: 480px) 100vw, 480px" /><br />
Remixed by <a href="https://makerworld.com/en/@CoatOver">CoatOver</a> shares: </p>
<blockquote><p>A remix of the classic Wolfchild soldering third-hand design with three quality-of-life improvements: shorter clothespin inlet (2mm back), stabilizing arc at the back preventing beak from shifting, and extended base so it doesn&#8217;t flip over when opened one-handed. Small front tray added. PETG recommended for heat resistance. Compatible with the original base variants. By Coat Over</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/85142-third-hand-for-soldering-soldering-aid-remix">https://makerworld.com/en/models/85142-third-hand-for-soldering-soldering-aid-remix</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663443</post-id>	</item>
		<item>
		<title>AI book scanning: Just what is a rare book?</title>
		<link>https://blog.adafruit.com/2026/08/27/ai-book-scanning-just-what-is-a-rare-book/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 21:29:25 +0000</pubDate>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[scanning]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663687</guid>

					<description><![CDATA[One of the stories of the last few weeks has been that AI companies have been scanning books in very large numbers in order to train their models with content guaranteed to have been written before 2002, and thus AI free. Jenny List for Hackaday writes: In this case they’re destroying the books for two [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="400" height="204" class="alignnone size-full wp-image-663689 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/adafruit_products_image-42.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/adafruit_products_image-42.png 400w, https://cdn-blog.adafruit.com/uploads/2026/08/adafruit_products_image-42-300x153.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/adafruit_products_image-42-150x77.png 150w" sizes="auto, (max-width: 400px) 100vw, 400px" /></p>
<p>One of the stories of the last few weeks has been that AI companies have been scanning books in very large numbers in order to train their models with content guaranteed to have been written before 2002, and thus AI free.</p>
<p>Jenny List for Hackaday writes: In this case they’re destroying the books for two reasons. Firstly, as I remember from a previous employer in the publishing world, it’s much easier to digitise a stack of papers than it is a bound book. Thus I’m pretty sure that’s one reason they remove the binding before digitising the pages. Then secondly, as I understand it, it’s a copyright issue. If they buy a book, digitise it, and destroy the physical copy, they can legitimately claim that only one copy of it exists, and they hope, sidestep copyright claims from publishers.</p>
<p>Perhaps the most pertinent question then is just what are the books being scanned and destroyed? They’re almost universally described as “rare”, but is that accurate or sensationalist? It brings to mind a dusty library filled with priceless tomes hand-transcribed by monks which it would be a crime to destroy, but there’s something that explodes that vision in an instant.</p>
<p>If you read the reports of what’s happening, they are ordering books by ISBN number. That’s an international system for identifying books, which was only introduced in 1970. If they’re ordering a book by its ISBN, it’s no medieval illuminated manuscript.</p>
<p>See more on <a href="https://hackaday.com/2026/08/25/ai-book-scanning-just-what-is-a-rare-book/" target="_blank" rel="noopener">Hackaday</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663687</post-id>	</item>
		<item>
		<title>Richard Feynman’s 80-year-old quantum postulate has now been validated</title>
		<link>https://blog.adafruit.com/2026/08/27/richard-feynmans-80-year-old-quantum-postulate-has-now-been-validated/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 21:20:18 +0000</pubDate>
				<category><![CDATA[science]]></category>
		<category><![CDATA[quantum physics]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663683</guid>

					<description><![CDATA[A foundational postulate of quantum physics has been directly verified by an experiment for the first time. Formulated by Richard Feynman nearly 80 years ago, it has long formed much of the backbone of modern physics. Quantum particles are notoriously difficult to analyse, as interacting with them affects their properties. But researchers have developed powerful [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="400" height="233" class="alignnone size-full wp-image-663685 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/blink-28.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/blink-28.png 400w, https://cdn-blog.adafruit.com/uploads/2026/08/blink-28-300x175.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/blink-28-150x87.png 150w" sizes="auto, (max-width: 400px) 100vw, 400px" /></p>
<p>A foundational postulate of quantum physics has been directly verified by an experiment for the first time. Formulated by <a href="https://en.wikipedia.org/wiki/Richard_Feynman" target="_blank" rel="noopener">Richard Feynman</a> nearly 80 years ago, it has long formed much of the backbone of modern physics.</p>
<p>Quantum particles are notoriously difficult to analyse, as interacting with them affects their properties. But researchers have developed powerful mathematical tools for predicting what a particle is likely to do under particular conditions.</p>
<p>One such tool is the “Feynman path integral”, which posits that the most likely path a quantum particle will take between two points can be predicted by performing a calculation that sums all the possible paths between those points in a special way. Since Feynman proposed it in 1948, his path integral had made its way into textbooks and is now invaluable for many scientists, including physicists who study particles.</p>
<p>See more on <a href="https://www.newscientist.com/article/2586608-richard-feynmans-80-year-old-quantum-postulate-has-now-been-validated/" target="_blank" rel="noopener">newscientist.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663683</post-id>	</item>
		<item>
		<title>Magnetic Adjustable PCB Holder Tool #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/magnetic-adjustable-pcb-holder-tool-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 21:00:49 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[3d thursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663621</guid>

					<description><![CDATA[Shared by Sanja 3D on MakerWorld: Magnetic PCB Holder that utilizes an old, repurposed build plate or any metal surface for maximum flexibility. This model is a remix of an excellent PCB holder originally designed by squinn. I’d like to take this opportunity to thank him for his brilliant idea and even better execution—truly masterful [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://makerworld.com/en/models/1117058-magnetic-adjustable-pcb-holder-tool#profileId-1114748"><img loading="lazy" decoding="async" width="1920" height="1440" src="https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg.webp" alt="" class="alignnone size-full wp-image-663622 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg.webp 1920w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg-1536x1152.webp 1536w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/2025-02-16_c32cbff6f3435.jpg-356x267.webp 356w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /></a></p>
<p>Shared by Sanja 3D on <a href="https://makerworld.com/en/models/1117058-magnetic-adjustable-pcb-holder-tool#profileId-1114748">MakerWorld</a>:</p>
<blockquote><p>Magnetic PCB Holder that utilizes an old, repurposed build plate or any metal surface for maximum flexibility.<br />
This model is a remix of an excellent PCB holder originally designed by squinn. I’d like to take this opportunity to thank him for his brilliant idea and even better execution—truly masterful work!</p></blockquote>
<p><a href="https://makerworld.com/en/models/1117058-magnetic-adjustable-pcb-holder-tool#profileId-1114748">Download the files and learn more</a></p>
<hr />
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663621</post-id>	</item>
		<item>
		<title>Magnetic PCB Holder – Snap-On to Print Beds or Extra Plates #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/magnetic-pcb-holder-snap-on-to-print-beds-or-extra-plates-3dprinting/</link>
		
		<dc:creator><![CDATA[Jessie Mae]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 20:00:41 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663679</guid>

					<description><![CDATA[A magnetic PCB holder that snaps onto any steel print surface (printer bed or spare metal plate) to securely hold boards for soldering, probing, rework, and photos. Low-profile adjustable clamps keep everything steady without getting in your way. Uses 8×2mm or 10×2mm neodymium disc magnets + M4×12mm bolts. Print in PETG or ABS for better [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://makerworld.com/en/models/1863902-magnetic-pcb-holder#profileId-1993959"><img loading="lazy" decoding="async" class="aligncenter  wp-image-663680 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-3.28.35-PM-300x224.png" alt="" width="413" height="308" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-3.28.35-PM-300x224.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-3.28.35-PM-600x449.png 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-3.28.35-PM-150x112.png 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-3.28.35-PM-768x574.png 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-3.28.35-PM-584x437.png 584w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-3.28.35-PM-115x85.png 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-3.28.35-PM.png 1476w" sizes="auto, (max-width: 413px) 100vw, 413px" /></a></p>
<p>A magnetic PCB holder that snaps onto any steel print surface (printer bed or spare metal plate) to securely hold boards for soldering, probing, rework, and photos. Low-profile adjustable clamps keep everything steady without getting in your way. Uses 8×2mm or 10×2mm neodymium disc magnets + M4×12mm bolts. Print in PETG or ABS for better heat resistance. By <a href="https://makerworld.com/en/@TYnextnext">TYnextnext</a></p>
<p><a href="https://makerworld.com/en/models/1863902-magnetic-pcb-holder#profileId-1993959">Learn more!</a></p>
<hr />
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663679</post-id>	</item>
		<item>
		<title>Modular Flexi Piranha – Articulated Fish with Scale Texture #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/modular-flexi-piranha-articulated-fish-with-scale-texture-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 20:00:17 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663440</guid>

					<description><![CDATA[JIMGA shares: An articulated print-in-place piranha with realistic scale texture (second model where the designer added surface scales — turned out incredible). Fully modular, no glue required. Does require AMS for the multicolor scale detail. Great addition to the desk aquarium alongside the other Flexi JIMGA models this week download the files on: https://makerworld.com/en/models/2538136-modular-flexi-piranha-articulated-fish Every [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture-600x450.webp" alt="" class="alignnone size-large wp-image-663441 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Modular-Flexi-Piranha-–-Articulated-Fish-with-Scale-Texture.webp 1000w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@JIMGA">JIMGA</a> shares: </p>
<blockquote><p>An articulated print-in-place piranha with realistic scale texture (second model where the designer added surface scales — turned out incredible). Fully modular, no glue required. Does require AMS for the multicolor scale detail. Great addition to the desk aquarium alongside the other Flexi JIMGA models this week</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/2538136-modular-flexi-piranha-articulated-fish">https://makerworld.com/en/models/2538136-modular-flexi-piranha-articulated-fish</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663440</post-id>	</item>
		<item>
		<title>New component added SCD43👃Adafruit IO WipperSnapper 1.0.0 Beta 132 Released!</title>
		<link>https://blog.adafruit.com/2026/08/27/new-component-added-scd43-adafruit-io-wippersnapper-beta-132-released/</link>
					<comments>https://blog.adafruit.com/2026/08/27/new-component-added-scd43-adafruit-io-wippersnapper-beta-132-released/#respond</comments>
		
		<dc:creator><![CDATA[Tyeth]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 19:30:46 +0000</pubDate>
				<category><![CDATA[adafruit learning technologies]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[Humidity Sensors]]></category>
		<category><![CDATA[Sensors]]></category>
		<category><![CDATA[Temperature Sensors]]></category>
		<category><![CDATA[wippersnapper]]></category>
		<category><![CDATA[Adafruit IO]]></category>
		<category><![CDATA[air quality]]></category>
		<category><![CDATA[air quality monitoring]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Carbon dioxide]]></category>
		<category><![CDATA[co2]]></category>
		<category><![CDATA[co2 sensor]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[no code]]></category>
		<category><![CDATA[open firmware]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[SCD41]]></category>
		<category><![CDATA[SCD43]]></category>
		<category><![CDATA[sensirion]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663671</guid>

					<description><![CDATA[Adafruit WipperSnapper Firmware 1.0.0 beta 132 has been released on GitHub. This is the latest version of WipperSnapper and a stable release. It adds individual component definitions for the Sensirion SCD4x family of Carbon Dioxide sensors, now including the SCD40, SCD41, and SCD43 in increasing accuracy. &#160; Installing WipperSnapper Follow this learning system guide to learn how [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="1177" height="1050" class="alignnone size-full wp-image-663672 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-170429.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-170429.png 1177w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-170429-300x268.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-170429-538x480.png 538w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-170429-150x134.png 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-170429-768x685.png 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-170429-490x437.png 490w" sizes="auto, (max-width: 1177px) 100vw, 1177px" /></p>
<p>Adafruit WipperSnapper Firmware <strong>1.0.0 beta 132</strong> <a href="https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/releases/tag/1.0.0-beta.132">has been released on GitHub</a>. This is the latest version of WipperSnapper and a stable release.</p>
<p>It adds individual component definitions for the Sensirion SCD4x family of Carbon Dioxide sensors, now including the SCD40, SCD41, and SCD43 in increasing accuracy.</p>
<p>&nbsp;</p>
<h2>Installing WipperSnapper</h2>
<p>Follow <a href="https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper/installing-wippersnapper" rel="nofollow">this learning system guide</a> to learn how to install WipperSnapper on your board.<br />
You can also visit the step-by-step installer at <a href="https://io.adafruit.com/devices/new" rel="nofollow">io.adafruit.com/devices/new</a>.</p>
<p>The Installer had recent esptool-js updates, so <a href="https://forums.adafruit.com/viewforum.php?f=66">let us know</a> if you have any issues!</p>
<h2>Upgrade a device running WipperSnapper</h2>
<p>Locate the device you want to upgrade on <a href="https://io.adafruit.com/devices" rel="nofollow">io.adafruit.com/devices</a>. Then, click &#8220;Update&#8221;.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.adafruit.com/2026/08/27/new-component-added-scd43-adafruit-io-wippersnapper-beta-132-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663671</post-id>	</item>
		<item>
		<title>John Park&#8217;s Workshop &#8212; LIVE TODAY 8/27/26</title>
		<link>https://blog.adafruit.com/2026/08/27/john-parks-workshop-live-today-8-27-26/</link>
		
		<dc:creator><![CDATA[John Park]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 19:30:33 +0000</pubDate>
				<category><![CDATA[livestream]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663677</guid>

					<description><![CDATA[It&#8217;s JOHN PARK’S WORKSHOP — LIVE! &#8212; Coming up at 4pm ET / 1pm PT Today (the usual time, no change to the Workshop show schedule)!  LIVE TEXT CHAT IS HERE in the Adafruit Discord chat! Projects  CircuitPython Parsec Learn Guide Recap Tool Tips Retro Gear and more! The live video will be on Youtube [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone wp-image-312322 size-full img-responsive" src="https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853.jpg" alt="" width="853" height="329" srcset="https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853.jpg 853w, https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853-150x58.jpg 150w, https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853-300x116.jpg 300w, https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853-768x296.jpg 768w, https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853-600x231.jpg 600w" sizes="auto, (max-width: 853px) 100vw, 853px" /></p>
<p>It&#8217;s <strong>JOHN PARK’S WORKSHOP</strong> — LIVE! &#8212; Coming up at <strong>4pm ET / 1pm PT</strong> Today (the usual time, no change to the Workshop show schedule)!  <a href="http://adafru.it/discord">LIVE TEXT CHAT IS HERE</a> in the <a href="http://adafru.it/discord">Adafruit Discord chat!</a></p>
<ul>
<li><strong><em>Projects </em></strong></li>
<li><em><strong>CircuitPython Parsec</strong></em></li>
<li><em><strong>Learn Guide Recap</strong></em></li>
<li><strong><em>Tool Tips</em></strong></li>
<li><strong><em>Retro Gear</em></strong></li>
<li><em>and <strong>more!</strong></em></li>
</ul>
<p>The live video will be on <a href="https://www.youtube.com/adafruit/live">Youtube LIVE</a>, <a href="https://www.twitch.tv/adafruit">Twitch</a>, <a href="https://www.periscope.tv/adafruit/1gqxvOqbqBqKB">Periscope (Twitter)</a> and <a href="https://www.facebook.com/adafruitindustries">Facebook.</a></p>
<p>Join maker John Park in his workshop each week as he builds, demos, hacks, and mods projects live on air! “<strong>John Park’s Workshop — LIVE</strong>” is the place to see creative projects come to life, as John uses a wide variety of tools and techniques to make everything from video game controllers to synthesizers to LED dance shoes to arcade games, using digital fabrication, hand and power tools, microcontrollers, and more. Come on into the chat to participate in the joy. <strong>Every Thursday @ 4pm ET/1pm PT! </strong></p>

]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663677</post-id>	</item>
		<item>
		<title>Soldering Tool Holder – Flexible Arms with Modular 4-Arm Base #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/soldering-tool-holder-flexible-arms-with-modular-4-arm-base-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 18:00:22 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663435</guid>

					<description><![CDATA[NYDER shares: A soldering third-arm helper that securely holds wires, PCBs, and small components. Modular base supports up to four flexible arms — start with one or two, expand as your projects grow. By community designer download the files on: https://makerworld.com/en/models/3086320-soldering-tool-holder-flexible-arms-helping-hands Every Thursday is #3dthursday here at Adafruit! The DIY 3D printing community has passion [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base-600x450.webp" alt="" class="alignnone size-large wp-image-663436 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Soldering-Tool-Holder-–-Flexible-Arms-with-Modular-4-Arm-Base.webp 1000w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@NYDER">NYDER</a> shares: </p>
<blockquote><p>A soldering third-arm helper that securely holds wires, PCBs, and small components. Modular base supports up to four flexible arms — start with one or two, expand as your projects grow. By community designer</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/3086320-soldering-tool-holder-flexible-arms-helping-hands">https://makerworld.com/en/models/3086320-soldering-tool-holder-flexible-arms-helping-hands</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663435</post-id>	</item>
		<item>
		<title>REMINDER: John Park&#8217;s Workshop &#8212; LIVE TODAY 8/27/26</title>
		<link>https://blog.adafruit.com/2026/08/27/reminder-john-parks-workshop-live-today-8-27-26/</link>
		
		<dc:creator><![CDATA[John Park]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 17:22:48 +0000</pubDate>
				<category><![CDATA[livestream]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663667</guid>

					<description><![CDATA[It&#8217;s JOHN PARK’S WORKSHOP — LIVE! &#8212; Coming up at 4pm ET / 1pm PT Today (the usual time, no change to the Workshop show schedule)!  LIVE TEXT CHAT IS HERE in the Adafruit Discord chat! Projects  CircuitPython Parsec Learn Guide Recap Tool Tips Retro Gear and more! The live video will be on Youtube [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone wp-image-312322 size-full img-responsive" src="https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853.jpg" alt="" width="853" height="329" srcset="https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853.jpg 853w, https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853-150x58.jpg 150w, https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853-300x116.jpg 300w, https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853-768x296.jpg 768w, https://cdn-blog.adafruit.com/uploads/2017/08/JohnParkWorkshopLogoSquatBlog_853-600x231.jpg 600w" sizes="auto, (max-width: 853px) 100vw, 853px" /></p>
<p>It&#8217;s <strong>JOHN PARK’S WORKSHOP</strong> — LIVE! &#8212; Coming up at <strong>4pm ET / 1pm PT</strong> Today (the usual time, no change to the Workshop show schedule)!  <a href="http://adafru.it/discord">LIVE TEXT CHAT IS HERE</a> in the <a href="http://adafru.it/discord">Adafruit Discord chat!</a></p>
<ul>
<li><strong><em>Projects </em></strong></li>
<li><em><strong>CircuitPython Parsec</strong></em></li>
<li><em><strong>Learn Guide Recap</strong></em></li>
<li><strong><em>Tool Tips</em></strong></li>
<li><strong><em>Retro Gear</em></strong></li>
<li><em>and <strong>more!</strong></em></li>
</ul>
<p>The live video will be on <a href="https://www.youtube.com/adafruit/live">Youtube LIVE</a>, <a href="https://www.twitch.tv/adafruit">Twitch</a>, <a href="https://www.periscope.tv/adafruit/1gqxvOqbqBqKB">Periscope (Twitter)</a> and <a href="https://www.facebook.com/adafruitindustries">Facebook.</a></p>
<p>Join maker John Park in his workshop each week as he builds, demos, hacks, and mods projects live on air! “<strong>John Park’s Workshop — LIVE</strong>” is the place to see creative projects come to life, as John uses a wide variety of tools and techniques to make everything from video game controllers to synthesizers to LED dance shoes to arcade games, using digital fabrication, hand and power tools, microcontrollers, and more. Come on into the chat to participate in the joy. <strong>Every Thursday @ 4pm ET/1pm PT! </strong></p>

]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663667</post-id>	</item>
		<item>
		<title>Melting Pumpkin Skull – Halloween Sculpture #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/melting-pumpkin-skull-halloween-sculpture-3dprinting/</link>
		
		<dc:creator><![CDATA[Jessie Mae]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 17:00:56 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663664</guid>

					<description><![CDATA[A remix of the original Clyde Frog Elegoo starter kit holder, updated to fit breadboards with the 3 tabs that join breadboards together (which the original didn&#8217;t accommodate). Requires printing 4 risers separately. Alternative Arduino workstation for makers using kits with tabbed breadboards. Learn more! Every Thursday is #3dthursday here at Adafruit! The DIY 3D [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://makerworld.com/en/models/1891858-melting-pumpkin-skull-halloween-sculpture#profileId-2026623"><img loading="lazy" decoding="async" class="aligncenter wp-image-663665 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-300x225.png" alt="" width="475" height="356" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-300x225.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-600x450.png 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-150x113.png 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-768x576.png 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-1536x1152.png 1536w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-582x437.png 582w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-115x85.png 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM-356x267.png 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Screenshot-2026-08-27-at-12.59.40-PM.png 1642w" sizes="auto, (max-width: 475px) 100vw, 475px" /></a></p>
<p>A remix of the original Clyde Frog Elegoo starter kit holder, updated to fit breadboards with the 3 tabs that join breadboards together (which the original didn&#8217;t accommodate). Requires printing 4 risers separately. Alternative Arduino workstation for makers using kits with tabbed breadboards.</p>
<p><a href="https://makerworld.com/en/models/1891858-melting-pumpkin-skull-halloween-sculpture#profileId-2026623">Learn more! </a></p>
<hr />
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663664</post-id>	</item>
		<item>
		<title>Arduino Uno + Breadboard Holder #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/arduino-uno-breadboard-holder-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 16:00:09 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663432</guid>

					<description><![CDATA[Remix by Stickler shares: A remix of the original Clyde Frog Elegoo starter kit holder, updated to fit breadboards with the 3 tabs that join breadboards together (which the original didn&#8217;t accommodate). Requires printing 4 risers separately. Alternative Arduino workstation for makers using kits with tabbed breadboards. By Stickler download the files on: https://makerworld.com/en/models/547513-aruino-uno-and-breadboard-holder Every [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder-600x450.webp" alt="" class="alignnone size-large wp-image-663433 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Arduino-Uno-Breadboard-Holder.webp 1000w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
Remix by <a href="https://makerworld.com/en/@Stickler">Stickler</a> shares: </p>
<blockquote><p>A remix of the original Clyde Frog Elegoo starter kit holder, updated to fit breadboards with the 3 tabs that join breadboards together (which the original didn&#8217;t accommodate). Requires printing 4 risers separately. Alternative Arduino workstation for makers using kits with tabbed breadboards. By Stickler</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/547513-aruino-uno-and-breadboard-holder">https://makerworld.com/en/models/547513-aruino-uno-and-breadboard-holder</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663432</post-id>	</item>
		<item>
		<title>3D Hangouts –  IoT eInk Display, Candy Dispenser and Mewtwo Skull Mask</title>
		<link>https://blog.adafruit.com/2026/08/27/3d-hangouts-iot-eink-display-candy-dispenser-and-mewtwo-skull-mask/</link>
		
		<dc:creator><![CDATA[Noe Ruiz]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 15:00:59 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663561</guid>

					<description><![CDATA[3D Hangouts – IoT eInk Display, Candy Dispenser and Mewtwo Skull Mask https://youtube.com/live/o45Ac3r2gq8?feature=share This week @adafruit Noe and Pedro are working on new projects. Pedro is designing an IoT e-ink project while Noe is working on a candy dispenser for the upcoming halloween season. Tricolor Eink 4.2in: https://www.adafruit.com/product/6382 Feather ESP32-S3: https://www.adafruit.com/product/5477 Eink Feather Friend: https://www.adafruit.com/product/4446 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="YouTube video player" src="https://www.youtube.com/embed/o45Ac3r2gq8?si=kUjcmn_efFMeOp5M" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>3D Hangouts – IoT eInk Display, Candy Dispenser and Mewtwo Skull Mask<br />
<a href="https://youtube.com/live/o45Ac3r2gq8?feature=share">https://youtube.com/live/o45Ac3r2gq8?feature=share</a></p>
<p>This week @adafruit Noe and Pedro are working on new projects. Pedro is designing an IoT e-ink project while Noe is working on a candy dispenser for the upcoming halloween season.</p>
<p>Tricolor Eink 4.2in:<br />
<a href="https://www.adafruit.com/product/6382">https://www.adafruit.com/product/6382</a></p>
<p>Feather ESP32-S3:<br />
<a href="https://www.adafruit.com/product/5477">https://www.adafruit.com/product/5477</a></p>
<p>Eink Feather Friend:<br />
<a href="https://www.adafruit.com/product/4446">https://www.adafruit.com/product/4446</a></p>
<p>RFM95W Lora Radio:<br />
<a href="https://www.adafruit.com/product/3072">https://www.adafruit.com/product/3072</a></p>
<p>Feather RP2040 PropMaker:<br />
<a href="https://www.adafruit.com/product/5768">https://www.adafruit.com/product/5768</a></p>
<p>Timelapse Tuesday:</p>
<p>Mewtwo Skull Mask By Deadmoon<br />
<a href="https://makerworld.com/en/models/3082934-mewtwo-skull-mask">https://makerworld.com/en/models/3082934-mewtwo-skull-mask</a><br />
<a href="https://youtu.be/qK4nFKmKrE8">https://youtu.be/qK4nFKmKrE8</a></p>
<p><br />
<br />
<br />
<br />
</p>
<hr />
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="https://www.adafruit.com/category/946">Feather</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>The <a href="http://learn.adafruit.com">Adafruit Learning System</a> 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&#8217;ve made a cool project that combines 3D printing and electronics, be sure to let us know, and we&#8217;ll <a href="http://www.adafruit.com/blog/category/3d-printing/">feature</a> it here!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663561</post-id>	</item>
		<item>
		<title>The Python on Microcontrollers Newsletter: subscribe for free</title>
		<link>https://blog.adafruit.com/2026/08/27/the-python-on-microcontrollers-newsletter-subscribe-for-free-8-27-2/</link>
					<comments>https://blog.adafruit.com/2026/08/27/the-python-on-microcontrollers-newsletter-subscribe-for-free-8-27-2/#respond</comments>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 14:47:26 +0000</pubDate>
				<category><![CDATA[Adafruit Daily]]></category>
		<category><![CDATA[CircuitPython]]></category>
		<category><![CDATA[micropython]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Python on Microcontrollers]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[circuitpython]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[MicroPython]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[raspberry-pi]]></category>
		<category><![CDATA[SBC]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663656</guid>

					<description><![CDATA[The Python for Microcontrollers Newsletter is the place for the latest news involving Python on hardware (microcontrollers AND single board computers like Raspberry Pi). This ad-free, spam-free weekly email is filled with CircuitPython, MicroPython, and Python information that you may have missed, all in one place! You get a summary of all the software, events, projects, and the latest hardware worldwide once a week, no [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone wp-image-659294 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper.jpg" alt="" width="353" height="264" srcset="https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper.jpg 600w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-300x224.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-150x112.jpg 150w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-585x437.jpg 585w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-115x85.jpg 115w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-356x267.jpg 356w" sizes="auto, (max-width: 353px) 100vw, 353px" /></p>
<p><strong>The <a href="https://www.adafruitdaily.com/" target="_blank" rel="noopener noreferrer">Python for Microcontrollers</a> Newsletter </strong>is the place for the latest news involving Python on hardware (<strong>microcontrollers</strong> AND single board computers like <strong>Raspberry Pi</strong>).</p>
<blockquote><p>This <em>ad-free, spam-free</em> weekly email is filled with <strong>CircuitPython</strong>, <strong>MicroPython</strong>, and <strong>Python</strong> information that you may have missed, all in one place!</p>
<p>You get a summary of all the software, events, projects, and the latest hardware worldwide once a week, no ads! You can cancel anytime.</p></blockquote>
<p>It arrives about 11 am Monday (US Eastern time) with all the week’s happenings.</p>
<p>And please tell your friends, colleagues, students, etc.</p>
<p><a href="https://www.adafruitdaily.com/" target="_blank" rel="noopener noreferrer">Please sign up &gt; &gt; &gt;</a></p>
<p><img loading="lazy" decoding="async" width="511" height="281" class="alignnone size-full wp-image-649291 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/02/Subscribe-2026-02.jpg" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/02/Subscribe-2026-02.jpg 511w, https://cdn-blog.adafruit.com/uploads/2026/02/Subscribe-2026-02-300x165.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/02/Subscribe-2026-02-150x82.jpg 150w" sizes="auto, (max-width: 511px) 100vw, 511px" /></p>
<p><a href="https://www.adafruitdaily.com/" target="_blank" rel="noopener"><img decoding="async" class="img-responsive" src="https://pbs.twimg.com/media/GlSkmQPWAAMqzKE?format=png&amp;name=small" alt="Image" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.adafruit.com/2026/08/27/the-python-on-microcontrollers-newsletter-subscribe-for-free-8-27-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663656</post-id>	</item>
		<item>
		<title>Mewtwo Skull Mask #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/mewtwo-skull-mask-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 13:00:32 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663449</guid>

					<description><![CDATA[Every week we&#8217;ll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: Mewtwo Skull Mask By Deadmoon makerworld.com/en/models/3082934-mewtwo-skull-mask Bambu X1C PolyMaker PLA 4hr 52mins X:164 Y:181 Z:125mm .2mm layer / .4mm Nozzle 10% Infill / 1mm Retraction 200C / 60C 133g 230mm/s download the files on: [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/qK4nFKmKrE8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></p>
<p>Every week we&#8217;ll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: </p>
<p>Mewtwo Skull Mask<br />
By Deadmoon<br />
<a href="http://makerworld.com/en/models/3082934-mewtwo-skull-mask">makerworld.com/en/models/3082934-mewtwo-skull-mask</a><br />
Bambu X1C<br />
PolyMaker PLA<br />
4hr 52mins<br />
X:164 Y:181 Z:125mm<br />
.2mm layer / .4mm Nozzle<br />
10% Infill / 1mm Retraction<br />
200C / 60C<br />
133g<br />
230mm/s</p>
<p>download the files on: </p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663449</post-id>	</item>
		<item>
		<title>The Cursed Pumpkin – Skull-Filled Halloween Pumpkin #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/the-cursed-pumpkin-skull-filled-halloween-pumpkin-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 12:00:15 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663429</guid>

					<description><![CDATA[YahooJAPAN shares: A traditional Halloween pumpkin with a dark twist — the outer surface is a faithful carved pumpkin, but the interior reveals a cavity of skulls sculpted in relief. Tested on H2D, X1C, A1 Mini with Bambu PLA basic/matte. Three profiles: colored optimized for H2D (~17hr), colored, and single-color. Few supports, easy to remove. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin-600x450.webp" alt="" class="alignnone size-large wp-image-663430 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/The-Cursed-Pumpkin-–-Skull-Filled-Halloween-Pumpkin.webp 1000w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@YahooJAPAN">YahooJAPAN</a> shares: </p>
<blockquote><p>A traditional Halloween pumpkin with a dark twist — the outer surface is a faithful carved pumpkin, but the interior reveals a cavity of skulls sculpted in relief. Tested on H2D, X1C, A1 Mini with Bambu PLA basic/matte. Three profiles: colored optimized for H2D (~17hr), colored, and single-color. Few supports, easy to remove. By Creatività in 3D</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/1833612-the-cursed-pumpkin-halloween-update">https://makerworld.com/en/models/1833612-the-cursed-pumpkin-halloween-update</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663429</post-id>	</item>
		<item>
		<title>Halloween Witch&#8217;s Cauldron Basket – Legged or Legless Variants #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/halloween-witchs-cauldron-basket-legged-or-legless-variants-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 11:00:35 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663426</guid>

					<description><![CDATA[AstroDex_3D shares: A witch&#8217;s cauldron basket that works as a candy dish, small-treasure organizer, or decor piece. Two versions included: with legs or without. Multi-color 3MF and split-parts STL provided. Alternative to the 4AM Witch&#8217;s Cauldron House if you want a simpler candy-basket variant. By AstroDex download the files on: https://makerworld.com/en/models/1809693-halloween-witch-s-cauldron-basket Every Thursday is #3dthursday [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/WebP-Image-600x450.webp" alt="" class="alignnone size-large wp-image-663427 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/WebP-Image-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/WebP-Image-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/WebP-Image-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/WebP-Image-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/WebP-Image-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/WebP-Image-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/WebP-Image.webp 616w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@AstroDex_3D">AstroDex_3D</a> shares: </p>
<blockquote><p>A witch&#8217;s cauldron basket that works as a candy dish, small-treasure organizer, or decor piece. Two versions included: with legs or without. Multi-color 3MF and split-parts STL provided. Alternative to the 4AM Witch&#8217;s Cauldron House if you want a simpler candy-basket variant. By AstroDex</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/1809693-halloween-witch-s-cauldron-basket">https://makerworld.com/en/models/1809693-halloween-witch-s-cauldron-basket</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663426</post-id>	</item>
		<item>
		<title>Skull Pen Holder – Gothic Desk Organizer with Halloween Vibes #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/skull-pen-holder-gothic-desk-organizer-with-halloween-vibes-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 10:00:41 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663422</guid>

					<description><![CDATA[Mad_Power shares: A skull-styled pen holder that bridges the back-to-school and Halloween themes. Perfect for pens, pencils, brush pens, or as a spooky desk statement. Great for gothic/horror-style setups or as a seasonal desk swap. Alternative if you want a darker desk-organizer option. By Mad power download the files on: https://makerworld.com/en/models/3065403-skull-pen-holder-gothic-desk-organizer Every Thursday is #3dthursday [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="449" src="https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes-600x449.webp" alt="" class="alignnone size-large wp-image-663423 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes-600x449.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes-150x112.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes-768x575.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Skull-Pen-Holder-–-Gothic-Desk-Organizer-with-Halloween-Vibes.webp 1000w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@Mad_Power">Mad_Power</a> shares: </p>
<blockquote><p>A skull-styled pen holder that bridges the back-to-school and Halloween themes. Perfect for pens, pencils, brush pens, or as a spooky desk statement. Great for gothic/horror-style setups or as a seasonal desk swap. Alternative if you want a darker desk-organizer option. By Mad power</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/3065403-skull-pen-holder-gothic-desk-organizer">https://makerworld.com/en/models/3065403-skull-pen-holder-gothic-desk-organizer</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663422</post-id>	</item>
		<item>
		<title>Adjustable Arduino UNO Breadboard Workstation – Print-in-Place Hinge #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/adjustable-arduino-uno-breadboard-workstation-print-in-place-hinge-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 09:00:44 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663416</guid>

					<description><![CDATA[DJL_3Designs shares: The predecessor to the Modular Arduino Workstation featured earlier this month. Fully print-in-place, no screws. Adjustable microcontroller position via hinge. July 2025 update added ESP32 and Arduino Nano breakout brackets. Alternative Arduino workstation for the maker block. By DJL 3Designs download the files on: https://makerworld.com/en/models/864695-adjustable-arduino-uno-breadboard-workstation Every Thursday is #3dthursday here at Adafruit! The [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge-600x450.webp" alt="" class="alignnone size-large wp-image-663417 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Adjustable-Arduino-UNO-Breadboard-Workstation-–-Print-in-Place-Hinge.webp 832w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@DJL_3Designs">DJL_3Designs</a> shares: </p>
<blockquote><p>The predecessor to the Modular Arduino Workstation featured earlier this month. Fully print-in-place, no screws. Adjustable microcontroller position via hinge. July 2025 update added ESP32 and Arduino Nano breakout brackets. Alternative Arduino workstation for the maker block. By DJL 3Designs</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/864695-adjustable-arduino-uno-breadboard-workstation">https://makerworld.com/en/models/864695-adjustable-arduino-uno-breadboard-workstation</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663416</post-id>	</item>
		<item>
		<title>Halloween Skeleton Animatronic – Remote-Controlled Forearm with Pumpkin Joystick #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/halloween-skeleton-animatronic-remote-controlled-forearm-with-pumpkin-joystick-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 08:00:42 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663412</guid>

					<description><![CDATA[Quackhead5 shares: The ambitious Halloween project of the batch — a remote-controllable ⅔-scale skeleton forearm and hand designed to hide under or behind things and startle unsuspecting friends. Custom remote features a pumpkin theme with a cute stem as the joystick. Almost a month of design work by the creator. Be gentle removing the bone [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="426" height="240" src="https://cdn-blog.adafruit.com/uploads/2026/08/Halloween-Skeleton-Animatronic-–-Remote-Controlled-Forearm-with-Pumpkin-Joystick.webp" alt="" class="alignnone size-full wp-image-663413 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Halloween-Skeleton-Animatronic-–-Remote-Controlled-Forearm-with-Pumpkin-Joystick.webp 426w, https://cdn-blog.adafruit.com/uploads/2026/08/Halloween-Skeleton-Animatronic-–-Remote-Controlled-Forearm-with-Pumpkin-Joystick-300x169.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Halloween-Skeleton-Animatronic-–-Remote-Controlled-Forearm-with-Pumpkin-Joystick-150x85.webp 150w" sizes="auto, (max-width: 426px) 100vw, 426px" /><br />
<a href="https://makerworld.com/en/@Quackhead5">Quackhead5</a> shares: </p>
<blockquote><p>The ambitious Halloween project of the batch — a remote-controllable ⅔-scale skeleton forearm and hand designed to hide under or behind things and startle unsuspecting friends. Custom remote features a pumpkin theme with a cute stem as the joystick. Almost a month of design work by the creator. Be gentle removing the bone hand — it can break. By community designer</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/1861299-halloween-skeleton-animatronic">https://makerworld.com/en/models/1861299-halloween-skeleton-animatronic</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663412</post-id>	</item>
		<item>
		<title>Jumper Wire Organizer – Sort by Length with Sorted Slots #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/jumper-wire-organizer-sort-by-length-with-sorted-slots-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 07:00:41 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663409</guid>

					<description><![CDATA[naJnaP shares: A jumper wire organizer designed to store and sort wires of various lengths. Perfect for electronics enthusiasts and makers who want their wire collection sorted by length rather than color. Alternative approach to the 34-slot rack in the morning slot download the files on: https://makerworld.com/en/models/1153798-jumper-wire-organizer Every Thursday is #3dthursday here at Adafruit! The [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots-600x450.webp" alt="" class="alignnone size-large wp-image-663410 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots-150x112.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Jumper-Wire-Organizer-–-Sort-by-Length-with-Sorted-Slots.webp 794w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@naJnaP">naJnaP</a> shares: </p>
<blockquote><p>A jumper wire organizer designed to store and sort wires of various lengths. Perfect for electronics enthusiasts and makers who want their wire collection sorted by length rather than color. Alternative approach to the 34-slot rack in the morning slot</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/1153798-jumper-wire-organizer">https://makerworld.com/en/models/1153798-jumper-wire-organizer</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663409</post-id>	</item>
		<item>
		<title>Cubolight – Modular Decorative LED Lamp with Magnetic Cubes #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/cubolight-modular-decorative-led-lamp-with-magnetic-cubes-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 06:00:30 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663405</guid>

					<description><![CDATA[MatThreeD shares: A modular LED lamp built from stackable cubes of different sizes (1×1 Base for power, 1×1, 2×1, 3×1 cubes) connected via magnetic connectors that seamlessly link the power circuits. Rearrange design daily to match mood or style. Mix cube sizes for tall, wide, or asymmetric arrangements. Energy-efficient LEDs inside each cube. By Mat3D [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes-600x450.webp" alt="" class="alignnone size-large wp-image-663407 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/Cubolight-–-Modular-Decorative-LED-Lamp-with-Magnetic-Cubes.webp 1000w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@MatThreeD">MatThreeD</a> shares: </p>
<blockquote><p>A modular LED lamp built from stackable cubes of different sizes (1×1 Base for power, 1×1, 2×1, 3×1 cubes) connected via magnetic connectors that seamlessly link the power circuits. Rearrange design daily to match mood or style. Mix cube sizes for tall, wide, or asymmetric arrangements. Energy-efficient LEDs inside each cube. By Mat3D</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/919038-cubolight-modular-decorative-lamp">https://makerworld.com/en/models/919038-cubolight-modular-decorative-lamp</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663405</post-id>	</item>
		<item>
		<title>From the mail bag&#8230;</title>
		<link>https://blog.adafruit.com/2026/08/27/663614/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 05:30:55 +0000</pubDate>
				<category><![CDATA[mail bag]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663614</guid>

					<description><![CDATA[&#160; From the mail bag! Over the past years, I&#8217;ve built so many projects with your components, tutorials, and resources. From my first Arduino experiments to increasingly ambitious ideas, Adafruit was always there—whether I needed a specific sensor, a clear tutorial to guide me through unfamiliar territory, or just the confidence that came from knowing [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="img-responsive" style="display: block; margin-left: auto; margin-right: auto;" title="mailbag_animated.gif" src="https://cdn-blog.adafruit.com/uploads/2025/10/mailbag_animated-2-2.gif" alt="Mailbag animated" width="600" height="431" border="0" /></p>
<p><a href="https://www.adafruit.com/blog/?s=mail+bag">From the mail bag!</a></p>
<blockquote><p>Over the past years, I&#8217;ve built so many projects with your components, tutorials, and resources. From my first Arduino experiments to increasingly ambitious ideas, Adafruit was always there—whether I needed a specific sensor, a clear tutorial to guide me through<br />
unfamiliar territory, or just the confidence that came from knowing a trusted resource had my back. Your products aren&#8217;t just well-engineered; they&#8217;re designed with learners in mind, and that made all the difference for me&#8230;.</p>
<p>You helped me move from wondering &#8220;how do I do this?&#8221; to confidently saying &#8220;I can figure this out.&#8221; That mindset has carried me through my studies and will continue to serve me as I move forward.</p>
<p>Thank you for creating products and resources that don&#8217;t just work, but that inspire people like me to learn, create, and believe in themselves.</p></blockquote>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663614</post-id>	</item>
		<item>
		<title>3D Printer Tool Organizer #3DThursday #3DPrinting</title>
		<link>https://blog.adafruit.com/2026/08/27/3d-printer-tool-organizer-3dthursday-3dprinting/</link>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 05:00:35 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[#3DPrinting]]></category>
		<category><![CDATA[#3DThursday]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663398</guid>

					<description><![CDATA[proch.michalB shares: A dedicated bench organizer that holds ten pliers and ten tweezers. Simple, functional, and long-standing community favorite. Great for organizing the hand-tool clutter that accumulates around any 3D printing bench. By MikeProch download the files on: https://makerworld.com/en/models/126526 Every Thursday is #3dthursday here at Adafruit! The DIY 3D printing community has passion and dedication [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="600" height="450" src="https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer-600x450.webp" alt="" class="alignnone size-large wp-image-663401 img-responsive" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer-600x450.webp 600w, https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer-300x225.webp 300w, https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer-150x113.webp 150w, https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer-768x576.webp 768w, https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer-583x437.webp 583w, https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer-115x85.webp 115w, https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer-356x267.webp 356w, https://cdn-blog.adafruit.com/uploads/2026/08/3D-Printer-Tool-Organizer.webp 1000w" sizes="auto, (max-width: 600px) 100vw, 600px" /><br />
<a href="https://makerworld.com/en/@proch.michalB">proch.michalB</a> shares: </p>
<blockquote><p>A dedicated bench organizer that holds ten pliers and ten tweezers. Simple, functional, and long-standing community favorite. Great for organizing the hand-tool clutter that accumulates around any 3D printing bench. By MikeProch</p></blockquote>
<p>download the files on: <a href="https://makerworld.com/en/models/126526">https://makerworld.com/en/models/126526</a></p>
<p><br />
</p>
<hr>
<p><a href="http://www.adafruit.com/blog/category/3d-printing/"><img loading="lazy" decoding="async" class="img-responsive" src="https://cdn-blog.adafruit.com/uploads/2012/10/649-1.jpg" alt="649-1" width="133" height="102" align="left" border="0" hspace="4" vspace="4" /></a><br />
Every Thursday is <a href="http://www.adafruit.com/blog/category/3d-printing/">#3dthursday</a> 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!</p>
<p>Have you considered building a 3D project around an <a href="http://www.adafruit.com/category/17">Arduino</a> or other microcontroller? How about printing a bracket to mount your <a href="http://www.adafruit.com/category/105">Raspberry Pi</a> to the back of your HD monitor? And don&#8217;t forget the countless <a href="http://www.adafruit.com/category/37">LED projects</a> that are possible when you are modeling your projects in 3D!</p>
<p>LIVE CHAT IS HERE! <a href="http://adafru.it/discord">http://adafru.it/discord</a></p>
<p>Adafruit on Instagram: <a href="https://www.instagram.com/adafruit">https://www.instagram.com/adafruit</a></p>
<p>Shop for parts to build your own DIY projects <a href="http://adafru.it/3dprinting">http://adafru.it/3dprinting</a></p>
<p>3D Printing Projects Playlist:<br />
<iframe loading="lazy" title="3D Printing Projects" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>3D Hangout Show Playlist:<br />
<iframe loading="lazy" title="3D Hangouts" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Layer by Layer CAD Tutorials Playlist:<br />
<iframe loading="lazy" title="Layer by Layer - CAD Tutorials" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Timelapse Tuesday Playlist:<br />
<iframe loading="lazy" title="Time lapse Tuesday" width="500" height="281" src="https://www.youtube.com/embed/videoseries?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Connect with Noe and Pedro on Social Media:</p>
<p>Noe&#8217;s Twitter / Instagram: <a href="http://instagram.com/ecken">http://instagram.com/ecken</a></p>
<p>Pedro&#8217;s Twitter / Instagram: <a href="http://instagram.com/videopixil">http://instagram.com/videopixil</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663398</post-id>	</item>
		<item>
		<title>NeoPixel Badge Lanyard with Bluetooth LE #AdafruitLearnGuide</title>
		<link>https://blog.adafruit.com/2026/08/26/neopixel-badge-lanyard-with-bluetooth-le-adafruitlearnguide/</link>
		
		<dc:creator><![CDATA[Takara]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 20:00:57 +0000</pubDate>
				<category><![CDATA[adafruit learning system]]></category>
		<category><![CDATA[bluetooth LE]]></category>
		<category><![CDATA[neopixel]]></category>
		<category><![CDATA[nRF52840]]></category>
		<category><![CDATA[Wearables]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663569</guid>

					<description><![CDATA[Get noticed and stand out at the convention with this DIY light-up badge lanyard. Control the color and brightness with your phone over Bluetooth (BLE) with the Adafruit BlueFruit app. This is a great conversation starter on its own. Pair it with a PyBadge for extra geek points, or make a lanyard for everyone on [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="NeoPixel Badge Lanyard with BlueFruit Tutorial @adafruit #adafruit" width="500" height="281" src="https://www.youtube.com/embed/Rm5B6ggfAko?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Get noticed and stand out at the convention with this DIY light-up badge lanyard. Control the color and brightness with your phone over Bluetooth (BLE) with the Adafruit BlueFruit app. This is a great conversation starter on its own. Pair it with a PyBadge for extra geek points, or make a lanyard for everyone on your team and control ALL the colors. Make it red when you&#8217;re running late, green when you&#8217;re ready to network, and indigo when it&#8217;s time to relax with a cold drink.  </p>
<p>This is an easy-to-assemble project that requires a little light soldering and some drag-and-drop code. Most of the work is already done for you!</p>
<p>This is the easiest time I&#8217;ve ever had setting up a Bluetooth-to-microcontroller connection. Get the software installed and .. it just works.  Hooray!</p>
<p><a href="https://learn.adafruit.com/bluetooth-neopixel-badge-lanyard/overview">Check out the guide</a> from <a href="https://learn.adafruit.com/u/firepixie">Erin St. Blaine.</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663569</post-id>	</item>
		<item>
		<title>YXSTABY: Xbox and Ikea Team Up!</title>
		<link>https://blog.adafruit.com/2026/08/26/yxstaby-xbox-and-ikea-team-up/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 19:50:55 +0000</pubDate>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[ikea hacks]]></category>
		<category><![CDATA[Back to School]]></category>
		<category><![CDATA[IKEA]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663564</guid>

					<description><![CDATA[One of the standout pieces, a Thumbtack stool, image via Ikea &#160; Just in time for college dorm decorating, Ikea is releasing a gaming collection in collaboration with Xbox. Nine pieces total, including furniture and decorations; the items range from a questionable joystick-shaped seat to a thoughtfully designed chair with built-in controller storage. &#160; From [&#8230;]]]></description>
										<content:encoded><![CDATA[<figure><img loading="lazy" decoding="async" width="2560" height="2560" class="alignnone size-full wp-image-663611 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-scaled.jpg" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-scaled.jpg 2560w, https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-300x300.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-480x480.jpg 480w, https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-150x150.jpg 150w, https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-768x768.jpg 768w, https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-1536x1536.jpg 1536w, https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-2048x2048.jpg 2048w, https://cdn-blog.adafruit.com/uploads/2026/08/PE_1022056_53aff260fe-437x437.jpg 437w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /><figcaption style="text-align: left; font-size: 12px; margin-top: 5px; color: gray;">One of the standout pieces, a Thumbtack stool, image via <a href="https://www.ikea.com/global/en/newsroom/collaborations/ikea-xbox-launch-the-yxstaby-collection-260826/">Ikea</a></figcaption></figure>
<p>&nbsp;</p>
<p>Just in time for college dorm decorating, Ikea is releasing a gaming collection in collaboration with Xbox. Nine pieces total, including furniture and decorations; the items range from a questionable joystick-shaped seat to a thoughtfully designed chair with built-in controller storage.</p>
<p>&nbsp;</p>
<p>From <a href="https://www.ikea.com/global/en/newsroom/collaborations/ikea-xbox-launch-the-yxstaby-collection-260826/">Ikea</a>:</p>
<blockquote><p>YXSTABY was designed in close collaboration between IKEA and XBOX, with one designer from each team working together on every piece. XBOX brought 25 years of understanding how people play, IKEA over 80 years of life at home expertise, and dedicated visits to homes where gaming is part of daily life. Throughout the process, the designers considered the needs of both players and the people who share their spaces. How might a lounge chair, for example, support different positions and moods of play, hold the gear discreetly when the game is over, and still look at home in the living room or wherever you choose to play?</p></blockquote>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663564</post-id>	</item>
		<item>
		<title>A Raspberry Pi Hat Plus replaces a bulky Google Translator setup</title>
		<link>https://blog.adafruit.com/2026/08/26/a-raspberry-pi-hat-plus-replaces-a-bulky-google-translator-setup/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 19:37:08 +0000</pubDate>
				<category><![CDATA[displays]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Raspberry Pi 5]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hat]]></category>
		<category><![CDATA[translator]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663605</guid>

					<description><![CDATA[Google’s offline translator has undergone a significant redesign, now incorporating a Raspberry Pi Hat+ to streamline its functionality. This compact hardware solution integrates components like a touchscreen, dual microphones and onboard speakers into a single board, replacing the bulkier original setup that relied on separate devices. The updated Google offline translator now uses a new [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="500" height="281" class="alignnone size-full wp-image-663606 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/a1-27.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/a1-27.png 500w, https://cdn-blog.adafruit.com/uploads/2026/08/a1-27-300x169.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/a1-27-150x84.png 150w" sizes="auto, (max-width: 500px) 100vw, 500px" /></p>
<p>Google’s offline translator has undergone a significant redesign, now incorporating a Raspberry Pi Hat+ to streamline its functionality. This compact hardware solution integrates components like a touchscreen, dual microphones and onboard speakers into a single board, replacing the bulkier original setup that relied on separate devices.</p>
<ul>
<li>The updated Google offline translator now uses a new Raspberry Pi Hat+, integrating all essential components into a single compact board for improved portability and functionality.</li>
<li>Key features include a 2.8-inch touchscreen, dual onboard microphones, integrated speakers and a design that aligns with the Raspberry Pi 4, eliminating the need for external devices.</li>
<li>The touchscreen interface and real-time feedback enhance user experience, making language switching and translation tasks more intuitive and efficient.</li>
<li>The device performs translations entirely offline, making it ideal for use in areas with limited or no internet connectivity, benefiting travelers, language learners and secure environments.</li>
<li>The compact design supports a variety of applications beyond translation, such as voice-controlled assistants, educational tools and custom audio projects for developers and hobbyists.</li>
</ul>
<p>See more on <a href="https://www.geeky-gadgets.com/raspberry-pi-offline-translator/" target="_blank" rel="noopener">Geeky Gadgets</a>.</p>
<p>See the <a href="https://www.youtube.com/watch?v=2UTQJ56Wnd4" target="_blank" rel="noopener">video</a> below:</p>
<p><iframe loading="lazy" title="Google Open-Sourced This Offline Translator — So I Rebuilt It" width="500" height="281" src="https://www.youtube.com/embed/2UTQJ56Wnd4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663605</post-id>	</item>
		<item>
		<title>The Python on Microcontrollers Newsletter: subscribe for free</title>
		<link>https://blog.adafruit.com/2026/08/26/the-python-on-microcontrollers-newsletter-subscribe-for-free-8-26/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 19:17:59 +0000</pubDate>
				<category><![CDATA[Adafruit Daily]]></category>
		<category><![CDATA[CircuitPython]]></category>
		<category><![CDATA[micropython]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Python on Microcontrollers]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[circuitpython]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[MicroPython]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[raspberry-pi]]></category>
		<category><![CDATA[SBC]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663603</guid>

					<description><![CDATA[The Python for Microcontrollers Newsletter is the place for the latest news involving Python on hardware (microcontrollers AND single board computers like Raspberry Pi). This ad-free, spam-free weekly email is filled with CircuitPython, MicroPython, and Python information that you may have missed, all in one place! You get a summary of all the software, events, projects, and the latest hardware worldwide once a week, no [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone wp-image-659294 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper.jpg" alt="" width="353" height="264" srcset="https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper.jpg 600w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-300x224.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-150x112.jpg 150w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-585x437.jpg 585w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-115x85.jpg 115w, https://cdn-blog.adafruit.com/uploads/2026/06/Newspaper-356x267.jpg 356w" sizes="auto, (max-width: 353px) 100vw, 353px" /></p>
<p><strong>The <a href="https://www.adafruitdaily.com/" target="_blank" rel="noopener noreferrer">Python for Microcontrollers</a> Newsletter </strong>is the place for the latest news involving Python on hardware (<strong>microcontrollers</strong> AND single board computers like <strong>Raspberry Pi</strong>).</p>
<blockquote><p>This <em>ad-free, spam-free</em> weekly email is filled with <strong>CircuitPython</strong>, <strong>MicroPython</strong>, and <strong>Python</strong> information that you may have missed, all in one place!</p>
<p>You get a summary of all the software, events, projects, and the latest hardware worldwide once a week, no ads! You can cancel anytime.</p></blockquote>
<p>It arrives about 11 am Monday (US Eastern time) with all the week’s happenings.</p>
<p>And please tell your friends, colleagues, students, etc.</p>
<p><a href="https://www.adafruitdaily.com/" target="_blank" rel="noopener noreferrer">Please sign up &gt; &gt; &gt;</a></p>
<p><img loading="lazy" decoding="async" width="511" height="281" class="alignnone size-full wp-image-649291 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/02/Subscribe-2026-02.jpg" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/02/Subscribe-2026-02.jpg 511w, https://cdn-blog.adafruit.com/uploads/2026/02/Subscribe-2026-02-300x165.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/02/Subscribe-2026-02-150x82.jpg 150w" sizes="auto, (max-width: 511px) 100vw, 511px" /></p>
<p><a href="https://www.adafruitdaily.com/" target="_blank" rel="noopener"><img decoding="async" class="img-responsive" src="https://pbs.twimg.com/media/GlSkmQPWAAMqzKE?format=png&amp;name=small" alt="Image" /></a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663603</post-id>	</item>
		<item>
		<title>A 10 inch display monitor for HDMI and legacy analog video</title>
		<link>https://blog.adafruit.com/2026/08/26/a-10-inch-display-monitor-for-hdmi-and-legacy-analog-video/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 19:15:07 +0000</pubDate>
				<category><![CDATA[displays]]></category>
		<category><![CDATA[HDMI]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[vintage computing]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[multi format]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663596</guid>

					<description><![CDATA[PixelVision_AV-1000_MkII is a desktop sized multi-format video display monitor for HDMI and legacy analog video input with built-in speakers. Hardware Overview Specification Details Viewable Size 9.7” [4:3 ratio] Input Signals HDMI [2048×1536]; VGA [1920×1080]; YPbPr, S-video, Composite [480p] Audio Input/Output Analog 3.5mm stereo Speaker Output Stereo (5 watt) Power Consumption 10 watts (2w standby) Dimensions [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="450" height="340" class="alignnone size-full wp-image-663598 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/bootsel-18.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/bootsel-18.png 450w, https://cdn-blog.adafruit.com/uploads/2026/08/bootsel-18-300x227.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/bootsel-18-150x113.png 150w" sizes="auto, (max-width: 450px) 100vw, 450px" /></p>
<div class="markdown-heading" dir="auto">
<p class="heading-element" dir="auto" tabindex="-1">PixelVision_AV-1000_MkII is a desktop sized multi-format video display monitor for HDMI and legacy analog video input with built-in speakers.</p>
<div class="markdown-heading" dir="auto">
<h2 class="heading-element" dir="auto" tabindex="-1">Hardware Overview</h2>
<p><a id="user-content-hardware-overview" class="anchor" href="https://github.com/retrobuiltRyan/pixelvision_av1000_mkII#hardware-overview" aria-label="Permalink: Hardware Overview"></a></div>
<table>
<thead>
<tr>
<th>Specification</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>Viewable Size</td>
<td>9.7” [4:3 ratio]</td>
</tr>
<tr>
<td>Input Signals</td>
<td>HDMI [2048×1536]; VGA [1920×1080]; YPbPr, S-video, Composite [480p]</td>
</tr>
<tr>
<td>Audio Input/Output</td>
<td>Analog 3.5mm stereo</td>
</tr>
<tr>
<td>Speaker Output</td>
<td>Stereo (5 watt)</td>
</tr>
<tr>
<td>Power Consumption</td>
<td>10 watts (2w standby)</td>
</tr>
<tr>
<td>Dimensions (W × H × D)</td>
<td>248 × 205 × 192 mm (9.76 × 8.07 × 7.56 inches)</td>
</tr>
<tr>
<td>Weight</td>
<td>1350 g</td>
</tr>
</tbody>
</table>
</div>
<p>The case is 3D printed.</p>
<p>See more on the project on <a href="https://github.com/retrobuiltRyan/pixelvision_av1000_mkII" target="_blank" rel="noopener">GitHub</a>.</p>
<p>See the video <a href="https://www.youtube.com/watch?v=h4x5J-W30Yo" target="_blank" rel="noopener">Build the perfect multi-input display for retro gaming and vintage computing</a> below:</p>
<p><iframe loading="lazy" title="Build the perfect multi-input display for retro gaming and vintage computing." width="500" height="281" src="https://www.youtube.com/embed/h4x5J-W30Yo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663596</post-id>	</item>
		<item>
		<title>Work environment monitoring and alerting</title>
		<link>https://blog.adafruit.com/2026/08/26/work-environment-monitoring-and-alerting/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 19:04:09 +0000</pubDate>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[Sensors]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[wfh]]></category>
		<category><![CDATA[Work From Home]]></category>
		<category><![CDATA[workspace]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663592</guid>

					<description><![CDATA[In the beginning of the pandemic, company offices closed rather quickly and Vladimir Kotal found himself working with a laptop placed on a piano. The initial shock held for a long time, I spent couple of months working like that. This was not good for my posture (mental and physical) at all. Later on, I [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="400" height="353" class="alignnone size-full wp-image-663594 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/b-38.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/b-38.png 400w, https://cdn-blog.adafruit.com/uploads/2026/08/b-38-300x265.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/b-38-150x132.png 150w" sizes="auto, (max-width: 400px) 100vw, 400px" /></p>
<p>In the beginning of the pandemic, company offices closed rather quickly and Vladimir Kotal found himself working with a laptop placed on a piano.</p>
<blockquote><p>The initial shock held for a long time, I spent couple of months working like that. This was not good for my posture (mental and physical) at all.</p>
<p>Later on, I built a very nice setup around motorized standing desk with all the bells and whistles &#8211; quite meticulous cable management, custom oak wooden top (expensive), BenQ LED light placed on external display, IKEA pegboard on the wall next to the table to hold the essentials.</p>
<p dir="auto">When shopping around for parts of another project on <a href="https://adafruit.com/" target="_blank" rel="nofollow noopener">Adafruit</a>, I remembered an interesting presentation from GrafanaCon 2021 called <a href="https://grafana.com/go/grafanaconline/2021/grafana-wfh-habits/" target="_blank" rel="nofollow noopener">WFH habits during lockdown told by Grafana</a> where the presenter used sensor paired with Grafana to monitor her WFH behavior w.r.t. breaks etc. This made me throw some more stuff to the Adafruit order and make my own version of work habits monitoring setup.</p>
<p dir="auto">My goal is to provide the following functionality:</p>
<ul dir="auto">
<li>determine the hours I work (per day/week)
<ul dir="auto">
<li>turn on a warning that I should wrap for the day</li>
<li>send an alert if I have been working for too long in a given week (via Grafana + PagerDuty)</li>
</ul>
</li>
<li>warn if I spend too much configuous time sitting/standing
<ul dir="auto">
<li>similarly warn if I work for too long without a break</li>
</ul>
</li>
<li>monitor the working environment, esp. CO2 concentration, and alert if above given threshold</li>
</ul>
</blockquote>
<p>Parts:</p>
<ul>
<li><a href="https://www.adafruit.com/product/5691" rel="nofollow">Adafruit Reverse TFT Feather</a></li>
<li><a href="https://www.adafruit.com/product/4019" rel="nofollow">US-100 Ultrasonic Distance Sensor</a></li>
<li><a href="https://learn.adafruit.com/adafruit-qt-py" rel="nofollow">QtPy</a> with temperature/humidity and CO2 sensors</li>
<li>running the code from my <a href="https://github.com/vladak/shield" target="_blank" rel="noopener">shield project</a></li>
</ul>
<p>See more on <a href="https://github.com/vladak/workmon" target="_blank" rel="noopener">GitHub</a>.</p>



]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663592</post-id>	</item>
		<item>
		<title>Ads have landed in Apple Maps, and they are as bad as expected</title>
		<link>https://blog.adafruit.com/2026/08/26/ads-have-landed-in-apple-maps-and-they-are-as-bad-as-expected/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 18:20:27 +0000</pubDate>
				<category><![CDATA[telephony]]></category>
		<category><![CDATA[advertizing]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[maps]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663580</guid>

					<description><![CDATA[Ads have now landed in Apple Maps in the US and Canada, and they are every bit as bad as expected … Apple warned back in March that users would begin seeing ads in the company’s Maps app at some point in the summer. First spotted  August 25th, the company confirmed that the rollout began in the last [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="450" height="215" class="alignnone size-full wp-image-663581 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/aa-20.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/aa-20.png 450w, https://cdn-blog.adafruit.com/uploads/2026/08/aa-20-300x143.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/aa-20-150x72.png 150w" sizes="auto, (max-width: 450px) 100vw, 450px" /></p>
<p class="wp-block-paragraph">Ads have now landed in Apple Maps in the US and Canada, and they are every bit as bad as expected …</p>
<p class="wp-block-paragraph"><a href="https://9to5mac.com/2026/03/24/ads-are-coming-to-apple-maps-in-the-us-and-canada-this-summer-with-a-privacy-centric-focus/" target="_blank" rel="noreferrer noopener">Apple warned</a> back in March that users would begin seeing ads in the company’s Maps app at some point in the summer. First spotted  August 25th, <a href="https://9to5mac.com/2026/08/25/apple-maps-launches-ads-on-iphone-heres-whats-new/" target="_blank" rel="noreferrer noopener">the company confirmed</a> that the rollout began in the last few days. Within a few weeks, everyone in the US and Canada will be seeing them.</p>
<ol class="wp-block-list">
<li><strong>Before searching</strong>: Suggested Places in the search screen will feature an ad.</li>
<li><strong>After searching</strong>: Ads will appear in search results when relevant.</li>
</ol>
<p class="wp-block-paragraph">The company says that privacy is a major focus.</p>
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">The new Maps ads build on Apple’s existing privacy-first approach to advertising. A user’s location and the ads they see and interact with in Maps are not associated with their Apple Account. Personal data stays on the user’s device, is not collected or stored by Apple, and is not shared with advertisers or other third parties.</p>
</blockquote>
<p>See more on <a href="https://9to5mac.com/2026/08/26/ads-have-landed-in-apple-maps-and-they-are-as-bad-as-expected/" target="_blank" rel="noopener">9to5Mac</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663580</post-id>	</item>
		<item>
		<title>Intel introduces a new &#8220;BFF&#8221; Linux driver to deal with aging silicon &#038; stuck bits</title>
		<link>https://blog.adafruit.com/2026/08/26/intel-introduces-a-new-bff-linux-driver-to-deal-with-aging-silicon-stuck-bits/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 18:12:33 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[Intel]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663576</guid>

					<description><![CDATA[Intel is preparing to introduce a new Linux driver named &#8216;BFF&#8217; for dealing with aging processor silicon where bits may become stuck over time. The Intel &#8220;BFF&#8221; driver sent out yesterday in initial patch form is for dealing with aging silicon where bits may become stuck. The Intel BFF driver is out for review on [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone  wp-image-663577 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/a1-26.png" alt="" width="248" height="195" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/a1-26.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/a1-26-150x118.png 150w" sizes="auto, (max-width: 248px) 100vw, 248px" /></p>
<p>Intel is preparing to introduce a new Linux driver named &#8216;BFF&#8217; for dealing with aging processor silicon where bits may become stuck over time.</p>
<p>The Intel &#8220;BFF&#8221; driver sent out yesterday in initial patch form is for dealing with aging silicon where bits may become stuck.</p>
<p>The Intel BFF driver is out for review on the <a href="https://lore.kernel.org/platform-driver-x86/20260825181526.13203-1-tony.luck@intel.com/" target="_blank" rel="noopener">Linux kernel mailing list</a>. It&#8217;s too late for ushering into Linux v7.3&#8217;s merge window but presumably could be ready for v7.4. With Diamond Rapids not launching until later in 2027, there&#8217;s still time to get it into the mainline kernel.</p>
<p>See more on <a href="https://www.phoronix.com/news/Intel-BFF-Driver-Stuck-Bits" target="_blank" rel="noopener">Phoronix</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663576</post-id>	</item>
		<item>
		<title>NASA&#8217;s Gateway could become the Moon&#8217;s first airport</title>
		<link>https://blog.adafruit.com/2026/08/26/nasas-gateway-could-become-the-moons-first-airport/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 18:05:04 +0000</pubDate>
				<category><![CDATA[science]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[Deep Space Gateway]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[orbit]]></category>
		<category><![CDATA[space station]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663571</guid>

					<description><![CDATA[A team from Texas A&#38;M University, NASA&#8217;s Johnson Space Center, and Purdue University has now devised the mathematical flight manual and rules of the road that could stop this cosmic airport from descending into Futurama-style chaos. Gateway, which NASA officially describes as humanity&#8217;s first space station around the Moon, is scheduled to launch &#8220;no earlier [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="450" height="232" class="alignnone size-full wp-image-663573 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/10cc6e90-26b1-11f0-9470-0242ac120004-22.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/10cc6e90-26b1-11f0-9470-0242ac120004-22.png 450w, https://cdn-blog.adafruit.com/uploads/2026/08/10cc6e90-26b1-11f0-9470-0242ac120004-22-300x155.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/10cc6e90-26b1-11f0-9470-0242ac120004-22-150x77.png 150w" sizes="auto, (max-width: 450px) 100vw, 450px" /></p>
<p>A team from Texas A&amp;M University, NASA&#8217;s Johnson Space Center, and Purdue University has now devised the mathematical flight manual and rules of the road that could stop this cosmic airport from descending into Futurama-style chaos.</p>
<p>Gateway, which NASA officially describes as humanity&#8217;s first space station around the Moon, is scheduled to launch &#8220;no earlier than 2027.&#8221; It will act as a hub for Orion crew capsules, cargo vehicles, and lunar landers supporting the Artemis program. Previous reports covered the station&#8217;s powerful solar-electric thrusters and SpaceX&#8217;s contract to deliver supplies.</p>
<p>The station will follow a near-rectilinear halo orbit, or NRHO. This elongated, egg-shaped route takes it within about 1,000 miles of the Moon&#8217;s north pole before sending it almost 40,000 miles past the south pole.</p>
<p class="tsadinc">Visiting vehicles can&#8217;t just pull over and park while waiting for a docking port. Everything remains in motion, and spacecraft may need to loiter for hours, days, or weeks before approaching Gateway.</p>
<p class="tsadinc">The researchers used thousands of simulations to test how multiple vehicles could safely share the orbit, factoring in navigation errors, imperfect thruster burns, and other disturbances. Their proposed solution places waiting spacecraft at calculated intervals ahead of or behind Gateway, forming what the team calls a string of pearls.</p>
<p>See more on <a href="https://www.techspot.com/news/113619-experts-create-rules-first-ever-airport-space.html" target="_blank" rel="noopener">TechSpot</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663571</post-id>	</item>
		<item>
		<title>Amazon Web Services acquires DuckLabs and DuckDB</title>
		<link>https://blog.adafruit.com/2026/08/26/amazon-web-services-acquires-ducklabs-and-duckdb/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 17:52:42 +0000</pubDate>
				<category><![CDATA[maker business]]></category>
		<category><![CDATA[amazon web services]]></category>
		<category><![CDATA[duckdb]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663565</guid>

					<description><![CDATA[DuckLabs will join Amazon Web Services (AWS), which is expected to be effective in early September. Our team will remain together in Amsterdam, continuing our work on DuckDB, DuckLake, Quack, and the broader community. Joining AWS gives us the resources and reach to bring this technology to many more developers and organizations, and to pursue [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="400" height="232" class="alignnone size-full wp-image-663566 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/download-4.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/download-4.png 400w, https://cdn-blog.adafruit.com/uploads/2026/08/download-4-300x174.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/download-4-150x87.png 150w" sizes="auto, (max-width: 400px) 100vw, 400px" /></p>
<p>DuckLabs will join Amazon Web Services (AWS), which is expected to be effective in early September.</p>
<blockquote><p>Our team will remain together in Amsterdam, continuing our work on DuckDB, DuckLake, Quack, and the broader community. Joining AWS gives us the resources and reach to bring this technology to many more developers and organizations, and to pursue ideas at a scale that would have been difficult for us to reach alone.</p>
<p>Most importantly, the foundations of the project will remain firmly in place. DuckDB and the other open-source components of the “Duck Stack” will remain free and open source under the MIT license, with the nonprofit DuckDB Foundation continuing its stewardship of the projects.</p>
<p>This is a significant moment for all of us at DuckLabs. It marks the end of one chapter that we are immensely proud of, and the beginning of another that we believe can take DuckDB much further.</p></blockquote>
<p>See more on <a href="https://ducklabs.com/news/2026/08/26/ducklabs-to-join-aws" target="_blank" rel="noopener">ducklabs.com</a>. Via <a href="https://news.ycombinator.com/item?id=49448321" target="_blank" rel="noopener">Hacker News</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663565</post-id>	</item>
		<item>
		<title>PCBs With A Plot, a Hackaday Europe talk by Katrin Dietzsch</title>
		<link>https://blog.adafruit.com/2026/08/26/pcbs-with-a-plot-a-hackaday-europe-talk-by-katrin-dietzsch/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 16:20:06 +0000</pubDate>
				<category><![CDATA[art]]></category>
		<category><![CDATA[PCB]]></category>
		<category><![CDATA[TTRPG]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663556</guid>

					<description><![CDATA[Printed circuit boards were developed first for function over form. They were a way to mount components and connect them in a stable, robust fashion. Katrin Dietzsch likes to use her PCBs a little differently, however. She designs boards that are intended to be a narrative tool for tabletop roleplaying, and came down to Hackaday [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="300" height="300" class="alignnone size-full wp-image-663558 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/blink-25.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/blink-25.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/blink-25-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>Printed circuit boards were developed first for function over form. They were a way to mount components and connect them in a stable, robust fashion.</p>
<p>Katrin Dietzsch likes to use her PCBs a little differently, however. She designs boards that are intended to be a narrative tool for tabletop roleplaying, and came down to Hackaday Europe 2026 to walk through the development of this very whimsical hardware.</p>
<p>Katrin starts her talk by explaining how she came to design circuits specifically for tabletop gaming. She saw an opportunity to combine her hardware hobby with the world of TTRPGs to help maintain both hobbies amidst a busy lifestyle. She also found that hardware she built could be a great artistic medium for supporting mystery and storytelling in the tabletop world. With the right design, her circuits became very much part of the narrative themselves.</p>
<p>See more on <a href="https://hackaday.com/2026/08/26/hackaday-europe-2026-pcbs-with-a-plot/" target="_blank" rel="noopener">Hackaday</a>.</p>
<p>See the <a href="https://www.youtube.com/watch?v=hO1hAOewLhw" target="_blank" rel="noopener">video</a> below:</p>
<p><iframe loading="lazy" title="Hackaday Europe 2026: Katrin Dietzsch - PCBs with a Plot" width="500" height="281" src="https://www.youtube.com/embed/hO1hAOewLhw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663556</post-id>	</item>
		<item>
		<title>Understanding the impact of AI on job markets</title>
		<link>https://blog.adafruit.com/2026/08/26/understanding-the-impact-of-ai-on-job-markets/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 16:11:02 +0000</pubDate>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[job market]]></category>
		<category><![CDATA[Replacement]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663551</guid>

					<description><![CDATA[KDnuggets writes that for years, the conversation about AI at work has circled one anxious question: will a machine take my job? It&#8217;s the wrong question, or at least an incomplete one. AI isn&#8217;t a single force that either spares a role or erases it. It&#8217;s several forces at once, and the effect on any [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="500" height="281" class="alignnone size-full wp-image-663553 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/adafruit_products_image-36.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/adafruit_products_image-36.png 500w, https://cdn-blog.adafruit.com/uploads/2026/08/adafruit_products_image-36-300x169.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/adafruit_products_image-36-150x84.png 150w" sizes="auto, (max-width: 500px) 100vw, 500px" /></p>
<p>KDnuggets writes that for years, the conversation about AI at work has circled one anxious question: will a machine take my job? It&#8217;s the wrong question, or at least an incomplete one. AI isn&#8217;t a single force that either spares a role or erases it. It&#8217;s several forces at once, and the effect on any given job depends on which of them is acting on it.</p>
<p>Some tasks get automated away. Others get amplified. New categories of work appear that didn&#8217;t exist a few years ago. And underneath all of that, AI is quietly changing who gets hired and how skills get built. To see where the labor market is heading, it helps to separate these effects and look at each one individually.</p>
<p>This is the effect most people fear, and with good reason. AI is good at pattern recognition, processing large volumes of data, and repeating structured tasks without tiring. Where work is predictable, it can take over the routine components that once required a person, reducing the need for certain kinds of manual and cognitive labor.</p>
<p>The World Economic Forum&#8217;s Future of Jobs Report 2025 estimates that 92 million roles will be displaced by 2030 as technology, demographics, and economic pressures reshape the market. Its survey of more than 1,000 employers found that 41 percent plan to reduce their workforce as AI automates specific tasks.</p>
<p>See more on <a href="https://www.kdnuggets.com/understanding-the-impact-of-ai-on-job-markets" target="_blank" rel="noopener">KDnuggets</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663551</post-id>	</item>
		<item>
		<title>Making a time and temperature gadget</title>
		<link>https://blog.adafruit.com/2026/08/26/making-a-time-and-temperature-gadget/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 16:01:36 +0000</pubDate>
				<category><![CDATA[clocks]]></category>
		<category><![CDATA[displays]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Sensors]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663546</guid>

					<description><![CDATA[Clóvis Fritzen discusses making a time and temperature gadget. It is a beautiful four digits display that shows temperature and time. I like to make and bring to you simple and useful projects, most of them involving sensors. This is no different, we will use the well known TM1637 display to implement a temperature reading. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="400" height="239" class="alignnone size-full wp-image-663548 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/blink-23.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/blink-23.png 400w, https://cdn-blog.adafruit.com/uploads/2026/08/blink-23-300x179.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/blink-23-150x90.png 150w" sizes="auto, (max-width: 400px) 100vw, 400px" /></p>
<p>Clóvis Fritzen discusses making a time and temperature gadget.</p>
<blockquote><p>It is a beautiful four digits display that shows temperature and time.</p>
<p>I like to make and bring to you simple and useful projects, most of them involving sensors. This is no different, we will use the well known TM1637 display to implement a temperature reading. It will also feature the show of time, retrieved from an API on the internet.</p>
<p>I have implemented something similar in the past, you can have a <a href="https://fritzenlab.net/2024/07/05/led-display-clock-and-thermometer-with-ds1307-and-tm1637/" target="_blank" rel="noopener">look here</a>. That time I got time information from an RTC (real time clock), which is a chip that features a battery. It is very capable of keeping track of time, no worries. But today I have decided to do things different, use an API from <a href="https://timezonedb.com/api" target="_blank" rel="noopener">TimeZoneDB</a> and get live time from the internet.</p>
<p>That API is usable for free, as long as you don’t spam it. In our case all I want is to keep track of minutes, not seconds. So I will effectively only consult the API every 60 seconds sharp. This is the same API I have been using successfully for my pomodoro project.</p>
<p>You have to sign in to their website, then you get a unique identifier. Use that in the Arduino sketch we will write in a minute. Besides that you also have to connect an LM35 temperature sensor to the project. That is as simple as reading an analog input. On top of that we will implement a moving average filter of 20 readings, which will take 100 seconds to completely refresh.</p></blockquote>
<p>See more on <a href="https://fritzenlab.net/2026/08/08/time-and-temperature-gadget/" target="_blank" rel="noopener">fritzenlab.net</a> and the Arduino code on <a href="https://github.com/FritzenLab/Clock-and-thermometer-with-TM1637-ESP32" target="_blank" rel="noopener">GitHub</a>.</p>
<p>See the <a href="https://www.youtube.com/watch?v=B_VsJeFrkh8" target="_blank" rel="noopener">video</a> below:</p>
<p><iframe loading="lazy" title="Time and temperature gadget" width="500" height="281" src="https://www.youtube.com/embed/B_VsJeFrkh8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663546</post-id>	</item>
		<item>
		<title>A NeoPixel Blinkendisc</title>
		<link>https://blog.adafruit.com/2026/08/26/a-neopixel-blinkendisc/</link>
		
		<dc:creator><![CDATA[Jessie Mae]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 16:00:48 +0000</pubDate>
				<category><![CDATA[adafruit learning system]]></category>
		<category><![CDATA[gemma]]></category>
		<category><![CDATA[adafruit learn guide]]></category>
		<category><![CDATA[GEMMA M0]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663541</guid>

					<description><![CDATA[Customize a Flashflight or other suitable flying disc, and throw blinky programs at your friends with this guide! I played a lot of Ultimate in college, and I&#8217;ve wanted to build a programmable, sensor-equipped disc ever since. This project is intended as a basic starting point for DIY disc projects: It can be programmed in the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="aligncenter wp-image-663542 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/leds_animation-300x200.gif" alt="" width="413" height="275" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/leds_animation-300x200.gif 300w, https://cdn-blog.adafruit.com/uploads/2026/08/leds_animation-600x400.gif 600w, https://cdn-blog.adafruit.com/uploads/2026/08/leds_animation-150x100.gif 150w, https://cdn-blog.adafruit.com/uploads/2026/08/leds_animation-768x512.gif 768w, https://cdn-blog.adafruit.com/uploads/2026/08/leds_animation-656x437.gif 656w" sizes="auto, (max-width: 413px) 100vw, 413px" /></p>
<p>Customize a Flashflight or other suitable flying disc, and throw blinky programs at your friends with <a href="https://learn.adafruit.com/a-neopixel-blinkendisc">this guide! </a></p>
<blockquote><p>I played a lot of <a href="http://en.wikipedia.org/wiki/Ultimate_%28sport%29">Ultimate</a> in college, and I&#8217;ve wanted to build a programmable, sensor-equipped disc ever since. This project is intended as a basic starting point for DIY disc projects: It can be programmed in the Arduino IDE or with CircuitPython, it looks cool when flying, and it responds to being thrown and caught.</p></blockquote>
<p><a href="https://learn.adafruit.com/a-neopixel-blinkendisc/overview">Check out the full guide in the Adafruit Learn System!</a></p>
<p><br />
</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663541</post-id>	</item>
		<item>
		<title>ESP32 deep sleep power: S3 vs C3 vs C6, measured</title>
		<link>https://blog.adafruit.com/2026/08/26/esp32-deep-sleep-power-s3-vs-c3-vs-c6-measured/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 15:52:13 +0000</pubDate>
				<category><![CDATA[ESP32-C3]]></category>
		<category><![CDATA[ESP32-C6]]></category>
		<category><![CDATA[ESP32-S3]]></category>
		<category><![CDATA[Espressif]]></category>
		<category><![CDATA[microcontrollers]]></category>
		<category><![CDATA[power supply]]></category>
		<category><![CDATA[RISC-V]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663540</guid>

					<description><![CDATA[Qoitech tests the datasheet and published figures for the minimum current drawn from three Espressif microcontrollers. This series starts with three ESP32-family boards on the bench — the dual-core Xtensa ESP32-S3, the RISC-V ESP32-C3, and the 802.15.4-capable ESP32-C6. They aren’t interchangeable parts; different cores, different memory, different radios. But that’s not what we’re testing here. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="480" height="242" class="alignnone size-full wp-image-663544 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/aaa-40.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/aaa-40.png 480w, https://cdn-blog.adafruit.com/uploads/2026/08/aaa-40-300x151.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/aaa-40-150x76.png 150w" sizes="auto, (max-width: 480px) 100vw, 480px" /></p>
<p>Qoitech tests the datasheet and published figures for the minimum current drawn from three Espressif microcontrollers.</p>
<blockquote>
<p class="wp-block-paragraph">This series starts with three ESP32-family boards on the bench — the dual-core Xtensa ESP32-S3, the RISC-V ESP32-C3, and the 802.15.4-capable ESP32-C6. They aren’t interchangeable parts; different cores, different memory, different radios. But that’s not what we’re testing here. We’re testing one thing: how much current each board actually draws in its deepest sleep, measured against the others and against the number its own datasheet promises.</p>
<p class="wp-block-paragraph">Because that datasheet figure is a starting point, not an answer. It’s captured under specific conditions, often on a bare chip, that rarely match the module sitting on your desk — and “deep sleep” can mean several different states depending on what you leave powered.</p>
</blockquote>
<p>See more on <a href="https://www.qoitech.com/blog/esp32-s3-c3-c6-sleep-power-consumption/" target="_blank" rel="noopener">Qoitech</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663540</post-id>	</item>
		<item>
		<title>An ESP32-S31 GameCube emulator does hardware MJPEG decoding</title>
		<link>https://blog.adafruit.com/2026/08/26/an-esp32-s31-gamecube-emulator-does-hardware-mjpeg-decoding/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 15:39:57 +0000</pubDate>
				<category><![CDATA[emulation]]></category>
		<category><![CDATA[ESP32-S31]]></category>
		<category><![CDATA[Espressif]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[GameCube]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663536</guid>

					<description><![CDATA[Greg from Laser Bear Industries on X posts: LCDJewel is finally making progress! (A) new MCU with double buffered 60fps! MJPEG video playback and GameID are working. Redesigning the setting menus next. (The) hardware seems to be in good shape. A little bit of waiting for the ESP32-S31 to be in mass production, but the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="alignnone  wp-image-663537 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/x-1.gif" alt="" width="256" height="298" /></p>
<p>Greg from Laser Bear Industries on X posts:</p>
<p><span class="r-18u37iz">LCDJewel</span><span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3"> is finally making progress! (A) new MCU with double buffered 60fps! MJPEG video playback and GameID are working. </span></p>
<p><span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3">Redesigning the setting menus next. </span></p>
<p><span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3">(The) hardware seems to be in good shape. A little bit of waiting for the ESP32-S31 to be in mass production, but the hardware finally is powerful enough.</span></p>
<p>See more on <a href="https://x.com/collingall/status/2091260677780353074" target="_blank" rel="noopener">X</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663536</post-id>	</item>
		<item>
		<title>NEW PRODUCT &#8211; Adafruit Stereo I2S 3W Amplifier Breakout &#8211; Dual MAX98357A</title>
		<link>https://blog.adafruit.com/2026/08/26/new-product-adafruit-stereo-i2s-3w-amplifier-breakout-dual-max98357a/</link>
		
		<dc:creator><![CDATA[Travis]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 15:30:28 +0000</pubDate>
				<category><![CDATA[New Products]]></category>
		<category><![CDATA[amplifier]]></category>
		<category><![CDATA[breakout boards]]></category>
		<category><![CDATA[New Product]]></category>
		<category><![CDATA[stereo]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663509</guid>

					<description><![CDATA[NEW PRODUCT &#8211; Adafruit Stereo I2S 3W Amplifier Breakout &#8211; Dual MAX98357A __________________________________________________________________________________________________ Listen to this good news &#8211; we now have an all in one digital audio amp breakout board that works incredibly well with the Raspberry Pi or any other microcontroller with I2S output! If you&#8217;re looking for an easy and low cost way to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.adafruit.com/product/6513"><img loading="lazy" decoding="async" width="2560" height="1967" class="alignnone size-full wp-image-663512 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-scaled.jpg" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-scaled.jpg 2560w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-300x231.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-600x461.jpg 600w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-150x115.jpg 150w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-768x590.jpg 768w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-1536x1180.jpg 1536w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-2048x1574.jpg 2048w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_iso_ORIG_2026_08-569x437.jpg 569w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></p>
<h2>NEW PRODUCT &#8211; <a href="https://www.adafruit.com/product/6513">Adafruit Stereo I2S 3W Amplifier Breakout &#8211; Dual MAX98357A</a></h2>
<p>__________________________________________________________________________________________________</p>
<p>Listen to this good news &#8211; we now have an all in one digital audio amp breakout board that works incredibly well with the <a href="https://www.adafruit.com/category/105" target="">Raspberry Pi</a> or any other microcontroller with I2S output! If you&#8217;re looking for an easy and low cost way to get your digital sound files bumpin&#8217; then the<strong> Stereo MAX98357A I2S Amp Breakout </strong>is for you. It takes standard I2S digital stereo audio input and, not only decodes it into analog, but also amplifies it directly into a speaker. Perfect for adding compact amplified sound, it takes 2 breakouts (I2S DAC + Amp) and combines them into one.</p>
<p>This <strong>Stereo MAX98357A</strong> takes all the audio goodness you know and doubles up on it. With an additional terminal block and MAX chip your audio projects get to be heard in stereo as it now has separate left and right channels.</p>
<p><a href="https://www.adafruit.com/product/6513"><img loading="lazy" decoding="async" width="2560" height="1968" class="alignnone size-full wp-image-663513 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-scaled.jpg" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-scaled.jpg 2560w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-300x231.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-600x461.jpg 600w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-150x115.jpg 150w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-768x590.jpg 768w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-1536x1181.jpg 1536w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-2048x1574.jpg 2048w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_kit_ORIG_2026_08-569x437.jpg 569w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></p>
<p>I2S (not to be confused with I2C) in a digital sound protocol that is used on circuit boards to pass audio data around. Many high end chips and processors manage all of the audio in digital I2S format. Then, to input or output data, three or four pins are used (data in, data out, bit clock and left-right channel select). Usually, for audio devices, there&#8217;s a DAC chip that will take I2S in and convert it to analog that can drive a headphone.</p>
<p>This small stereo amplifier is surprisingly powerful &#8211; able to deliver 3.2 Watts of power into each 4 ohm impedance speaker (5V power @ 10% THD). Inside the miniature chip is a class D controller, able to run from 2.7V-5.5VDC. Since the amp is a class D, it&#8217;s incredibly efficient &#8211; making it perfect for portable and battery-powered projects. It has built in thermal and over-current protection but we could barely tell it got hot.</p>
<p>The audio input is I2S standard, you can use 3.3V or 5V logic data. The outputs are &#8220;Bridge Tied&#8221; &#8211; that means they connect directly to the outputs, no connection to ground. The output is a ~300KHz square wave PWM that is then &#8216;averaged out&#8217; by the speaker coil &#8211; the high frequencies are not heard. All the above means that you can&#8217;t connect the output into another amplifier, it should drive the speakers directly.</p>
<p><a href="https://www.adafruit.com/product/6513"><img loading="lazy" decoding="async" width="2560" height="1969" class="alignnone size-full wp-image-663515 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-scaled.jpg" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-scaled.jpg 2560w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-300x231.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-600x462.jpg 600w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-150x115.jpg 150w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-768x591.jpg 768w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-1536x1181.jpg 1536w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-2048x1575.jpg 2048w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_side_ORIG_2026_08-568x437.jpg 568w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></p>
<p>There&#8217;s a Gain pin that can be manipulated to change the gain. By default, the amp will give you 9dB of gain. By connecting a pullup or pull down resistor, or soldering the on-board jumper, the Gain pin can be set up to give 3dB, 6dB, 9dB, 12dB or 15dB.</p>
<p>Works great with Raspberry Pi, Arduino, ESP32 and any other microcontroller or microcomputer with I2S audio outputs</p>
<p><strong>Specs</strong>:</p>
<ul>
<li>Output Power per channel: 3.2W at 4Ω, 10% THD, 1.8W at 8Ω, 10% THD, with 5V supply</li>
<li>PSRR: 77 dB typ @ 1KHz</li>
<li>I2S sample rates from 8kHz to 96kHz</li>
<li>No MCLK required</li>
<li>Five pin-selectable gains: 3dB, 6dB, 9dB, 12dB, 15dB</li>
<li>Excellent click-and-pop suppression</li>
<li>Thermal shutdown protection</li>
</ul>
<p>Comes as an assembled and tested breakout board with pre-soldered terminal blocks, with a small piece of optional header. Some soldering is required to attach the header.  <a href="https://learn.adafruit.com/adafruit-max98357-i2s-class-d-mono-amp" target="">Check out the tutorial for schematics, diagrams, examples and more!</a></p>
<p><a href="https://www.adafruit.com/product/6513"><img loading="lazy" decoding="async" width="2560" height="1969" class="alignnone size-full wp-image-663514 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-scaled.jpg" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-scaled.jpg 2560w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-300x231.jpg 300w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-600x462.jpg 600w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-150x115.jpg 150w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-768x591.jpg 768w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-1536x1181.jpg 1536w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-2048x1575.jpg 2048w, https://cdn-blog.adafruit.com/uploads/2026/08/6513_quarter_ORIG_2026_08-568x437.jpg 568w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></p>
<p><a href="https://www.adafruit.com/product/6513">In stock and shipping now!</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663509</post-id>	</item>
		<item>
		<title>DefCon 34: Stalking the Wily Hacker: 40 years later &#8211; Cliff Stoll</title>
		<link>https://blog.adafruit.com/2026/08/26/defcon-34-stalking-the-wily-hacker-40-years-later-cliff-stoll/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 15:25:16 +0000</pubDate>
				<category><![CDATA[hackers]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[Cliff Stoll]]></category>
		<category><![CDATA[DEF CON]]></category>
		<category><![CDATA[Unix]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663531</guid>

					<description><![CDATA[40 years ago today, Cliff Stoll tripped over a 75-cent accounting glitch in a Unix system. That tiny clue led to a year-long chase across networks, modem banks, and international borders, ultimately uncovering a crew of German hackers working for the East German Stasi and the Soviet KGB. We had no budget, no roadmap, and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="350" height="216" class="alignnone size-full wp-image-663534 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/b-36.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/b-36.png 350w, https://cdn-blog.adafruit.com/uploads/2026/08/b-36-300x185.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/b-36-150x93.png 150w" sizes="auto, (max-width: 350px) 100vw, 350px" /></p>
<p>40 years ago today, Cliff Stoll tripped over a 75-cent accounting glitch in a Unix system. That tiny clue led to a year-long chase across networks, modem banks, and international borders, ultimately uncovering a crew of German hackers working for the East German Stasi and the Soviet KGB.</p>
<blockquote><p>We had no budget, no roadmap, and no “cyber” anything. We improvised with soldering irons, shell scripts, logbooks, curiosity, and far too much coffee.</p></blockquote>
<p>Cliff revisits the chase, not just to remember, but to ask what changed, what didn’t, and why it still matters.</p>
<p>See the talk on <a href="https://www.youtube.com/watch?v=656058JxTM0" target="_blank" rel="noopener">youtube.com</a> below.</p>
<p><iframe loading="lazy" title="DefCon 34 - Stalking the Wily Hacker: 40 years later - Cliff Stoll" width="500" height="281" src="https://www.youtube.com/embed/656058JxTM0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663531</post-id>	</item>
		<item>
		<title>Visualizing binary files</title>
		<link>https://blog.adafruit.com/2026/08/26/visualizing-binary-files/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 15:17:43 +0000</pubDate>
				<category><![CDATA[Data Science]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[visualization]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663526</guid>

					<description><![CDATA[It&#8217;s all black and white, basically. A while ago, Vim&#8217;s xxd gained the ability to color the output. movq.de posts about wanting wanted to have this feature in bine as well. So I started implementing it. An early draft can be seen here (above). I think this is already an improvement, because it&#8217;s easier to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="300" height="367" class="alignnone size-full wp-image-663527 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/DataSpell-icon-6.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/DataSpell-icon-6.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/DataSpell-icon-6-245x300.png 245w, https://cdn-blog.adafruit.com/uploads/2026/08/DataSpell-icon-6-123x150.png 123w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>It&#8217;s all black and white, basically. A while ago, Vim&#8217;s xxd gained the ability to color the output.</p>
<p>movq.de posts about wanting wanted to have this feature in <code>bine</code> as well.</p>
<blockquote><p>So I started implementing it. An early draft can be seen here (above).</p>
<p>I think this is already an improvement, because it&#8217;s easier to spot ranges with mostly ASCII text. But it&#8217;s not that great. More colors would be needed and it would probably be better if the hex columns were right next to each other, instead of being separated by a space.</p>
<p>My TUI framework <code>movwin</code> uses <code>ncurses</code> under the hood (this is entirely intentional, because I value ncurses&#8217; feature stability). The framework itself is written in Python, ncurses is a C library. I had already noticed that making calls from Python to ncurses can be very expensive.</p>
<p>I also wanted to have a similar visualization feature for entire big files. The tiny ASCII pane in <code>bine</code> can only show so much. I wanted this for something that&#8217;s a couple of megabytes in size, maybe gigabytes.</p>
<p>My visualization essentially is an image. So &#8230; why not coerce the computer into interpreting an existing binary file as an image? Don&#8217;t do any processing, just take all the bytes in the range of <code>0x00</code> thru <code>0xFF</code> and map them to pixels.</p></blockquote>
<p>See more on <a href="https://movq.de/blog/postings/2026-08-05/0/POSTING-en.html" target="_blank" rel="noopener">movq.de</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663526</post-id>	</item>
		<item>
		<title>LIVE! 3D Hangouts with Noe and Pedro</title>
		<link>https://blog.adafruit.com/2026/08/26/live-3d-hangouts-with-noe-and-pedro-82/</link>
		
		<dc:creator><![CDATA[Noe Ruiz]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 15:00:35 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663469</guid>

					<description><![CDATA[This week @adafruit Noe and Pedro are working on new projects. Pedro is designing an IoT e-ink project while Noe is working on a candy dispenser for the upcoming halloween season. Tricolor Eink 4.2in https://www.adafruit.com/product/6382 Feather ESP32-S3: https://www.adafruit.com/product/5477 Eink Feather Friend: https://www.adafruit.com/product/4446 RFM95W Lora Radio: https://www.adafruit.com/product/3072 Feather RP2040 PropMaker https://www.adafruit.com/product/5768 Timelapse Tuesday: Mewtwo Skull Mask [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="YouTube video player" src="https://www.youtube.com/embed/o45Ac3r2gq8?si=OZPFjW-zRU36O6Xc" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>This week @adafruit Noe and Pedro are working on new projects. Pedro is designing an IoT e-ink project while Noe is working on a candy dispenser for the upcoming halloween season.</p>
<p>Tricolor Eink 4.2in<br />
<a href="https://www.adafruit.com/product/6382">https://www.adafruit.com/product/6382</a></p>
<p>Feather ESP32-S3:<br />
<a href="https://www.adafruit.com/product/5477">https://www.adafruit.com/product/5477</a></p>
<p>Eink Feather Friend:<br />
<a href="https://www.adafruit.com/product/4446">https://www.adafruit.com/product/4446</a></p>
<p>RFM95W Lora Radio:<br />
<a href="https://www.adafruit.com/product/3072">https://www.adafruit.com/product/3072</a></p>
<p>Feather RP2040 PropMaker<br />
<a href="https://www.adafruit.com/product/5768">https://www.adafruit.com/product/5768</a></p>
<p>Timelapse Tuesday:</p>
<p>Mewtwo Skull Mask By Deadmoon<br />
<a href="https://makerworld.com/en/models/3082934-mewtwo-skull-mask">https://makerworld.com/en/models/3082934-mewtwo-skull-mask</a><br />
<a href="https://youtu.be/qK4nFKmKrE8">https://youtu.be/qK4nFKmKrE8</a></p>
<p><br />
<br />
<br />
<br />
</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663469</post-id>	</item>
		<item>
		<title>Making a Train Simulator, an update</title>
		<link>https://blog.adafruit.com/2026/08/26/making-a-train-simulator-an-update/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 14:59:56 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[simulator]]></category>
		<category><![CDATA[trains]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663521</guid>

					<description><![CDATA[For over three years, Christopher Mitchell has been building a physical train simulator in my apartment, modeled on the UK Class 80x (Class 800/801/802/805/810) passenger train. I’ve been trying to replicate the instruments and controls in the real cab as closely as possible, in many cases managing to acquire real components, and in others building [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="400" height="271" class="alignnone size-full wp-image-663523 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/blink-22.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/blink-22.png 400w, https://cdn-blog.adafruit.com/uploads/2026/08/blink-22-300x203.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/blink-22-150x102.png 150w" sizes="auto, (max-width: 400px) 100vw, 400px" /></p>
<p>For over three years, Christopher Mitchell has been building a physical train simulator in my apartment, modeled on the UK Class 80x (Class 800/801/802/805/810) passenger train.</p>
<blockquote><p>I’ve been trying to replicate the instruments and controls in the real cab as closely as possible, in many cases managing to acquire real components, and in others building my own replicas. I’ve gone down rabbit holes of design, from a custom CAN bus transceiver board and a variety of daughterboards to tie the simulator together, to the actual panels on which all of the constrols and instruments are mounted.</p></blockquote>
<p class="sidebar-profile-name">Recent upgrades include headlight control and sheet metal panels and labels.</p>
<p>See more on <a href="https://z80.me/blog/tsc-2026-july/" target="_blank" rel="noopener">z80.me</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663521</post-id>	</item>
		<item>
		<title>Six quintessential movies to watch in honor of Dolly Parton</title>
		<link>https://blog.adafruit.com/2026/08/26/six-quintessential-movies-to-watch-in-honor-of-dolly-parton/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 14:43:45 +0000</pubDate>
				<category><![CDATA[culture]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[dolly parton]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663511</guid>

					<description><![CDATA[Dolly Parton&#8217;s roles in two of the best films of the 1980s are so important to our cultural memories of that decade—and are so darn good—that it&#8217;s hard to remember that she made that impact in just a handful of films over a decades-long career. Lifehacker lists the best of them. There are so few [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="400" height="225" class="alignnone size-full wp-image-663517 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/b-33.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/b-33.png 400w, https://cdn-blog.adafruit.com/uploads/2026/08/b-33-300x169.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/b-33-150x84.png 150w" sizes="auto, (max-width: 400px) 100vw, 400px" /></p>
<p>Dolly Parton&#8217;s roles in two of the best films of the 1980s are so important to our cultural memories of that decade—and are so darn good—that it&#8217;s hard to remember that she made that impact in just a handful of films over a decades-long career. Lifehacker lists the best of them.</p>
<blockquote><p>There are so few people on whom we can all agree, and that list has gotten smaller with the passing of Dolly Parton. While she&#8217;d suggested health struggles for some time, the death of Dolly always seemed impossible—or maybe just too cruel an outcome in a world with enough heartbreak already. But here we are, and even though there are going to be a lot of tears, there&#8217;s a lot to celebrate.</p>
<p>It&#8217;s her music, of course, that will live on, but her persona wasn&#8217;t entirely built on songs. A larger-than-life personality with an outsized look (very much by design), her film presence is indelible, in spite of a relatively brief filmography. Her roles in two of the best films of the 1980s are so important to our cultural memories of that decade—and are so darn good—that it&#8217;s hard to remember that she made that impact in just a handful of films (and a few more cameos) over the course of her career.</p></blockquote>
<p>Dolly may well have thrived in character parts and cameos, but she won and broke our hearts in movies like 9 to 5 and Steel Magnolias. It&#8217;s easy to wish she&#8217;d acted more, but instead, we&#8217;ll just be grateful for the absolute gems she left us.</p>
<p>See more on <a href="https://lifehacker.com/entertainment/best-dolly-parton-movies?utm_medium=RSS" target="_blank" rel="noopener">Lifehacker</a>.</p>
<p>And see the <a href="https://youtu.be/UbxUSsFXYo4?si=zEUFwyMzLDMFcJ5m" target="_blank" rel="noopener">clip</a> below:</p>
<p><iframe loading="lazy" title="Dolly Parton - 9 To 5 (Official Video)" width="500" height="375" src="https://www.youtube.com/embed/UbxUSsFXYo4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663511</post-id>	</item>
		<item>
		<title>MIT engineers design a more intuitive controller for operating construction diggers</title>
		<link>https://blog.adafruit.com/2026/08/26/mit-engineers-design-a-more-intuitive-controller-for-operating-construction-diggers/</link>
		
		<dc:creator><![CDATA[Anne Barela]]></dc:creator>
		<pubDate>Wed, 26 Aug 2026 14:31:14 +0000</pubDate>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[excavator]]></category>
		<category><![CDATA[MIT]]></category>
		<guid isPermaLink="false">https://blog.adafruit.com/?p=663503</guid>

					<description><![CDATA[Anyone who’s ever wrestled with a claw machine at an arcade can appreciate the difficulty in pulling and pushing on joysticks, in just the right way, to get a mechanical arm to scoop up that one special toy. In fact, the mechanics of a claw machine are broadly similar to driving an excavator: An operator [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" width="480" height="296" class="alignnone size-full wp-image-663504 img-responsive" src="https://cdn-blog.adafruit.com/uploads/2026/08/aaa-39.png" alt="" srcset="https://cdn-blog.adafruit.com/uploads/2026/08/aaa-39.png 480w, https://cdn-blog.adafruit.com/uploads/2026/08/aaa-39-300x185.png 300w, https://cdn-blog.adafruit.com/uploads/2026/08/aaa-39-150x93.png 150w" sizes="auto, (max-width: 480px) 100vw, 480px" /></p>
<div>
<div class="paragraph paragraph--type--content-block-text paragraph--view-mode--default">
<div>
<p>Anyone who’s ever wrestled with a claw machine at an arcade can appreciate the difficulty in pulling and pushing on joysticks, in just the right way, to get a mechanical arm to scoop up that one special toy.</p>
<p>In fact, the mechanics of a claw machine are broadly similar to driving an excavator: An operator uses joysticks to control the digger’s boom, arm, and bucket, and the direction of its cab. But an excavator’s maneuvers are far more complex than anything an arcade claw can do. Operators must learn more complicated mental maps to direct a digger to move rocks, grade soil, clear debris, and dig foundations, among other essential on-site jobs. Indeed, it can often take years for operators to build up expertise in maneuvering the heavy machines.</p>
<p>MIT engineers are looking to shorten the learning curve for excavator operators with a new training interface. Instead of using joysticks, the team has designed a more intuitive controller, which itself resembles a miniature excavator’s arm and bucket. Trainees grasp the device and use their arm and hand to make it move the way an excavator does. A digital excavator projected on an immersive six-screen display mirrors the trainee’s movements in a virtual environment.</p>
</div>
</div>
</div>
<div>
<div class="paragraph paragraph--type--content-block-text paragraph--view-mode--default">
<div>
<p>“This is a more intuitive way to command the machine,” says Hermano Krebs, principal research scientist in MIT’s Department of Mechanical Engineering. “With this new interface, we can eliminate a lot of the mental maps that an operator would need to build in order to operate an excavator.”</p>
<p>See more on <a href="https://news.mit.edu/2026/mit-engineers-design-better-controller-operating-construction-diggers-0820" target="_blank" rel="noopener">MIT News</a>. Via <a href="https://hackaday.com/2026/08/26/new-controller-makes-heavy-machinery-intuitive/" target="_blank" rel="noopener">Hackaday</a>.</p>
</div>
</div>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663503</post-id>	</item>
	</channel>
</rss>
