# Buckeye X80 networked wireless cameras

{% hint style="warning" %}
**Not official Buckeye documentation!**

This documentation is intended to supplement the Buckeye X80 user manual, which can be found [here](https://www.buckeyecam.com/x80manual/x80_camera_manual.pdf).
{% endhint %}

## About the network

[Buckeye X80s](https://store.buckeyecam.com/x80-series-wireless-camera.html) wireless camera traps, in addition to being able to take pictures in the field and transmit them to a base station via radio, can also receive and relay images taken from other X80 cameras or rebroadcast image data from “Echo” repeaters. This feature allows users to link the cameras together to form a wireless mesh network that can be deployed to cover vast and difficult-to-access terrain without WiFi or cellular service. Each camera/repeater ("node") in the network is solar powered and self-sustaining, so once deployed, maintenance and human intervention is minimal.

The only part of the system that requires an internet connection is the base station; the rest of the communication between cameras and repeaters is accomplished through radio. This allows users to remotely (i.e., from anywhere in the world with an internet connection) access images, adjust camera settings, monitor vegetation overgrowth in the camera’s field of view, and monitor the camera’s status (battery, connection strength, etc.).

## Network components

1. A **base station**, which consists of:
   * An antenna (e.g. a [64”, 9dBi high gain antenna](https://store.buckeyecam.com/accessories/antennas-and-cables/antennas/64-omni-high-gain-antenna-pro-series.html))
   * [CA-400 antenna cable](https://store.buckeyecam.com/accessories/antennas-and-cables/cables/20-ft-cable-400-series.html#product-details-tab-specification) - to connect the antenna to the PC Base Receiver
   * [Buckeye X80 PC Base Receiver](https://store.buckeyecam.com/wireless-receivers/x80-pc-base-receiver.html) - receives and decodes the RF frequency into digital images&#x20;
   * A (preferably) Linux-based field computer to run the Buckeye network management software and [animl-base](https://github.com/tnc-ca-geo/animl-base/), which uploads images to Animl. We have used a variety of computers in the field before, including [Raspberry Pi 4B](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/), [Cincoze DA-1000](https://www.cincoze.com/goods_info.php?id=59), and OnLogic fanless industrial computers. We have also set up animl-base on Windows computers, but that is less optimal.
   * A weather-proof enclosure to house the field computer and PC Base Receiver. If your enclosure is small and you're in an environment that gets hot, be sure to get a field computer that's rated to withstand and operate at high temperatures (60-70° C).

<figure><img src="/files/09W5GsXNktg6YPx7Xz3t" alt=""><figcaption><p>A Cincoze DA-1000 field computer (left) and Buckeye PC Base Receiver (right) installed on Catalina Island</p></figcaption></figure>

1. **Camera nodes**
   * [Buckeye X80 camera](https://store.buckeyecam.com/x80-series-wireless-camera.html) (NOTE: we now have two generations of Buckeye X80’s in the field: the newer ones, which you interact with out in the field using bluetooth and mobile phone app, and the older versions, which you interact with via a small LCD screen on the camera itself.)
   * 12v AGM battery
   * Antenna (8” stock dipole antenna, [22” high gain antenna](https://store.buckeyecam.com/accessories/antennas-and-cables/antennas/omni-repeater-high-gain-antenna-6dbi.html), or 44” high gain antenna)
   * 11.25 W Solar Panel
2. **Repeater nodes** (Echos)
   * [Buckeye X80 Echo](https://store.buckeyecam.com/wireless-repeaters-sensors-and-controllers/x80-echo-motion-sensor-and-repeater-kit.html)
   * 12v AGM battery
   * Antenna (8” stock dipole antenna, [22” high gain antenna](https://store.buckeyecam.com/accessories/antennas-and-cables/antennas/omni-repeater-high-gain-antenna-6dbi.html), or 44” high gain antenna)
   * 11.25 W Solar Pan


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.animl.camera/tnc-wireless-camera-trap-documentation/buckeye-x80-networked-wireless-cameras.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
