BirdWeather: Difference between revisions
From wikiluntti
Line 9: | Line 9: | ||
=== Installatation === | === Installatation === | ||
Uses RPi OS Lite 64 bit no Desktop (Aug 2025). Install using the manual. | Uses RPi OS Lite 64 bit no Desktop (Aug 2025). The file format is img.xz, and can installed using | ||
<code> | |||
sudo su | |||
xzcat YOUR-IMG-.img.xz || dd of=/dev/sdb bs=512k | |||
</code> | |||
The directory of the USB key can found using eg | |||
<code> | |||
lsblk | |||
</code> | |||
commands or | |||
<code> | |||
ls -1 /dev > ~/before.txt | |||
</code> | |||
plug it in, then | |||
<code> | |||
ls -1 /dev > ~/after.txt | |||
diff ~/before.txt ~/after.txt | |||
</code> | |||
Install the BirdWeather using the manual. | |||
=== Microphone === | === Microphone === | ||
Make the mic water resistant by using eg balloons. | Make the mic water resistant by using eg balloons. |
Revision as of 10:11, 20 August 2025
Introduction
https://www.birdweather.com/ and
https://www.birdweather.com/birdnetpi
Installatation
Uses RPi OS Lite 64 bit no Desktop (Aug 2025). The file format is img.xz, and can installed using
sudo su
xzcat YOUR-IMG-.img.xz || dd of=/dev/sdb bs=512k
The directory of the USB key can found using eg
lsblk
commands or
ls -1 /dev > ~/before.txt
plug it in, then
ls -1 /dev > ~/after.txt
diff ~/before.txt ~/after.txt
Install the BirdWeather using the manual.
Microphone
Make the mic water resistant by using eg balloons.