Replies: 4 comments 2 replies
-
This is timely as I just got a NEO-7M GPS module connected to a Pi and working with gpsd prior to looking at integration with BirdNET-Pi! I won't get a chance to try your update until the weekend. Does it set the Pi clock to GPS time? Kelvin |
Beta Was this translation helpful? Give feedback.
-
It looks really good. I can see a problem. If you upload data to BirdWeather, it will probably fail when you change position, because the position in BirdNET-Pi must be the same as the one reported to BirdWeather. |
Beta Was this translation helpful? Give feedback.
-
In BirdNET-Pi settings you can apply for a BirdWeather ID by sending an email where you specify information about name, title and latitude and longitude which will be automatically fetched from your configuration. All detections sent to BirdWeather must match the location you have sent in. I'm not familiar how BirdWeather internally works. Unfortunately, this version of BirdNET-Pi is no longer being updated, but your code can certainly be added to the fork that is currently being updated. https://github.com/Nachtzuster/BirdNET-Pi |
Beta Was this translation helpful? Give feedback.
-
It took me too long to get to integrating. I have the branch from https://github.com/Kytutr/BirdNET-Pi installed and straight away identifying birds in the garden. But I don't know how to configure gpsd for the experimental support of mobile location recording. Will it set the time from GPS too? |
Beta Was this translation helpful? Give feedback.
-
Imagine a situation when you're moving around with your BirdNET-Pi running on Raspberry Pi. You may change your location many times a day. Now you must change location in settings every time you move to a different spot (to keep consistency of your recordings).
With my scripts, a location will be discovered and updated automatically. All it takes is to connect GPS device to Raspberry Pi (or different device of your choice), ensure that gpsd service is running properly, enable location autoupdate and then you can forget it.
I already have the pull request for that, but it's for Nachtzuster branch, as I'm active user BirdNET-Pi flavor:
Nachtzuster#42
And it's also ready to pick up and test from my branch: https://github.com/Kytutr/BirdNET-Pi (but still PR above is much easier to grasp all changes).
How it looks in my system:
What do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions