Welcome Liz Clark
S02:E13

Welcome Liz Clark

Episode description

Paul and Tod welcome their first ever guest, Liz Clark aka BlitzCityDIY. They chat about the itsaSNAP iOS app from Adafruit, the new Raspberry Pi AI camera, maker skill trees, and more.

Join our newsletter! Keep up with the show and what Paul and Tod are up to. Visit The Bootloader’s newsletter page to browse the archives or subscribe.

Show Notes

00:25 Adafruit itsaSNAP iOS App (Liz #1)

I have to say I’m a little biased with this pick because I contract with Adafruit, but I’m mildly obsessed with the new itsaSNAP app. This is the latest iOS app from Adafruit by our iOS developer Trevor. It acts as a bridge between your iOS device and your Adafruit IO feeds. There is support for Apple Shortcuts, which means that you can log health data, home data, any data that’s on your iOS device. You can also read feeds from the device and have Adafruit IO affect tasks on your phone. I’ve worked on two guides with it so far. The first uses a Qualia board with a round display to show photos from my photos app. I’m able to encode the photo in a Shortcut, send it to an IO feed and then decode it with CircuitPython. I’ve also worked with using Matter devices in Apple HomeKit with itsaSNAP to log sensor data and also to control an RGB light strip. I’m really excited about all of the functionality and I’m looking forward to seeing what people do with it.

5:09 Raspberry Pi AI Camera Module (Tod #1)

There is a new camera module from Raspberry Pi. It’s an “AI” camera. What does that mean? It appears as a regular camera to the Pi, plugs into the CSI camera port. The “AI” part is that it has an RP2040 and 16MB of flash to store a pre-trained AI model you upload to it.

10:05 The Bumpin’ Sticker by Guy Dupont (Paul #1)

Guy Dupont creates his take on the “Keep Honkin’ I’m Listening to…” bumper stickers. Using a Raspberry Pi Zero 2W, a screen from Ali Express, a Particle IoT board, and his Last.fm account, the screen dsiplays a bumper sticker with what Guy is currently listening to.

13:40 Nothing To See/Hear : Wireless Fuzz Pedal (Liz #2)

I follow quite a few guitar pedal folks on instagram and saw the newest post from @different.noises last week. It’s a “wireless fuzz” that completes the circuit by transmitting it via an infrared LED. The circuit converts the signal from the guitar to headphone audio level and then again into light that is sent out the infrared transmitter to an infrared LED. He includes the schematic in the post as well as an explainer and a few demo videos to prove that the signal is in fact transmitting via infrared.

16:10 X1Plus alternative open source Bambu X1 firmware (Tod #2)

I’ve been thinking of getting a new 3d printer. My Prusa mk2.5s has seen better days. And I’m wowed at the literal 2x speed improvement I could get out of a Prusa mk4s or a Bambulab X1. So when I discovered this X1Plus alternative firmware for the X1, I was intrigued.

The X1Plus firmware runs on the “application processor” (AP) board of the X1, (sort of like what Octoprint does for me currently). It doesn’t touch the motion control system. And seems like all does to the the AP firmware is patch the bootloader to also look for a firmware file on the SD card, and use that if present. So you can always go back to stock firmware quickly.

And the team behind it have started a CrowdSupply campaign for an expansion board X1Plus can use for extra features light lights and cameras. I don’t think I’d want this, but I’m glad they’re finding a funding path for the keep them going.

22:31 Maker (and more) Skill Trees (Paul #2)

Steph Piper aka Maker Queen has created Maker Skill Trees as a way to track your progress across a range of skills. These include things like PCB Design, 3D Printing and Modeling, and Dev Boards to crafting skills like Crochet, Knitting and more. There are almost sixty different skill treens to pick from. Each skill tree has 73 skills or experience hexagon tiles, with basic skills at the bottom to more advanced skills at the top.

There’s a web app to create your own skill tree apps designed by Shane Gadsby.

There’s also a book in development with an even more expansive range of skill trees, tools to track your progress and calculate your life score across all areas.

Download transcript (.srt)
0:00

Welcome to The Bootloader. I'm Tod Kurt.

0:05

And I'm Paul Cutler. We have a special episode for you today as we welcome our first guest,

0:10

Liz Clark of Adafruit Industries. Liz, welcome to the show.

0:13

Hey, thanks so much for having me on.

0:15

I'm glad you could be here. We've each brought two things to share. We'll chat about each

0:19

one for a couple of minutes, but no more than five. Liz, why don't you start us off?

0:23

All right. Yeah. So as Paul said, I work with Adafruit Industries. And so as a result, I

0:30

have to confess my first choice is a little biased. It's the Adafruit It's a Snap iOS

0:36

app. And I'm mildly obsessed with it. I've done a couple of Learn Guides with it recently.

0:41

And this app is done by our iOS developer, Trevor. And it basically acts as a bridge

0:46

between your iOS devices and your Adafruit I/O feeds. So if there's ever been something

0:53

on your phone that you've wanted to log to Adafruit I/O or have Adafruit I/O control

0:58

something on your phone, now you can do that. And the way that you build it up is using

1:05

Apple shortcuts. And if folks don't know, in Apple shortcuts, you can kind of make these

1:10

like mini scripts using kind of these little widgets. So you can kind of you can even use

1:17

scripting things like if statements, you can do Base64 encoding, all that kind of stuff.

1:23

So there's a lot of functionality. Recently, I've done two guides using it. The first was

1:30

I used a shortcut to send my iOS photos up to Adafruit I/O using Base64 encoding. And

1:38

then I'm using a Qualia S3, which has an ESP32 S3 on it, with a 720 by 720 round display

1:45

to take the data down from the Adafruit I/O feed, decode it, and then display it on the

1:50

display. I just think that's really awesome because otherwise you'd usually have to like

1:56

create all the bitmaps or JPEGs ahead of time so it'd be able to be displayed. But this

2:00

you can kind of do it on the fly just by like running the shortcut, sending it to the I/O

2:06

feed if it's a snap. So I'm really into that. And then the other one that I did is using

2:11

Apple HomeKit using off-the-shelf smart home devices. I used a temperature and humidity

2:17

sensor and a light sensor. And I was able to get that data into Adafruit I/O and display

2:23

it on a dashboard. And then the final thing is I got a light strip that's a matter-controlled

2:30

light strip. And I was able to set up kind of a feedback loop where if I change the value

2:36

on a feed in Adafruit I/O, it would send a text to my phone. And then I was able to use

2:44

a text automation with shortcuts so that it would then control the light strip. So basically

2:50

I'm able to change the value on the dashboard and control the light scene, which I think

2:55

is really cool. And then I was able to write some CircuitPython code to use a feather TFT

3:01

with some buttons. So I'm controlling the light strip from the feather using this kind

3:06

of bridge in between.

3:08

Oh, very cool.

3:09

Yeah. So I'm really excited about it to snap. I think Trevor's done a really awesome job

3:13

with it. He also has his own guides. He's done a health status board where he's able

3:16

to log all his workouts for the week. And he's also done a weather project. You can

3:22

send the weather from your phone for your location up to Adafruit I/O as well. And with

3:28

weather projects, you often have to have an API key and all that. But this, you avoid

3:32

all that. You're just sending the data straight to it. And then with CircuitPython, you can

3:35

just read the feed directly and display it.

3:40

I liked his project using the health kit with the health statistics. It showed how many

3:45

steps he had taken for the day. And I could totally see putting something like that on

3:49

my desk to guilt me into getting the 10,000 steps a day that I need.

3:53

Absolutely. Yeah.

3:54

Totally.

3:55

Yeah.

3:56

The whole shortcuts thing, I really want to get into it because Apple has forever had

3:59

this on the desktop, this AppleScript language, which is this weird English-like language

4:03

that you can use to have programs talk to each other, which is fascinating. And so I

4:09

think shortcuts is built on that.

4:12

I think so. Yeah.

4:14

And so by Trevor making an app that's just another shortcuts participant, everything

4:19

else that speaks shortcuts, which is every other app on the phone or on the iPad, can

4:24

now participate. And now you can do what you did, like send photos up trivially using MQTT

4:29

or whatever.

4:30

Yeah.

4:31

It's just so crazy.

4:33

Yeah. And I'd never used shortcuts before or anything like that. And once you get into

4:39

it, it kind of blows your mind because it's all the stuff you can automate. And every

4:44

app does seem to have its own functions that are available too.

4:48

Yeah. I think Apple almost mandates that you have certain shortcut capability. You can

4:54

open a file, save a file or something. When you submit an app to the App Store, it's like,

4:58

"Hey, you need to implement this to become part of the ecosystem."

5:01

Okay. Gotcha.

5:02

Well, that was a good first one. Tod, what do you have for your first one this episode?

5:09

Even though I was a big machine learning person back in the day, I've been very down on most

5:14

of the modern LLM "AI" in quotes, if you can see my fingers making air quotes, AI stuff.

5:21

But there are certain cases where I'm a big fan of it. And Raspberry Pi just introduced

5:24

a new camera module for their Raspberry Pi little computers. It's called the AI Camera.

5:30

And it plugs into the normal CSI port of Raspberry Pi, just like any other camera you'd get for

5:35

the Raspberry Pi. But it's got a little bit of extra special sauce. And some of that extra

5:40

special sauce is that it's got an embedded RP2040 microcontroller with 16 megabytes of

5:46

flash. And what that's doing is it's snooping on the camera data and you can use it to have

5:54

a pre-trained AI model loaded up into the camera module. And so you just get down the

5:59

video feed and then the machine learning results. It's like synced to the camera over I squared

6:07

C over the single cable. And so this like offloads all the hard work of doing machine

6:13

learning stuff on the Pi and puts it in this little camera module, which is pretty cool.

6:17

And philosophically, I love these where the models are running on device at the edge,

6:23

rather than where they have to make a network request out to the world that is charging

6:28

you some dollars per request. And it might go down. And so it's pretty interesting that

6:35

they're able to get the functionality and stick it in the camera module. And so you

6:40

just talk to it like a normal camera. And then if you want to talk to it like a normal

6:43

camera plus some other stuff, you can load up some machine learning model into it. Like

6:48

the two demos they give are a pose estimation. So it can just look at the video and kind

6:53

of see how a human is positioned in 3-space, like where their arm is, where their head

6:57

is. And one of the other examples is sort of the hello world of vision machine learning,

7:02

which is the object detection. So you like hold up a coffee cup to it. It'll draw a rectangle

7:06

around it and say cup. And so these are just the demos they give out. They've got a whole

7:11

repo with a bunch of other examples. And the show notes, there'll be links to all this.

7:14

There's a pretty good Hackster article that shows them trying to use it and getting started

7:19

with it. But there's also a GitHub repo, a really nice getting started guide on the Raspberry

7:26

Pi documentation website. And Adafruit has these in stock or they had them in stock.

7:30

I think they're out of stock currently. I was surprised to see that they're $70 more

7:37

than the cost of the Pi itself. But when you actually look at all the functionality, it

7:41

kind of starts to make sense. Yeah. I mean, I think one of the reasons why it's so much

7:44

more expensive, because you're thinking, oh, if it's just essentially a Raspberry Pi Pico

7:47

and a webcam module smashed together, why is that like double the price? Well, it's

7:51

like they're actually using a really good camera module. They're using this Sony FX100

7:56

module. Because with this machine learning stuff, it's really garbage in, garbage out.

8:02

So having a really good image sensor to get the best quality image you can before you

8:06

feed that through your model is really important. So they have a really good sensor on the front

8:11

end, better than the most sensors. So I was thinking of getting this module mostly just

8:16

because it's a good camera. And then playing with AI stuff, because I don't really have

8:20

a use for doing this sort of stuff. It might be fun to maybe turn on lights when I walk

8:24

in the room or something. I don't know. But yeah, so that's out now. And it's cool because

8:29

I know when I've tried to do machine learning stuff on the Pi, just running models on the

8:33

Pi is kind of a pain. Yes. So I saw that all go by when it came out, and I didn't look

8:43

too into it because I assumed it was just a camera. I didn't realize it also had the

8:47

RP2040 on there. So that's really cool. And 16 megabytes of flash.

8:53

Yeah. And if you're looking for a similar idea to have it be much cheaper, is for the

8:58

last two years now, there's been this little $10 board called the Person Sensor by Useful

9:04

Sensors. You can get them at SparkFun. They have them in stock right now. Me and Paul

9:08

talked about this back in episode three of the bootloader. And this is around Halloween

9:12

time as well. So I made at that time a little CircuitPython eyeball that would track you

9:18

around the room as it recognized your face. And so it's much simpler. It's running on

9:22

a very cheap STM32 with a really cheap little webcam sensor. But it's $10, and it can recognize

9:30

a face to tell you if a face is looking at it, which is really useful for a lot of cases.

9:34

Like if you've got some sort of UI that you want to save power and have some of it powered

9:39

down when no one's paying attention to it. But if you walk up to it, it'll light up.

9:43

It'll turn on. It'll say, "Hey, I'm here. Press this button to go." So I think having

9:48

people detection without having to know who the person is, is really useful. And both

9:53

of these cameras can do that. And if you just need that, spend $10 instead of $70.

10:00

So yeah, so that's my first one. How about you, Paul? What's your first one for this

10:04

week? My first one is the Bumpin' Sticker by Guy

10:06

DuPont. I love all of Guy's projects, probably because so many of them have a musical take

10:11

to them. I had him on the CircuitPython show a couple of years ago, and he also did a maker

10:16

chat with Liz this past August on CircuitPython Day. And I'll link to those in the show notes

10:20

as well. If you haven't come across Guy's projects before, you should definitely check

10:24

them out. The Bumpin' Sticker project is a take on the bumper stickers you might have

10:28

seen on some cars that say, "Keep honking. I'm listening to insert your favorite band

10:33

here." Except with the Bumpin' Sticker, Guy is sharing what he's listening to in real

10:37

time. He picked up an HDMI screen from AliExpress for about $60 and hooked it up with a Raspberry

10:43

Pi. He used his Last.fm account, which tracks everything you listen to, which is hooked

10:48

up to his Spotify account. This lets you use almost any streaming service with the project

10:52

as long as you have Last.fm, so it doesn't matter if you're using YouTube Music, Apple

10:56

Music, Spotify, et cetera. He then wrote a couple of TypeScript programs using Valtown

11:02

that scrapes his Last.fm page. And then lastly, he added a Particle IoT board with cellular

11:07

service. That board gets the data of what he's listening to, I think via JSON from

11:11

the Valtown TypeScript program, passes it to the Raspberry Pi, which then generates

11:16

the image and displays it on the HDMI screen as a bumper sticker on the back of his car.

11:21

He also shows how he wired it for power from the car's wiring and how he mounted all of

11:25

it and even weatherized it. All in all, it's a really cool project.

11:28

I loved that project. Just how all the pieces came together. I also think the video is an

11:35

excellent explainer on how it all worked. The video is so good.

11:40

Yeah, so good. It's excellent. Yeah, he does such a great job. And I think

11:47

in the time that he's released that in the last couple of weeks, he's already released

11:50

two new projects just this week that I'm trying to catch up on.

11:54

He even has a new Mastodon bot account that I won't spoil, but I saw him post up today.

12:00

Yes, that was the one that I saw this morning. So we'll link to that in the show notes as

12:04

well. Excellent, I haven't heard of this. There's

12:06

two aspects of his project that I really enjoyed as a nerd. One is the HDMI display he used

12:11

wasn't like your standard 4x3 or 16x9 display. It's like a 4 to 1 format. It's like this

12:17

really long rectangle. I think it's meant to be like a smart rear view mirror or something,

12:22

but it's like it's the size of a bumper shape of a bumper sticker rather than like, obviously

12:27

a screen. And so to have it change when it's on the back of his car and it changes, you're

12:34

like, wait, that wasn't a bumper sticker. That's something else.

12:37

Yeah. I can't imagine driving around Boston and

12:41

actually encountering that and trying to figure out how that was actually done.

12:44

And the other is it. Oh, yeah, sorry. Go ahead, Liz.

12:47

Speaking as someone who's around Boston, that probably wouldn't even be the weirdest thing

12:50

you see on the road that day. And the other thing is he's using this thing

12:56

called Valtown, which is a like their little slogan is, if GitHub Gists could run and AWS

13:05

Lambda was fun. It's like there's all these services out there that will run code for

13:10

you and charge you and all that kind of stuff. But Valtown is free for like trying it out

13:15

and doing some like open source stuff. And it is just like you have a function and you

13:19

say, go run this function when this happens, like when this URL comes in. And that's pretty

13:24

cool. I've been wanting to have a project that uses this because it looks like actually

13:29

kind of interesting and fun to play with. Time to dust off your JavaScript and TypeScript

13:34

skills. Yeah, totally.

13:36

All right, Liz, what's your second one for us?

13:39

So my second one's a little bit of a left turn from my previous one, but it's the nothing

13:44

to see/hear wireless fuzz pedal. So I follow quite a few guitar pedal folks on Instagram

13:51

and newest post from different noises last week is a wireless fuzz, quote unquote, that

13:57

completes the circuit by transmitting it via an infrared LED. So the circuit converts the

14:02

signal from guitar level to headphone audio level, and then again into light that's sent

14:07

out through an infrared LED into a transmitter. And what I love about different noises is

14:12

he includes a schematic for all his custom pedals. So if you scroll through his feed,

14:17

it's just schematics of pedals you could breadboard together real quick. And he includes some

14:23

video explaining the circuit and also proving that when he blocks the IR light, there is

14:28

no sound. And when he lifts it back up, you have it. And he said he got it to think about

14:32

50 feet between the LED and the transmitter. So it's still like a kind of a standard fuzz

14:40

circuit. It didn't seem to affect the sound of it. Of course, fuzz is always a little

14:44

low fidelity to begin with. But I just think it's so cool. I love when people like figure

14:50

out weird ways to transmit signals, you know, whether it's like an audio jack for a soldering

14:57

iron or, you know, anything like that. So I thought that was really cool. And in general,

15:04

his work's always really interesting.

15:06

I was looking at his Instagram page and I love, like, there's this whole community of

15:12

pedal builders and DIY electronic builders that work on these strip boards. And they

15:17

have these like way of describing how the circuit is both like how you would build it

15:23

by just saying like, this is where the parts would go on the strip board. And it's just

15:26

really beautiful because it's like the strip board is like a horizontal rows of copper

15:32

are connected and that's how the holes are. So it's sort of like breadboards, but, you

15:35

know, it's a whole 20 pin row is connected. And so you can like make these pretty complicated

15:41

circuits without really much wiring. You just have to be really clever on where your components

15:47

straddle the rows and stuff. And so it's really fun to look at them just without even knowing

15:52

what they're doing. It's like little cityscapes.

15:57

And I love the DIY guitar pedal community, similar to the maker community. They're always

16:01

sharing. They're really welcoming. And it's just folks having fun experimenting.

16:07

Very cool. Tod, what's your second one for us?

16:09

All right. Well, so I'm kind of sniping one of your topics a little bit here, Paul, because

16:14

you're the one who's got the Bambu printer. So my 3D printer, it's a Prusa Mark 2.5 S

16:21

that I've had for, I don't know, six or so years. And it works great. But, you know,

16:28

in the intervening years, 3D printers have gotten much better, like surprisingly to me,

16:35

but like the Mark 4 S Prusa and the BambuLab, they both literally print twice as fast as

16:43

my printer. Like I loaded up profiles for both and like sliced it and see how long,

16:49

like what the slicer said it was going to take. I'm like, oh, really? Come on. So I've

16:54

been, I've been looking around. I've been trying to figure out, should I go Prusa again?

16:58

Because open source, you know, but I really like having the enclosed frame. And so I'd

17:03

love to, so like the BambuLab X1 is really appealing to me because of that. And so I

17:09

stumbled upon that there is an open source firmware for the Bambu, which kind of blew

17:15

my mind. And it's sort of like, it's a, it's a thing that, that modifies the application

17:22

processor board of the X1. So the X1 apparently works kind of like a, like my Prusa with Octoprint,

17:29

where there's the Octoprint Raspberry Pi that kind of controls the user interface. And then

17:33

there's the motion control system that is controlling the actual motors and the extrusion

17:38

of plastic and stuff. And the Bambu is set up very similarly. And this open source firmware

17:43

called X1 Plus only runs on the application processor and only modifies it slightly so

17:49

that it will run an alternate firmware off of the micro SD card. So if you want to run,

17:53

if you want to go back to running stock Bambu, you still can. But if you want to run this

17:57

new open source version, you can try it out. And this new open source firmware is just

18:01

basically a different user interface. It doesn't affect the motion control aspect of the printer.

18:06

So it's still going to be fast and good and all that kind of stuff. And so, so I've been

18:09

like, huh, maybe this is the path I take for a new printer is, is I kind of do both closed

18:15

source and open source at the same time. And the reason why I discovered this is because

18:19

the people behind the X1 Plus firmware also have come out with a crowd supply campaign

18:26

for an expansion board that will let you add like more cameras or lights or other sort

18:31

of sensors and actuators that you can trigger via your G code or whatever. And so it's not,

18:37

it's not required to run the firmware, but it's like a, if you have the firmware, you

18:41

can use this cool extra little plugin board and do a bunch of other, other interesting

18:46

stuff. So that's why, that's what I'm kind of thinking right now. It's like, should I,

18:48

should I get a new printer? And should it be one of these? Should it be a Bambu with

18:51

this new crazy open source firmware, which is very intriguing. I don't know if it'll

18:55

run on your printer. Cause I, Paul, cause I think yours is a P, a P1, is that right?

18:59

I have a P1P and yeah, I did look at it. That was the first thing I looked for and nope,

19:03

this is just for the X1 Carbon. So the higher end one, I was too cheap to get the open source

19:08

version I guess. But I'm, I'm interested to hear that, that you're thinking about joining

19:15

the dark side and going with a closed source printer, even though you could argue that

19:18

the new Prusas aren't very open source to begin with either. And this is almost a luster

19:22

of two evils. Yeah. That's the thing is I've, I've been doing open source printers since

19:26

like the very first MakerBot. And so yeah, it's, it's the fact that Prusa has been going

19:31

more closed sources has even made me think of going to other printers that are not, not

19:36

open because, because of that aspect. And so yeah, it's, it's still, it's still in the

19:41

thought processes for me. One of the things that's, that's forestalled my choice is there

19:46

is a service called CraftCloud, which is a website you can go to and submit, upload an

19:53

STL and it will essentially request quotes from hundreds of 3D printer companies across

20:00

the U.S. and then it'll, it'll sort them by price and you can, and other features that

20:05

you care about. And then you can order like one or, or in my case, I ordered like a, like

20:09

a small batch of like 10 and 20 of a little synthesizer enclosure. And the quality was

20:15

great. It was from some company in Georgia and, and you know, they shipped within like,

20:20

they printed in two days and shipped within, I mean, it got here to me in like two days.

20:25

So it was like about a, like less than a week of time, physical time. Yeah, it's great.

20:30

So I'm like, well, geez, maybe I just don't get a fancy new printer. Maybe I just use

20:34

this service for some of the things I care about.

20:36

Well, that is a consideration. How many times have you heard someone buy a 3D printer and

20:42

a year later, it's just sitting there collecting dust too.

20:45

Exactly. And, and, and, and the costs are, the costs are right at the, at the, right

20:50

at the perfect place of where I'm like, ah, you know, if it was a little cheaper, I just

20:55

would use this all the time. But if it was a little more expensive, I just would buy

20:58

the 3D printer.

21:00

I would recommend that if you're looking at printing ABS, but especially ASA, which isn't

21:05

nearly as bad as ABS to get the X1 carbon. If you're only going to stick with PLA and

21:11

PETG, any other printers are good enough to print PLA these days and get the speed increases

21:16

that you're talking about. But that enclosure really makes a difference, especially for

21:19

ASA being the common one and ABS probably a little more uncommon.

21:23

Yeah. Yeah. I'm not really into those fancy plastics, but.

21:29

I had the same printer that you had, Tod, and like three or four years ago, I updated

21:34

to a Creality Ender and it was kind of amazing to see just the, the jump in performance.

21:41

Yeah.

21:42

I think you would definitely appreciate it.

21:43

Yeah, totally.

21:44

And I will say, Noe is considering the Bambu X1 right now.

21:47

Yeah. Yeah. It's so good. I mean, the thing is, is that, is that the, the Mark II, my

21:52

Mark II 5S, it has been an appliance where like I've got Octoprint running and I will

21:58

just send a print job to it knowing that like, oh yeah, I cleaned the bed three days ago

22:03

and that's clean enough for the thing I'm doing. And I just print and I can watch it

22:07

on the camera. I'm like, yep, it's printing. There's nothing wrong. For the longest time,

22:11

3D printing was never just an appliance. It was always this like little, little fiddly

22:14

thing you were messing around with the entire time, doing, doing more to it than getting

22:19

out of it. And so, yeah, it's it's kind of amazing.

22:24

It is. It really is.

22:26

All right, Paul, what's our final thing for this week, this month?

22:31

This one I'm very excited about. Steph Piper, aka Maker Queen, is a library makerspace manager

22:37

in Queensland, Australia. She's come up with a great way to visualize your skill level

22:41

and skill gaps in 45 different disciplines with her Maker Skill Trees. Similar to how

22:46

in a video game, when you get enough experience points to level up, you can put skill points

22:50

into your character to get better. This is the same concept, but for you. It can help

22:54

gauge where you are in your learning journey for each of the different skills.

22:59

Each skill is made up of 73 hex boxes. You start at the bottom with some of the basic

23:03

tasks and work your way up at both skill and complexity. You don't need to do them in order,

23:08

though they get a little harder the higher up you climb the skill tree. What's also neat

23:12

about it is that it might show some gaps that you might have in a given skill. And now you're

23:16

incentivized to try something new and fill in those gaps. Or for the person that says,

23:21

what do I do or what do I learn next? This has plenty of inspiration to draw from.

23:26

Just a few of the almost 60 disciplines are 3D modeling, 3D printing, amateur radio, coding,

23:32

cooking, crochet, Dungeons and Dragons, music, PCB design, robotics, sewing, woodworking,

23:37

and so many more. That's just a small selection. So you can see that there's things from the

23:42

maker world, the crafter world, the coding world, and all of those have Venn diagrams

23:46

that probably cross over each other in so many different ways.

23:50

Steph Piper gave a great talk on the maker skill trees at the Open Source Hardware Association

23:54

earlier this year. It's under 10 minutes long and it's worth watching to learn more about

23:57

it and I'll link to it in the show notes. She's also working on a book that uses the

24:01

skill trees, including 13 makerspace skill trees, self-reflection activities, and a life

24:07

progress dashboard for how you are doing across many of the skill trees. I think it's definitely

24:12

worth checking out and everyone, every makerspace should have a copy of this printed, I think.

24:17

That's really cool. And I am a really visual person, so I appreciate having it all laid

24:22

out. Some things that you may forget or not think about or not know about, like you said.

24:27

So it's really cool. I really like Steph Piper's work in general too.

24:30

Yeah. She made a very conscious decision that it should be printed on paper and should be

24:33

a tactile experience filling in those boxes, circling them or crossing them out or however

24:38

you want to do it and get you off the screens to do it.

24:42

I like how it's laid out as a sort of a honeycomb hexagon thing rather than a tree where there's

24:49

like a linear progression because when you're learning stuff, it's never a linear progression.

24:53

You might bust ahead really far on certain topics, but still be like down farther on

24:58

other topics. And so having it be sort of like, oh, this amorphous, you just kind of

25:02

grow from the bottom towards the top is really nice.

25:07

I agree.

25:08

Yeah.

25:09

Well, that's our show. For detailed show notes or to join our newsletter, please visit thebootloader.net

25:14

and a special thank you to Liz Clark for joining the show this episode. Until next time, stay

25:19

positive.