#live-broadcast-chat
1 messages ยท Page 183 of 1
Forcing gc can sometime help.
Good evening/afternoon/night/[time-of-day] friends!
Hi all.
howdy
He guys!
bows deeply and kindly to the assembled company
Converting to mpy can help with memory too (I guess).
Or doing everything on the RP2040 and no memory problem anymore.
Howdy @modern night, eh?
OK, Following the guide, and it is uotdated?
https://learn.adafruit.com/ez-make-oven/installing-the-code
Howdy indeed--it's a great doofy sounding greeting ๐
Very slick TouchDeck!
Says it need pwmio
It is, but I live in Texas, so I hear it plenty. And other interesting expressions, so shrug
I just installed EZ Bake on the Pyportal Titano.
If I could get it to run. I suck at this. ๐
Pair(++) programming AND debugging!
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...
The weblate GANG is always ++! ๐
Except for number translated strings - then we're usually a touch --! ๐
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.
76K
Can we cheat on the number of colour of the displayio "buffer", like going to a 16 colors mode?
You're on the latest non-daily/commit...ly(?) build
I am on 6.1
circup ...
Doesn't PyPortal setup and assign networking stack stuff?
Even if it doesn't use it
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!
With the new pybase, maybe you can pick the piece you want.
Sorry @clear matrix my one and only project has already been featured. ๐
Will do, and either way, you've got this! ๐
Nice to have the guest stream by @smoky island
Did this but forgot to put #circuitpython-dev on it: https://twitter.com/DavidGlaude/status/1375557719646740482?s=20
No worries! Thank you for making projects!
Thank you ๐
Ooh, nice! Thanks!
Good luck!
This was a quick post to test I2C in a issue. Normally I "polish" my tweet. ๐
320 x 480
Do you have a link to the original code?
Got it running by making the graph smaller.
Or just โfrom pyportal import โ what is actually being used
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.
You mean PortalBase?
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" ...
Yeah. We need the initializer ๐ฆ
"font2.load_glyphs" with all the character is a waste if it only display "Wait" and "Start".
Just tested that. ๐
It is 4000 bytes to store a sin and make sound ....
That tone is 4000bytes
try font2=font1 ๐
No, sound is only 160 bytes
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
Double check the Wait and Start...
Tea?
But it's dynamic right.
Just half a cup if you don't mind.
\o/
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.
For grins, maybe try using the terminal font
Doesn't look like we're missing much speed TBH
Now you have to speedtest to see the difference...
Is Ctrl+D not releasing some memory?
Terminal IO could replace font1.
That drawing feel slow...
Try not using font2 and replace every usage by font1.
Is it maybe loading all glyphs if you don't specify a subset?
I removed the LoadGlyphs and it displays the graph full screen.
Drawing is painful though... ๐
Is font3 the largest glyphs and therefore the most pixels/memory?
When you dropped load_glyphs for font3... was that the big change from 13k to 4k?
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
Is max_size still useful? It is not needed anymore.
I don't have the sensor either, so not sure of mem usage there.
Any other temperature sensor?
Team code golf. It is now a thing!
I skipped font3 and it works full screen. Add font3 and it don't.
Empty group to blank the screen quickly?
What did you replace font3 with?
I almost got it running by doing this:
font3.load_glyphs(b'EZMOCakevnotrl')
Hahaha!
Almost?
Hello, again missing stuff
Hiya @ancient grotto. Decide to go for a run again instead of watching stream? ๐
Oh, the GANG is complete. Hi @ancient grotto
No it rain all day, I did not know I was working on something
YESSS!!!!
Almost = It actually draws the full page. But it crashes in the next step.
The tones only used 256 bytes actually.
What if you 1/4 the bitmap, and 2x the scale?
And 2x if necessary
as in not always
You are not going to save time. ๐
Try binary font...
Take the sound an put that in a module?
does another module import most of the pyportal library?
or conversely, does pyportal import a bunch of stuff other libraries import as well
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()
I wonder if there's a catch in one of the other modules where if not pyportal: import xyz
Going over PyPortal and PortalBase does have some gc.collect() calls in __init__()s
Going over the code for those libs that is
Does __init__() run from the import blah, or when instantiated? I didn't looks too closely at which init calls have more gc.collect()
Sure.
You can change it
Pointless with secret stuff.
Just realized the Titano lacks a qwiic connector.
Secret gists help Microsoft find the good stuff.
And "secret" just means it's not discoverable. But if you have the URL, you can reach it - public or private
That is a little deceptive
The link is secret...
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
My touch deck doesn't have a speaker (not yet anyway).
Your PyPortal speak... another language.
So what was the fix that really helped?
Even pulled up in incognito
My PyPortal speaks a weblate GANG language!
Make sure to remove the extra print() calls before posting up the code
I used this CP: Adafruit CircuitPython 6.1.0 on 2021-01-21; Adafruit PyPortal Titano with samd51j20
๐ฎ
"Secret" GIST?
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.
The numbers duplicate
can you evoke gc at the end of each loop?
So it's consistent allocations
It does repeat the same. But I don't have the temperature sensor.
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
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.
that's good to know
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
Ah, math.
Pretty standard to have two lines before class... so PyCharm did that
Lucky I got the Titano yesterday then. ๐
Thanks! Doing some useful stuff a friday night for once. ๐
thanks for the stream, this was really fun!
Thank you!
Thanks.
Thank You!
Thank you @smoky island
Thanks for hanging out folks. Glad we could still get some Blinka action in on Friday night.
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! ๐
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.
What time @lilac tusk?
6:30PM EDT/ 3:30pm PDT
๐
Since you streamed tonight @smoky island, are you forgoing tomorrow's, or still streaming?
I will be on tomorrow too at the normal time.
I will be streaming some work on Tiled games and experimenting with using PyCharm directly on devices. Join me here in the chat, on YouTube: https://www.youtube.com/watch?v=mhJ4pyWRKWs or Twitch: https://www.twitch.tv/foamyguy_twitch
Hello.
Good Morning
C-t q to disconnect tio.
@autumn turret Good Morning
Ahoy @ancient grotto. How do you do this fine day?
I am good thank how about yourself?
Hello GANG!

and WEBlate is complete @clever summit Good afternoon
Did you receive your blinka tattoos?
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
My OS is macOS and it only does wonderful stuff.
morning all
(Like putting stupid index files on me network servers)
Good Morning
Food time. BBL.
Greetings @modern night
Hey cool people, gonna listen in for a little while.
I can imagine that the == between dicts might be checking the reference
Could you do somehting like dict1.keys.all(dict2.keys)?
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```
^^ Pseudo-code btw
let me clean that up..
good point, we would need to compare both ways, not only one direction
should 'index' be '_index'?
Bonjour @manic vessel
Afternoon all
Good Afternoon
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
What's "switch case" in Java?
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...)
I am a continue python guy
Oh, ok
Like in C#, just usually heard it called "switch statement", never heard "switch case"
continue is a syntactic option I need to look at using more often
And I need to use break, I think I used once
I guess using break will avoid a lot of elifs.
I think C# added the implied break, because fall-through is really bad
all([a[n]==b[n] for n in ['x','y']])
๐พ
Java doesn't have ternary? like var value = ( a == b ) ? "This is true" : "Patently false";?
Kitties fighting kitties ๐ฟ
Java has ternary conditional. I miss it kotlin something shocking.
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
I'm back. What did I miss? ๐
Some philosophical code discussion
Oh, somenone mentioning VBScript. Oh....
That is the code discussions I really like. Doing loads of code review discussions with our new devs.
In the end, opinions about programming languages, patterns, etc are like any other opinion. They're all wrong unless they're mine! ๐
continue or break for you @autumn turret
Fun times. I try to do that, but other people are more concerned "Does what it's supposed to, โ๏ธ " than style/structure/patterns
Or in this case, mine. I am the system architect I basically own the code (I am also the Supreme Commander).
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!
That's cool. You're allowed to be wrong if you're the end-all be-all! ๐
yeah, I need to get to that place as well.
Oh, that is not an issue. I am never wrong. ๐
(Except when I am)
They're both different things in C#, so depends on what you're doing
So, c# for you as well, Hugo?
Yessir, and getting into Angular and TypeScript (no longer AngularJS, at last)
I do avoid frontend stuff. Still does not stop me from architecting that as well. We are slowly getting there.
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
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.
you would need to close the Pycharm terminal and restart
Might PyCharm be catching/eating your Ctrl+T?
My title is System Architect and I do get the pay that comes with it.
Trade you?
Ah, hmmm
How about we trade, except that hire me as an employee, cover insurance, benefits and retirement plan, and we call it even? ๐คฃ
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.
Just a simple mic arm would do
a wash cloth between the mic and desk might help dampen it
Clickey keys are ok, it's like keyboard ASMR
I'd bet the bean bags is a better choice
Yeah, the clicky key doesn't bother me, kinda reminds me of better days. ๐
The good old IBM keyboards.
Cherry blue or IBM PS/2 FTW
Yeah, the bean bag wasn't enough.
I've got one of those large mouse pads under my keyboard. Mostly to help stuff not slide around, but it dampens bumps well
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....
yep give me a ps/2
Check out Keychron keyboards. They're mechanicals in all sorts of formats (104/105 full, TKL, 75%, 60%, etc) with Mac users in mind
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.
Also, the PS/2 ones felt that you could run them over with a tank and they would still work! Hahaha.
And REALLY reasonably affordable
even if you're a systems architect moneybags type of person ๐
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.
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
Yep, Keychron offers a german layout, no swedish.
Who needs labels on the keys ?
Yep, we use ISO. Just need to find the rights caps then.
I LOVE my ร รร labels on the keyboard.
๐
Amazon, Drop.com, bunch of others will have those layouts
and all the other specialty keyboard sites
Or custom order some from WASD
Hahah - Das Keyboard: 105-key for UK, NO, and DE layouts. NO has half of our population. ๐
dictionaries are shallow copied, so if you want a copy d2 = d1.deepcopy() *should work
That's a fantastic question
But Norway has Leo where Sweden has ABBA. I think the winner is clear!
Obvioulsy Sweden.
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.
CircuitPython does not speak norwegian, so there is that!
They're not part of "the gang" 
They are also not part of the EU.
Neither is the UK. ๐ค
tile[11].can_walk is False. You should be looking at type==10?
I don't have any insight, but it's starting to feel like an off-by-one thing
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! ๐
Problem solved
OMG YOU ARE SO CLEVER!
I have a K2 on my desk at the office. Nice board. I'm on a K8 here at home
They even have hot-swappable keys? Insane....
Yep
Some newer boards even have optical switches
If paint buckets is a bit much, there's also this
I still have this in my desk drawer....
๐
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?
Fancy, it's RGB....
What about tile_type = math.max(tile_type - 1, 0)?
on line 40
or 1
Format button, fancy!
Nice!
So now I need to order custom keycaps, @autumn turret ?
Doxxing yourself, I think that's a demerit badge for streamers
Ouch. Is that typical?
Reminds me of Dan at The Coding Train. I don't know how many times he's ended up sharing his secrets on stream.
I was kinda surprised. Never heard about Yuntrack though.
Typo in "ignore"
Oh, it is Arduino Day 2021. The Arduino crowd are live streaming.
For "all files" in git, you can do git add .
or git commit -am "commit message" will add AND commit with the message
Yeah, me neither.
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
Time to make the switch from VS Code?
Oh yeah, before that, buy special chips, by a programmer, by an eraser if you had the erasable chips, tool chain, etc.
OFC! one of us! one of us!!
I like VSCode, but for Python, PyCharm feels more apt
I use their other IDE's so I am already licensed.
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
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.
I also like LINQpad for some SQL Server stuff
JetBrains Ultimate (so PyCharm) on Windows and Mac. VSCodium on RaspberryPi
Or other DBs, but we're an SQL Server shop
Same for Windows and Mac here
Main customer is SQL Server.
But I think JetBrains tools do Linux too, no?
They do, but no Arm support yet.
Yep.
Ahhh
Reasons for dual reboots....
They are working on ARM support supposedly
It may be a requirement for Gnome/KDE.
"PyCharm is kinda bloated" - Proof, it just told me it us running out of memory on my 48GB RAM Mac... hahahaha!
OFC it's bloated - JAVA! ๐
I run Pycharm in the RP4 ๐ค
I've got to head out, thanks for the lovely stream!
No JDK found. Please validate either PYCHARM_JDK, JDK_HOME or JAVA_HOME environment variable points to valid JDK installation.
Just tried it again on RPi4. Will investiagte further later.
Yes, that is the Apple problems. The System Volume Information folder is a Windows problem.
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
If my memory is good I used this method https://www.officialrajdeepsingh.dev/how-to-install-pycharm-in-raspi-4/
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!
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
No elevator music? Disappointed... ๐
No voice audio either anymore!
No sound
@smoky island no sound
Yeah, we hear you
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
1594
7941
There's others out there, but he had this made for this specific reason
There's also this one, which I hear is decent
https://soundcloud.com/bartlebeats
Hi!
plz check out soundcloud.com/adafruit for more tracks from adafruit videos, shows, and posts!
I work in the warehouse and get to mess about with music stuff from time to time. Hope you enjoy!
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
\o/
I don't trust this. Years ago I added some creative commons music to a youtube video and years later the web site that the hosted the music apparently added their entire catalog to Google and my video got de-monetized. It wasn't worth it to me to fight about.
NICE!!!!
Thanks for the company! ๐
I don't think the artist has a choice
Thank you @smoky island
Have a good weekend @smoky island and everyone!
And be sure to be here next week for our weekly Weblate meeting
I'm not seeing ads, but I have an ad-blocker gasp
I wouldn't know. I am on YT Premium.
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 ๐
Cheers. Have a great weekend.
Thanks for hanging out all!
@smoky island inspired me to order everything needed for the EZ Make Oven. Ordered different thermocouple and breakout than the guide.
Nice! I've got a breakout but need to get the thermo-couple wire itself.
I ordered one with the stainless steel tip. Also ordered PT1000 and breakout. It would be interesting to use a proper SCR and PWM for proportional control... I had started down that road previously.
alrighty, going live soon!
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.
Need to step out for a bit, but got Twitch open for "lurk mode" ๐
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!
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...
The Great Search - Replacement for APX803 Auto-Reset Supervisor
https://www.digikey.com/short/r07ph903
Order today, ships today. TLV803EA26DBZR โ Supervisor Open Drain or Open Collector Channel SOT-23-3 from Texas Instruments. Pricing and Availability on millions of electronic components from Digi-Key Electronics.
This is definitely the most tenuous part of making Electronics
i was thinking if you get 2 different style you could perhaps add both of those so both ground so routing could be easier
I've got the disco ball spinning, waiting for the music on YT. ๐บ
And waiting for the breath of fresh air?
I see you live on twitter but not YT
Airquality Park
@haughty quiver. Is there a show on YouTube
twitch work
Ugh I don't have twich
you can watch on twitch without having it - https://www.twitch.tv/adafruit
apparently no youtube, but on twitch
Periscope/twitter - https://t.co/JEseQZSwBz?amp=1
over the limit of the sensor wow
wow that's awesome. So I can check the state of my SodaStream
well need to check range of it
@shell mason. Thank you for the link
hmm strange -- the youtube broadcast is telling me it was fine, but apparently not?
it's fine now, but it's only been going for about 30 seconds
odd
The YouTube stream started once your stopped the actual stream
Did I miss a half priced sgp30?
40% off SCD-30 - https://www.adafruit.com/product/4867
Take a deep breath in...now slowly breathe out. Mmm isn't it wonderful? All that air around us, which we bring into our lungs, extracts oxygen from and then breathes out carbon dioxide. ...
It looks like I should be able to download the stream from Twitch and then re-upload it to YouTube. Sorry for the weirdness!
It happens. Bits get flipped occasionally
Sad out of my price range good show once I got in however
wow, that's a really substantial discount on the sensor. Usually the sensors are so cheap it doesn't matter.
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
3DHangouts Episode #320 LIVE in 20 mins! โ Pi 400 Cyberdecks, Terrako and Dragon Eggs #3DPrinting #Adafruit https://www.youtube.com/adafruit/live
This week we're checking out the CYBERDECK for the Pi 400 featuring the AMG8833 thermal camera and PiTFT. Prototyping Terrako, an animatronic puppet from Zel...
good morning / afternoon / evening and night folks!
โ๏ธโก๏ธ
good morning folks
Good afternoon, @split gazelle ๐
Hello gents
good morning !
I made it on time!
Adafruit is open, safely ... and shipping orders at this time within 1 to 2 business days https://www.adafruit.com/opensafely
Adafruit Industries, Unique & fun DIY electronics and kits : - Tools Gift Certificates Arduino Cables Sensors LEDs Books Breakout Boards Power EL Wire/Tape/Panel Components & Parts LCDs & Displays Wearables Prototyping Raspberry Pi Wireless Young Engineers 3D printing NeoPixels Kits & Projects Robotics & CNC Accessories Cosplay/Costuming Hallow...
Good morning.
Subscribe to Adafruit Newsletters https://www.adafruitdaily.com/
Find maker jobs in 3D and CAD, Art, Design, Education, Embedded Development, Engineering, Fabrication, Marketing and Communications, and Web Development
Hi from CR, N&P
Cyberdeck Plate Learn Guide
https://learn.adafruit.com/cyberdeck-plate/
Cyberdeck Bonnet for Raspberry Pi
https://www.adafruit.com/product/4862
Raspberry Pi 400 Kit
https://www.adafruit.com/product/4796
Howdy keyboard cowboys, are you surfing the information superhighway with a Pi 400? Want a cool heads-up display, or maybe you need to wire up some NeoPixel wetware...?Well, we just fenced ...
Cool acrylic.
3.5in PiTFT
https://www.adafruit.com/product/2097
AMG8833 Thermal Camera
Add heat-vision to your project and with an Adafruit AMG8833 Grid-EYE Breakout! This sensor from Panasonic is an 8x8 array of IR thermal sensors. When connected to your microcontroller (or ...
CyberDeck styled holder nice
Learn Guide Project Code: https://github.com/adafruit/Adafruit_Learning_System_Guides
what was that cool-looking demo code, again? I missed it when you said before
new mosaic 8 filament palette is cool tool to make multicolored prints
https://blog.dustinkirkland.com/2014/12/hollywood-technodrama.html for the hollywood script
ah! thanks!
the engraving came out super good
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?
3D Parts Library on GitHub
https://github.com/adafruit/Adafruit_CAD_Parts
@shadow epoch Mine move a little as well but, it appears to be the CD not the Pi.
Stemma QT Cable
Hats and bonnets are different things?
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/...
Thank you for making these plates! Looking forward to making one. thanks @upbeat coral
Cyberdeck YouTube Video
https://youtu.be/Ca_c7-tlUcc
This is the CYBERDECK hat for the raspberry pi 400.
It lets you plug in accessories like this 3.5in PiTFT from Adafruit.
Featuring STEMMA and STEMMA QT ports on the side of the Cyberdeck, You can daisy chain multiple STEMMA QT sensors together!
Guide: https://learn.adafruit.com/cyberdeck-plate
Cyberdeck HAT for Raspberry Pi
https://www.adafru...
@lavish patrol Hats Full size Pi, bonnets Pi Zero
Thanks.
You are welcome @shadow epoch . Printing one for CD Hat at this time.
+1 for ponoko
You get what you pay for. Ending today is a great Deal on an Ender3 X.
that would be nice quezzing game
Spacers!
M2.5 Hardware Kit https://www.adafruit.com/product/3299
Darn it. It's already tomorrow at Banggood. ๐ฆ
what is pi extendable and can be 2 sizes
For playing bzflag ๐
I guess we'll need a PowerBoost 3000. ๐
PowerBoost 7000
"Cuties" Mandarin oranges come in a crate (at least here in SC) that has some very nice and thin plywood.
PowerBoost 1 Million
There are some "Frames" om Thingiverse fot the Pi400 that might be a solution. https://www.thingiverse.com/thing:4737810
A screen mount for the Raspberry Pi 400
A non-destructive 3d-printed mount for the Raspberry Pi 400. Uses a single M3 screw to secure to the PI400 via the Kensingon lock opening.
New:
I finally got my 7" display (Elecrow RC070S), but unfortunately the rear HDMI socket seems dead, so I'll be using the side connection for now. Audio and touch se...
easter week we are in
Looks like a Fabergรฉ, so shiny.
Where'd they go?
echo echo
almost there
hi again
wirecast crash
welcome back ๐
SN11 problem. ๐
Dejavu Hi!
welcome back
@lavish patrol yeah SN11 what crash thing suddenly
It went boom ๐
w00t! My 10 minute wait time is up. Hi all!
(I'm Mr. Petielicious in the youtube chat)
Pernickety? ๐
Thanks @rocky reef & @hard hollow for another great show. See you all tonight!
Yes, thanks!!
thanks so much for hanging out folks!
great show guys!
Bye
My thanks to YOU. Till T'nite
thanks folks!
Thanks, great show.
thanks!
good evening folks
Good evening all!
hey
Good evening all you wonderful folks!
hello folks
Good evening
Hello
Good evening everyone.
Hello High-fives to all ๐
Hi all, please come on in, the water's fine!
Hello folks ๐
Good late night!
hey fronds
hello!
hi
Good evening/morning/night/afternoon/time of son and/or moon where you are!
or do you have a show tomorrow? prank!
Hi Hugo and Timon
In French, "April Fool's" is "Poisson d'avril", which translates to "April's fish". So... something fishy?
oh dang ๐ฆ get better soon bill
dang, wish you well bill
Get well soon @pearl shoal. The community's all pulling for you and sending positive vibes โค๏ธ
Get well soon @pearl shoal
Get well soon Bill.
get well soon @pearl shoal
get well soon @pearl shoal
Hi Kevin, Hi Lydia!
That project has me spinning in circles! Also, Pluto is jealous ๐
Get well soon @pearl shoal
Great looking project Lydia! Gotta show dad a few tricks! ๐
Hello everybody!
get well soon @pearl shoal
glad you're doing better @pearl shoal get well quick!
that orrery looks so cool!
That looks really cool
wish i had a rp2040 back in science-fair days
Thanks everyone. Please go get a vaccine!!
Got my first one just today a few hours ago
hey @pearl shoal glad you could make it for the show!
We have to wait til June for my age group,,,,
fantastic work @gaunt plume
really cool!
Anybody >13 in SC.
@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
They just opened up to "everyone" in Texas, but I also fell in a higher risk group
Neat @gaunt plume I just was doing something with Adafruit IO today (which was still fast to do) but this would be even easier
As a programmer I must object to your no programming approach! ๐
That's awesome @gaunt plume
Donโt think Iโm the one with that wing though
ty all
cant wait for you to try it out, soon ๐
i love knobs
It's so cute!
I so miss those days.
๐
"Sorry mom, I think I misplaced it. No, you can't come over and help me look for it!"
Thanks @low fractal
more like "sold out" vs "in stock" xDDDD
Literal hack!
lololol
Very clever @low fractal
Ha, that is clever!
"Hack"saw.
I loved when I saw this on twitter
that's cool
Also, guarantee is void.
Oh the humanity
doesn't the chip look for the end of those traces?
haha @low fractal literally a "hack" with a hacksaw!
@clever summit If I don't violate at least three warranties in a day, I haven't succeeded ๐
We void warranties for a living
๐
haha I love this so much!
That's amazing @split gazelle. That's so cool
great idea @split gazelle midify all the instruments!
Very cool @split gazelle. Was JUST about to say, MIDI controlled!
That is wicked awesome @split gazelle
You're totally allowed to toot your own horn with this project!
Awesome @split gazelle !!
Great engineering and design. So clever
Digital digits (fingers)! Nicely done, @split gazelle
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).
heat some magnets into the base of that vise!
you could easily print with a recess to put a magnet in
looks amazing @glad mortar !
@glad mortar I NEED
grabby hands WANT.
that looks really cool, those compute modules are so neat
giant palm pilot ๐
Whoooo! That is neat!
different heights of the 3d-print vise would be awesome too
@glad mortar ๐
thanks!
drocsid\ti.urfada\\:ptth
Very nice @glad mortar! That's quite device!
could probably make it modular, so different heights would be just swapping pieces
CM4 Giant Blackberry!
any tips on soldering those compute module high density connectors?
@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
@digital crescent hot air or reflow oven...and get a solder paste stencil
Yeah, I've managed to still mess it up.
here's the 3d printed vice I showed https://www.thingiverse.com/thing:4799068
is the live ask an engineer happening today?
@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...
That was way ๐
It will be after Show and Tell
@drifting arch yes CS ships all over the world ๐
@civic sphinx yes after show and tell
Eurorack format is really fun. And there are some video modules too, if you want to do some algorithmic video hacking in hardware
super cool Daniel
@glad mortar I was just hoping to save on shipping over the oceans... for environments sake.
That looks really nice @acoustic crescent. Great job!
When will ASK AN EGINNER Start?
this is the short tweet video: https://twitter.com/chendaniely/status/1376005811017814019
Got a proof of concept bluetooth macropad working for #Procreate. Using an @adafruit feather and #circuitpython :)
Currently 2 buttons for +/- 5% brush size ๐ค
Support my (non-existent) Etsy shop ๐ https://t.co/yCyhz1hcHs
iPad interaction was a cool demo!
yea thats fair, though in todays age thats hard to avoid :/
It will eventually be available on Adafruit and hopefull also Pimoroni
My heart skips a beat when I hear 'next up is Mark' ๐
@raw iron looks like show & tell will wrap up soon, ask an engineer will start after that
Ok
looks great @nova totem ! great to see the progress every week
Great wrap-up to the project @nova totem. Awesome seeing the week-to-week progress!
The colored text is really cool
@glad mortar I guess I'll wait until digi-key or mouser get it....as I order from them anyway
Great work everyone. Thanks for sharing.
heh yea CS is essentially Mouser ๐
Thanks @split gazelle and @autumn turret !
Thanks JP
Thanks for the host @haughty quiver, great having your Q&A
Ask an eginner is starting now i think
you could ask the driver what their favorite color is and set it ๐
great projects everyone! and great job hosting @haughty quiver !
LOL thanks, so many great projects I forgot to look at the clock!
That's a great idea!
thanks @haughty quiver was a great stream!
Thanks everyone for coming by!!
Great show and projects everyone
Good job @haughty quiver
Great job everyone. Might have to go back to an hour show!
ASK AN ENGINEER 3/31/2021 LIVE! https://youtu.be/uMTWg6LtRAA
ASK AN ENGINEER 3/31/2021 LIVE!
#adafruit #askanengineer #diy
Visit the Adafruit shop online - http://www.adafruit.com
LIVE CHAT IS HERE! http://adafru.it/discord
Adafruit on Instagram: https://www.instagram.com/adafruit
Subscribe to Adafruit on YouTube: http://adafru.it/subscribe
New tutorials on ...
I assumed its always an hour, I would have speed up otherwise, sorry ๐
I loved the cut off 2040!
For what it's worth, I really enjoyed the Q&A JP had with the guests about the projects
those are really nice boards @glad mortar
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?
thanks @charred mason !
I liked that opening track. Was that also bartlebeats?
I may have missed it, do you have a link @glad mortar ?
https://www.crowdsupply.com/diodes-delight/piunora @autumn turret
CRIKEY! @pearl shoal is Santa? That explains. SO. MUCH!
good vibes @pearl shoal
Adafruit Industries, Unique & fun DIY electronics and kits : - Tools Gift Certificates Arduino Cables Sensors LEDs Books Breakout Boards Power EL Wire/Tape/Panel Components & Parts LCDs & Displays Wearables Prototyping Raspberry Pi Wireless Young Engineers 3D printing NeoPixels Kits & Projects Robotics & CNC Accessories Cosplay/Costuming Hallow...
Hi, all!!
Hey @slow spire!
Oh Wiha makes some slick tools. Really high quality stuff.
where can we ask a question for the ask an engineer
Right here's the spot ๐
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.
@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?
@pearl shoal Get well soon! ๐ค
Adafruit Industries, Unique & fun DIY electronics and kits : Free - Tools Gift Certificates Arduino Cables Sensors LEDs Books Breakout Boards Power EL Wire/Tape/Panel Components & Parts LCDs & Displays Wearables Prototyping Raspberry Pi Wireless Young Engineers 3D printing NeoPixels Kits & Projects Robotics & CNC Accessories Cosplay/Costuming Ha...
@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)
Its for a kids project so need it to be makecode
Those in stock*
*for now
Not at all, that's my bad!
Thank you al for the kind words
Get well soon @pearl shoal
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 ...
@haughty quiver found this -- https://forum.makecode.com/t/circuit-playground-express-on-mobile-devices/799/18. any thoughts? trying to use ipad with makecode and using usb dongle to get code onto CPX but failing
I know everything is out of stock ๐ฆ
Morale and positivity is in stock, in spades!
I am working on makeing rocket computerse and i will get some parts from Adafruit
Bullish, anti-fragile, whatever you call it, it's synonymous with "awesome"
adaptable
Hope the drawer was anti-fragile.
ohh pulling in the pocket operator, very nice
That's a very cute baby Korg
It's a Korgi
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.
Korgibitty!
so hopefully we'll be able to Arduino upload to UF2-compatible boards without BOSSA soon?
blame it on BOSSA now-a.
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.
Find maker jobs in 3D and CAD, Art, Design, Education, Embedded Development, Engineering, Fabrication, Marketing and Communications, and Web Development
Where do you get your PCBs from?
Tangential question is how are they different?
I got started with Linux with the first Raspberry Pi ๐
Another good place ot get started with Linux - get a RPi Zero W and a MicroSD card
time flies, that was ~9 years ago now..
If you have a keyboard & mouse, and either a monitor or TV, you've got all you need
Another place to get started with Linux/*nix is the macOS terminal, or a virtual machine on a Mac or PC
or WSL in Windows
WSL is handy
But do they hit the corner?
@proven crow oshpark
btw here a tiny demo using the Pi as mass storage device for CircuitPython/Blinka ๐
Expansion pack for Cyberpack sounds so good
Did they make it too easy? Are they going to put the ML experts out of work? ๐
yayyyy lobe!!! ๐ ๐ ๐
@proven crow also checkout these desk of videos:
https://youtu.be/mTfs6kayQTc Using JLCPCB for prototypes
https://youtu.be/iLxHpdRZJNA Panelizing production PCBS and ordering from JLCPCB
lol we'll always prolly need data scientists for suuuper custom and industrial models, but lobe is AWESOME for maker projects and prototypes
And not a bad starting place to learn and see "Is this for me?"
stick person preschoolers are super cute!
Cyberdeck looks so cool!
In that forum post I was trying to use the CPX as a USB HID device on the iPad, not get code onto the CPX via the iPad.
MrLadyAda has mentioned a few times that he's received complaints that adafruit's products make programming embeded devices too simple. I just riffing on that.
Those stick figures are awesome!!
just amazing silkscreen design!
"I'd like to complain you're making it too easy to fall into the pit of success."
oh that plunger for the solderpaste is nice
Erin's always got such awesome projects. And loved the vibe on teh audio for this one!
Love the Johnny Mnemonic references
@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.
The world's cutest, most adorablest, lethalest smore maker & heating plate
aww man could i help somehow
hmmmm....a cute little fan? maybe that's what i've been doing wrong with my smd soldering...
woukd be cool to see makecode have bluetooth too so you dont need plug
woukd be cool to see makecode have bluetooth too so you dont need plug
hopefully we can get the pyruler pico footlong sometime soon
I was just trying out make.playpiper with my Feather RP2040, and it fried when I pressed the bootsel button. ๐ฆ Used this last week.
does rp2040 have touchio?
https://circuitpython.org/board/raspberry_pi_pico/ shows that touchio is built-in but I'm not aware of an example that shows it
I totally remember Active!
Wiha, Wera, Engineer, Knipex, Hakko, Xcelite ....all excellent brands.
looks like a ketchup/mustard dispenser
My Insulated High Voltage tools use that color scheme.
Ok, serious props to Wiha for labeling their 18650 batteries as "protected". Very, very few folks do that.
do they ever make you hungry?
I was thinking the old Windows 3.1 "Hotdog Stand" theme
HAH, Wiha's US site is sold out
@alpine nova not hungry but nervous. I have a dislike of High Voltages
understandable
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
Order today, ships today. 32490 โ Phillips, Slotted, Square, Xeno Screwdriver Set 1 from Wiha. Pricing and Availability on millions of electronic components from Digi-Key Electronics.
I just tried touchio on my Pico and it works, but requires a 1M pull-down resistor per input
Good to know @cinder wind !
That's a lot of ohms.
Digi-Key maybe? 
Digi-Ohm
Three in stock at Digikey
That is way better than the one I got a Harbor Freight!!!
haha, what an oddball ad though
Harbor Freight is great for those "Need it one time" tool
Wiha and Harbor Freight are two polar opposites ๐
Can confirm. Wiha's price is higher than digikey
lol
Then I got the Wowstick. Meh. 4mm tips. Is this 6mm?
Trinket M0 Powered NeoPixel Goggle Kit Pack https://www.adafruit.com/product/2221
One of the most popular Trinket projects now has its own kit pack! ย Make your very own programmable NeoPixel goggles with 2 x 16 LED rings and an Adafruit Trinket. It even comes with a ...
Let's gooooo USB-C!
I kinda want to eat those USB-C connectors.
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
The Raspberry Pi Compute Module 4 is based on the Raspberry Pi 4 Model B, but in a smaller form factor - perfect for embedding into products or projects without the bulk of classic Raspberry ...
Edge-Launch USB Type C SMT Plug Connector - Pack of 10 https://www.adafruit.com/product/4932
@haughty quiver Hint: try them with a Tide pod. yum.
Sticking to this theme, that beefy, beefy Pi Compute Module should ship in a Chef Boyardee can.
interesting
@haughty quiver You want to eat the USB-C connectors? Wait....comon. Lars, stop hopping onto JP's discord ๐
Pretty neat ๐
shhhhhhh
This isn't the Lars you're Larsing for ๐ฆฅ
@haughty quiver they're connectors, not corn-chips. Plz no confuse. Not healthy
The "C" is for Crunchy.
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
Machine learning is a transformative tool thatโs redefining how we build softwareโbut up until now, it was only accessible to a small group of experts. At Adafruit, we think ...
aka self driving cars are always 2 years away
The P in Machine learning stands for positivity
fusion power always 20 years away, etc
Not if you ask @proven crow. Self-driving cars (with Alexa's help) were last week!
I love the Lobe kit!
I kicked Alexa out for all the lies
Thanks, it's nice to be known in this wonderful community! ๐
I'm tired of Alexa trying to advertise to me....when I set a timer.
OMG SAME
I know! I use Mycroft instead.
"It sounds like you're trying to set a timer. Would you like me to add a kitchen timer to your cart?"
The kit without the Pi4 looks liek it would fit nicely on a CyberDeck on a Pi400
Kailh Switch Sockets for MX-compatible Mechanical Keys - 20 Pack https://www.adafruit.com/product/4958
I honestly forget what it was trying to peddle to me....I immediately asked "Alexa, do you understand the meaning of defenestration?"
bY tHe WaY, iF yOu WaNt To SuBsCrIbE tO pRiMe?????
oh this makes you have how swappable swiches???
"I can't help you with that, but here's what I found on the web..."
COOOOOL!
yay to Kailh sockets
RP2040's are in stock ๐
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..
I'm going to design a switch plate for the keyswitch FeatherWing that'll hold them in place and screw into the mounting holes.
Translucent Keycaps for MX Compatible Switches - 10 pack https://www.adafruit.com/product/4956
The NeoKeys will be in my drawer soon, I hope....
plates are very feasible to either 3d print, laser cut, or I suppose mill
He's right! This genius is right! If I had one ounce less self control, they would be on the way...
NeoKey FeatherWing - Two Mechanical Key Switches with NeoPixels https://www.adafruit.com/product/4979
The only thing better than a nice mechanical key, is two of them, and ones that also can glow any color of the rainbow - and that's what the Adafruit NeoKey FeatherWing will let you do! ...
@haughty quiver I'm holding out for a breakout that includes keyswitch and keycap, even if it's just โAlso add โฆ to my orderโ
haha @slow spire nice and easy
I agree @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.
unfortunately I don't have any self control... (this is my second Adafruit order this week, don't tell my fiance)
Aren't those already available, called "keyboard"? ๐
Don't tell the fiance what? ๐
@autumn turret But I'm building a keyboard FOR ANTS.
@autumn turret sounds interesting, this so-called "key board"
@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)?
I think I saw a couple of touchscreen controllers
Will you ever sell the reverse mount neopixels like you can buy the individual regular neopixels?
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.
@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
I'm very much in love with this Compute Module Pocket C.H.I.P. thing!
I saw that 240x240 TFT w/ SD card. I likey!
Is RP2040 support in Arduino now?? I can't get the new IDE.
Whaaaaaaaat? That's sooooo cool!
I miss physical keyboards on phones, that gave me such Blackberry vibes.
Oh nice with compute module!!
Just needs the TFT, which aren't on planet earth anymore. Dolphins must've taken them all with them
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?
@glad mortar is the Compute Module ninja
@sudden slate I don't think there is official support, yet for Arduino. But Ladyada demoed a cool independent effort.
How can @glad mortar be a ninja, if people can see and ask questions? ๐ค
Oh, OK. I wondered though, with the RP2040 Connect coming out.
@sudden slate if yo go back to about minute 53 of the live broadcast you can see which github they were using with arduino
Seems like a lot of people are making CM4+RP2040
@sudden slate Circuit Python is working on it, though.
Hello #Adafruit friends, glad to see you both healthy
Only when he chooses to allow us to see and hear him...
https://github.com/earlephilhower/arduino-pico @sudden slate -- I haven't tried it myself
Thanks so much!
Guess I should finish that up then ๐
Sounds like "once the student is ready, the teacher appears"
ha
Thanks @open girder and good night. ๐
click click
Rafiki*
thanks for a great show!
Thanks Limor/PT
Thanks Limor & PT!
goodnight all!
snagged 3x picos myself... ๐
Great show! Have a great night
gn8, thanks for the stream
Thank you Adafruit team members and community. Stay safe, stay healthy and stay wonderful โค๏ธ
Thanks so much!!
big probably ๐ฌ
good night everybody!
Awesome job!
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. ๐
'Night everyone!
Great distractions tonight and thanks for all the kind words
Keep on fighting the good fight. This world needs folks like you!
Night all!
Night all! Glad you were able to join @pearl shoal ! Getting my vaccine in a couple days!
Greetings all. ๐
Good afternoon
It's
It is. ๐
the park john park workshop
Good afternoon everyone! Welcome to JP's Workshop [this april fool's prank is brought to you by Lars' Workshop]
Hello, @waxen thistle
on park workshop location we welcome @haughty quiver
Hi there!
Lars Park Andy
Good time-o'clock to all you wonderful people
Andy Lars Park
bleeps and bloops on YT!
"hmmm... steve"
I'm not here
Someone posted an Easter card through my letter box today. I'm like, "Easter? When's that?"
Hey All!
I need 20 of those parts trays
Ahoy @mellow thunder
Pick A Color...
These non-slip parts trays are used by military and civilian small arms armorers to keep all those pins and parts from rolling off the work bench and getting lost.ย Avionics technicians also use them to those tiny screws from magically disapearing.Features non-slip (inverse golf ball pattern) Silicone rubber tray holds small parts...
I #D print trays like that now..lol
Winterbloom fashion today.
[you can enable back-in-stock notifications!]
*3D
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! ๐
urgh
Find maker jobs in 3D and CAD, Art, Design, Education, Embedded Development, Engineering, Fabrication, Marketing and Communications, and Web Development
For 3D printing, some maker spaces and libraries have services you can use for a nominal fee
But what about the buttercream?
That's what I want to know...
cupcake tease
Who. Late to the party.
Who who?
Who me.