Monster M4sk motion & audio

Wearable electronics: boards, conductive materials, and projects from Adafruit!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
newmanium
 
Posts: 3
Joined: Wed Feb 16, 2022 11:29 pm

Monster M4sk motion & audio

Post by newmanium »

I'm trying to add a PIR sensor to trigger the Monster M4sk to play a WAV file, but I can't find or figure out how to create or edit the necessary UF2 file.

I've learned so much from the Fizzgig Puppet and Tree with Animated Eyes and Motion Sensor projects. My motion detection is active, so basically, all I'm hoping to accomplish is to add a small amplified speaker to play a short WAV file since everything else works perfectly after the nice MASK_PIR.UF2 download.

The CircuitPython version is 7.2.0, but I'm still considering Arduino

{
"eyeRadius" : 125,
"eyelidIndex" : "0x00", // From table: learn.adafruit.com/assets/61921
"pupilColor" : [ 0, 0, 0 ],
"backColor" : [ 0, 0, 0 ],
"irisTexture" : "tree/iris_treerings.bmp",
"scleraTexture" : "tree/sclera_treebark.bmp",
"upperEyelid" : "tree/upper.bmp",
"lowerEyelid" : "tree/lower.bmp",
"irisRadius" : 85,
"left" : {
"irisSpin" : 1
},
"right" : {
"irisMirror" : true,
"irisSpin" : -1
}
}


Thank you so much

User avatar
rpiloverbd
 
Posts: 198
Joined: Mon Nov 29, 2021 8:13 am

Re: Monster M4sk motion & audio

Post by rpiloverbd »

I think you may get some clues from this thread: viewtopic.php?f=19&p=888456

User avatar
newmanium
 
Posts: 3
Joined: Wed Feb 16, 2022 11:29 pm

Re: Monster M4sk motion & audio

Post by newmanium »

That link is to the Fizzfgig puppet I mentioned, but thank you.

Locked
Please be positive and constructive with your questions and comments.

Return to “Wearables”