A Birdnet Raspberry pi: Difference between revisions
Created page with "== Birdnet ? == BirdNET-Pi : Convierta una Raspberry Pi y un micrófono en una estación de escucha en su jardín totalmente autónoma y activa 24/7. Registre, identifique e informe de cantos de aves localmente usando la IA de BirdNET. * https://birdnet.cornell.edu/birdnet-pi/?lang=es * https://github.com/MichaelBernhardt/BirdNET-Pi * https://github.com/tphakala/birdnet-go * https://suncuss.github.io/BirdNET-PiPy/ === Install on the Pi === [https://www.raspberrypi...." |
No edit summary |
||
| Line 3: | Line 3: | ||
BirdNET-Pi : Convierta una Raspberry Pi y un micrófono en una estación de escucha en su jardín totalmente autónoma y activa 24/7. Registre, identifique e informe de cantos de aves localmente usando la IA de BirdNET. | BirdNET-Pi : Convierta una Raspberry Pi y un micrófono en una estación de escucha en su jardín totalmente autónoma y activa 24/7. Registre, identifique e informe de cantos de aves localmente usando la IA de BirdNET. | ||
Desde el projecto initial y la herramientas / libs dessaroladas, hay varias versiones : | |||
* https://birdnet.cornell.edu/birdnet-pi/?lang=es | * https://birdnet.cornell.edu/birdnet-pi/?lang=es | ||
| Line 13: | Line 14: | ||
=== Install on the Pi === | === Install on the Pi === | ||
[https://www.raspberrypi.com/documentation/computers/getting-started.html#headless-setup Headless set-up] with a debian 13 raspberry pi OS light version | [https://www.raspberrypi.com/documentation/computers/getting-started.html#headless-setup Headless set-up] with a debian 13 raspberry pi OS light version | ||
==== Manual setup for SSH ==== | |||
If you didn’t customise the image for remote access using Raspberry Pi Imager in Step 1, you can instead set up SSH manually. On your boot media’s bootfs partition: | |||
Create an empty file named ssh. | |||
Create a file named userconf.txt with a single line of text: <username>:<encrypted-password>. | |||
Replace <username> with your username and <encrypted-password> with an encrypted representation of your password. | |||
Username. Your username must start with a letter and can only contain lowercase letters, digits, underscores, and hyphens. Your username can be a maximum of 31 characters. | |||
Encrypted password. Use OpenSSL to generate an encrypted password. From the command line, run openssl passwd -6 and then, when prompted, enter your password and verify it. This command outputs an encrypted version of the supplied password. | |||
openssl passwd -6 | |||
Revision as of 13:38, 24 August 2026
Birdnet ?
BirdNET-Pi : Convierta una Raspberry Pi y un micrófono en una estación de escucha en su jardín totalmente autónoma y activa 24/7. Registre, identifique e informe de cantos de aves localmente usando la IA de BirdNET.
Desde el projecto initial y la herramientas / libs dessaroladas, hay varias versiones :
- https://birdnet.cornell.edu/birdnet-pi/?lang=es
- https://github.com/MichaelBernhardt/BirdNET-Pi
- https://github.com/tphakala/birdnet-go
- https://suncuss.github.io/BirdNET-PiPy/
Install on the Pi
Headless set-up with a debian 13 raspberry pi OS light version
Manual setup for SSH
If you didn’t customise the image for remote access using Raspberry Pi Imager in Step 1, you can instead set up SSH manually. On your boot media’s bootfs partition:
Create an empty file named ssh.
Create a file named userconf.txt with a single line of text: <username>:<encrypted-password>.
Replace <username> with your username and <encrypted-password> with an encrypted representation of your password.
Username. Your username must start with a letter and can only contain lowercase letters, digits, underscores, and hyphens. Your username can be a maximum of 31 characters.
Encrypted password. Use OpenSSL to generate an encrypted password. From the command line, run openssl passwd -6 and then, when prompted, enter your password and verify it. This command outputs an encrypted version of the supplied password.
openssl passwd -6