#live-broadcast-chat

1 messages ยท Page 183 of 1

clever summit
#

Meaning, "When the boss is away..."

#

Yeah, sound is fine.

wind spoke
#

Forcing gc can sometime help.

autumn turret
#

Good evening/afternoon/night/[time-of-day] friends!

wind spoke
#

Hi all.

modern night
#

howdy

clever summit
#

He guys!

autumn turret
#

bows deeply and kindly to the assembled company

wind spoke
#

Converting to mpy can help with memory too (I guess).

#

Or doing everything on the RP2040 and no memory problem anymore.

autumn turret
#

Howdy @modern night, eh?

clever summit
modern night
autumn turret
#

Very slick TouchDeck!

clever summit
#

Says it need pwmio

autumn turret
clever summit
#

I just installed EZ Bake on the Pyportal Titano.

#

If I could get it to run. I suck at this. ๐Ÿ™‚

autumn turret
#

Pair(++) programming AND debugging!

wind spoke
#

If you have a program to connect to your other device, then Mu will have no other option than to take the only serial left...

clever summit
#

The weblate GANG is always ++! ๐Ÿ™‚

autumn turret
#

Except for number translated strings - then we're usually a touch --! ๐Ÿ™‚

clever summit
#

Number translated string remaining--

#

Yeah, you need 2 folders copied.

#

Close enough? - I can't even get it to start!

#

It needed a CP update.

#

Now I am at the memory allocation error.

autumn turret
#

76K

wind spoke
#

Can we cheat on the number of colour of the displayio "buffer", like going to a 16 colors mode?

autumn turret
#

You're on the latest non-daily/commit...ly(?) build

clever summit
#

I am on 6.1

wind spoke
#

circup ...

autumn turret
#

Doesn't PyPortal setup and assign networking stack stuff?

#

Even if it doesn't use it

clear matrix
#

Hey, all! Dropping in with a shameless request. If you find any Python/CircuitPython/MicroPython on hardware etc related projects, topics, or news items, please send them to cpnews@adafruit.com. It's finalised on Monday so anything coming on Monday onward will go into next week's. Here's what's already included: https://github.com/adafruit/circuitpython-weekly-newsletter/blob/gh-pages/_drafts/2021-03-30-draft.md It's the first one I'm doing entirely solo, and I'd appreciate any contributions! Thank you!

wind spoke
#

With the new pybase, maybe you can pick the piece you want.

clever summit
#

Sorry @clear matrix my one and only project has already been featured. ๐Ÿ™‚

autumn turret
tame dew
#

Nice to have the guest stream by @smoky island

clear matrix
clear matrix
clever summit
#

Good luck!

wind spoke
clever summit
#

320 x 480

wind spoke
#

Do you have a link to the original code?

clever summit
#

Got it running by making the graph smaller.

wind spoke
#

You can scale it 2x and make it 2x smaller.

#

1/4 of the memory!

clever summit
tame dew
#

Or just โ€œfrom pyportal import โ€œ what is actually being used

wind spoke
#

Not half but quarter of the pixel...

#

Is PyPortal already using the PyBase(?) that stuff from @sage aspen that is reuse on various board.

#

There you can cherry pick the module or submodule you need and not take the network.

clever summit
#

You mean PortalBase?

wind spoke
#

That code use 3 differents fonts, so if you can change the design a bit to only use two... maybe you save.

#

font2 is only used for a button and a message saying "Wait" ...

tame dew
#

Yeah. We need the initializer ๐Ÿ˜ฆ

wind spoke
#

"font2.load_glyphs" with all the character is a waste if it only display "Wait" and "Start".

clever summit
#

Just tested that. ๐Ÿ™‚

wind spoke
#

It is 4000 bytes to store a sin and make sound ....

autumn turret
#

That tone is 4000bytes

wind spoke
#

Remove the sound. ๐Ÿ™‚

autumn turret
#

WaitSr

#

or SWairt alphabetically

wind spoke
#

try font2=font1 ๐Ÿ™‚

clever summit
#

No, sound is only 160 bytes

autumn turret
#

Actually, do fonts and labels scale? That's using 3 fonts, but only 1 font face at 3 sizes

#

And the sizes are multiples of 3

#

or 6 if we can scale at 1.5x

#

Oh, or not, since it's 16, not 15 like I misread

wind spoke
#

Double check the Wait and Start...

grand tusk
#

Tea?

wind spoke
#

But it's dynamic right.

grand tusk
#

Just half a cup if you don't mind.

tame dew
#

\o/

wind spoke
#

Wait, that "Bad/missing" message is also font2 it seems...

#

Maybe just search and replace of font2 by font1 everywhere.

#

Or just do not prefetch glyft

#

Yes it is about speed.

autumn turret
#

For grins, maybe try using the terminal font

#

Doesn't look like we're missing much speed TBH

wind spoke
#

Now you have to speedtest to see the difference...

autumn turret
#

Is Ctrl+D not releasing some memory?

wind spoke
#

Terminal IO could replace font1.

#

That drawing feel slow...

#

Try not using font2 and replace every usage by font1.

autumn turret
#

Is it maybe loading all glyphs if you don't specify a subset?

clever summit
#

I removed the LoadGlyphs and it displays the graph full screen.

#

Drawing is painful though... ๐Ÿ™‚

tame dew
#

Is font3 the largest glyphs and therefore the most pixels/memory?

wind spoke
#

Yes, with big font comes big memory.

#

Go binary font? As an exercice...

tame dew
#

When you dropped load_glyphs for font3... was that the big change from 13k to 4k?

autumn turret
#

If we could replace the size 9 with a size 8, and scale the label to 1.5 and 2.0x with the same font, that would help

#

But doesn't look like BitmapLabel.scale() takes floats

wind spoke
#

Is max_size still useful? It is not needed anymore.

clever summit
#

I don't have the sensor either, so not sure of mem usage there.

wind spoke
#

Any other temperature sensor?

grand tusk
#

Team code golf. It is now a thing!

clever summit
#

I skipped font3 and it works full screen. Add font3 and it don't.

autumn turret
#

Empty group to blank the screen quickly?

wind spoke
#

What did you replace font3 with?

clever summit
#

font2.

#

Not a big difference in layout

wind spoke
#

It's only on top.

#

So those lines are done pixel per pixel???

clever summit
#

I almost got it running by doing this:
font3.load_glyphs(b'EZMOCakevnotrl')

#

Hahaha!

autumn turret
#

Almost?

ancient grotto
#

Hello, again missing stuff

autumn turret
#

Hiya @ancient grotto. Decide to go for a run again instead of watching stream? ๐Ÿ˜‰

clever summit
#

Oh, the GANG is complete. Hi @ancient grotto

ancient grotto
#

No it rain all day, I did not know I was working on something

ancient grotto
clever summit
#

Almost = It actually draws the full page. But it crashes in the next step.

#

The tones only used 256 bytes actually.

ancient grotto
autumn turret
#

What if you 1/4 the bitmap, and 2x the scale?

#

And 2x if necessary

#

as in not always

wind spoke
#

You are not going to save time. ๐Ÿ™‚

#

Try binary font...

#

Take the sound an put that in a module?

modern night
#

does another module import most of the pyportal library?

#

or conversely, does pyportal import a bunch of stuff other libraries import as well

autumn turret
#

Ctrl+D and see if the number repeats?

#

The more you import, the more RAM you have free... so.... from * import *?

#

What if you try to enable auto-GC?

#

gc.enable()

modern night
#

I wonder if there's a catch in one of the other modules where if not pyportal: import xyz

autumn turret
#

Going over PyPortal and PortalBase does have some gc.collect() calls in __init__()s

#

Going over the code for those libs that is

autumn turret
#

Does __init__() run from the import blah, or when instantiated? I didn't looks too closely at which init calls have more gc.collect()

clever summit
#

Sure.

autumn turret
#

You can change it

clever summit
#

Pointless with secret stuff.

clever summit
#

Just realized the Titano lacks a qwiic connector.

grand tusk
#

Secret gists help Microsoft find the good stuff.

autumn turret
#

And "secret" just means it's not discoverable. But if you have the URL, you can reach it - public or private

pallid sail
#

That is a little deceptive

wind spoke
#

The link is secret...

clever summit
#

code.py utdata:
before pyportal 207360
after pyportal 113616
after imports 84128
No SD card found: inget SD-kort
after pyportal init 79952
EZ Make Oven Controller version  1.3.0
temperature sensor not available
melting point:  183
before font2 load glyphs 46736
after font2 load glyphs 46304
x range: 0 340
y range: 30 258.5
reflow temp: 183
graph point:  0 183 -> 100 160
display complete
before main loop 19296
grand tusk
#

My touch deck doesn't have a speaker (not yet anyway).

wind spoke
#

Your PyPortal speak... another language.

autumn turret
wind spoke
#

So what was the fix that really helped?

autumn turret
#

Even pulled up in incognito

clever summit
#

My PyPortal speaks a weblate GANG language!

autumn turret
#

Make sure to remove the extra print() calls before posting up the code

clever summit
#

I used this CP: Adafruit CircuitPython 6.1.0 on 2021-01-21; Adafruit PyPortal Titano with samd51j20

ancient grotto
#

๐Ÿ˜ฎ

autumn turret
#

"Secret" GIST?

clever summit
#

I added a mem printout to loop and get this:

main loop 4384
main loop 2112
main loop 15744
main loop 13472
main loop 11200
main loop 8928
main loop 6656
main loop 4384
main loop 2112
main loop 15744
main loop 13472
main loop 11200
#

2112 looks scary to me.

autumn turret
#

The numbers duplicate

modern night
#

can you evoke gc at the end of each loop?

autumn turret
#

So it's consistent allocations

wind spoke
#

Forcing a garbage collection at each loop...

#

What he said.

clever summit
#

It does repeat the same. But I don't have the temperature sensor.

modern night
#

if it functions like it does in the python standardlib, calling gc.collect() frequently has a time cost to it, but when it's collecting MB instead of GB it might not be a huge time cost

clever summit
#

Yeah, this loop is not time sensitive, it is controlling an oven. On and off can be 0.1 Hz and it wouold still work.

modern night
#

that's good to know

autumn turret
#

Each allocation measures to 2262bytes in @clever summit's numbers. So when you're trying to allocate another 2262 with 2112 left, GC triggers, and repeat

clever summit
#

Reading the code it only runs at 1 Hz.

#

You are math genius, @autumn turret !

grand tusk
#

Ah, math.

tame dew
#

Pretty standard to have two lines before class... so PyCharm did that

clever summit
#

Lucky I got the Titano yesterday then. ๐Ÿ™‚

#

Thanks! Doing some useful stuff a friday night for once. ๐Ÿ™‚

modern night
#

thanks for the stream, this was really fun!

grand tusk
#

Thank you!

wind spoke
#

Thanks.

ancient grotto
#

Thank You!

tame dew
#

Thank you @smoky island

smoky island
#

Thanks for hanging out folks. Glad we could still get some Blinka action in on Friday night.

lilac tusk
#

Hey all! Come hang out with me Sunday over on Twitch! Iโ€™m doing more PCB design for the RealTime Pi and would love to have everyone! ๐Ÿ™‚

https://twitch.tv/oakdevtech

Twitch

Oak Dev Tech or ODT is an electronics manufacturing and development company that specializes in tiny form factor boards. We stream board development, testing, and assembly.

โ–ถ Play video
autumn turret
#

What time @lilac tusk?

lilac tusk
#

6:30PM EDT/ 3:30pm PDT

autumn turret
#

๐Ÿ‘

autumn turret
#

Since you streamed tonight @smoky island, are you forgoing tomorrow's, or still streaming?

smoky island
smoky island
grand tusk
#

Hello.

ancient grotto
#

Good Morning

grand tusk
#

C-t q to disconnect tio.

ancient grotto
#

You could open the folder

#

circuitpy

autumn turret
#

Greetings friends!

#

Going well, thanks! How are you doing?

ancient grotto
#

@autumn turret Good Morning

autumn turret
#

Ahoy @ancient grotto. How do you do this fine day?

ancient grotto
#

I am good thank how about yourself?

clever summit
#

Hello GANG!

autumn turret
ancient grotto
#

and WEBlate is complete @clever summit Good afternoon

#

Did you receive your blinka tattoos?

clever summit
#

Good afternoon. So what are we doing today?

#

I did get my tattoo. ๐Ÿ™‚

autumn turret
#

So you're running blinka against the code on the device?

#

I've seen the double reboot from Mu too, so I wonder if it's maybe the OS doing something with an index file, alternate stream or something

clever summit
#

My OS is macOS and it only does wonderful stuff.

modern night
#

morning all

clever summit
#

(Like putting stupid index files on me network servers)

ancient grotto
clever summit
#

Food time. BBL.

autumn turret
#

Greetings @modern night

light stump
#

Hey cool people, gonna listen in for a little while.

ancient grotto
#

@light stump Good Morning

#

parsing the keys?

autumn turret
#

I can imagine that the == between dicts might be checking the reference

#

Could you do somehting like dict1.keys.all(dict2.keys)?

modern night
#

you can write a function,

    is_equal = True
    for key in a:
        if key in b:
            if a[key] != b[key]:
                is_equal = False
        else:
            is_equal = False

    for key in b:
        if key in a:
            if a[key] != b[key]:
                is_equal = False
        else:
            is_equal = False
    return is_equal```
autumn turret
#

^^ Pseudo-code btw

modern night
#

let me clean that up..

ancient grotto
manic vessel
#

should 'index' be '_index'?

autumn turret
#

Bonjour @manic vessel

manic vessel
#

Afternoon all

ancient grotto
modern night
#
def comp_d(d1, d2):
    def _light_comp(a,b):
        is_equal = True
        for key in a:
            if key in b:
                if a[key] != b[key]:
                    is_equal = False
                    break
            else:
                is_equal = False
                break
        return is_equal
    if _light_comp(d1,d2):
        return _light_comp(d2,d1)
    return False
#

really? I love break, and personally choose it over returns

autumn turret
#

What's "switch case" in Java?

modern night
#

when it comes to python (and this is my personal preference) I use break over returns so I know where my functions are returning from (i've been burned by rarely used returns by that too often...)

ancient grotto
#

I am a continue python guy

autumn turret
#

Oh, ok

#

Like in C#, just usually heard it called "switch statement", never heard "switch case"

modern night
ancient grotto
autumn turret
#

C/C++ has that too

#

Yeah, break prevents "fall through"

ancient grotto
#

I guess using break will avoid a lot of elifs.

autumn turret
#

I think C# added the implied break, because fall-through is really bad

grand tusk
#

all([a[n]==b[n] for n in ['x','y']])

light stump
#

๐Ÿ˜พ

autumn turret
#

Java doesn't have ternary? like var value = ( a == b ) ? "This is true" : "Patently false";?

#

Kitties fighting kitties ๐Ÿ˜ฟ

manic vessel
#

Java has ternary conditional. I miss it kotlin something shocking.

autumn turret
#

Dude, that cat's playing her hoomins like fiddle! lol

#

Classic VB/VBScript didn't have ternary. But, it did have IIF(condition, trueCode, falseCode). Could make one of those with some delegates @manic vessel

clever summit
#

I'm back. What did I miss? ๐Ÿ™‚

ancient grotto
#

Some philosophical code discussion

clever summit
#

Oh, somenone mentioning VBScript. Oh....

#

That is the code discussions I really like. Doing loads of code review discussions with our new devs.

autumn turret
#

In the end, opinions about programming languages, patterns, etc are like any other opinion. They're all wrong unless they're mine! ๐Ÿ˜„

ancient grotto
#

continue or break for you @autumn turret

autumn turret
clever summit
#

Or in this case, mine. I am the system architect I basically own the code (I am also the Supreme Commander).

autumn turret
#

So I'm putting docs and standards together for contractors who will be working with us, since I get to guide the development, and review all PRs. Consistency, at LAST!

autumn turret
clever summit
#

yeah, I need to get to that place as well.

#

Oh, that is not an issue. I am never wrong. ๐Ÿ™‚

#

(Except when I am)

autumn turret
clever summit
#

So, c# for you as well, Hugo?

autumn turret
#

Yessir, and getting into Angular and TypeScript (no longer AngularJS, at last)

clever summit
#

I do avoid frontend stuff. Still does not stop me from architecting that as well. We are slowly getting there.

autumn turret
#

Yeah, my title is "Senior Software Engineer", but I'm mostly doing architecture stuff. But not getting the title/salary. ๐Ÿคท

#

Title I don't particularly care, except that title & salary bands are pretty tightly coupled at work

clever summit
#

I rewrote one of our applications in the original Angular. Two weeks later Google announced that it was getting replaced. Me was like; OK, scrap this - I give up.

ancient grotto
#

you would need to close the Pycharm terminal and restart

autumn turret
#

Might PyCharm be catching/eating your Ctrl+T?

clever summit
#

My title is System Architect and I do get the pay that comes with it.

clever summit
#

๐Ÿ™‚

#

I 'm not employed though. Independant contractor.

autumn turret
#

Ah, hmmm

#

How about we trade, except that hire me as an employee, cover insurance, benefits and retirement plan, and we call it even? ๐Ÿคฃ

clever summit
#

Hey @smoky island you really need to do something about the keyboard resonating into the microphone. I have you hooked up to my HiFi system, and the bass is good.

#

Sounds like the desk resonating.

autumn turret
#

Just a simple mic arm would do

modern night
#

a wash cloth between the mic and desk might help dampen it

autumn turret
#

Clickey keys are ok, it's like keyboard ASMR

modern night
#

I'd bet the bean bags is a better choice

clever summit
#

Yeah, the clicky key doesn't bother me, kinda reminds me of better days. ๐Ÿ™‚

#

The good old IBM keyboards.

manic vessel
#

Cherry blue or IBM PS/2 FTW

clever summit
#

Yeah, the bean bag wasn't enough.

autumn turret
#

I've got one of those large mouse pads under my keyboard. Mostly to help stuff not slide around, but it dampens bumps well

clever summit
#

I did some years installing software at customer sites, so I tried many different keyboards. The PS/2 ones are my favourites. And yet here I am with a modern flat mac keyboard....

ancient grotto
#

yep give me a ps/2

autumn turret
light stump
#

I think the bean bag isn't damping the low frequency. I remember the IBM ka-ching keyboards. Weighed a ton, almost comforting like a weighted blanket.

clever summit
#

Also, the PS/2 ones felt that you could run them over with a tank and they would still work! Hahaha.

autumn turret
#

And REALLY reasonably affordable

#

even if you're a systems architect moneybags type of person ๐Ÿ˜›

clever summit
#

Keyboards are a business expense, so no problems there.

#

On the other hand we use a swedish keyboard layout, so that is usually the problem finding one.

autumn turret
#

Is the return type of the "can walk" method a Bool?

#

or bool equivalent

#

@clever summit - For Swedish, can you use an ISO with Swedish caps? If so, Keychron's are CherryMX compatible

clever summit
#

Yep, Keychron offers a german layout, no swedish.

manic vessel
#

Who needs labels on the keys ?

clever summit
#

Yep, we use ISO. Just need to find the rights caps then.

#

I LOVE my ร…ร„ร– labels on the keyboard.

#

๐Ÿ™‚

autumn turret
#

Amazon, Drop.com, bunch of others will have those layouts

#

and all the other specialty keyboard sites

#

Or custom order some from WASD

clever summit
#

Hahah - Das Keyboard: 105-key for UK, NO, and DE layouts. NO has half of our population. ๐Ÿ™‚

modern night
#

dictionaries are shallow copied, so if you want a copy d2 = d1.deepcopy() *should work

#

That's a fantastic question

autumn turret
clever summit
#

Obvioulsy Sweden.

autumn turret
#

The [keyboard] world appears to disagree! lol

#

But at the same time, Sweden does have @clever summit, so that does give it a good bump.

clever summit
#

CircuitPython does not speak norwegian, so there is that!

autumn turret
#

They're not part of "the gang" blinka

clever summit
#

They are also not part of the EU.

autumn turret
#

Neither is the UK. ๐Ÿค”

grand tusk
#

tile[11].can_walk is False. You should be looking at type==10?

autumn turret
#

I don't have any insight, but it's starting to feel like an off-by-one thing

clever summit
#
Keychron | Wireless Mechanical Keyboards for Mac, Windows and Android

Keychron K2 (Nordic ISO Layout) is a 75% layout tactile wireless mechanical keyboard giving you all the keys and functions you need while keeping it compact. With the largest battery seen in a mechanical board, Mac layout, connect up to 3 devices, comes with wired cable option, and 15+ types of RGB lighting option.

#

WHAT!!! I don't want norwegians characters on my keyboard! ๐Ÿ™‚

clever summit
#

OMG YOU ARE SO CLEVER!

autumn turret
#

I have a K2 on my desk at the office. Nice board. I'm on a K8 here at home

clever summit
#

They even have hot-swappable keys? Insane....

autumn turret
#

Yep

#

Some newer boards even have optical switches

#

If paint buckets is a bit much, there's also this

clever summit
#

I still have this in my desk drawer....

autumn turret
#

SAmple keyboard???

#

LUL - I like it @clever summit . But how do you click?

clever summit
#

๐Ÿ™‚

#

It's an analog delete key!

#

So the Keychron K4 comes in a nordic version. But switch Red/Blue/Brown. Which one should I choose?

autumn turret
#

Clicky blues FTW

#

Or one of each, to be safe

clever summit
#

Fancy, it's RGB....

autumn turret
#

What about tile_type = math.max(tile_type - 1, 0)?

#

on line 40

#

or 1

#

Format button, fancy!

clever summit
#

Ordered. ๐Ÿ˜Ž

#

Cheaper than Logitech anyway.

autumn turret
#

Nice!

clever summit
#

So now I need to order custom keycaps, @autumn turret ?

autumn turret
#

Don't forget the white-out for the NO keys!

#

Yeah, custom or alternate ones

clever summit
#

Sounds expensive. ๐Ÿ™‚

autumn turret
#

Doxxing yourself, I think that's a demerit badge for streamers

autumn turret
manic vessel
#

Reminds me of Dan at The Coding Train. I don't know how many times he's ended up sharing his secrets on stream.

clever summit
#

I was kinda surprised. Never heard about Yuntrack though.

autumn turret
#

Typo in "ignore"

clever summit
#

Oh, it is Arduino Day 2021. The Arduino crowd are live streaming.

autumn turret
#

For "all files" in git, you can do git add .

#

or git commit -am "commit message" will add AND commit with the message

clever summit
#

Yeah, me neither.

autumn turret
#

I think Arduino is what really started the "accessible to all persons" micro controllers

#

-a is short for --add, and -m is short for --message

clever summit
#

Time to make the switch from VS Code?

autumn turret
#

Oh yeah, before that, buy special chips, by a programmer, by an eraser if you had the erasable chips, tool chain, etc.

autumn turret
#

I like VSCode, but for Python, PyCharm feels more apt

clever summit
#

I use their other IDE's so I am already licensed.

autumn turret
#

ReSharper and Rider @clever summit ?

#

I've tried DataGrip a few times, but I can't get my brain around it. Maybe I'm too conditioned with SSMS

clever summit
#

Resharpers since forever! Also Datagrip.

#

Yeah, it differs to SSMS but I do use other databases so it is nice to have a tool that supports them all.

autumn turret
#

I also like LINQpad for some SQL Server stuff

manic vessel
#

JetBrains Ultimate (so PyCharm) on Windows and Mac. VSCodium on RaspberryPi

autumn turret
#

Or other DBs, but we're an SQL Server shop

autumn turret
clever summit
#

Main customer is SQL Server.

autumn turret
#

But I think JetBrains tools do Linux too, no?

manic vessel
clever summit
#

Yep.

autumn turret
#

Ahhh

clever summit
#

Reasons for dual reboots....

lilac tusk
#

They are working on ARM support supposedly

manic vessel
#

It may be a requirement for Gnome/KDE.

clever summit
#

"PyCharm is kinda bloated" - Proof, it just told me it us running out of memory on my 48GB RAM Mac... hahahaha!

autumn turret
#

OFC it's bloated - JAVA! ๐Ÿ˜›

ancient grotto
#

I run Pycharm in the RP4 ๐Ÿค”

clever summit
modern night
#

I've got to head out, thanks for the lovely stream!

manic vessel
clever summit
#

Yes, that is the Apple problems. The System Volume Information folder is a Windows problem.

ancient grotto
#

Really, I installed like three months ago , and I had it in the RP3

#

But I am using the community edition

#

You will need to compile some code to the update files works, if I remmeber correctly. let me find something

manic vessel
#

Cheers.

#

The included JBR is 64-bit so won't run on my 32-bit installation. I've just installed openjdk-11-jdk and it RUNS. Oh yeah!

ancient grotto
#

Pycharm will complain abouht fsnotify, but you download the code from github and compile it

#

There is no problem with that, python will go through the file to build the namespace dict if I am remember correctly

clever summit
#

No elevator music? Disappointed... ๐Ÿ™‚

autumn turret
#

No voice audio either anymore!

clever summit
#

No sound

ancient grotto
#

@smoky island no sound

autumn turret
#

Yeah, we hear you

clever summit
#

The Great Search works fine!

#

Still got that in my head since Scott's stream.

autumn turret
#

lol

#

Here's some DMCA safe, royalty free songs commissioned and put out there by Harris Heller, SPECIFICALLY to avoid that nasty mess
https://twitter.com/HarrisHeller/status/1239974746306965506

Let me clear the air and tell you what this music is..

๐Ÿ‘€ 180 songs
๐Ÿ‘€ 6.5 hours of music
๐Ÿ‘€ Copyright free
๐Ÿ‘€ Use behind your live stream
๐Ÿ‘€ Use in your YouTube videos
๐Ÿ‘€ It will be available on literally every music streaming platform (Spotify, etc)
๐Ÿ‘€ 100% free

There you go https://t.co/VXeQjwyC6A

Retweets

1594

Likes

7941

โ–ถ Play video
#

There's others out there, but he had this made for this specific reason

#
for z in "XY":
  my_game.player_loc[z] = _new_loc[z]
#

Maybe make a multi-assign/copy method, like def BulkCopy(source -> [], dest -> [], items -> [elems]

#

I think OBS has an audio source available. Worse case, browser source

#

Coz you could do that with ["width", "height"] in other places

#

or even ["X", "Y"]

#

That's cool. Just putting it out there ๐Ÿ™‚

#

Just made me think of that when you went from dict copy to assignments

grand tusk
#

\o/

upbeat matrix
ancient grotto
#

NICE!!!!

clever summit
#

Thanks for the company! ๐Ÿ™‚

upbeat matrix
#

I don't think the artist has a choice

ancient grotto
#

Thank you @smoky island

autumn turret
#

Have a good weekend @smoky island and everyone!

ancient grotto
#

And be sure to be here next week for our weekly Weblate meeting

autumn turret
#

I'm not seeing ads, but I have an ad-blocker gasp

clever summit
#

I wouldn't know. I am on YT Premium.

autumn turret
#

Put down a walk-on keyboard like in the movie "Big", and let the cats dance on it for music!

#

Thanks for the learnings and company ๐Ÿ™‚

manic vessel
#

Cheers. Have a great weekend.

smoky island
#

Thanks for hanging out all!

tame dew
#

@smoky island inspired me to order everything needed for the EZ Make Oven. Ordered different thermocouple and breakout than the guide.

smoky island
#

Nice! I've got a breakout but need to get the thermo-couple wire itself.

tame dew
lilac tusk
#

alrighty, going live soon!

autumn turret
autumn turret
#

Back at [long] last. Looks like you've got a good bit of the board designed

#

So is that 1.1v actually 1.1, or a stand-in for another value?

#

I thikn it does. So you don't have to worry about bringing in every voltage to the chip it might need or reference?

#

That part, labelling a bunch of pins, looks like it gets tedious. You'd think there would be a macro or some way to enter ranges and generate labels

#

like GPIO[1-3,4,6,8-11]

#

Then drag them into place

#

I guess AutoHotkey would do that, at least for Windows

#

would -> could

#

And it messes with my OCD that the lengths are different, so I'd be tempted to do is GPIO01 instead of GPIO1

#

But I'm weird like that

#

So say the old folks. Goes to show, you never can tell

#

(to your "C'est la vie")

#

It's very faint

#

It pretty much blends in with the background sound

#

What's the worse that could happen?! lol

#

That's looking like it's getting pretty squeezy tho

#

Any chance of "interference" (impedence? I forget the right term) between lines that close?

#

Ok. I was curious, because I'd worked in cabling before (network), and cross-talk is a big deal. Or at least was back then

#

"hopping" as in traces over traces?

#

Oh, I see.

#

Wow, 2 hours. Looks like you've gotten a good amount done tho

#

How much complexity, time and cost would having POE included? Just curious, I don't have POE gear

#

I can see a bit where it is

#

802.<something> <mumble> <mumble>

#

So you just need the right jack? No extra controller to split data & power?

#

So all that blue around there is ground?

#

Programming can help with all the renaming. Copy/Paste!

#

It certainly seems like it

#

Specially with traces and not just whatever those yellow lines were. Those to the uninitiated are... scary looking

#

Looking nice

#

Cool. Very curious about driver dev as well

#

I do regular/business software dev "for work", so the rest of the technology stack is all of interest to me

#

Have a good evening @lilac tusk!

lilac tusk
#

you too ๐Ÿ™‚

#

see ya during the desk of ladyada show

open girder
#

Desk of Ladyada - Happy Arduino Day (weekend)! Arduino for RP2040, some STEMMA QT designs, and moreโ€ฆ https://youtu.be/fKDeqZiIwHg

It was Arduino Day yesterday, check out Arduino's YouTube channel for recorded streams. We tried out an Arduino board support package for the RP2040/Pico with success! We got the Feather RP2040 and our QT Py both up and running with some demos. NeoKey designs are starting to make it into the shop. We sketched up a possible new Trinkey design and...

โ–ถ Play video
open girder
lilac tusk
#

This is definitely the most tenuous part of making Electronics

shell mason
#

i was thinking if you get 2 different style you could perhaps add both of those so both ground so routing could be easier

inner spade
#

I've got the disco ball spinning, waiting for the music on YT. ๐Ÿ•บ

viscid bolt
#

And waiting for the breath of fresh air?

haughty quiver
#

gasp

#

๐Ÿง

pallid sail
#

I see you live on twitter but not YT

dry marten
#

Is your audio on?

#

I hear now

shell mason
#

Airquality Park

ivory flax
#

@haughty quiver. Is there a show on YouTube

shell mason
#

twitch work

ivory flax
#

Ugh I don't have twich

pallid sail
cinder wind
#

apparently no youtube, but on twitch

pallid sail
shell mason
#

over the limit of the sensor wow

cinder wind
#

wow that's awesome. So I can check the state of my SodaStream

shell mason
#

well need to check range of it

cinder wind
#

lol finally streaming on youtube

#

hahahaha

ivory flax
#

@shell mason. Thank you for the link

haughty quiver
#

hmm strange -- the youtube broadcast is telling me it was fine, but apparently not?

cinder wind
#

it's fine now, but it's only been going for about 30 seconds

haughty quiver
#

odd

pallid sail
#

The YouTube stream started once your stopped the actual stream

fossil cave
#

Did I miss a half priced sgp30?

pallid sail
haughty quiver
#

It looks like I should be able to download the stream from Twitch and then re-upload it to YouTube. Sorry for the weirdness!

pallid sail
#

It happens. Bits get flipped occasionally

ivory flax
#

Sad out of my price range good show once I got in however

upbeat matrix
#

wow, that's a really substantial discount on the sensor. Usually the sensors are so cheap it doesn't matter.

upbeat matrix
#

If anyone is interested, I have a project using that sensor on a Clue. If you press both buttons on the clue as its booting up then it goes into calibration mode. My sensor was way off when I first got it so you may need to calibrate too. No docs yet unfortunately since I have more I want to add to that project https://github.com/endico/breathable

rocky reef
#

good morning / afternoon / evening and night folks!

hard hollow
#

โ˜•๏ธโšก๏ธ

lavish patrol
#

Afternoon ๐Ÿ˜€

#

16:00 GMT

#

Bleeps and Bloops incoming...

split gazelle
#

good morning folks

lavish patrol
#

Good afternoon, @split gazelle ๐Ÿ˜‰

solemn cosmos
#

Hello gents

buoyant sable
#

good morning !

viscid bolt
#

I made it on time!

rocky reef
#

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

viral sail
#

Good morning.

rocky reef
gusty wedge
#

Hi from CR, N&P

rocky reef
#

Cyberdeck Bonnet for Raspberry Pi
https://www.adafruit.com/product/4862

Raspberry Pi 400 Kit
https://www.adafruit.com/product/4796

lavish patrol
#

Cool acrylic.

rocky reef
shell mason
#

CyberDeck styled holder nice

rocky reef
wise iris
#

what was that cool-looking demo code, again? I missed it when you said before

shell mason
#

new mosaic 8 filament palette is cool tool to make multicolored prints

rocky reef
wise iris
#

ah! thanks!

split gazelle
#

the engraving came out super good

shadow epoch
#

With the cyberdeck plugged in, I can tilt it a couple of degrees back and forth, does anyone know what is moving inside the 400? Should I try to not tilt it too many times?

rocky reef
upbeat coral
#

@shadow epoch Mine move a little as well but, it appears to be the CD not the Pi.

rocky reef
lavish patrol
#

Hats and bonnets are different things?

rocky reef
#

Fusion 360 Tutorial โ€“ Panel Mounting External Parts โ€“ Layer by Layer
https://youtu.be/SAW89g5WZL4

Taking a look at using external components to create a simple panel mounted circuit. Learn how to use sketches, user parameters and joints to create a scalable panel with components.

Fusion 360 Share Link
https://a360.co/3cCK7uL

Feather RP2040
https://www.adafruit.com/product/4884

1.5" OLED grayscale display
https://www.adafruit.com/product/...

โ–ถ Play video
shadow epoch
#

Thank you for making these plates! Looking forward to making one. thanks @upbeat coral

rocky reef
upbeat coral
#

@lavish patrol Hats Full size Pi, bonnets Pi Zero

upbeat coral
#

You are welcome @shadow epoch . Printing one for CD Hat at this time.

lavish patrol
#

Thanks, @hard hollow and @rocky reef ๐Ÿ‘

#

Now I know. ๐Ÿ˜€

split gazelle
#

+1 for ponoko

shell mason
#

CyberDeckHub

#

WhoAmI

upbeat coral
#

You get what you pay for. Ending today is a great Deal on an Ender3 X.

shell mason
#

that would be nice quezzing game

lavish patrol
#

Spacers!

rocky reef
upbeat coral
#

Darn it. It's already tomorrow at Banggood. ๐Ÿ˜ฆ

shell mason
#

what is pi extendable and can be 2 sizes

gusty wedge
#

For playing bzflag ๐Ÿ™‚

viral sail
#

I guess we'll need a PowerBoost 3000. ๐Ÿ™‚

shell mason
#

PowerBoost 7000

upbeat coral
#

"Cuties" Mandarin oranges come in a crate (at least here in SC) that has some very nice and thin plywood.

lavish patrol
#

PowerBoost 1 Million

charred mason
#

Hello everybody!

#

oh, the cyberdeck boards look so nice!

upbeat coral
#

There are some "Frames" om Thingiverse fot the Pi400 that might be a solution. https://www.thingiverse.com/thing:4737810

shell mason
#

easter week we are in

gusty wedge
#

Looks like a Fabergรฉ, so shiny.

shell mason
#

those Dragon eggs from GOT

#

and it stopped on community makes

upbeat coral
#

Where'd they go?

solemn cosmos
#

echo echo

hard hollow
#

almost there

solemn cosmos
#

hi again

rocky reef
#

wirecast crash

ivory kiln
#

welcome back ๐Ÿ™‚

lavish patrol
#

SN11 problem. ๐Ÿ˜„

charred mason
#

Dejavu Hi!

shadow epoch
#

welcome back

shell mason
#

@lavish patrol yeah SN11 what crash thing suddenly

lavish patrol
whole flint
#

w00t! My 10 minute wait time is up. Hi all!

#

(I'm Mr. Petielicious in the youtube chat)

lavish patrol
#

Pernickety? ๐Ÿ˜„

viral sail
#

Thanks @rocky reef & @hard hollow for another great show. See you all tonight!

whole flint
#

Yes, thanks!!

rocky reef
#

thanks so much for hanging out folks!

lavish patrol
#

Thanks, guys. ๐Ÿ˜€

#

No problemo.

split gazelle
#

great show guys!

solemn cosmos
#

Bye

upbeat coral
#

My thanks to YOU. Till T'nite

hard hollow
#

thanks folks!

gusty wedge
#

Thanks, great show.

shadow epoch
#

thanks!

split gazelle
#

good evening folks

nova totem
#

Good evening all!

glad mortar
#

hey

waxen thistle
#

Good evening all you wonderful folks!

acoustic crescent
#

hello folks

viscid bolt
#

Good evening

gaunt plume
#

Hello

viral sail
#

Good evening everyone.

tulip canyon
#

Hello High-fives to all ๐Ÿ‘‹

haughty quiver
#

Hi all, please come on in, the water's fine!

sage aspen
#

Hello folks ๐Ÿ‘‹

clever summit
#

Good late night!

shell mason
#

it works

#

twitch is live

spiral vale
#

hey fronds

cinder wind
#

hello!

glad mortar
#

hi

autumn turret
#

Good evening/morning/night/afternoon/time of son and/or moon where you are!

cinder wind
#

or do you have a show tomorrow? prank!

clever summit
#

Hi Hugo and Timon

autumn turret
#

In French, "April Fool's" is "Poisson d'avril", which translates to "April's fish". So... something fishy?

acoustic crescent
#

oh dang ๐Ÿ˜ฆ get better soon bill

glad mortar
#

dang, wish you well bill

autumn turret
#

Get well soon @pearl shoal. The community's all pulling for you and sending positive vibes โค๏ธ

nova totem
#

Get well soon @pearl shoal

upbeat coral
#

Get well soon Bill.

split gazelle
#

get well soon @pearl shoal

gaunt plume
#

get well soon @pearl shoal

cinder wind
#

Hi Kevin, Hi Lydia!

waxen thistle
#

That project has me spinning in circles! Also, Pluto is jealous ๐Ÿ™‚

sage aspen
#

Get well soon @pearl shoal

autumn turret
#

Great looking project Lydia! Gotta show dad a few tricks! ๐Ÿ˜‰

charred mason
#

Hello everybody!
get well soon @pearl shoal

alpine nova
#

glad you're doing better @pearl shoal get well quick!

cinder wind
#

that orrery looks so cool!

nova totem
#

That looks really cool

gaunt plume
#

wish i had a rp2040 back in science-fair days

pearl shoal
#

Thanks everyone. Please go get a vaccine!!

autumn turret
cinder wind
#

hey @pearl shoal glad you could make it for the show!

clever summit
split gazelle
#

fantastic work @gaunt plume

glad mortar
#

really cool!

upbeat coral
#

Anybody >13 in SC.

open girder
#

@pearl shoal has already designed a VaccineWing for feather and has a PR open to add it to CircuitPython ๐Ÿ™‚ good to see you here bill, everyone is sending their thoughts and healing vibes through the ether to ya

autumn turret
nova totem
#

Neat @gaunt plume I just was doing something with Adafruit IO today (which was still fast to do) but this would be even easier

clever summit
#

As a programmer I must object to your no programming approach! ๐Ÿ™‚

autumn turret
#

That's awesome @gaunt plume

pearl shoal
gaunt plume
#

ty all

gaunt plume
alpine nova
#

i love knobs

shadow epoch
#

It's so cute!

odd stream
#

I so miss those days.

sage aspen
#

๐Ÿ˜„

autumn turret
pearl shoal
#

Thanks @low fractal

acoustic crescent
#

more like "sold out" vs "in stock" xDDDD

autumn turret
#

Literal hack!

split gazelle
#

lololol

autumn turret
#

Very clever @low fractal

clever summit
#

Ha, that is clever!

waxen thistle
#

"Hack"saw.

nova totem
#

I loved when I saw this on twitter

alpine nova
#

that's cool

clever summit
#

Also, guarantee is void.

grand tusk
#

Oh the humanity

alpine nova
#

doesn't the chip look for the end of those traces?

cinder wind
#

haha @low fractal literally a "hack" with a hacksaw!

waxen thistle
#

@clever summit If I don't violate at least three warranties in a day, I haven't succeeded ๐Ÿ˜‰

autumn turret
glad mortar
#

haha I love this so much!

nova totem
#

That's amazing @split gazelle. That's so cool

glad mortar
#

great idea @split gazelle midify all the instruments!

autumn turret
#

Very cool @split gazelle. Was JUST about to say, MIDI controlled!

waxen thistle
#

That is wicked awesome @split gazelle

#

You're totally allowed to toot your own horn with this project!

charred mason
#

Awesome @split gazelle !!

autumn turret
#

Great engineering and design. So clever

inner spade
#

Digital digits (fingers)! Nicely done, @split gazelle

split gazelle
#

thanks everyone!!

#

nice @cinder wind

waxen thistle
#

That's a nice, low-cost alternative to the Hakko Omnivise (about a $50-75 item that's awesome for holding odd-shaped circuit boards).

spiral vale
#

heat some magnets into the base of that vise!

waxen thistle
thin vessel
#

you could easily print with a recess to put a magnet in

split gazelle
#

looks amazing @glad mortar !

drifting arch
#

@glad mortar I NEED

low fractal
#

grabby hands WANT.

nova totem
#

that looks really cool, those compute modules are so neat

waxen thistle
#

giant palm pilot ๐Ÿ™‚

clever summit
#

Whoooo! That is neat!

spiral vale
#

different heights of the 3d-print vise would be awesome too

wispy linden
#

@glad mortar ๐Ÿ˜

cinder wind
upper sandal
#

drocsid\ti.urfada\\:ptth

autumn turret
#

Very nice @glad mortar! That's quite device!

thin vessel
#

could probably make it modular, so different heights would be just swapping pieces

spiral vale
#

CM4 Giant Blackberry!

digital crescent
#

any tips on soldering those compute module high density connectors?

alpine nova
#

@cinder wind in my dream of building a custom device for controlling my live video mixing i never considered the eurorack style but now i see how i might add modulated autonomy

drifting arch
#

@digital crescent hot air or reflow oven...and get a solder paste stencil

cinder wind
digital crescent
cinder wind
civic sphinx
#

is the live ask an engineer happening today?

drifting arch
#

@digital crescent I've made 2 boards...and used 10 of the connectors...they are NOT easy..

#

@glad mortar Is it possible to buy from EU? I'm in Sweden...

mellow thunder
#

That was way ๐Ÿ˜Ž

nova totem
glad mortar
#

@drifting arch yes CS ships all over the world ๐Ÿ™‚

mellow thunder
#

@civic sphinx yes after show and tell

cinder wind
split gazelle
#

super cool Daniel

drifting arch
#

@glad mortar I was just hoping to save on shipping over the oceans... for environments sake.

autumn turret
#

That looks really nice @acoustic crescent. Great job!

raw iron
#

When will ASK AN EGINNER Start?

acoustic crescent
light stump
#

iPad interaction was a cool demo!

glad mortar
drifting arch
#

My heart skips a beat when I hear 'next up is Mark' ๐Ÿ˜„

robust horizon
#

@raw iron looks like show & tell will wrap up soon, ask an engineer will start after that

split gazelle
#

looks great @nova totem ! great to see the progress every week

autumn turret
#

Great wrap-up to the project @nova totem. Awesome seeing the week-to-week progress!

raw iron
#

The colored text is really cool

drifting arch
#

@glad mortar I guess I'll wait until digi-key or mouser get it....as I order from them anyway

viral sail
#

Great work everyone. Thanks for sharing.

glad mortar
#

heh yea CS is essentially Mouser ๐Ÿ™‚

nova totem
#

Thanks @split gazelle and @autumn turret !

clever summit
#

Thanks JP

autumn turret
#

Thanks for the host @haughty quiver, great having your Q&A

raw iron
#

Ask an eginner is starting now i think

strange mantle
#

you could ask the driver what their favorite color is and set it ๐Ÿ™‚

split gazelle
#

great projects everyone! and great job hosting @haughty quiver !

haughty quiver
#

LOL thanks, so many great projects I forgot to look at the clock!

glad mortar
#

thanks @haughty quiver was a great stream!

haughty quiver
#

Thanks everyone for coming by!!

nova totem
#

Great show and projects everyone

raw iron
#

Good job @haughty quiver

tulip canyon
#

Great job everyone. Might have to go back to an hour show!

open girder
glad mortar
#

I assumed its always an hour, I would have speed up otherwise, sorry ๐Ÿ˜„

clever summit
#

I loved the cut off 2040!

autumn turret
#

For what it's worth, I really enjoyed the Q&A JP had with the guests about the projects

charred mason
#

those are really nice boards @glad mortar

civic sphinx
#

Is there anyway to upload code from makecode to the CPX via ipad? I have a dongle to plug in the USB but is there a way to the drag and drop?

glad mortar
#

thanks @charred mason !

delicate fractal
#

I liked that opening track. Was that also bartlebeats?

autumn turret
#

I may have missed it, do you have a link @glad mortar ?

glad mortar
autumn turret
#

CRIKEY! @pearl shoal is Santa? That explains. SO. MUCH!

raw iron
#

Hey @proper trench

#

Get will soon Bill

split gazelle
#

good vibes @pearl shoal

waxen thistle
#
slow spire
#

Hi, all!!

waxen thistle
#

Hey @slow spire!

#

Oh Wiha makes some slick tools. Really high quality stuff.

loud gust
#

๐Ÿ’–๐Ÿ’–๐Ÿ’– sending love to Bill and family!!

#

ohhhh top secret projects ๐Ÿ™‚

civic sphinx
#

where can we ask a question for the ask an engineer

autumn turret
waxen thistle
#

We're at the end of the second act of a three act play. We're making progress -- but now is not the time to take our foot off the gas. The harder we push our preventative measures, the quicker we can get through this.

civic sphinx
#

@askanengineer: Is there anyway to upload code from makecode to the CPX via ipad? I have a dongle to plug in the USB but is there a way to the drag and drop? the new iOS 13 allows you to plug in a usb to an ipad but i cant get it working -- any ideas?

slow spire
#

@pearl shoal Get well soon! ๐Ÿค—

waxen thistle
#
open girder
#

@civic sphinx with the ipad and file xfer and the way makecode works, i think you cannot - but can for things like python code (code.py file, etc)

civic sphinx
autumn turret
#

Those in stock*

*for now

raw iron
#

Awsome

#

I wanted a PICO but they wer out of stock

haughty quiver
pearl shoal
#

Thank you al for the kind words

raw iron
#

Get well soon @pearl shoal

drifting arch
#

In Zagreb, Croatia there is a scale model of the solar system covering the city.
https://en.wikipedia.org/wiki/Nine_Views

Nine Views (Croatian: Devet pogleda) is an ambiental installation in Zagreb, Croatia which, together with the sculpture Prizemljeno Sunce (The Grounded Sun), comprises a scale model of the Solar System.
Prizemljeno Sunce by Ivan Koลพariฤ‡ was first displayed in 1971 by the building of the Croatian National Theatre, and since then changed location ...

civic sphinx
raw iron
#

I know everything is out of stock ๐Ÿ˜ฆ

autumn turret
#

Morale and positivity is in stock, in spades!

raw iron
#

I am working on makeing rocket computerse and i will get some parts from Adafruit

autumn turret
#

Bullish, anti-fragile, whatever you call it, it's synonymous with "awesome"

drifting arch
#

adaptable

grand tusk
#

Hope the drawer was anti-fragile.

split gazelle
#

ohh pulling in the pocket operator, very nice

waxen thistle
#

That's a very cute baby Korg

proper berry
#

It's a Korgi

delicate fractal
#

When you start a livestream late, and watch it at 1.5x to catch up, everyone sounds a little dopey when you finally do catch up.

autumn turret
#

Korgibitty!

cinder wind
#

so hopefully we'll be able to Arduino upload to UF2-compatible boards without BOSSA soon?

delicate fractal
#

blame it on BOSSA now-a.

proper berry
#

He doesn't show where you pull it off and bend 4 pins on one end, then curse. That's how I usually do it.

waxen thistle
proven crow
#

Where do you get your PCBs from?

hot frigate
#

Tangential question is how are they different?

glad mortar
#

I got started with Linux with the first Raspberry Pi ๐Ÿ™‚

autumn turret
#

Another good place ot get started with Linux - get a RPi Zero W and a MicroSD card

glad mortar
#

time flies, that was ~9 years ago now..

autumn turret
#

If you have a keyboard & mouse, and either a monitor or TV, you've got all you need

slow spire
#

Another place to get started with Linux/*nix is the macOS terminal, or a virtual machine on a Mac or PC

autumn turret
#

or WSL in Windows

lilac tusk
#

WSL is handy

dim knot
#

But do they hit the corner?

strange mantle
#

@proven crow oshpark

waxen thistle
glad mortar
#

btw here a tiny demo using the Pi as mass storage device for CircuitPython/Blinka ๐Ÿ™‚

shell mason
#

Expansion pack for Cyberpack sounds so good

delicate fractal
#

Did they make it too easy? Are they going to put the ML experts out of work? ๐Ÿ˜„

loud gust
#

yayyyy lobe!!! ๐Ÿ˜„ ๐Ÿ˜„ ๐Ÿ˜„

strange mantle
loud gust
#

lol we'll always prolly need data scientists for suuuper custom and industrial models, but lobe is AWESOME for maker projects and prototypes

autumn turret
upbeat matrix
#

stick person preschoolers are super cute!

grand tusk
#

Cyberdeck looks so cool!

haughty quiver
delicate fractal
#

Those stick figures are awesome!!

rancid depot
#

just amazing silkscreen design!

waxen thistle
#

"I'd like to complain you're making it too easy to fall into the pit of success."

glad mortar
#

oh that plunger for the solderpaste is nice

autumn turret
#

Erin's always got such awesome projects. And loved the vibe on teh audio for this one!

charred mason
#

Love the Johnny Mnemonic references

haughty quiver
#

@civic sphinx I really would love for it to work doing MakeCode on an iPad and then transferring it to the device but as far as I know it's still not possible.

autumn turret
#

The world's cutest, most adorablest, lethalest smore maker & heating plate

strange mantle
#

hmmmm....a cute little fan? maybe that's what i've been doing wrong with my smd soldering...

civic sphinx
#

woukd be cool to see makecode have bluetooth too so you dont need plug

civic sphinx
robust horizon
#

hopefully we can get the pyruler pico footlong sometime soon

hot frigate
#

I was just trying out make.playpiper with my Feather RP2040, and it fried when I pressed the bootsel button. ๐Ÿ˜ฆ Used this last week.

robust horizon
#

does rp2040 have touchio?

cinder wind
nova totem
#

I totally remember Active!

waxen thistle
#

Wiha, Wera, Engineer, Knipex, Hakko, Xcelite ....all excellent brands.

alpine nova
#

looks like a ketchup/mustard dispenser

upbeat coral
#

My Insulated High Voltage tools use that color scheme.

waxen thistle
#

Ok, serious props to Wiha for labeling their 18650 batteries as "protected". Very, very few folks do that.

alpine nova
autumn turret
fickle umbra
#

HAH, Wiha's US site is sold out

upbeat coral
#

@alpine nova not hungry but nervous. I have a dislike of High Voltages

alpine nova
#

understandable

echo canopy
#

Question for the show: Back in December you featured the NRF PPK2 on EYE on NPI ... seems to be in super high demand

do you have any other suggestions in that price range ? For folks needing to start testing soon

I plan to still wait for the PPK2 but wouldnโ€™t mind other suggestions for lower voltage and high detail current like the PPK2 .. Thanks

waxen thistle
cinder wind
robust horizon
#

Good to know @cinder wind !

grand tusk
#

That's a lot of ohms.

autumn turret
shell mason
#

Digi-Ohm

waxen thistle
#

Three in stock at Digikey

hot frigate
#

That is way better than the one I got a Harbor Freight!!!

glad mortar
#

haha, what an oddball ad though

autumn turret
#

Harbor Freight is great for those "Need it one time" tool

waxen thistle
#

Wiha and Harbor Freight are two polar opposites ๐Ÿ˜‰

fickle umbra
#

Can confirm. Wiha's price is higher than digikey

autumn turret
#

lol

hot frigate
#

Then I got the Wowstick. Meh. 4mm tips. Is this 6mm?

dim knot
proven crow
#

Let's gooooo USB-C!

haughty quiver
#

I kinda want to eat those USB-C connectors.

dim knot
#

Raspberry Pi Compute Module 4 with WiFi - 2GB RAM and 8GB MMC https://www.adafruit.com/product/4790

Raspberry Pi Compute Module 4 with WiFi - 2GB / No MMC https://www.adafruit.com/product/4788

slow spire
#

@haughty quiver Hint: try them with a Tide pod. yum.

haughty quiver
#

Sticking to this theme, that beefy, beefy Pi Compute Module should ship in a Chef Boyardee can.

glad mortar
#

interesting

waxen thistle
#

@haughty quiver You want to eat the USB-C connectors? Wait....comon. Lars, stop hopping onto JP's discord ๐Ÿ˜‰

wispy linden
#

Pretty neat ๐Ÿ™‚

haughty quiver
#

shhhhhhh

autumn turret
#

This isn't the Lars you're Larsing for ๐Ÿฆฅ

fickle umbra
#

@haughty quiver they're connectors, not corn-chips. Plz no confuse. Not healthy

slow spire
#

The "C" is for Crunchy.

haughty quiver
dim knot
#

Microsoft Machine Learning Kit for Lobe with Raspberry Pi 4 4GB https://www.adafruit.com/product/4963

Microsoft Machine Learning Kit for Lobe - Pi 4 Not Included https://www.adafruit.com/product/4949

hot frigate
#

aka self driving cars are always 2 years away

proven crow
#

The P in Machine learning stands for positivity

thin vessel
#

fusion power always 20 years away, etc

autumn turret
sudden slate
#

I love the Lobe kit!

hot frigate
#

I kicked Alexa out for all the lies

proven crow
loud gust
waxen thistle
#

I'm tired of Alexa trying to advertise to me....when I set a timer.

sudden slate
#

I know! I use Mycroft instead.

autumn turret
#

The kit without the Pi4 looks liek it would fit nicely on a CyberDeck on a Pi400

dim knot
waxen thistle
#

I honestly forget what it was trying to peddle to me....I immediately asked "Alexa, do you understand the meaning of defenestration?"

proven crow
acoustic crescent
#

oh this makes you have how swappable swiches???

autumn turret
delicate fractal
#

COOOOOL!

haughty quiver
#

yay to Kailh sockets

ionic sundial
#

RP2040's are in stock ๐Ÿ˜„

robust horizon
#

The sockets alone (with no plate) are also pretty unsatisfactory with wider keys like tab, etc, because it is so much easier to press "off center" and pop the keyswitch out of the socket..

haughty quiver
#

I'm going to design a switch plate for the keyswitch FeatherWing that'll hold them in place and screw into the mounting holes.

dim knot
sudden slate
#

The NeoKeys will be in my drawer soon, I hope....

robust horizon
#

plates are very feasible to either 3d print, laser cut, or I suppose mill

proven crow
dim knot
slow spire
#

@haughty quiver I'm holding out for a breakout that includes keyswitch and keycap, even if it's just โ€œAlso add โ€ฆ to my orderโ€

haughty quiver
#

haha @slow spire nice and easy

sudden slate
#

I agree @slow spire

slow spire
#

@haughty quiver I almost ordered this breakout the other day, and came this close to pressing submit order when I realizedโ€ฆ there's no keyswitch.

ionic sundial
autumn turret
autumn turret
slow spire
#

@autumn turret But I'm building a keyboard FOR ANTS.

haughty quiver
#

@autumn turret sounds interesting, this so-called "key board"

fickle umbra
#

@open girder Not quite an engineering question but a product question: Would a PiOLED (3527) fit under the lid on the Adafruit Pi 2/3 case (PID 2257)?

robust horizon
#

I think I saw a couple of touchscreen controllers

nova totem
#

Will you ever sell the reverse mount neopixels like you can buy the individual regular neopixels?

rancid depot
#

Q: @open girder How can the adafruit mini IR remote control be used with the CPX and makecode? I tried many ways to get infrared receive to work in Makecode but no luck. The remote worked fine with CircuitPython on CPX. Any advice? Thanks.

robust horizon
#

@fickle umbra those screens can sit flush with the tops of the expansion headers, so I think mmmaybe? but I haven't tried it myself

haughty quiver
#

I'm very much in love with this Compute Module Pocket C.H.I.P. thing!

autumn turret
#

I saw that 240x240 TFT w/ SD card. I likey!

sudden slate
#

Is RP2040 support in Arduino now?? I can't get the new IDE.

proven crow
#

Whaaaaaaaat? That's sooooo cool!

waxen thistle
#

I miss physical keyboards on phones, that gave me such Blackberry vibes.

slow spire
#

Oh nice with compute module!!

autumn turret
#

Just needs the TFT, which aren't on planet earth anymore. Dolphins must've taken them all with them

dire zinc
#

The 'Adafruit MCP2221A Breakout - General Purpose USB to GPIO' has been out of stock for a long time and my digikey order for them date keeps getting extended. Will you be making more?

haughty quiver
#

@glad mortar is the Compute Module ninja

glad mortar
#

hehe

#

I do get a ton of requests around it lately ๐Ÿ™‚

slow spire
#

@sudden slate I don't think there is official support, yet for Arduino. But Ladyada demoed a cool independent effort.

autumn turret
#

How can @glad mortar be a ninja, if people can see and ask questions? ๐Ÿค”

sudden slate
#

Oh, OK. I wondered though, with the RP2040 Connect coming out.

robust horizon
#

@sudden slate if yo go back to about minute 53 of the live broadcast you can see which github they were using with arduino

lilac tusk
#

Seems like a lot of people are making CM4+RP2040

slow spire
#

@sudden slate Circuit Python is working on it, though.

delicate anchor
#

Hello #Adafruit friends, glad to see you both healthy

haughty quiver
robust horizon
sudden slate
#

Thanks so much!

lilac tusk
#

Guess I should finish that up then ๐Ÿ˜…

autumn turret
haughty quiver
#

ha

lilac tusk
#

Rafeki?

#

Did I spell that right

ionic sundial
#

Thanks!!

#

appreciate you guys a ton.

viral sail
#

Thanks @open girder and good night. ๐ŸŒ–

split gazelle
#

click click

lilac tusk
#

Rafiki*

split gazelle
#

thanks for a great show!

fickle umbra
#

Thanks Limor/PT

cinder wind
#

Thanks Limor & PT!

robust horizon
#

goodnight all!

ionic sundial
#

snagged 3x picos myself... ๐Ÿ˜„

nova totem
#

Great show! Have a great night

glad mortar
#

gn8, thanks for the stream

autumn turret
#

Thank you Adafruit team members and community. Stay safe, stay healthy and stay wonderful โค๏ธ

sudden slate
#

Thanks so much!!

proven crow
#

big probably ๐Ÿ˜ฌ

charred mason
#

good night everybody!

sudden slate
#

Awesome job!

waxen thistle
#

Thanks for another awesome evening of shows @open girder! Special thanks to @haughty quiver for hosting S&T! And a more special thanks to everyone who shows, tells, helps, encourages, and makes this world a slightly better place through what you say, what you do, and how you act. ๐Ÿ’œ

proven crow
#

'Night everyone!

autumn turret
#

Fidget Feather

#

with those keycaps

pearl shoal
#

Great distractions tonight and thanks for all the kind words

autumn turret
dim knot
#

Night all!

slow spire
#

Night all! Glad you were able to join @pearl shoal ! Getting my vaccine in a couple days!

lavish patrol
#

Greetings all. ๐Ÿ‘‹

viscid bolt
#

Good afternoon

spiral vale
#

It's

lavish patrol
#

It is. ๐Ÿ˜„

shell mason
#

the park john park workshop

waxen thistle
#

Good afternoon everyone! Welcome to JP's Workshop [this april fool's prank is brought to you by Lars' Workshop]

lavish patrol
#

Hello, @waxen thistle

shell mason
#

on park workshop location we welcome @haughty quiver

haughty quiver
#

Hi there!

lavish patrol
#

This is a Lars free zone.

#

Hello, @haughty quiver

shell mason
#

Lars Park Andy

lavish patrol
#

"My name is Park. Lars Park."

#

Bleeps and Bloops...

autumn turret
#

Good time-o'clock to all you wonderful people

shell mason
#

Andy Lars Park

inner spade
#

bleeps and bloops on YT!

spiral vale
#

"hmmm... steve"

cinder wind
#

I'm not here

lavish patrol
#

Someone posted an Easter card through my letter box today. I'm like, "Easter? When's that?"

mellow thunder
#

Hey All!

spiral vale
#

I need 20 of those parts trays

autumn turret
#

Ahoy @mellow thunder

waxen thistle
mellow thunder
#

I #D print trays like that now..lol

inner spade
#

Winterbloom fashion today.

waxen thistle
#

[you can enable back-in-stock notifications!]

mellow thunder
#

*3D

autumn turret
#

That's clever of you JP, feature products that are already out of stock, rather than making them sell out while you talk about them! ๐Ÿ˜›

mellow thunder
#

urgh

waxen thistle
autumn turret
#

For 3D printing, some maker spaces and libraries have services you can use for a nominal fee

spiral vale
#

But what about the buttercream?

lavish patrol
#

That's what I want to know...

spiral vale
#

cupcake tease

clever summit
#

Who. Late to the party.

autumn turret
#

Who who?

clever summit
#

Who me.