Avian Visitors
Teddy Warner has created a project called Avian Visitors, which allows users to monitor birds visiting their locations. The project utilizes a Raspberry Pi and a microphone to capture bird sounds and identify species using BirdNET-Pi. Warner provides a detailed guide for building a bird tracking station and accessing the audio collage online.
- ▪Avian Visitors is a project that captures bird sounds using a Raspberry Pi and a USB microphone.
- ▪The project is a fork of BirdNET-Pi, which identifies bird species through audio analysis.
- ▪Users can access the audio collage online and follow a guide to set up their own bird tracking station.
Opening excerpt (first ~120 words) tap to expand
01 Home 02 Projects 03 Writing document.addEventListener('DOMContentLoaded', function() { initializeHeader(); }); // Load stylesheets embedded in content after instant navigation (function() { const loadedStylesheets = new Set(); document.querySelectorAll('link[rel="stylesheet"]').forEach(link => { loadedStylesheets.add(link.href); }); function loadContentStylesheets() { const content = document.querySelector('.md-content'); if (!content) return; content.querySelectorAll('link[rel="stylesheet"]').forEach(link => { const href = link.href; if (!loadedStylesheets.has(href)) { loadedStylesheets.add(href); const newLink = document.createElement('link'); newLink.rel = 'stylesheet'; newLink.href = href; document.head.appendChild(newLink); } }); } loadContentStylesheets(); if (typeof document$…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Theodore.