discussion / Acoustics  / 2 April 2025

Field-Ready Bioacoustics System in Field Testing 

Testing at Schlammwiss ringing station Hi all — I’m Travis, an automation engineer and conservation tech builder currently testing a system I’ve developed called Orpheus: a fully integrated, field-ready bioacoustics platform for wildlife playback and data logging.

Over the past 9 months, I’ve built Orpheus from the ground up — hardware, software, and power management — and it’s now undergoing field testing with ornithologists.

What Orpheus does:

  • Schedules and plays species-specific calls for field studies,
  • Supports manually trigger one-shot mode, interval-playback mode, dynamic sunrise/sunset schedules based on geo-location, and seasonal playback modes,
  • Logs acoustic, environmental, and location data,
  • Runs autonomously on solar with advanced power management,
  • Syncs via a mobile app for easy field programming and monitoring.
  • Recording mode for environmental monitoring with variable bit depth and sampling rates.

 It was developed with direct feedback from a conservation group and Ornithologists, incorporating features they specifically asked for — like low-maintenance operation and robust scheduling.

 App integration is in progress, and I’m continuing to refine the system based on real-world use and feedback.

At first I wanted to make a simple system that allows flexible playback scheduling, but as the project evolved I really got passionate about building a research tool to assist bird ringers to study migration patterns. So far, they are very enthusiastic and happy about how much time it saves them, and the fact they can now conduct studies that correlate playback data, volume levels and environmental data. I built it because neither I, nor they, could find anything on the market that suited all their needs.

The first unit is in the field and has been running great for 2 weeks with no intervention. I'm iteratively upgrading the software and refining the system based upon their feedback. Developing this system has been both rewarding, a great learning experience, but also a lot of work, and long days.

 What I'd like is to know. How do I get this out there to people? So far this conservation group wants 10 more units which I think is good validation they find my device valuable. Since these researchers finds my tech valuable I'd imagine there are others that may also find it valuable and useful.

I'd love to hear any thoughts on expanding Orpheus's reach. I discovered this WILDLABS community and believe it's the perfect platform to connect with potential users and collaborators who might benefit from this specialized research tool.

 




Hi Travis,

Congratulations on building such a comprehensive solution - really impressive! 

I would recommend reaching out to Akiba (@Freaklabs) who developed BoomBox, which is a playback-based camera trap system that has been deployed in a number of places. Sounds like there is overlap and opportunity for collaboration!

Some initial questions:

  • What is the cost of this system? That would help folks to understand the feasibility of the system given the usual tight budgets within conservation.
  • Also what sample rates does it go up to? Is it capable of ultrasonic (i.e., for bats)?
  • Is there a battery-powered option? Solar isn't really possible in the tropical rainforest systems that many folks (myself included) work in :(
    • And another note is that adding wires into any system is usually asking for trouble anywhere there are primates/rodents...they have a knack for destroying wires. Are you using a particular voering around the wires? Or potentially creating more of an enclosure for the wires so they're not as prominent.
  • Is the primary goal for this system to be a playback-system? Or do you imagine if being used for passive acoustic monitoring too.
    • If the latter, I would recommend outlining what the difference between this and existing models (Audiomoth, Frontier Labs' BARs, Wildlife Acoustics' SongMeters) are to give folks a better idea of what use cases Orpheus would be best for. 

Happy to chat more too on a call, feel free to DM me if you'd like to.

All the best,

Carly

I love the look of the system! We almost called our new sensor Orpheus, but decided against it as there is already a microphone named that! I'd love to see a bit more about the technical implementation! Is this running off of a CM5 or something different? 

Hi Ryan, hmm, I had no idea there was a microphone named that. I thought about how it’s used to lure birds for netting, and I like Greek Mythology. I thought it was a perfect fit, but hmm, May have to change the name. I considered using a CM, but i wanted the system to be as efficient as possible. I am using a RPI Zero 2 W with emmc. To ensure the UI stays  responsive I used some backend tricks like thread pooling. It works well and resources stay in check. The challenging part is ensuring thread handling is done gracefully and carefully to prevent race conditions. What sort of sensor have you been developing?