BirdNET-Pi
MySensors
BirdNET-Pi | MySensors | |
---|---|---|
56 | 8 | |
1,434 | 1,340 | |
0.0% | 0.2% | |
2.0 | 3.1 | |
about 1 year ago | 2 months ago | |
PHP | C++ | |
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
BirdNET-Pi
- BirdNET-Pi: A realtime acoustic bird classification system for the Raspberry Pi
-
Detect Migrating Birds with a Plastic Dish and a Cheap Microphone
See also https://app.birdweather.com/ which uses a community of stations using AI to match vocalizations with bird species. It was pretty easy to setup a Pi with a microphone using https://github.com/mcguirepr89/BirdNET-Pi to start identifying birds outside my place.
-
Stopped to kill some time and found all these for under $8 each
Yup! There's an open source software called BirdNet, and someone packaged it up to make it easy to run on Pis - BirdNet Pi.
- AI tool helps ecologists monitor rare birds through their songs
-
Can You Understand Bird? Test Your Recognition of Calls and Songs
I had https://github.com/mcguirepr89/BirdNET-Pi running last summer with great success. Might be worth a look.
- Questions and setting up a permanent static field recording system.
-
RPi4/4Gig running BirdNET-Pi, listens for and identifies birdsong in my garden
BirdNET-Pi
-
Bioacoustics: Finding the Voices of Other Species
The birders are super ahead of the curve. Check out this Rpi implementation of BirdNet: https://github.com/mcguirepr89/BirdNET-Pi
Some other options for low-cost backyard sound/biodiversity monitoring are:
https://www.openacousticdevices.info/
- Selfhosted Bird feeder camera with recognition
- Any fun/interesting custom scripts or services being ran on your setup?
MySensors
-
Ask HN: How have you engineered the shit out of your home's front entrance?
Engineering implies working within constraints. Most people in this realm only have to deal with the spouse acceptance factor as a limiter.
Went from openhab -> homeassistant -> Node-RED. Then sprinkle in MySensors, Frigate, and Double-Take, but not on just the entrance, go for the perimeter then defense in depth.
https://www.mysensors.org/
https://frigate.video/
https://github.com/jakowenko/double-take
-
Meshtastic and LoRa are “dangerous” (YouTube)
Mestastic has been doing fine work. I'm not a fan of the CLA though.
MySensors, IM(very)HO is a better system if you are building your own gear. They too have CLA requirements.
https://www.mysensors.org/
- How to connect my coffee machine
- Stromversorgung für ESP32 & Co.
-
I've got a old raspberry pi3 used for gaming but no.longer use it , has anyone got.any cool or unique ideas to use it for ?
If you like the idea of a smart home but worried about the S in IOT check out MySensors.
-
DIY TV-box project (Advice requested)
I have had great fun and good use of MySensors, that could be a place to start. It’s a very friendly and supportive community.
-
I want to build a personal gateway. No LoraWAN or TTL.
As mentioned, chirpstack works well if you still want to use LoRaWAN. Alternatively, you can use a system such as https://www.mysensors.org/ which builds its own protocol on top of lora. Finally, you can write everything from scratch using radio libraries (eg: https://www.airspayce.com/mikem/arduino/RadioHead/)
-
Choosing between LoRa 868MHz and Xbee 2.4GHz for long-range comms
If you haven't already defined your sensor modules, have a look at the MySensors framework. It works via a tree network where every node works as a repeater so you can easily build a large and sparse network with encryption at very low cost. It also integrates seamlessly with Home Assistant and most other HA controllers. I've used it at home with good results and it supports the RFM69 radio using India frequency bands.
What are some alternatives?
nixery - Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
esphome - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
sbts-aru - Low cost Raspberry Pi sound localizing portable Autonomous Recording Unit (ARU)
Polaron - A DIY drum machine for the teensy microcontroller (hardware / software)
awesome-teachable-machine - Useful resources for creating projects with Teachable Machine models + curated list of already built Awesome Apps!
BluePillDemo - A collection of small example projects tailored for the Blue Pill board created in STM32CubeIDE. No further updates.