For a few months I tried to emulate @jasonmade's wonderful year-long project where he made a thing every day. Later on it morphed into part
of
Older stuff is here, 2025 is below.
Ma(y)ke Manifesto ------------------------------ Grasp the means of production and Make something, big or tiny, every day in May unless You want to slack off for the day. There is no fayle, only mayke
These first few are going to be part of a larger thing. I want to play
birdsong on a small cheap device and I had a pico 2 to hand. I followed this guide
from Adafruit as I happened to have a MAX98357A handy. Adafruit do a nice pdf book on
Circuitpython and the pico. I needed to fix the sample rate on my file
(which came from the Merlin app for bird identification) using ffpmeg - I used
this
as a guide for the bitrate and mono and sampling, and the command was ffmpeg -i birds_sm.wav -b:a 22K -ac 1 bird_mono_22k.wav
Choosing some ripstop offcuts from the Scrapstore for my birdsong project, working title "mental health umbrella" or "spring simulator" (£2, need more green).
I missed a day!
Which is definitely fine and within the rules!
I really wanted to reuse a dead umbrella, but the leaves for the spring simulator will need a substrate so I ended up fixing an umbrella badly. It's really difficult - new respect for umbrella makers. Onwards!
Experimenting with overlapping leaves on my umbrella. It's not too bad but I wonder if tissue paper might be better than ripstop.
Trying out tissue paper for the laves instead of fabric. It's maybe a bit better (and gluegun works better with paper than with fabric), though I couldn't get the acid green colour I was looking for.
I want to make a primative surroundsound of birdsong so I found another pico (1 this time) - all worked happily as before.