Group

Sensors / Feed

Want to talk about sensors that don't quite fit into any of our tech-specific groups? This is the place to post! From temperature and humidity to airflow and pressure sensors, there are many environmental sensing tools that can add valuable data to core conservation monitoring technologies. With the increasing availability of low-cost, open-source options, we've seen growing interest in integrating these kinds of low bandwidth sensors into existing tools. What kinds of sensors are you working with?

discussion

Getting behavioral data out of datasets that weren't built for it

Burning question:There's so much monitoring data already- camera trap archives, acoustic recordings, GPS tracks - but almost all of it was collected to answer presence/absence or...

10 0

This thread is exactly the conversation I was hoping to start - thank you all.

Janelle, your point about context is the crux of it. A crocodile with its mouth open could be thermoregulating, resting, or hunting, and the still frame alone won't tell you which - it's the surrounding signals (eyes, posture, what else is in the scene) that disambiguate. That's the whole problem in miniature: behavior isn't legible without context, and most datasets strip the context out. I love your reframe of observer bias as signal, too - the order in which individuals approach and explore a new camera is behavioral data, not just noise to wait out. And it points at exactly where I think this goes: no single stream is enough. Thermal, acoustic, eDNA, movement - layered together, you start to reconstruct a scene rather than just catalog detections.

Kim, the continuous thermal deployment you're describing is the kind of capture I'd love to understand better - sustained, passive, weatherproof is where the rare and off-frame behaviors actually live. Would be curious how much behavioral signal you're seeing in that data vs. presence/absence.

Henri, your bee work is striking - we're clearly circling the same core idea from different systems. I'd be glad to compare notes; I'll follow up directly.

More soon - this is the good stuff.

Maggie

See full post
discussion

GPS Tracker For Wildlife

Hello everyone! I'm Akio, and I'm new to this group.I'd love to start a discussion about GPS trackers for wildlife. As the developer of Loko—an open-source, offline GPS tracker—I’...

11 10

Hi Akio!

Is there any more extensive documentation for Loko than what I see on the website in the link you sent? I'm curious to learn more, such as what the mean and median positional errors are, and how long the battery would last at various fix intervals (such as 5 minutes fixes vs 15 minute fixes), whether the device is capable of taking more than 6,500 consecutive fixes if it is able to regularly connect to the ground device, how it handles failed fixes (i.e. there are no satellites detected), etc.

I'm working on a project in which we are deploying GPS receivers on gopher tortoises. As with many devices, one of our biggest challenges is finding a device that can store a lot of fixes so that we can leave it out for long deployments (we have been looking at devices with pure receivers, and no transmission option), and as someone else mentioned, ruggedness is very important as well- the turtles can be very hard on trackers. These animals present some unique tracking challenges because they spend much of their time underground, meaning that the device will be unable to detect satellites and/or get a good fix most of the time. We also value customizability- someone else pointed out that we biologists have been known to open up devices and DIY them for our own uses- and we are wont to do the same with software as well, if able. For example, for my study we are interested in options where we can choose an adaptive fix interval, for example, every 5 minutes but only during daylight hours, to save on battery as well as memory space. I know triggered firmware is a common request as well- various groups will use different sensors, such as light, temperature, moisture, float, accelerometer, etc. to tell a device when it's appropriate to take a fix (when the animal moves, when it surfaces, etc.).

Best,

Jocelyn

Great discussion — the trade-offs you're navigating with Loko are exactly the right ones for open-source wildlife tracking.

A few thoughts on the points raised, particularly for large animal tracking in Africa with limited budget:

On waterproofing the LoRaWAN antenna — the antenna does need to protrude or be positioned at the surface of the enclosure, but this doesn't have to compromise IP rating. A simple approach is to use a helical or meandered trace antenna on the PCB itself (no external stub needed) and cast the entire PCB in epoxy or use a conformal coating, with the enclosure providing the mechanical protection. For collar deployments on large mammals, the antenna is often routed along the collar belt itself as a flexible element, which also improves radiation pattern.

On geofencing for large animals with infrequent fixes — I'd agree with the caution raised earlier. For animals with large home ranges like elephants or lions in Africa, a 1-4 hour fix interval means an animal can travel 10-30km between fixes. Geofencing only works reliably when you can predict where the base station receiver will be relative to the animal's trajectory. For open savannah, a LoRaWAN gateway on a fixed elevated point (a termite mound, a tree, a ranger station) with 10-20km range is more practical than trying to download when the animal passes close.

On memory — 6,500 records at hourly fixes gives about 270 days of logging, which is enough for most large mammal deployments. The limiting factor in practice is usually battery rather than storage.

I work with LoRaWAN-based tracking systems and have field experience in southern Africa — happy to discuss specific deployment scenarios.

See full post
discussion

Using LoRa for a sensor network: recommendations 

Dear WildLabs community,I'm currently designing a new type of sensor which I plan to use LoRa with. I've had discussions with other devleopers on whether using a LoRaWAN gateway...

8 0

@Eric24 The use case is as I wrote to Patrick: "a parent unit in the centre of a conservation area which is to recieve one way packets from child sensor units spread around the perimeter of the protected area.". The packets are simple pings on whether the sensor wants to send an alarm to the rangers in the conservation area and a percentage accuracy that e.g a poacher is detected on the perimeter. 

The delivery guarantee requirement is thus very high, but it is not necessary to send signals often if an event is not occuring (which should not be more frequent than once a day at max). Perhaps the delivery guarantee could be fixed by simply sending an alarm signal many times? Furthermore, it is not foreseen that the sensors need to be dynamically reconfigured. 

Thank you for the response and insight in your development process! I'm planning to use very similar modules as you described. 

Hi Kristián. Apologies for the late response, but I just noticed your query. In a nutshell, direct LoRa connection is simpe and easy and all you need for reporting sensor data. Also, assuming you only need to send data occaisonally, you can minimise power usage with direct connections whereas LoRaWAN need to be always listening to other nodes.LoRa network

I have just started a field trial with a few DX SMART LR02 modules to transmit trap activation to a central location. DX SMART modified the modules for me so they transmit their unique ID when activated. You can probably use the same with your sensors. If you send me some detail of the sensors you use, I can have a look at it for you. 

Hi — I've worked with both LoRa and LoRaWAN in field deployments and wanted to add some practical perspective.

The LoRa vs LoRaWAN choice really comes down to three questions: do you need bidirectional communication, do you need to reconfigure devices remotely after deployment, and do you anticipate integrating commercial off-the-shelf sensors in the future?

If the answer to all three is no — for example, a simple one-way sensor network sending periodic GPS or environmental data to a fixed gateway — raw LoRa is perfectly adequate and significantly simpler to implement. The SX1276/SX1278 modules are cheap, the API is straightforward, and you avoid the overhead of OTAA/ABP join procedures, MAC layer management, and duty cycle limitations.

However, there are two scenarios where LoRaWAN is worth the added complexity: first, if you want to send downlinks to reconfigure sensors in the field without physical access — invaluable for wildlife tracking collars where changing sampling rates or triggering a GPS fix remotely can extend battery life significantly. Second, if you want to plug into existing infrastructure like The Things Network or ChirpStack without building your own backend from scratch.

My practical recommendation: for a small closed network of fixed environmental sensors, start with raw LoRa. For anything involving animal-borne tags, multi-site deployments, or integration with platforms like EarthRanger, go LoRaWAN from the start — retrofitting it later is painful.

Happy to share more on specific hardware choices if you describe your use case.

See full post
discussion

A thermal (at 1280x1024 resolution) impression of Kasteel park Born, The Netherlands

I'd like to share some of the first video content filmed with our new 1280x1024 thermal module. We are proud to announce that Wildlife Security Innovations has a new partnership...

6 3

Hi Kim,

I come from automotive CV where false positives around vulnerable road users are a constant challenge, especially with edge cases at night and in low-visibility conditions (in Greenland or Canada winter conditions might skew the video clarity).

I’m curious about how this is handled in conservation/anti-poaching setups, particularly in IR-based detection systems that can pick up humans at range in darkness.

In automotive we rarely try to classify object intent, rather just direction of movement and proximity, so I’m wondering how systems in your context avoid over-interpreting a detection (e.g. differentiating a hiker or worker from a genuine threat scenario), and what role something like restricted location, known poacher trails, activity, or time of day might play into interpreting the detection.

Is the system usually designed to be triggered based with a manual triage backend or if there might be some degree of automated triage? Or if the methods you use are mostly for animal detection a la camera traps and human detections are an added benefit?

Would be great to hear how you structure that pipeline in practice.

Thanks,

Ron

Great questions! Actually, I added AI object detection with large models to my system back in 2019, before I got involved in wildlife, it was for security purposes. I got involved in wildlife in 2023. I think the vast majority of wildlife users of AI are using very small models deployable on low power systems. So they would have many false positives and negatives I expect.

My systems have not yet been used for poacher detection. When I developed it for security, I needed to make it so reliable that I could have it wake me at night. So false positives and misses had to be very small. To that end I wrote the software so it could combine several other mitigating factors. Such as multiple modules at the same time, statistical based triggers etc. For example, we could make it detect a person requiring both a high confidence thermal match and a low confidence visible match in order to trigger. That sort of thing. It can be made very reliable.

I don't think you need to determine intent with the system. That can be left to the humans. So long as they can be notified. With our systems, in addition to getting the notification they can then come in live and view the situation from multiple camera actions. Very effective visibility is the key and rapid detection and clear notification. For my home security setup, I'm using yolov6 large model with inference on 1280x1280 images. The large model is a 140 million parameter model. It's very good with both recall and accuracy. I can't remember the last time any false detection woke me. And it never misses anything.

It also had from the very start a flexible state machine built in that can be menu configured to combine all kinds of state before it triggers.

(I'll find out about low visibility situations soon as I'll be deploying some thermal systems to Greenland next month).

BTW. On my roadmap is to develop a very long distance IR system that could detect humans at 1km with reliably in complete darkness but I don't have the funding for it at the moment. It would use a zoomable IR system with a 30-180mm thermal zoom at 1280x1024 resolution. It's kind of a dream system on mine and I'm determined to build it.

See full post
careers

Biodiversity Monitoring Scientist

This role would suit someone with a background in ecology or environmental science who enjoys combining fieldwork, data analysis, and applied research to support real-world environmental outcomes.

0
See full post
discussion

Habitat box monitoring?

Does anybody know of any good open-source solutions for habit box monitoring (e.g. bird boxes, bat boxes, hedgehog boxes and kestrel boxes)? We're trying to figure out if the...

5 0

Quickest way to do that is to do a simple range test using 2 modules like thisMobile LoRa setup

It's minimal cost and no need for any wiring or soldering etc.  You can also use it to see how antenna height affects the range, and - if needed - use the temporary base station as a repeater to extend the range of boxes that are in difficult locations. But the repeater will need to be equipped with a solar cell to keep the battery charged.

I use a kit like this - but with longer antenna to get a better range

LoRa test kit

I think they are on sale at the moment https://www.aliexpress.com/item/1005009827293700.html

If you like, just send me the coordinates of the area where you intend to monitor the boxes. With Google Earth (or a contour map if you have) I may be able to give you an indication of what range you can expect.

 

 

 

 

See full post
discussion

Custom Hydrophone Records Dolphins

 A few years back, we began work in earnest on our DFAD recycling project in Seychelles.During the exploratory phase - we experimented with every high value use for the buoys...

4 1

Brett, you may reach out to @Lucille, who under the auspices of the Partnership  for Observation of the Global Ocean (POGO), the Scientific Committee of Ocean Research (SCOR), and the International Quiet Ocean Experiment (IQOE) is managing the development of LC-MARE a low cost marine acoustic recorder.  An ultra low power ADC is indeed an important component, so there may be some synergies.

This is really interesting — especially the part about experimenting with different high-value uses.

I’m currently working on a small edge AI project for ecosystem monitoring, and it’s made me realize how different things can look outside of controlled environments.

Out of curiosity, during those experiments, what ended up being the biggest constraint — was it more about technical feasibility, cost, or something unexpected in real-world conditions?

 

cool! 
When you say: "...first usable result that validates our hardware and software signal chain." can you share what those chains are? 

As for connectivity, yeah, that's a HUGE challenge ... Can you do SMS-level connectivity to Starlinks?

I presume you'd want to log basic temp/salinity, and perhaps include a basic accelerometer for wave motion over something like MQTT. 

As for pushing down bioacoustic processing to the devices, yeah, would be awesome to do some minimal envelope threshold detection, and just send back compressed versions of 'the good stuff' .  Maybe even listen for propellers and/or fishing sonar too, and send EarthRanger alerts.

And of course you'd want to do OTA updates, which in turn introduces security, etc.

Fun project!

 

See full post
discussion

Tiger coexistence challenges

Too Many Tigers, Jungle Too Small: Human-Animal Conflict In Land Of Mowgli Check out this recent article about tiger conservation and community coexistence challenges...

1 0

Hi Mandy, writing from Indonesia where we manage the Sumatra Merang Peatland Project (SMPP) which is in a landscape supporting some of the last Sumatran tigers. Our project is part of a corridor including two national parks and a few scattered conservation areas within active oil palm and Acacia plantations. There's not a lot of room for tigers and they do range through human communities or come into contact with plantation workers. 

Fatal attacks are rare but two occurred in 2022. We hold annual HWC trainings with communities but also celebrate International Tiger Day with them, having a light-hearted event with games, face paint, and education of the importance of biodiversity, even when scary. We emphasize common sense personal safety measures to reduce the potential for conflict. Luckily livestock aren't very common in this area so that conflict trigger is not a major issue. Mostly it's about restricting activity at dusk/night/dawn, travelling in groups, not running, etc. We haven't found any feasible tech options (tagging is beyond our scope/budget) but we do use camera traps to see if/when tigers are present in/around our project area. This can only do so much for HWC as it's not a rapid response tool but does indicate presence. 

Regarding your question "Who/what parties should be held responsible for the loss of life, both human and tiger? Can they be held responsible?" there isn't an easy answer! Indonesian law technically gives tigers the same right-to-life as humans but in practice reprisals of course happen. In our region the military did respond to the 2022 events with patrols and presence, but they were not allowed to shoot. Obviously there is no proactive recourse against the tiger itself as a responsible party. It's an opportunity to redouble efforts on community education to explain why the attacks occurred (both fatalities were at forest frontiers, crouching with back to the forest, etc) and how to avoid re-occurrence! 

See full post
discussion

Humidity & Temp data logger for nesting boxes

Hey everyone,I am looking for a humidity and temperature data logger that can be deployed in nesting boxes for ca. 6 months. I was originally looking at the DS1923-F5 Hygrochron...

6 0

Hi Andrew,

If near real-time data is of interest, another option is to move away from standalone loggers and use a low-power wireless sensor approach. The BME280 Harold mentioned would be fairly straightforward to integrate where I²C/SPI interfaces are supported.

The main advantage is visibility. Instead of discovering issues perhaps months later, you would see both data and device health in real time. That can be useful if a unit fails or gets damaged, which sounds like risk in these nesting boxes. It also allows you to vary sampling rates if you want higher resolution during periods of interest.

Deployment practicality will depend on site conditions, but these types of systems are already being used in remote ecological settings, including arboreal installations where infrastructure is mounted in/around canopy environments.

Happy to share more detail if it is of interest.

Cheers,

Simon

Hi Andrew,

We used some bluemaestro discs and they seemed to be very good, until they stopped working. No reason, they would stop working, they were indoors. 

So wouldn't recommend them, specially for a challenging environment (nests).

Good luck.

Hi Andrew,

We (Margo Supplies) are in beta release of our temp logger project. This is a marine sensor for us so humidity is not packaged in. There may be some potential to do that depending on timeline? Feel free to send me a DM with project details and we can discuss. 

Cheers,

Jared 

See full post
careers

Ecological Data Scientist

The Smithsonian Institution is the world’s largest museum, education, and research complex, with 21 museums and the National Zoo. This position is located in the Smithsonian's National Zoo and Conservation Biology...

1
See full post
discussion

Non-Invasive Turtle Nest Monitoring Using RTI Technology

📢 We're excited to share our new #ConservationTech initiative!Using Radio Tomographic Imaging (RTI), our team is building a non-invasive system to monitor...

19 5

Greetings Nik, it is interesting to see to the project you are working on.  If there's anything I can do to help with my skillset let me know.

Thanks, Mike

do I see in the diagram some elements positioned below the sand? (perhaps below the tide-line and saturated with water..?)

See full post
discussion

I WANT TO TELL YOUR STORY

I create ocean exploration and marine life content on YouTube, whether it be recording nautilus on BRUVs, swimming with endangered bowmouth guitarfish, documenting reef...

3 12

Amazing!

Found your instagram page and have been scrolling all morning ( most educative doomscrolling I've done so far😂). Love it, am seeing sea creatures I've never seen.

Wonderful work! Would you be interested in documenting a story about afforestation from the Pacific Ocean to the Himalayas (Indus River focus)? 

I’m interested in doing an expedition documentary bridging mythology and conservation with a YouTuber to help bring awareness towards forest conservation all along the river. The focus is water and water wildlife.

See full post
discussion

Seeking input: FAIR & AI-ready wildlife drone datasets

Have you ever tried to reuse a published drone dataset, only to realize key context was missing? Or wanted to publish your drone dataset, but not sure how to start?We are seeking...

4 5

Hi @jennamkline , are you in the SCB Drones and Data Working Group? I think it would be great to have that as a topic for discussion during the next meeting! I'd be keen to hear more about this work.

@annavallery this might be of interest to you.

hi @elsa thanks so much for the suggestion! i would love the SCD Drones and Data Working Group's input on this proposal. I was planning on attending one of their meetings later in March to solicit feedback. If there are additional venues to engage with the group, please let me know!

See full post
discussion

East Africa coordination between ICTC Peru and GCTDF Kenya – informal community update

I’m posting this specifically for East Africa–based WILDLABS community members.WILDLABS is leading the International Conservation Technology Conference (ICTC) in Peru, and there...

2 0

How are current drone pilots in the Mara handling biometric authorization for flight logs to ensure data integrity?

Hi @DavidGlobalDroneForum , I have attended ICTC and tried to be in the drone-related sessions as much as possible. I'm am not based in Africa but very much would like to better understand how drones are being used there as the organisation I work for are keen to increase the use of drones in that area. Would be happy to contribute in some way with reflections depending on timeline. Unfortunately I won't attend the conference in Kenya in person. I have also signed up to the Drone WG so was hoping to share something then too!

See full post