“There’s no way to have fun quietly!”
-my 7 y/o
I don’t *really* disagree, but…
| About me! | https://www.scottericpetersen.com/about/scott-petersen/ |
“There’s no way to have fun quietly!”
-my 7 y/o
I don’t *really* disagree, but…
The new enclosure is almost complete! At 6cm across by 10cm deep and 4cm tall it is as small as we can make it with the current hardware specs. We continue to make improvements to the software as well, so #osc communication over #udp is faster and more reliable. All so you can sonify whatever you attach this to, human, animal, or machine!
Check out the GitHub for the project here: https://github.com/scottericpetersen/CAFFEINE
#esp32 #arduino #sensor #caffeine #caffeinepod #diy #electronic #electronicmusic
Here’s a new post about your friend and mine, the humble tanh!
https://www.scottericpetersen.com/in-praise-of-tanh/
#computermusic #supercollider #audio #distortion #audioprogramming
Brothers, Sisters, Cat People and Dog People, Non-human humans and others, I write here today in praise of tanh (pronounced “tanch” like “ranch” — IYKYK.) If you regularly employ tanh to solve your computer music problems, great! If you are “what is tanh?” then read on! Problems You’ve got problems. I’ve got problems. We’ve all…
**Then, on your lappy:**
1. Make sure `avahi` and `nss-mdns` are installed on your system.
2. Make sure avahi is running. On Linux, this is a systemd service as above.
3. Edit **`/etc/nsswitch.conf`** so that `hosts:` line includes `mdns_minimal` before `resolve` or `dns`
You can use `avahi-browse -a` to see *everything* on your local network, this should include the Pi. You can also just try to ping it: `ping student334@334CES-N`
**The process on the PI is:**
1. Install avahi-daemon and nss if necessary (avahi-daemon avahi-utils libnss-mdns) — on the latest FULL install of Raspberry Pi OS this is already present.
2. Start the systemd service: ‘systemctl enable --now avahi-daemon’
Situation: you dont have monitor and peripherals, nor an Ethernet cable (another fun solution), but you know your #raspberrypi and your laptop are on the same network (or will be…) you can use #avahi on the pi to advertise itself on the local network as HOSTNAME.local.
Practically, this means once set up, you don’t need to know the current #ip of the Pi to be able to #ssh in.