Work in progress. Any questions, suggestions contact aude.vuilliomenet.18@ucl.ac.uk
Waspi is a real-time monitoring system used to study the activity of wasp nests. The system is made of two parts; the environmental sensors node and the audio and vision logging node.
Waspi is built as a dual setup. A microcontroller (Arduino Uno) connects and reads the values from the sensors, while a more powerful single-board computer (Raspberry Pi 3B+) handles the communication functions.
Microcontrollers
Sensors
- SHT45 Temperature and Humidity Sensor (Adafruit): Adafruit Wiki, Sensirion SHT45 Datasheet
- SCD41 CO2, Temperature and Humidity Sensor (DFRobot): DFRobot Wiki Sensirion SCD41 Datasheet
- 805M1-0020 Accelerometer (TE Connectivity): TE Datasheet
- USB Lavalier Microphone: MOVO USB-M1
- Raspberry Pi Camera Module v2.1
Others
- HiFiBerry DAC+ ADC RPi Hat Sound Card: Datasheet DAC+ ADC
- SBS-PT-50/2 Weight Scale
- HX711 Load Cell Amplifier: Sparkfun, Datasheet
Power
- 100W Solar Panel: TGR-PS-SP120
- 320Wh Portable Power Station: TGR-PS-300
Due to the dual nature of the wasp nest monitoring system, waspi software is divided in two parts. The first is a single arduino C++ script to read the sensors values. The second part is made of a serie of python scripts to handle sensors' data retrieval, temporary data storage, and data communication.
- Arduino Sensors Script Arduino_waspi.ino
- RaspberryPi IoT Scripts src/waspi/components
Audio and Images: Files Transfer
- Transfer audio and images to remote cloud storage (Google Drive) using rclone
- Good Documentation about setting up rclone to migrate files to Google Drive:
- Drawing and dimensions
- List of Materials (wood, insect mesh, garden wire)


