adafruit industries Profile picture
USA Manufacturer, open-source hardware, certified Minority and Woman-owned Business Enterprise (M/WBE) Twitter account managed by @ladyada & @ptorrone
daf Profile picture 1 subscribed
Dec 22, 2022 4 tweets 2 min read
rp2040 programming an rp2040 ~ flash inception

we crank out a lot of @Raspberry_Pi rp2040 microcontroller boards and so we have to be able to program them very fast and very reliably. historically we used a teensy 3.6 to run our programmer+tester 'brains' - in particular we liked that it had USB host support and a microSD card slot so we could store the target UF2 and then burn it over the MSD interface. it's very hard to find teensy 3.6's and we ran out a few months ago.
Apr 24, 2022 69 tweets 56 min read
🧵 Photos from Vintage Computer Festival East + InfoAge Science & History Museum, and more! vcfed.org/events/vintage… + infoage.org/exhibits #vcfeast2022 #vcfeast @vcfederation @InfoAgeMuseum @adafruit
Jan 8, 2022 4 tweets 2 min read
QT Py with ESP32-S3

just one more pcb design and then we promise we'll stop (naw, we will never stop) this is a swap-out of the ESP32-S2 QT Py for the new ESP32-S3 chip. The S3 is really a nice piece of kit - dual core is back and it also re-adds BLE. It's basically an ESP32 with native USB, we're looking forward to it! note that the S3 chip looks a lot like the S2 but the chip pinout is NOT the same, the reset, and some power pins have moved. and some gpio shifted down one. also,
Jan 6, 2022 5 tweets 2 min read
QT Py Bluefruit Routin' Party

Now we've got the QT Py SAMD21, RP2040 and ESP32-S2 designed and fabricated, we're going to follow up with an NRF52840 version! We've been using the @nordictweets nRF series for a loooooong time (anyone else remember the nRF8001? it was like the AT90S2313 of bluetooth le for us). nRF52840 is the first one with native USB - and its plenty fast as a Cortex M4 at 64MHz and 256K of RAM. we already did a module-less route of this chip on the Circuit Playground Bluefruit so we know the schem capture is right.
Nov 27, 2021 5 tweets 2 min read
qt py esp32-s2 pre-order renders and pin checks + 🛍️💲9️⃣9️⃣ -> 🆓🌸🪶

with board support and functionality all tested, its time to neaten up the board and get ready for pcb ordering. top silk is done here, bottom silk still needs some work. we've got the pretty-pins diagram made to verify pin functionality. in order to get the high speed spi port exposed, we dropped the adc's on those pins - you still get adc on all the other breakout pads.
Nov 26, 2021 4 tweets 2 min read
CircuitPython works with QT Py ESP32-S2 board :) Plus, get a free Pink RP2040 Feather in our Feather Friday sale!

This ESP32-S2 QT Py is so smol i just wannna pinch its lil cheeks! on the back is and ESP32-S2 with 4 MB Flash and 2MB PSRAM all stuffed inside this QFN chip. we verified Arduino works last night. So today we've been testing out CircuitPython support. Here's an Adafruit IO demo that sends sensor data from plug-n-play QT boards over MQTT to a dashboard. this demo has been runnin all day flawlessly.