#live-broadcast-chat

1 messages · Page 181 of 1

waxen thistle
#

So I have a hard limit of 3x USB 2.0 webcams (Logitech C920) per controller. And that hurts anything else that's USB 2.0, like keyboards, mice, video capture, etc

#

Oh yeah, it's nearly unusable if you're doing anything live with the lower-end USB-HDMI adapters

clever summit
#

So an PCI USB expander board is next?

tame dew
#

Sadly I can do waaaaay better with my iPad + AirPods for Jitsi than any other platform.

clever summit
#

Since I am not paid by Adafruit I need to seek income from another source. 🙂

eager matrix
#

Ahh, this explains a prob with USB I've been having which I am inadvertently about to fix. Nice.

waxen thistle
#

Blah, I know of a decent USB controller board that was recommended, but for the life of me I can't find the bookmark

tame dew
#

Since I’m building a complete Linux OS multiple times a day (Yocto Project), my desktop has as many cores as I can get.... but my personal frugality buys 2012 era systems. 😂

rapid hornet
#

it's pcie 3 though

waxen thistle
#

Thanks Scott 🙂 I have that bookmarked somewhere in my bookmarks file....which is...well, a disaster.

rapid hornet
#

It's saved in my amazon cart 🙂

#

recommended by paul from teensy

#

I specifically chose this motherboard because of how it broke out tons of high speed usb

autumn turret
waxen thistle
#

Per CamelCamelCamel, the current price is the historic low (but not by much).

#

Which mobo is that @rapid hornet?

rapid hornet
#

crosshair hero viii

#

x570

waxen thistle
#

@autumn turret With only 16gb of ram, I've hit the upper limit of that more than a few times.

rapid hornet
#

needs one for spi flash

autumn turret
#

Same. Specially with several windows holding many tabs. Apparently, that's.... not such a great idea

waxen thistle
#

@rapid hornet I think you linked the pci card again 😉

rapid hornet
#

oops

lucid marsh
#

just really wants it, it's on the mind

waxen thistle
#

.....ok, I'll admit it. I'm intimidated by that google doc.

rapid hornet
#

there are instructions on how to filter at the top

#

I knew I wanted x570

waxen thistle
#

I'm flat out amazed by how detailed that entire document is....and I feel embarrassed by the spreadsheets I've created in comparison lol

rapid hornet
#

ya, it is awesome

#

the PCI and USB info is gold

#

what is connected to the CPU vs not

autumn turret
#

My computer's (or maybe just Chrome) is intimidated by that spreadsheet

waxen thistle
#

Thank you for sharing those references Scott. They're amazing.

rapid hornet
#

np 🙂

#

I was stoked to find it

waxen thistle
#

It's going to save me literal hours of effort.

tame dew
waxen thistle
#

@tame dew Last time I build a PC was probably 7 years ago (for a family member). And that machine is still going strong. But anything I know is horribly out of date. I've gotten a few new laptops since then, but when they're Apple Macbook Pros, the options are limited and easy to choose from.

tame dew
waxen thistle
#

Which workstation is that @tame dew?

tame dew
#

It was the cheapest dual Xeon I could find. And a slew of drive bays... but the T7610 has much better support for higher core count Xeons.

eager matrix
#

@rapid hornet I think I heard you say that you prefer Arch Linux. I am thinking about switching distros and I'm wondering if you could say some words about the strong points and shortcomings of Arch.

lilac tusk
#

Thinking about spicing up the livestream tomorrow with some PCB design

smoky island
ancient grotto
#

Good morning

#

Good no problem

grand tusk
#

sweet hardware

light stump
#

I took a brief look at the specs on the feather TFT touch display 480x320 has a lot of pixels! (https://www.adafruit.com/product/3651). It looks like its data connection is via SPI, so its refresh speed won't match that of the pyPortal. May need to keep the performance in mind for any animations.

autumn turret
#

Good morning folks

ancient grotto
#

Good Morning @autumn turret

autumn turret
#

Cam looks good. Feels a bit further, but might be the smaller region

#

How are you doing @ancient grotto ?

ancient grotto
#

Doing good, how about yourself?

autumn turret
#

Not too bad. Need coffee, but too lazy to make any this morning! lol

grand tusk
#

It's 2021. Don't make a clock that you have to set manually.

#

This is awesome!

autumn turret
#

Ah, like a little emboss/deboss - or vice-versa

#

I'm still working on wrapping my head around how Python deals with inheritance. Particularly multiple inheritance, and how to call methods by the same name in a base class

light stump
#

For some reason I was getting an error when I tried to specify super(Widget,self).__init__(**kwargs). I left it like this and it seemed to call Widget (maybe the first superclass if nothing is specified). Maybe y'all can figure out a clearer way that works in CP.

autumn turret
#

I come from a C# background, so a lot like Java

ancient grotto
#

you could initiate both parent in case you have different parameters

#

in the init

light stump
#

But somehow it works to call super on Control. Strange.

autumn turret
#

Give each button it's own space, with a 1-2px margin between each

#

So the button has its size, the image is centered horizontally and vertically in the button's space, and the label takes up a little extra space below. I guess like the bounding box?

light stump
#

In the SwitchRound I added an optional touch_padding input variable. The code takes that input to tweak the touch_boundary to add an extra padding space around the widget.

grand tusk
#

yeah we see green box

autumn turret
#

Exactly wha tI was thinking @light stump The text label's the one outlier

#

Once this is done, it might be possible to make this project adjustable to different sized displays. Like with the Stream Desk with their different sizes

#

Or the button controls in their own display group, with other elements on another part of the screen

#

And combined with a CyberDeck on a Pi400, that opens up a tonne of possibilities for use

#

It would be nice to have a dedicated "back" button to go up a layer. With a StreamDeck, you can't get around that

#

From the first/main screen, have a button that opens a second layout/screen (1 level down). Like a directory structure. On a StreamDeck, to go up a level, you need a back button, and that back button MUST be part of your layout. With a dedicated "built in" back button, you can get to use all the slots without worry

#

The top layer can be a regular layer, with "real" buttons

#

Exactly!

grand tusk
#

'home' layer

ancient grotto
#

Yes we can do that

#

Also in case you need some styles for your button I have some coler styles availables

#

to try

#

"BUTTON": ("#000000", "#ffa0dc")

rapid hornet
ancient grotto
#

Is the max_glyhs

#

I will take care of that

#

I put that helper function because I used an already built stle library

#

It came from PySimpleGuI

#

YEs in the opriginal library you have style for Buttons, progress bar and other widgets

#

Yes good Idea

eager matrix
ancient grotto
#

try this one maybe '►'

rapid hornet
rapid hornet
grand tusk
#

My latest. Shuffles the display every 10 seconds.

#

It's a ZIO Oled

#

black and white

#

Unexpected Maker's Feather-S2.

#

It works! Sweet.

autumn turret
#

Nice stuff @grand tusk

#

I call this episode of the stream "Ready Layer 1"

#

I missed the last little bit since I was making lunch for the kiddos, but this is looking really slick!

#

And just thinking through things, adding that to the library won't be too big an impact on size, since the devices it would get used on would have more memory, right?

#

Otherwise, if the library gets too sizeable for device memory, I guess the non-base widgets could get their own library?

ancient grotto
#

Yes agree it was kind of a test, for type annotations. and if it works extend to others libraries.

autumn turret
#

When you were talking about adding this class to the DisplayIOLayout

#

Those "incidents" sound like a bit more than mere "battles"!

ancient grotto
#

"clash(r)es"

#

For the sphinx docs

autumn turret
#

Don't forget your docstrings!

ancient grotto
#

I saw something in the docs, but is not standard across the CP docs regarding the optional

clever summit
#

Hi @smoky island and non streaming participants.

ancient grotto
#

@clever summit Hi

clever summit
#

I use a ESP32 based board called ESP32 TouchDown with the FreeTouchDeck software. I am trying to convince the guy who made to make a ESP32S2 version instead so we can run CircuitPython.

#

Time is 19:36 here, so evening for you AM/PM guys.

autumn turret
#

Hey @clever summit

#

Running just pre-commit will only run on the staged contents

#

If you did "git add", that's staged

clever summit
#

Some Git commands makes my brain explode.

autumn turret
#

Hmm, odd

ancient grotto
#

Sphinx has a flag to impoort the module docs?

autumn turret
#

I think kmatch98 imports the inherited docs too

#

It's the :inherited-members

#

on line 22

ancient grotto
#

🙂

#

I need a sphinx tutorial

autumn turret
#

Hmmm, maybe not then. If you remove the inheritance diagram?

#

I know Sphinx has issues when there are formatting issues

ancient grotto
#

Cold you take a look in the conf.py for sphinx? to see the flags, I remember when you build the docs with Pycharm it asks a lot of questions, so maybe is in there

autumn turret
#

Try dropping the newline before the closing """

ancient grotto
#

The only thing is the space

#

yeah

autumn turret
#

They can be on the line below the :return parameter

ancient grotto
#

But the line space after the module definition

#

Nice very good @autumn turret

autumn turret
#

Yeah, whitespace matters a LOT

#

So you can do """ Title stuff

#

or ```
"""
Paragraph text

Stuff
"""

ancient grotto
#

We need a Sphinx Guide

autumn turret
#

or finally

""" Title things

Paragraph text
blah
"""
#

Ugh! Formatting formatter formatting in markdown code is tricky!

ancient grotto
#

by the way @autumn turret Weblate....

clever summit
#

You should try generate application code using nothing by XML and XSLT. That is harder. 🙂

autumn turret
#

🤫

#

@clever summit Been there. No thanks

clever summit
#

Btw, @autumn turret how goes weblate?

#

🙂

ancient grotto
#

Swedish and spanish are 100%, so what is happening there?

clever summit
#

BADANG! Hahaha.

autumn turret
#

😡 🔞
😛

clever summit
#

It has gotten easier as weblate now mails reminders.

autumn turret
#

Does it? I haven't received any

ancient grotto
#

me neither, I am not the official "spanish" translator I guess

clever summit
#

It's a setting in your account settings.

autumn turret
#

I guess we're not as awesome or l33t as Jonny

clever summit
#

So it's l33t to managa to set the notification settings in weblate? NEAT! I'M A L33T HACKER NOW! 🥳

#

Haven't been l33t for 20 years or so, so about time!

autumn turret
#

You ARE the Gibson, @clever summit

ancient grotto
#

Anyhow returning to the French translation, we are counting on you @autumn turret

clever summit
#

No pressure, but we all depend on YOU.

autumn turret
#

is not an abacus

grand tusk
#

That was odd.

ancient grotto
#

I can do it too, but I am not sure they want my french regional version 🙂

autumn turret
#

Which region, @ancient grotto

#

?

ancient grotto
#

QC

autumn turret
#

ditto, but I can "France" it up as needed, mostly

#

I'm certainly more "fr_CA" than "fr_FR" or "fr_BE"

ancient grotto
#

yes I do not know a lot of fr_BE, so I leave that to David

clever summit
#

I am sv_SE. Also en_CONFUSED

#

We were tought british english in school, so all words I learned before I was 20 I spell british. Everything else is american spelling.

autumn turret
#

I know the correct (Canadian) english spelling. Messes with co-workers

clever summit
#

Which is amusing now that the software package I built will be launched internationally, so the first thing we need to do is to translate the english version to en_UK and en_US.... Hahahaha!

autumn turret
#

lol

clever summit
#

I wonder who in the Visual Studio Code team thought that it was a good idea NOT to save the files when exiting the application...

autumn turret
#

They were going off the "hot exit" that Sublime, Notepad++ and other editors do

clever summit
#

It is majorly stupid.

autumn turret
#

Yeah, our software is starting to get deployed to countries in the commonwealth. Now we learn that hard-coding "MM/dd/yyyy" is not a good idea!

clever summit
#

You could add it as an option, but as the default? Nah.

grand tusk
#

Thanks, it's been awesome.

ancient grotto
#

Thanks Foamyguy

clever summit
#

Thanks @smoky island !

autumn turret
#

Thanks @smoky island

clever summit
#

@autumn turret Yeah, especially since the correct way is yyyy-MM-dd.

autumn turret
ancient grotto
#

yes agree

autumn turret
ancient grotto
#

@smoky island do you have a minute?

smoky island
#

Thanks for hanging out everyone!

grand tusk
smoky island
ancient grotto
#

@smoky island oh thanks, it is just if you could explain in Mondays meeting about the PR regarding Styling, I added to in the weeds, but vacations are over so I cannot attend the meeting, so If you could explain that would be awesome. 🙂

smoky island
#

Yep I can talk about it during the meeting.

ancient grotto
#

@smoky island Thank you!

viscid tartan
#

Testing: what time zone does Discord use when time stamping messages? I am west coast It is 2:26 pm now

lilac tusk
#

My time stamps local time

lucid marsh
#

it's gotta be stamping based on the user/client time

#

it would be silly to use the local timestamp of the sender

fallow fractal
#

I live in EST5EDT and my system clock is set to UTC. Timestamp is 12:19 AM.

#

It is (of course) 7:19 PM in New York City near where I live.

#

So in my view, Discord is honoring my very local sense of time.

#

(When I type (unadorned) date in Linux it reports the date and time in UTC)

#
 $ TZ=EST5EDT date
Sat Mar 13 19:22:13 EST 2021
 $ date
Sun Mar 14 00:22:14 UTC 2021
#

(That's exactly what I want it to do; and I've been doing so for many years)

#

(I'd rather treat the local time as an exception I accomodate mentally, but that the system behave as if the entire planet were on a single time zone called UTC)

#

Since it lets me do it, I do it.

clever summit
autumn turret
# clever summit So next step is to mentally move fully to ISO and use 24 hour time?

Nah, time to go metric. Where-ever we got this 12/24 hour thing (Phoenicians I think?), it's time to upgrade. It's time (hah!) for Internet Time!
https://en.wikipedia.org/wiki/Swatch_Internet_Time

Swatch Internet Time (or .beat time) is a decimal time concept introduced in 1998 by the Swatch corporation as part of their marketing campaign for their line of "Beat" watches.
Instead of hours and minutes, the mean solar day is divided into 1000 parts called ".beats". Each .beat is equal to one decimal minute in the French Revolutionary decima...

clever summit
#

Omg.... That old marketing trick.

lilac tusk
#

I'll be going live here in the next hour 🙂

#

doing some fun stuff today

lilac tusk
#

who's ready for some PCB design 🙂

#

I'll be going live on Twitch here in a few minutes

fallow fractal
#

@autumn turret Obviously Base 12 is superior in every way to Base 10 and if we had just one extra finger per hand, we'd be on it already.

#

way (way) ((way way)) better than Base 10 which is good at nothing but five-fingered people's finger counting.

smoky island
#

Good evening skerr 👋

#

no worries. Your voice is a little quite

#

Yep that is good now on my end

#

That allows me to turn it down a bit on my end and I don't hear the printer as much any more

smoky island
#

Neat! I just picked up an old toaster oven from the thrift store to try out surface soldering with paste. I've never done anything other than through hole.

#

There is a version description dialog or something like that showing on the screen. But it seems like your mouse is interacting with something else.

#

Good now 🙂

#

Yep

#

I don't have anything specific in mind yet. I've got a couple little surface mount neopixels and breakouts to practice on first. After that I'll probably try the flash chip on a QT Py or something else relatively basic.

smoky island
#

No specific questions. am watching and working along side you on some other things.

#

Its a neat look into your process for doing this. Thank you for streaming

#

And hopefully get them into and share the making with them 🙂

#

For sure! Thank you.

lilac tusk
#

And the recording will be available once Twitch processes it 🙂

lilac tusk
#

Who’s ready for The Great Search! 🙂

#

I was basically doing that on my stream today 🙂

#

It was definitely fun to work on the RealTime Pi carrier board on Pi Day 🤓

#

Me waiting for Desk of Ladyada

autumn turret
#

I'm 3 tubs of popcorn in before the main feature!

#

Sorry I missed your stream @lilac tusk. Sounds like it went quite well

lilac tusk
#

It was pretty fun

#

Only thing was my printer going in the background was a week bit loud

#

Slowly working on my setup

#

But I basically did 3 great DigiKey searches 🙂

autumn turret
#

Nice

lilac tusk
#

👀

open girder
#

Desk of Ladyada - It's a Keyswitch Cornucopia plus Stemma Sunday https://youtu.be/_Q4SqlQpvOo

The Great Search - Resistive touch screen driver replacement for STMPE610/STMPE811
https://www.digikey.com/short/7mt7b04f
A week or two ago we showed off some mechanical keyboard ideas we had. Well, prototypes came a few days ago and we quickly threw together prototypes for the individual MX/Kailh breakout and a dual-key FeatherWing. The reverse...

▶ Play video
lilac tusk
#

*saw Adafruit typing *

lucid marsh
#

incoming

autumn turret
#

Had to step away from computer, that was the queue! 😄

lucid marsh
#

I accidentally forced myself into an iron soldering 0201 situation. It was ruff

autumn turret
wispy linden
#

@open girder do you have the part number / link to the Keyswitch holder?

lucid marsh
#

pretty cool to see product development happen in real time

wispy linden
#

Thanks @open girder

#

+1 for USB Hub chipset search

#

❤️ thanks guys, great stream, makes me want to build a mechanical keyboard lol

lucid marsh
#

thanks friends

oblique jay
#

Thanks guys ☺️☺️ cool stuff!! Have a great week 🥰

autumn turret
#

Always a nice sendoff for a Sunday evening. G'night everyone!

lucid marsh
#

takes the edge off of losing an hour of sleep

autumn turret
lucid marsh
#

dog was unhappy with it

lilac tusk
#

Mine as well

#

I talked about it on my stream earlier today

wispy linden
lilac tusk
wispy linden
#

TUSB8042ARGCR looks really nice. I was looking at high-end USB hubs which are opto-isolated? But I couldn't find any high-speed opto-isolators to DIY one

#

Thanks 🙂

lilac tusk
#

No problem 🙂

#

I’m using it on my RealTime Pi board to expand the CM4 single USB IO

#

I just sit there thinking up some crazy boards with that chip now

haughty quiver
#

hi there!

inner spade
#

Disco on YT!

haughty quiver
#

wow the song ended just as i took a huge bite of apple

#

sorry!

#

chewing

#

...chewing...

#

OK!

inner spade
#

Second verse, same as the first.

#

mic audio in sync and peaking at -6dB. Good to go!

cinder wind
#

don't pat the Lars

autumn turret
#

Hope I'm not too late!~

#

Good afternoon friends

cinder wind
#

love the hacker-style monitor for the Pi400 @haughty quiver

autumn turret
#

X-Wing fighter targeting

#

Wow, those are some clean traces on that board!

shadow epoch
#

That unicorn hat was exactly what I was looking for the other day... I kept searching for matrix.. Now get in my cart!

cinder wind
#

that's superclean wiring, JP 👍

haughty quiver
#

Thanks!

inner spade
#

Thanks!

charred mason
#

I like the 3d printed board holders

haughty quiver
#

Mr. Clean (wiring)

shadow epoch
#

Thank you!

autumn turret
#

Thanks JP!

charred mason
#

cool stuff, thanks!

haughty quiver
#

thank you all for hanging out!

hard hollow
#

⚡️☕️

rocky reef
waxen thistle
#

Good morning all you wonderful people and egg robots! 🥚

rocky reef
#

good morning / afternoon / evening / night folks!

upbeat coral
viral sail
#

Good morning everyone.

autumn turret
#

Timezone salutations to all you wonderful individuals!

waxen thistle
#

bleeps and bloops are a go

charred mason
#

Good morning!!

autumn turret
#

Sounds like Pedro's mic isn't picking up his voice

viral sail
#

☘️

urban gale
#

hi all!

waxen thistle
#

We only have one working mic it seems

dusty bridge
#

Pedro's mic is off.

autumn turret
#

Also, that's a slick looking shirt you've got on Noe!

waxen thistle
#
shell mason
#

surgical type mask i have seen people dispose to ground

waxen thistle
#
rocky reef
#

Adafruit is open, safely ... and shipping orders at this time within 1 to 2 business days https://www.adafruit.com/opensafely

autumn turret
rocky reef
lavish patrol
#

Garn. Stupid daylight saving time. 🙁

#

Hello all 👋

shell mason
#

also wearing the mask properly too @autumn turret

autumn turret
#

Greetings @lavish patrol

rocky reef
autumn turret
waxen thistle
#

Another awesome collab with Liz @split gazelle! 🦜

autumn turret
#

Just plug it in and it works? That sounds like just about anyone can make these projects and use the components! 😉

lavish patrol
#

@split gazelle 👍

rocky reef
charred mason
#

It's a great repository, I'm already using some models on my designs

rocky reef
mellow thunder
#

Loving the new feather 🪶

autumn turret
#

"What are you prototyping this week" needs a jingle!

lavish patrol
#

Prototyping Bleepage...

autumn turret
#

My brain keeps hearing "What did we learn on the show tonight Craig" from "Late Late Show with Craig Ferguson", including the cat's meow

charred mason
#

lol we need some Geoff comments from that show

#

that's awesome, I think it deserves a quick tutorial! just saying 😛

shell mason
#

not so easy as what i have seen a clip to remove support

upbeat coral
#

Great teaching lesson - Supports

waxen thistle
#

Life Lesson/3D Printing Lesson: A little bit of support can go a long ways.

upbeat coral
#

Absolutely @waxen thistle

lavish patrol
#

Can you peel spuds with a spudger? 😄

autumn turret
#

Maybe you can pop suds?

lavish patrol
#

Or maybe stop studs...

autumn turret
#

Woah, that looks really nice with the grid and diffuser

#

🦜

shadow epoch
#

That looks beautiful!

lavish patrol
#

🐦

vast barn
#

so it's like a divoom pixoo

viral sail
#

The grid does really well at preventing light leaking to adjacent pixels.

rocky reef
autumn turret
#

Make one that's 1x7 (ish), red only, and put it on the front of a car 😉

waxen thistle
#

That is a rather slick setup.

autumn turret
#

KITT

shell mason
#

the nice one of city

waxen thistle
#

Mine would be flatter than Kansas 😛

shell mason
#

that is better than manhattan right @waxen thistle

autumn turret
#

🎵 We built this city on code commits 🎶

shell mason
#

i transformed mine to 3mf

lavish patrol
#

You should have a flythrough.

viral sail
#

Columns are weeks.

waxen thistle
#

Death Star Trench Run

autumn turret
#

Maybe a small endoscope in a fixed position, then put the piece on a linear track and pull it "through" the camera

lavish patrol
#

@waxen thistle You'd have to organise it so you did no commits every seventh week to create the trench...

shell mason
#

this was mine

waxen thistle
#

Github Issue: Thermal exhaust port may result in catastrophic failure, should it get hit with a proton torpedo.

lavish patrol
#

@waxen thistle I hate it when that happens...

autumn turret
waxen thistle
#

See, open-sourcing the death star helps with these pesky flaws built in by unhappy programmers.

shell mason
#

adding screen to your skyline could be fun

waxen thistle
#

@autumn turret It's just 2m wide, not much bigger than a womp-rat.

shell mason
#

then all pillars show with light

lavish patrol
autumn turret
#

Why would you need an exhaust port that's 2 miles wide? 😄

rocky reef
autumn turret
#

That texture looks incredible

#

And the pieces they made to show off on the product page really show a lot of detail

viral sail
#

The animating LED grid out of focus makes a neat background.

waxen thistle
#

Pink Darksaber -- the valentine's gift for your loved one who desires to rule an entire civilization ⚔️

#

?showtimes

arctic abyssBOT
#

Desk of Ladyada - Random hacker times
JP's Product Pick of the Week - 4pm ET Tuesdays
3D Hangouts - 11am ET Wednesdays
Show & Tell - 7:30pm ET Wednesdays
Ask an Engineer - 8pm ET Wednesdays
John Park's Workshop - 4pm ET Thursdays
Deep Dive w/Scott - 5pm ET Fridays

lavish patrol
#

Thanks @sour ridge and @rocky reef 😀

viral sail
#

Thanks @hard hollow & @rocky reef ! See you all tonight.

sour ridge
#

Wrong Noe

waxen thistle
#

Indeed, thank you @hard hollow and @rocky reef for another awesome show!

charred mason
#

thank you guys!!

autumn turret
#

Thank you @rocky reef and @hard hollow!

rocky reef
#

thanks so much for hanging out folks!

lavish patrol
#

Sorry @sour ridge 🙁

hard hollow
#

thanks folks, cya tonight

lavish patrol
#

Bye.

hard hollow
nova totem
#

Good evening everyone

deep scarab
#

Hello, everyone!

autumn turret
#

Good afternoon/evening/night or whatever time of day it may be where you find yourself

viral sail
#

Good evening everyone!

rocky reef
robust horizon
#

anticipation intensifies

proven crow
#

Good evening, wonderful person reading this!

haughty quiver
#

Hi!

shell mason
#

ruizbros handle the show and tell?

haughty quiver
light stump
#

Hey cool people out in the discordverse.

split gazelle
#

good evening folks

haughty quiver
#

This is so great

nova totem
#

that's great

deep scarab
#

yes yes yes so freakin awesome Digi-Key!

shell mason
#

the part tracking

pearl shoal
#

Howdy folks

robust horizon
#

oh wow this is great

autumn turret
#

No more playing "What is this 0201 part?" 😿

fluid drum
#

Very cool!

haughty quiver
#

"what is this 0201 part that I just inhaled accidentally?"

robust horizon
#

which emoji are available? 😀

haughty quiver
compact sandal
robust horizon
#

I wonder if I'll get that on the parts I ordered today

waxen thistle
#

Good evening all you wonderful folks! adabot

autumn turret
#

Holy smokes that looks SLICK

waxen thistle
#

@haughty quiver and @smoky island --- that's a rockin' project

gaunt plume
#

whew OBS' virtual camera feature isn't working again 😓

autumn turret
#

Great UI component work @smoky island

gaunt plume
#

hello all 🙂

nova totem
#

That's such a nice screen to display stuff on too

mellow thunder
#

oh now that's sweet JP

split gazelle
#

looks fantastic @smoky island && @haughty quiver !

gaunt plume
#

a second page 😮

haughty quiver
nova totem
#

that's so awesome

robust horizon
#

flood detected

shell mason
split gazelle
#

i never did get around to finishing my version- so many menus 😅

haughty quiver
shell mason
deep scarab
#

oh nice!!!

charred mason
#

Love it!

waxen thistle
#

@split gazelle Take their idea and build upon it 🙂

light stump
#

I think JP has 52 icons in his deck.

split gazelle
autumn turret
#

Very nice @haughty quiver - nice plug for tomorrow's awesome show!

haughty quiver
split gazelle
#

awesome @robust horizon you always see these around but there aren't many getting started guides

wind spoke
gaunt plume
#

I really like the plant

nova totem
#

Those look great @robust horizon something I've always wanted to try

waxen thistle
#

Don't water that plant 😉

gaunt plume
#

i saw one which moved with a really small motor a while ago

autumn turret
#

Those leaves are reallyu nicely done!

smoky island
#

The heart is really nice looking @robust horizon and the leaves are amazing

split gazelle
robust horizon
#

@split gazelle many of us have been there

autumn turret
#

Swanky goodie bag!

gaunt plume
#

@robust horizon have you seen the version of the plant which opens and closes the leafs?

robust horizon
#

@gaunt plume no but that sounds amazing

split gazelle
#

i had almost forgotten about the open hardware goodie bag

gaunt plume
#

remind me after and ill find it for you, its hidden in my instagram bookmarks

robust horizon
gaunt plume
#

I want a CP watch 🙂

robust horizon
#

nice thanks

waxen thistle
#

I'll have to keep an eye out for my box from OHS 2020.

autumn turret
#

Make it a pocketwatch!

nova totem
split gazelle
gaunt plume
#

perfect for the roaring '20s

autumn turret
deep scarab
#

Cool box o stuff!

shell mason
#

nice silkscreens @rapid hornet

nova totem
#

I'd be worried that my quality of 3d print would break and leave my watch behind

waxen thistle
#

You could say -- that'd break up the band. 🥁

autumn turret
#

Wow, that's looking GREAT @gaunt plume

proven crow
#

Wow, awesome!

nova totem
#

That's really cool @gaunt plume great work

split gazelle
#

super cool @gaunt plume

autumn turret
#

Looks like AdafruitIO's giving Trent's iOS AR a bit of a companion!

pearl shoal
#

@gaunt plume what protocol are you using to talk to the boards?

waxen thistle
#

Some naysayer: "Adafruit makes it too easy to code!"

Adafruit: "Where we're going, we don't need.... 😎....code."

gaunt plume
#

@pearl shoal Over MQTT

shell mason
#

blinkacomputer just clicking in adafruit IO

split gazelle
#

very cool Micha!

deep scarab
#

Super pretty, Micha, nice work!

autumn turret
#

Wow @proven crow, that's awesome! Beautiful and thoughtful gift for your sister

nova totem
#

That's a great birthday gift

autumn turret
#

And happy birthday to your sis!

#

Great job mom

autumn turret
#

Cool @nova totem! Make the numbers blink when you're expecting a delivery

strange mantle
#

@proven crow really cool! how is the remote used? just on/off, or like color changes?

nova totem
shell mason
#

Lora E5 perhaps

proven crow
deep scarab
#

That's a cool project @nova totem . Kinda makes me want to bling up my address!

autumn turret
#

Great job Michael! That's an awesome project!

#

I love the engineering details everyone's sharing in tonights projects.

#

Do NOT store that lens in your pocket.

nova totem
#

I just had the same thought, I hope my lenses aren't that radioactive

waxen thistle
#

Old lenses had a lot of "hot" materials in them --- like thorium oxide.

autumn turret
#

That's great stuff Andrew

opaque hearth
#

some photo brushes too!

deep scarab
#

Whoa. That lens is gnarly!

tulip canyon
deep scarab
#

Yay, button actuators!

nova totem
#

@split gazelle Great day for test prints! I'm going to have to show your project to a friend when it is done, she will love it

viral sail
#

Great work everyone. Thanks for sharing.

waxen thistle
#

Thanks Liz!

autumn turret
#

3d printed buttons @split gazelle ?

deep scarab
#

Cool project, everyone!

split gazelle
#

fantastic projects everyone!

waxen thistle
#

Always a pleasure seeing all the engineering, creativity, and kindness folks put into their projects. You're an inspiration, and I very much look forward to Wednesday evenings each and every week 🙂

nova totem
#

Great job everyone, so many cool projects tonight

split gazelle
rocky reef
#

thanks so much for showing all these great projects folks!

split gazelle
#

thanks for hosting @hard hollow && @rocky reef !

autumn turret
#

Thank you for sharing all your cool projects everyone!

open girder
waxen thistle
#

Indeed, excellent job hosting @hard hollow and @rocky reef!

pearl shoal
#

4 Hours of AAE? Ok!

autumn turret
#

❤️ ❤️ ❤️ for this community

waxen thistle
#

We're all in this together. We can't make cool things if we don't have each other.

autumn turret
waxen thistle
#
autumn turret
#

Leave it to the hardware engineer to blame the software! 😛

pearl shoal
#

And I was hoping to buy the new PICO pinout card ($.50) - I can't get a mask?? 😉

autumn turret
pearl shoal
#

Fair enough

waxen thistle
#

?showtimes

arctic abyssBOT
#

Desk of Ladyada - Random hacker times
JP's Product Pick of the Week - 4pm ET Tuesdays
3D Hangouts - 11am ET Wednesdays
Show & Tell - 7:30pm ET Wednesdays
Ask an Engineer - 8pm ET Wednesdays
John Park's Workshop - 4pm ET Thursdays
Deep Dive w/Scott - 5pm ET Fridays

waxen thistle
#

Adafruit+ streaming service

autumn turret
#

AdafruitIO-HD

pearl shoal
#

I still have a little Sansa

viral sail
#

Walkman

#

🙂

cinder wind
#

Nomad?

waxen thistle
#

RealPlayer -- that's a name I haven't heard in a long time. A long time.

dim knot
#

"In 2000, Creative released the 6GB hard drive based Creative NOMAD Jukebox."

shell mason
#

RealPlayerBlinka right bruce

waxen thistle
#

Ok, I'm digging the T-slot monitor holder @haughty quiver

pearl shoal
#

That chip is also great for adding two joysticks to your project

upper sandal
#

ah those people who don't peel the screen protection !

wind spoke
#

Do not peal of the 3D layer of passive 3D TVs !!!

pearl shoal
#

I do love that reflective green screen, but I'd love to have a brand/part number (or even have the 'Fruit stock it 🙂 )

wind spoke
#

A friend of mine did ruin his new LG 3D TV...

haughty quiver
#

it's in the Learn Guide @pearl shoal

pearl shoal
#

Great!

autumn turret
#

JP comes up with projects based the choreography and reveals that can be done! 😄

low fractal
#

There’s this massive art installation in San Diego that didn’t peel the shipping film off thousands of e-ink displays. Now it’s all coming off in the sun like a shedding lizard.

haughty quiver
#

@open girder I just added a warning in the guide about protective coating removal!

autumn turret
#

Your product being too popular isn't necessarily a bad problem to have

cinder wind
#

yeah all the chips are gone right now

dim knot
#
pearl shoal
#

I love the silkscreen video from @low fractal - I'd love to know the last step (getting it back into Eagle) as I always get resizing issues then. Maybe @proper trench has some tips in the Q/A part?

#

@haughty quiver thank - I have ordered my screen!

waxen thistle
#

Wellerman Sea Shanty with puppets?

autumn turret
#

Been enjoying Collin's videos, specially after watching the older ones

pearl shoal
#

Collin's Lab rocks. Always has.

tulip canyon
#

I've always though a circuit board print by this artist would be awesome on an Adafruit board.

sturdy dagger
#

Toxic Pasta will be the name of my new band.

#

I do appreciate Colin making these videos though.

cinder wind
#

yes these videos are wonderful

waxen thistle
#

+1 to the above -- excellent Collin's lab!

autumn turret
#

At the price level, the Feather RP2040 is SUCH a great introductory level board, specially with the rest of the Feather ecosystem

split gazelle
#

the circles are for quilting/sewing 😺

waxen thistle
#

Crop Quilt Circles 👽

shell mason
#

we are mentioned guys

pallid sail
#

web based mu like editor?

uneven zealot
#

Wooo shoutedout!

cinder wind
#

Hopefully support the CircuitPython Community Bundle too?

pearl shoal
#

Question for later - is there any chance that the package manager can optimize the order of import for lowest memory usage? Might not be possible, but it would be nice.

ivory flax
#

I have searched high and low for details on your I2C scanner tool you used on your last show. I believe you called it STEMMA PAL Back in Oct 2020. Does it exist?

vagrant crown
#

Hard to keep up between here and YouTube - Thanks @dim knot for your help on the 'YT Channel' 🙂

waxen thistle
#

Adafruit's documentation has been a lifesaver for my projects.

waxen bough
#

I love your attitude toward open source software/hardware/documentation, and unselfishly working toward making a better world in general (not just in electronic gadgetry either!)

autumn turret
tulip canyon
#

Maybe not promoted as much as it should... The Examples folder that comes with CircuitPython is the best.

sturdy dagger
#

Is the pick and place video sped up or real time? I am fascinated by machinery like that.

autumn turret
#

Still digging

ivory kiln
#

Hi @open girder Thanks for playing that Colin's video! The the solder diameter part in particular; I'm ordering super tiny electronics tonight & completely forgot about needing super thin solder. 😄

waxen thistle
#

Another awesome collab with Liz @split gazelle!

pearl shoal
#

Ok, that's very impressive @hard hollow @rocky reef and @split gazelle

echo canopy
#

Question for the show: if I remember correctly,Adafruit contributed to the (amplitude shift Keying) / RH_ASK / RadioHead Ardunio library—two part question do you plan on releasing the code for Raspberry Pi Pico and the other part of the question is how hard is it to get a working Ardunio library like RH_ASK to Raspberry Pi Pico?

I was hopeful I could have a Metro Mini talking to a Raspberry Pi Pico over the air with A.S.K.

charred mason
#

wow that was awesome!

split gazelle
#

it was so fun to work on

compact sandal
robust horizon
compact sandal
pearl shoal
#

Question: could two of the DACs replace the digital pots in my virtual joystick project? Output needs to be 6V +/- 1.5V

hot frigate
#

That's so cool! Saves CS lines!

compact sandal
#

The eval board page says that it is a 16-bit DAC, but it's not.

autumn turret
#

That's a really well thought out and planned product. Quality of life, ease of use, status handling

echo canopy
#

Question: several weeks ago you point me to a MCP23008 Port Expander (Thank You Again!!) how do you remember all of the chip names ? Any tips ?

waxen thistle
proven crow
#

That's my jam!

autumn turret
#

That product image needs a profile view with the quarter!

dim knot
cinder wind
dim knot
waxen thistle
#

Is the HiFive bigger on the inside?

digital crescent
#

does the wifi on the compute module work without the antenna?

dim knot
robust horizon
#

Have N&P done a sonic screwdriver yet? if not, it's a perfect time to do it. Maybe an itsy bitsy nrf52840 so it can talk to the Doctor Who hand..

waxen thistle
#

And if I may suggest a timelapse 3D print --- a weeping angel with granite-colored filament 🙂

dim knot
waxen thistle
#

Watch the timelapse closely -- don't blink.

sturdy dagger
autumn turret
#

Will there be such a card, or printable reference, for the Feather RP2040?

proven crow
#

Any more upcoming RP2040 boards coming other than the ItsyBitsy and QT Py? Also, what about that ESP32 QT Py? Really looking forward to that!

haughty quiver
#

Yay toe beans

split gazelle
#

yessss i can't wait for these

digital crescent
#

What is the best way to clean a solder stencil that contains very small holes? It seems like the solder get's stuck in there

pearl shoal
haughty quiver
#

i'm very much going to gnaw on the nubbins

rapid osprey
#

I so need a kitten paw keycap.

proven crow
#

footsie beans

nova totem
#

Can you say where to get reverse mount neopixels? Not sure if you sell individual ones yet or not.

sturdy dagger
#

It's the "paws" key!

autumn turret
#

That cat paw keycap is great for the "Random input/any key"

median relic
#

Hi...question...Do you recommend the Analog Devices dev boards for building real products--DigiKey carries many of their DSP dev boards in addition to the 5413 that you featured (a little price though)? Would be great if you carried breakout boards for higher-end audio DACs and DSPs. Analog Device DSP's are fun to develop with given the free SigmaStudio app -- and integrate great with your feathers.

cinder wind
#

oh yes I want a 101-key keyboard with 101 toebeans

haughty quiver
#

i'm holding you to that @cinder wind

opaque hearth
#

JP's workshop and open mouth hardware

robust horizon
#

101 toebeans .. the movie!

wind spoke
#

@open girder Warning: do not peal off the 3D layer from a passive 3D TV...

haughty quiver
#

@opaque hearth if it's cute hardware I'm definitely going to snack on it

robust horizon
proven crow
#

Is saying "I two C" or "I squared C" just a matter of preference, or is the second one the "right" way?

ivory kiln
#

Q: do u guys have a breakout board to put NeoPixel Addressable RGB LEDs - Slim Flat 3.2mm x 1.0mm 10 pack - SK6812-EC3210F
PRODUCT ID: 4892 on?

compact sandal
#

also TWI (Two Wire Interface) to avoid I2C trademark or compliance issues.

pearl shoal
#

@clear matrix got the new diagram up on the Guide for the RP2040 Feather

autumn turret
#

Thank you kindly @pearl shoal

robust horizon
#

@digital crescent If you've got an ultrasonic cleaner I'd try it

autumn turret
#

Wasn't for the pins, as much as capabilities

robust horizon
#

for the solder stencil

rapid osprey
#

Whoa

digital crescent
#

I don't @robust horizon but I'll look into it

nova totem
#

Can you say where to get reverse mount neopixels? Not sure if you sell individual ones yet or not.

rotund marsh
#

Got a https://feedback.uservoice.com/ or some place similar that folks can propose and upvote ideas? e.g. Would personally like wide Perma-Proto boards for ESP8266/ESP32. Cheers!

viral sail
#

Thanks @open girder and good night. 🌒

waxen thistle
#

Thanks @open girder for another awesome evening of shows! Thanks @hard hollow and @rocky reef for hosting S&T!

inner spade
#

Thank you!

split gazelle
#

thanks for a great evening of shows!

haughty quiver
#

Goodnight, I love you

autumn turret
#

Thank you @open girder, team and community! ❤️ Stay safe, keep being your awesome selves!

cinder wind
#

thanks Limor & PT!

robust horizon
#

awwww is it over already?

proven crow
#

Goodnight everyone!

nova totem
#

Thanks for the shows!

robust horizon
#

go forth and make cool projects

hot frigate
#

Good night all, thanks!

sturdy dagger
#

Good show! Thank you as always!

rapid osprey
#

Thanks @open girder, @clear matrix, @rapid hornet. Love the circuitpython energy.

rapid hornet
#

night all!

vagrant crown
#

Thanks guys, it was awesome - I learned a lot 🙂

waxen thistle
#

Good afternoon all you wonderful Lars supporters! adabot

inner spade
#

Yes. We. Like. Lars. Very. Much.

lavish patrol
#

Greetings, good people. 😀

haughty quiver
#

Hi!

waxen thistle
#

Hashtag ad hastag lars4lyfe hastag icedcoffee

lavish patrol
#

A Lars is not just for Christmas...

waxen thistle
#

Disney songs, but with the lyrics be about Lars.

lavish patrol
#

The Lars King.

#

Lars and the Tramp.

waxen thistle
#

A Whole New Lars

lavish patrol
#

@inner spade 😄

spiral vale
#

howdy fronds!

waxen thistle
#

When you wish upon a Lars 🌠

inner spade
#

Larstasia

viscid bolt
#

Good afternoon

lavish patrol
#

Snow White and the Seven Lars'

inner spade
#

Bleeps on YT!

waxen thistle
#

Bleeps and bloops are a go!

shadow epoch
#

👋

lavish patrol
#

(Lars'? Larses?)

spiral vale
#

Do the thing!

autumn turret
#

Greetings everyone! Happy bleepering and bloopering Thursday!

lavish patrol
#

Is that the workshop, or the virtual workshop, @haughty quiver ?

autumn turret
#

Neither - it's all in the Matrix!

inner spade
#

mic audio in sync, peaking at -6dB. Excellent.

waxen thistle
ivory flax
#

🖖

lavish patrol
#

Why did Hugh need changing?

cinder wind
#

oh I get it now! It's called "RECAP" because the board has capacitors 😁

lavish patrol
#

@cinder wind cappy

slow spire
#

Hi @waxen thistle

lavish patrol
#

This is pun central.

cinder wind
#

😄

#

huh that works

#

news to me

static wedge
#

Will this work on a Raspberry Pi running Linux? 🙏

cinder wind
autumn turret
#

We can enhance it. We have the technology, and we have the FoamyGuy!

haughty quiver
inner spade
#

< 11 second latency on YT today >

slow spire
#

And who isn't crazy about emojis?

lavish patrol
#

About 2 seconds on Twitch.

shut rivet
#

Does Foamy Guy have an emoji?

haughty quiver
lavish patrol
#

Audio's fine.

shut rivet
#

Latency on Facebook too

autumn turret
#

I vote that FoamyGuy's emoji be 🧠

inner spade
#

Audio sync is perfect. Just the overall (audio + video) stream latency.

waxen thistle
#

Audio is great -- only a 2.23 sec latency on Twitch, and I'm on the east coast (JP is on the west coast).

inner spade
#

🍺 🦸‍♂️

autumn turret
static wedge
#

You should make a Fusion 360 version, to help Noe and Pedro!

lavish patrol
#

😄

nova totem
#

It's such a cool display. I used one to get the RP2040 parallelbus to work

lavish patrol
#

Looks like a Minion/Lars mashup...

smoky island
#

It is just a character I designed for myself a while ago.

shut rivet
#

Cyclops

autumn turret
#

Hey there! Here's the code hero of the hour!

smoky island
#

Made in PowerPoint out of basic shapes 🙂 That is my level of design proficiency 😅

autumn turret
#

It is a cool avatar. Kinda jealous tbh

cinder wind
lavish patrol
cinder wind
#

@smoky island would displayio composite & display faster if you composed the individual button bitmaps into one larger one, and then displayed the single full-screen bitmap?

smoky island
shut rivet
#

Is Rhino at all like Sketchup?

smoky island
#

We do intent to look into images in RAM vs. OnDiskBitmap to look for ways to speed it up though. And I know there is work going on in the core to make bitmap loading faster so I think we'll gain some speed from that once it's all integrated.

shell mason
#

Cyberdeck with it would be nice

nova totem
pallid sail
smoky island
smoky island
nova totem
#

Cool, just kinda curious. I love how the display looks and just haven't had time to see if I can figure something out memory wise

autumn turret
#

That crosshair demo, witht he potentiometers for X and Y, remind me of the targeting system in the Star Wars X-Wings

shell mason
#

i could see RP2040 used as sonic pi control with stemma connector

lavish patrol
#

You are getting sleepy...

waxen thistle
#

@lavish patrol That's my secret Cap'. I'm always slee........ 💤

lavish patrol
#

Lol

autumn turret
#

Maestro JP

shell mason
#

right @waxen thistle in case of @lavish patrol

autumn turret
#

That is such a cool little box

#

Specially with the Cyberdeck and Hat

lavish patrol
#

Nifty.

inner spade
#

I2C bit-rate clocked at between 100kHz and 400kHz (typically)

#

but it can go faster.

autumn turret
#

Joysticks? Ooh, then Wii Nunchuck?

#

🤨

spiral vale
#

you'd need to get some device to translate from the nunchuck, but yeah

autumn turret
#

There's an Adafruit Breakout for that 😉

finite solstice
#

I was about to say that

autumn turret
shell mason
#

CyberSonic

autumn turret
shell mason
#

there you go Hugo

autumn turret
#

That's why that first one was out of stock - superceded by the StemmaQT version

lavish patrol
#

Thanks, @haughty quiver 😀

finite solstice
#

Thanks @haughty quiver !

autumn turret
#

Thanks for the visit in the workshop!

haughty quiver
#

Thanks for coming!

nova totem
#

Thanks, good show!

autumn turret
#

Have a great afternoon/evening everyone!

shell mason
#

Hugo well the stemma one with the Cyberdeck you have the deal

inner spade
#

Thanks!

light stump
#

Oops. That was for @nova totem

ancient grotto
#

@smoky island Great Work!! Love the Emojis!

smoky island
nova totem
ancient grotto
#

@autumn turret could you do an avatar from my Github's avatar 🙂 that would be great 🙂

autumn turret
#

Wanted to make sure they got the recognition JP was putting out there, for the work and the cool avatar

autumn turret
#

Also, I don't remember your GH name 😦

#

I remember J<somethingelse>202020 I think

ancient grotto
#

jposada202020

#

long story

autumn turret
#

You must have REALLY good vision 😉

ancient grotto
#

lol

haughty quiver
rapid hornet
waxen thistle
#

Good afternoon all you wonderful snorkelers, deep divers, and monsters from the dark oceanic trenches adabot

brazen quail
#

Hola from 'rado.

waxen thistle
#

Live on Twitch and YouTube

#

I just want to thank you Scott, you cost me some money the other day. 😛

Your Pomona SOIC8 grabber inspired me to replace my low-quality ones with a box set from Pomona 🙂

viscid bolt
#

Good afternoon

waxen thistle
#

I just went on YT, it looks good there for me

grand tusk
#

3.5" TFT Featherwing just arrived, connecting to Feather S2.

upper sandal
#

yeah they are non express M0s

timid plover
#

hi scott

waxen thistle
#

Yeah, i have a bunch of the old M0 lora feathers. Wish I got featherwings instead.

wind spoke
#

Sorry, I am late. I was watching Sandy MacDonald (from Pimoroni) first live stream on the Keybow 2040.

nova totem
#

Hello everyone

modern night
#

hello, hope all is well

waxen thistle
#

USPS is MIA. Fedex delivers to the wrong address. Lasership leaves it literally in a snowbank.

digital crescent
#

I'm excited for the piunora carrier board to come out

waxen thistle
#

Which iron did you get?

tame dew
#

I only wish the piunora had the PoE header

nova totem
#

I went with the tshirt too

tame dew
#

The TOFU has it

untold current
#

@waxen thistle I once got a package from adafruit delivered to the wrong address via UPS and a neighbor brought it to me three or four streets down from my street.

waxen thistle
#

Nice neighbor @untold current

tame dew
#

jkridner from BeagleBoard.org was asking about “the state of CircuitPython on Zephyr” and I realized I never heard the two in the same sentence.

#

He probably meant Micropython, thank you @rapid hornet

#

I’m sure Jason wants CircuitPython!

waxen thistle
#

Saleae and Digilent have had several price increases over the past few years -- so my 2 cents, if you need something, get it sooner than later. They're not going to be cheaper.

cinder wind
#

Yes, this is my favorite Friday CircuitPython Deep Dive stream of all of them

waxen thistle
#

True -- I'm all for a less expensive option hitting the market. Depends on when you need it 🙂

modern night
#

There's a real cost to fighting software, just getting something that works is so helpful

cinder wind
#

"Ginja"? Is that Ninja for Gingers?

light stump
#

Hope we get an appearance from Trevor on the deep dive when the BLE stuff gets integrated with phone apps.

eager matrix
#

Hi y'all. Just got out of a meeting. My new chair rocks if anyone was wondring.

simple fractal
#

i'm looking forward to the BLE workflow. no pressure 🙂

#

my good chair is upstairs, i'm using a terrible wooden thing at my dining room table

eager matrix
#

Ha. It's not fancy but it's comfortable. It's highly rated on Tom's hardware and was $154 on Amazon - https://amzn.to/3tDD4Jb

pearl shoal
#

How consistent are these commands? Is there a standard?

simple fractal
#

NIce chair, only $257CAD. i am tempted

proper prawn
#

Just ordered, among other stuff, two Feather RP2040's with Adafruit

simple fractal
#

i saw that espressif has a esp32s2 hmi devkit 'coming'

#

hmi, meant for HumanMachineInterface 🙂

#

lol

eager matrix
#

Limor was talking about erasing the flash taking a long time in manufacturing (might have been on Desk of LA). This Flash has a "chip erase" command that is quicker than doing it block by block.

cinder wind
#

I found it just by trawling the repo

tame dew
#

I soldered headers on Feather RP2040 and Ethernet PoE Feather Wing on Monday night. Still need to swap Ethernet switches around to test the PoE. But all signs are healthy!

wind spoke
#

Could you indicate in that guide that a pre-compiled mpy-cross exist?

pearl shoal
#

Is there a separate build process/etc for just the Blinka libraries? Does this impact them?

smoky island
#

I'm joining in late, so I'm not sure of the full context of what Scott is working on. But I don't think Blinka libraries typically need to be built. They are Python only I believe.

shell mason
#

twitch show 1:22 and seconds

wind spoke
#

If I fork CircuitPython and make a local change, will the CI run and compile it for me, on my repo?

pearl shoal
#

You might just alphabetize that

#

Is there a TOML parser for CircuitPython or is it "just python"

#

We are looking for a way to do config files on both Arduino (w/TinyUSB) and CP... for now we're just using JSON. Chris Young is working on pulling the config file out of the Arcada libraries to be used standalone. Was wondering about the TOML format

cinder wind
#

But when are we going to get CircuitBash

rapid hornet
waxen thistle
#

Yay, feathers! 🪶

wind spoke
#

700... I just need one for my RMA.

#

😦

tame dew
#

I’m being not greedy and being happy with the 2 Feather RP2040 already in hand

#

@wind spoke what were the symptoms on your board

modern night
#

Thank you for the stream!

wind spoke
#

Then I have to wait 1 hour to try again.

waxen thistle
#

Thanks @rapid hornet for an excellent Deep Dive! Good luck with the vet appointment 😺

wind spoke
#

I can upload UF2, CP start but no CircuitPython drive.

ancient grotto
#

Thanks Scott

cinder wind
#

Thanks @rapid hornet, have a good weekend!

eager matrix
#

Thanks scott. Good luck with the vet.

rapid hornet
#

thanks all!

autumn turret
#

Dang, missed this week's Deep Dive. Guess I'll have to watch the replay, and remind myself, repeatedly, it's a replay, and not to comment in chat! lol

tame dew
#

@autumn turret that’s me every time I forget when it’s on a Thursday.

#

@wind spoke but after the hour wait it runs normally? Sounds like something is either getting too hot and has to cool off or a capacitor has to bleed down.

wind spoke
#

No hot spot as far as I could tell.

timid plover
wind spoke
#

It's earlier, that is actually great!

fallow fractal
#

Paris is at the latitude of 8.5 miles south of the Canadian Border in North Dakota, I-29 Exit 1.

#

(Too far north in Quebec to be in a major city)

#

Rangely Maine is 45 north; Paris is 48.85 North. ;)

#

Yet they have nicer earlier Spring weather than New York City.

#

Must be that Gulf Stream warmth. ;)

lilac tusk
#

Hey folks! I will be streaming tomorrow at 6:30pm EDT/3:30pm PDT doing some more work on the RealTime Pi!

smoky island
ancient grotto
#

Good Morning sounds is a tad in the low.

#

It is good (y)

#

Thanks

grand tusk
#

Howdy!

clever summit
#

Hello guys.

autumn turret
#

Good morning friends!

#

Off by 1 errors are 2 of a kind

clever summit
#

Hi there @autumn turret. It's 4 pm here already.

ancient grotto
#

Good Morning/Afternoon

autumn turret
#

Only because you're 6 timezones ahead of me!

ancient grotto
#

@grand tusk Hi!

clever summit
#

I see the translation peeps have been slacking off. Only swedish on 100%.... 🙂

ancient grotto
#

what I did my homework yesterday

clever summit
#

I am in the future? Wohooo!

autumn turret
#

I'm dealing with a remote team who is 12 hours ahead. I force myself to remember to say good evening to them, even as they say good morning to me

clever summit
#

@ancient grotto They sneaked one string in

autumn turret
ancient grotto
clever summit
#

@ancient grotto Time to nag Hugo then? 😛

ancient grotto
#

@autumn turret good morning too you

autumn turret
clever summit
#

Yep. Any time you are at 100%.

ancient grotto
#

@autumn turret 9 strings to go, c'mon...

clever summit
#

GO GO GO!

autumn turret
#

le sigh okie dokie!

ancient grotto
#

We are converting the foamyguy stream in our own weblate weekly meeting. are you done @autumn turret

#

?

autumn turret
#

lol

#

I'm with you, I like to git pull from the matching main branch

#

The git submodule commands are a mess of trying to understand what does what

#

"update" + "init"?

lilac tusk
#

Git fetch is my preferred way

#

Then rebase

autumn turret
#

Submit to peer pressure before noon: ✅

clever summit
#

Wohooo! 🥳

ancient grotto
#

yesss!!!

autumn turret
#

"The translation has come to an end". Sounds so ominous!

shell mason
#

Hugo have found the purpose for today

clever summit
#

"The world has come to an end"

light stump
#

Hey all! is foamy guy on fire today?

autumn turret
#

Foamy's always firing on all cylinders!

clever summit
#

@light stump He is about to put Github on fire anyway. 🙂

light stump
#

One of the lines (bottom left) looks weird due to rotozoom, I think its due to integer rounding (?)

#

Sorry have to step away for a bit.

clever summit
#

Todays project is done. A 3D printed PCB holder.

ancient grotto
#

For soldering?

autumn turret
#

Nice one @clever summit

clever summit
#
autumn turret
#

Looks pretty. much like the Hakko one. How are you weighing it down?

clever summit
#

You can put sand or heavier stuff inside it.

#

Yes, it screws down.

ancient grotto
#

That is nice, I hate when boards starts moving when soldering

autumn turret
clever summit
#

Yeah, I bought that one couple of weeks ago. This one is wider and shorter.

autumn turret
#

Agreed - JPs icons and artwork really make the work you put into the framework really pop

ancient grotto
#

Yes very nice

light stump
#

Back. Yep, the display.auto_refresh = False is a good way of holding the refreshes while doing a bunch of drawing.

#

Downside is that means the function needs to have access to the variable display

clever summit
#

So... What IDE should I use for CircuitPython? I used VS Code previously, but that one did not like it when the firmware crashed, I lost the firmware I was working on at several occassions.

ancient grotto
#

I use Vscode + Tio terminal and just import the code that I am testing

light stump
#

Dealing with display and refresh at the user code is ok. But that will limit the ability of the widgets to do animations.

ancient grotto
#

But I do not use the terminal built-in in the vscode, I have alot of problems with ubuntu with that

clever summit
#

I do have a license for all of Jetbrain's IDE's. I would prefer to save the files on my local disk, and get the IDE to copy the file over.

light stump
#

For examples, sometimes animations require to fill with blanks and then redraw something. If an auto_refresh randomly hits between the blank fill clear and the redraw it can cause the screen to flash.

clever summit
#

Also; I have put VSCode on my hate list because by default it does not prompt for saving files when you exit. 🙂

#

No, it saves the file contents, not just to the actual file you are editing.

light stump
#

Yep, so the animations will require access to display to manage the auto_refresh.

clever summit
#

So when you open it again, the contents are there. AS IF you actually saved it. So....

#

So, leads to endless debugging sessions just because you actually forgot to save the file.

#

<rant>And this is as I said the default behaviour. And when you search the settings for "save" when you want to change it, they named it "hot exit" just to make absolutely sure you can't find the stupid setting.</rant>

light stump
#

radians = degrees * 2 * math.pi / 360

grand tusk
#

factor out the 2.

light stump
clever summit
#

That would be radians = degrees * math.pi / 180 right?

grand tusk
#

Yeah. Sorry to be a math dork.

#

90 degrees is math.pi/2

light stump
#

Math dorks are cool.

clever summit
#

Using the value 90 in code makes it easy to see that it indeed 90° you want.

#

So not sorry you are a dork. 🙂

grand tusk
#

I tend to think in radians. That settles it.

#

Nothing wrong with tinkering.

light stump
#

For rotozoom, if you want centered rotation it's sometimes easier to arrange everything relative to the center of both bitmaps (so ox,oy is center of the destination and px,py is center of source bitmap)

grand tusk
#
angle=90*degrees```
clever summit
#

Yep, interesting stuff.

grand tusk
#

Cool. Scale by math.sqrt(2) if you want a complete diagonal.

light stump
#

The rotozoom float scaling is good for fonts (I used this in Dial).

#

Both up and down!

#

In the rotozoom, I think it converts the type from float to int. I don't exactly know how the type conversion does the rounding. It may round to the nearest even number. I need to revisit that and see if it can be more predictable with rounding.

clever summit
#

How about antialiasing?

light stump
#

This algorithm was from some ancient Amiga computer code from folks that were doing all kinds of cool conversions and trying to do it fast with limited processor and RAM capability (kinda like what we're trying to re-learn even today).

clever summit
#

Oh, you mean the knowledge I had back then. 🙂

light stump
#

No antialiasing right now. I know that jepler mentioned wanting to look at that. I think that antialiasing will require some other palette tweaking/additions at the same time.

lucid marsh
#

The ancient Jedi texts!

light stump
#

I wish I had an Amiga back in the day. I started with my brother teaching me about the Commodore 64 and the Amiga was like a dream.

clever summit
#

I started out on the C64, but I did get around to move to Amiga eventually.

grand tusk
#

Which library are you using for the touch screen?

#

Adafruit_STMPE610_SPI causes a hard crash when I initialize it.

clever summit
#

Just guess how many tricks you had to use on a 1 MHz processor where you tried to synchronize your code with the electron beam on the TV display just to switch a register at the exact pixel point.

light stump
#

We need to get you one of these: https://tinycircuits.com/products/tinytv-diy-kit

TinyCircuits

DESCRIPTION The TinyTV kit is currently sold out, however we are making more and anticipate having these back in stock by March 26, 2021.  You can place an order now and they will ship when available.   The DIY TinyTV Kit assembles easily in less than 5 minutes with no soldering or special tools required. Load up to 5

grand tusk
#

I'll add a delay, see if it helps.

#

It is the same featherwing.

#

Adafruit CircuitPython 6.2.0-beta.4 on 2021-03-18; Adafruit Feather M4 Express with samd51j19

clever summit
#

Reminds me. Forgot to order a SAMD51 board.

grand tusk
#

I'll pull the featherwing branch.

clever summit
#

You need to move your microphone so it doesn't pick up the vibrations from your typing. I have the sound connected to my WiFi system, and the bass comes out really good.

#

Just put it on a squishy surface.