Skip to content

Instantly share code, notes, and snippets.

@tcaddy
Created August 29, 2022 01:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcaddy/c227e2f6c3fdaf1cb9123f934212ebe3 to your computer and use it in GitHub Desktop.
Save tcaddy/c227e2f6c3fdaf1cb9123f934212ebe3 to your computer and use it in GitHub Desktop.
BirdNet Pi Setup

Overview

This is an explanation of my BirdNET-Pi (https://birdnetpi.com/) hardware installation.

Details

The idea is to have minimal hardware outdoors (a microphone) and keep the rest indoors where it is easier to manage and keep climate controlled. I had an existing CAT5 cable running from my computer area to an outdoor telco box. It was used for an old DSL install. I used the telco box to house a CAT5-to-XLR adapter and most of an XLR omnidirectional lavalier microphone, with the tip of the microphone sticking out the bottom of the telco box.

References

Reference and inspiration for doing XLR over CAT5: http://randomcontributions.blogspot.com/2018/02/using-ethernet-cat5e-cat6-wire-for-xlr.html

This image in particular: image

Steps

You have to make your own CAT5-to-XLR cables. After you do that, everything is plug-and-play.

Use rpi4 with BirdNET-Pi ->
powered USB hub ->
USB-to-XLR (with 48v phantom power) ->
XLR-to-CAT5 ->
CAT5 run to microphone area ->
CAT5-to-XLR ->
XLR omnidirectional lavalier microphone

Parts

  • Raspberry Pi 4 with BirdNet Pi setup
  • Powerered USB hub (so the rpi4 isn't having to supply the 48v phantom power)
    • Not sure if this is necessary, but I had an extra one sitting around so I used it
  • USB-to-XLR (with 48v phantom power)
    • Maono 10FT USB to XLR Microphone Cable, New Generation (48V Phantom Power USB A to XLR Female Cable in ONE) and Shielding Ring Cord for XLR

    • rpi4 will reboot OK with this plugged in but it will not power on from shut down with it plugged in.
      • I have to unplug it to get it to boot or output to display (???)
    • URL: https://www.amazon.com/dp/B09Y5GM2B5
  • XLR-to-CAT5
  • XLR Omnidirectional lavalier microphone
    • I got this one sale for far below list price
    • The microphone will be exposed to the elements and break eventually.
    • I have no particular brand to recommend
    • I think the cheapest one you can get is fine
    • I have 3 more even cheaper ones en route from Ali Express as backups for when this one fails
    • Long term I need to figure out a weatherproof omnidirectional XLR microphone
@tcaddy
Copy link
Author

tcaddy commented Oct 5, 2022

Just discovered this product, which eliminates the need to make your own XLR-to-CAT5 cable: https://www.adj.com/acrj453pset
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment