You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
this is written by someone with zero knowledge about docker and low skills with Raspbian and Coding in general
To get BirdNET-Go going (...) its much simpler to let it run in a container (I found this out the hard way)
This little Guide should help you to get you BirdNET-Go running.
I am using:
Raspberry Pi zero 2 w (02W)
Raspberry Pi OS (Legacy, 64-bit) Lite; Bullseye
This should also work with every other Raspberry Pi
Now its Time to edit the configuration for your BirdNET-GO
the easy way is with the webpage, open your webbrowser and open this website: YourDeviceName.local:8080
for my one it looks like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
this is written by someone with zero knowledge about docker and low skills with Raspbian and Coding in general
To get BirdNET-Go going (...) its much simpler to let it run in a container (I found this out the hard way)
This little Guide should help you to get you BirdNET-Go running.
I am using:
This should also work with every other Raspberry Pi
For those that are intersted- other Hardware:
I suppose your Pi is already set up (SSH,Internet,..) and your in your USERNAME directory
cd /home/YourUsername/
First you want to get docker
Follow this Guide from the official website:
docker for debian
#install-using-the-repository
next step to get it runnig without
sudo
manage-docker-as-a-non-root-user
Now you can test it with this command:
docker run hello-world
This was the hard Part- now comes the easy one!
Now you want to set the (Audio)-Capture device
deciding-alsa_card-value
Add the values to This command
for my BirdNET-Go it looks like this (see "ALSA_CARD=1")
If your not based in Germany you should edit the
to your Timezone
e.g with this Wikipedia Link
Now you run your command!
As soon as is says
you know its working :confetti_ball
Now its Time to edit the configuration for your BirdNET-GO
the easy way is with the webpage, open your webbrowser and open this website:
YourDeviceName.local:8080
for my one it looks like this:
head to the settings -> General
Change the Location to your one e.g with THIS
My preferred Settings:
Hit > Save
After this I rebooted my system just to make sure everything works.
Type your command again (Step 5)
its 2:45am now, i hope i didnt forget something but this should be it!
Thanks @isZumpo
Beta Was this translation helpful? Give feedback.
All reactions