Fun Raspberry Pi project: Identify backyard birds 24/7

Have you ever wanted to know what birds you hear at home? You can use BirdNET-Pi on your Raspberry Pi with a small microphone to record and ID birds 24/7. I’ve been curious about this project for a while and decided to take the plunge.

Inside of birdnet pi outdoor box

As an Amazon Associate and eBay Partner I may earn from qualifying purchases through links on this page.

BirdNET-Pi logo

This year, I learned about a project called BirdNET-Pi which, when installed, turns your Raspberry Pi into a 24/7 monitoring station. This station records audio constantly and uses BirdNET’s AI model to identify the birds it hears. I also built a digital counter to track the birds that visit my backyard.

BirdNET-Pi is accessible over your local network once set up and gives you a dashboard of recently detected birds. It will show their spectrographs and a photo from Flickr.

An example of statistics the BirdNET-Pi can produce once you’ve had it running for a while.

What’s needed

I grabbed one of my Raspberry Pi 3B+ and started preparing the SD card according to the installation guide (3B+ 0W2 and 4B). The OS was installed smoothly and the Pi powered on, then the BirdNET-Pi software was installed with a single command once I connected to it over SSH.

The microphone for the BirdNET-Pi setup can be a USB mic or a regular one connected to an external USB sound card (a glorified dongle in this case). I opted for the dongle and regular lav mic since both were available with same-day shipping. Thankfully, once I connected it, the BirdNET-Pi started detecting audio right away.

For my initial, hasty BirdNET-Pi build, I plugged the Raspberry Pi next to my back door and ran the microphone wire under the door, and taped it to the exterior house wall. This picks up the sounds from my backyard birds.

From proof-of-concept to a permanent build

Once this proof of concept was done, I moved on to build a more permanent solution. I researched and found this BirdNET-Pi setup from Pixcam that includes an outdoor enclosure. I picked up all the needed items, substituted the Ethernet port for another USB, and began work on building my own outdoor BirdNET.

Items needed for the outdoor enclosure

I removed the Pi’s case and then struggled to install a fan/heat sink due to a missing piece. I improvised my way into getting it securely attached.

Inside of the birdnet outdoor station showing heat sink
The inside of the BirdNet-Pi outdoor enclosure. You can see the black heat sink with the built-in fan. It was a pain to install on the Pi.

The fun part was getting the enclosure ready for the Pi. This box is built to house electronics, so it came with a mesh board to which you can attach various components. I drilled some small holes to help attach the Pi to the board, then moved on to the enclosure itself. The guide I followed recommended drilling the holes with some fancy drill bit I didn’t have so I used the largest one I had to start and struggled my way into getting it the right size. Repeat this arduous process for the second hole.

Bottom of the outdoor birdnet enclosure
The bottom side of the enclosure. It offers a USB port on the outside on the right and a USB port inside on the left. The idea to flip the left cable the other way ended up being both necessary and beneficial for my setup.

With the box prepped, I screwed in the mesh board, plugged in all the wires, printed cute labels, and admired the work.

Inside of birdnet pi outdoor box
My best attempt at cable management. Doesn’t need to be pretty!
Outside of birdnet pi enclosure
The front side of the BirdNET-Pi enclosure. It didn’t need a label, but I have a label maker so why not?
Bottom and side of birdnet pi enclosure
It’s all ready to be plugged in.

The final install

Then I mounted the enclosure near an outdoor outlet next to the backdoor.

BirdNet pi installed outside
The outdoor enclosure’s final location.

I plugged it in and, success, it worked! The only issue I ran into post-installation was I noticed the USB microphone picking up interference. To fix this, I plugged in my previous sound card dongle and 3.5mm lavalier mic and it solved the problem.

Spectrograms and recordings arrive

Here is a clip of a Killdeer the Raspberry Pi captured along with the spectrogram it generated:

Killdeer calls out in the night.
Killdeer spectrogram from birdnet-pi
See the Killdeer call between 4-5kHz.

Check out this live dashboard I built. It pulls in live recent detections and leverages the BirdWeather API to request the data.

birdnet pi logo

My BirdNET-Pi Station live stats

Birds acoustically detected in the past 24 hours

0
total detections

101962 lifetime detections since 12/22/22

My BirdNET-Pi station listens and analyzes 24/7 the birds that visit my yard. Each detection is automatically logged and submitted to BirdWeather.com. The live stats above reflect recent species and the frequency detected.

8 thoughts on “Fun Raspberry Pi project: Identify backyard birds 24/7”

    • I wish! That’s what I did before I got the outdoor enclosure. I hid the Pi in a closet and snaked the lav under my backdoor to get the mic outside. It worked but wasn’t ideal. If I had a better option, that would definitely be preferred!

      Reply
  1. So just wondering Jeffery I also live in Central TX, even with the fan and heatsink aren’t you concerned about the Pi overheating during the summer?

    Reply
  2. Jeffrey so my set up has been running for a month or so now and all is great, thanks again for the How- to. I do have a question, Do you have any Idea if you could or is there a way to run an array of microphones instead of just the one? Thanks

    Reply
    • The only way I know how is via RTSP video streams. If you have security cameras with that on the property you can input those urls into the settings and it will analyze both streams.

      Reply

Leave a Comment