BirdNET-Pi installation Dec 2023: Difference between revisions

From Sensors in Schools
Jump to navigation Jump to search
(Created page with "= Installation Process = * Download Raspberry Pi Operating System images - Raspberry Pi OS (Legacy) Lite - 64 bit - Debian version: 11 (bullseye) * Install on SSD using Raspberry Pi installer software * Using setup in Raspberry Pi installer ** Set username and password - e.g. birdnetpi55 ** Set hostname to be the same ** Set Wifi to home Wifi (home internet router) ** Install OS Software * Boot up OS on a Rapsberry Pi * Login using username and password * Update librarie...")
 
Line 14: Line 14:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh | bash
curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh | bash
</syntaxhighlight>
* To change internet access use '''sudo raspi-config'''
<syntaxhighlight lang="bash">
sudo raspi-config
System Options
Wireless LAN
</syntaxhighlight>
</syntaxhighlight>

Revision as of 21:09, 9 December 2023

Installation Process

  • Download Raspberry Pi Operating System images - Raspberry Pi OS (Legacy) Lite - 64 bit - Debian version: 11 (bullseye)
  • Install on SSD using Raspberry Pi installer software
  • Using setup in Raspberry Pi installer
    • Set username and password - e.g. birdnetpi55
    • Set hostname to be the same
    • Set Wifi to home Wifi (home internet router)
    • Install OS Software
  • Boot up OS on a Rapsberry Pi
  • Login using username and password
  • Update libraries with sudo apt update
  • Upgrade software with sudo apt full-upgrade -y. Note that no software was upgraded
  • Install BirdNET-Pi software with command
curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh | bash
  • To change internet access use sudo raspi-config
sudo raspi-config
System Options
Wireless LAN