BirdNET-Pi to Monitor Bird Calls: Difference between revisions

From Sensors in Schools
Jump to navigation Jump to search
No edit summary
Line 34: Line 34:


[[File:Screen Shot 2023-03-02 at 11.02.22 am.png | 900px]]
[[File:Screen Shot 2023-03-02 at 11.02.22 am.png | 900px]]
* Insert a microSD card in the computer with the Raspberry Pi Imaging software.
* The size of the microSD card needs to be 16 GB.
* Open the Raspberry Pi Imager and click '''CHOOSE OS''' to select the operating system for BirdNET-Pi.
* Click '''Raspberry Pi OS (other) Other Raspberry Pi OS based images'''
[[File:Screen Shot 2023-03-02 at 11.09.15 am.png | 900px]]
* Scroll down the list and select "Raspberry Pi OS Lite (64-bit)"
[[File:Screen Shot 2023-03-02 at 11.09.49 am.png | 900px]]
* Next, click "CHOOSE STORAGE" to select the SD card the BirdNET-Pi will use
[[File:Screen Shot 2023-03-02 at 11.07.53 am.png | 900px]]
* Choose the SD card onto which we will write the RaspiOS-Lite (64-bit) operating system
[[File:Screen Shot 2023-03-02 at 11.10.41 am.png | 900px]]
* Now, click the gear icon in the bottom right to open the "Advanced options" menu
[[File:Screen Shot 2023-03-02 at 11.11.11 am.png | 900px]]
* Answer Yes - to fill in WiFi details
[[File:Screen Shot 2023-03-02 at 11.11.25 am.png | 900px]]
* Set the hostname you would like this BirdNET-Pi to use to be reached. For example,
to have multiple BirdNET-Pis on the same network, you might want to give them each a different
hostname. In this example, the installation will be reachable at "http://birdnetpi1.local",
since that is the hostname that is set during this step. Keeping this unset (using the default
raspberrypi hostname), the installation will default to being reachable at "http://birdnetpi.local".
You should also "Enable SSH" and select to "Use password authentication"
[[File:Screen Shot 2023-03-02 at 11.13.49 am.png | 900px]]
* When you scroll down, you will set the option to "Set username and password." This example creates
a new user called birder. You will also configure the system's connection to your WiFi by
entering the network's name (SSID) and the password used to connect to that WiFi.
[[File:Screen Shot 2023-03-02 at 11.14.55 am.png | 900px]]
* Adjust the locale settings for your Time zone and Keyboard layout
* Finally, you can save the settings and click "WRITE" to write the image to the SD card
[[File:Screen Shot 2023-03-02 at 11.15.07 am.png | 900px]]

Revision as of 00:48, 2 March 2023

BirdNET-Pi Lesson

Lesson number Step by step instructions Dropbox Video link Teacher resources
Lesson 2a #Learn how to build a Raspberry Pi Alt text Raspberry Pi Beginner's Guide pdf
Lesson 2b #Learn about the platypus in the Plenty River Platypus release video mp4
Lesson 2c #Installation of Scratch on the Raspberry Pi
Lesson 2d #Introduction to the Scratch programming language Scratch coding script for dog lesson Scratch .sb file

Installation Guide for BirdNET-Pi

  • Insert a microSD card in the computer with the Raspberry Pi Imaging software.
  • The size of the microSD card needs to be 16 GB.
  • Open the Raspberry Pi Imager and click CHOOSE OS to select the operating system for BirdNET-Pi.
  • Click Raspberry Pi OS (other) Other Raspberry Pi OS based images

  • Scroll down the list and select "Raspberry Pi OS Lite (64-bit)"

  • Next, click "CHOOSE STORAGE" to select the SD card the BirdNET-Pi will use

  • Choose the SD card onto which we will write the RaspiOS-Lite (64-bit) operating system

  • Now, click the gear icon in the bottom right to open the "Advanced options" menu

  • Answer Yes - to fill in WiFi details


  • Set the hostname you would like this BirdNET-Pi to use to be reached. For example,

to have multiple BirdNET-Pis on the same network, you might want to give them each a different hostname. In this example, the installation will be reachable at "http://birdnetpi1.local", since that is the hostname that is set during this step. Keeping this unset (using the default raspberrypi hostname), the installation will default to being reachable at "http://birdnetpi.local". You should also "Enable SSH" and select to "Use password authentication"


  • When you scroll down, you will set the option to "Set username and password." This example creates

a new user called birder. You will also configure the system's connection to your WiFi by entering the network's name (SSID) and the password used to connect to that WiFi.


  • Adjust the locale settings for your Time zone and Keyboard layout
  • Finally, you can save the settings and click "WRITE" to write the image to the SD card