1
0
Fork 0
registradores-de-datos-ambi.../README.md

5.2 KiB

EcoSen - LoRa Data-Loggers for environmental quality (Español abajo)

Environmental monitoring is essential due to the variety of ways in which it is threatened. Usually recording environmental variables can be carried out by private data loggers. These devices, due to their high costs, or being of closed design, do not allow us to buy in quantity or build them. Our proposal consists in the design and development of open hardware data loggers with LoRaWan technology for communication with devices for downloading data. The data loggers will be of two types: aquatic and terrestrial. Aquatics will measure relevant data for the determination of water quality such as turbidity, dissolved oxygen, conductivity and pH. The terrestrial, will measure bee activity variables in hive, biological indicators of environmental quality. These data loggers are based mainly in the Cave Pearl Proyect, but with adaptations to surface waters.

Motivation

We want to bring to society the passion for monitoring rivers and lakes. Also with the plus of learning about open electronic projects with possibility of reproduce, modify and customize data loggers. The Open technology that we bring is associated with open data repositories that will make the environmental information accessible to everyone!

The first steps

To begin recording environmental variables is necessary to develop some abilities measuring these. To do that we are gonna start making a Coqui conductivity sensor of Public Lab website.

Specifications & Technical Attributes

The specific attributes of the data logger you build will depend slightly on the type of sensors you buy for the system. The numbers shown below are for the full version of the data logger that contains exactly the parts that we suggest in our build documents and parts list. Below, you can see which parts could be changed for which spec upgrades.

Attribute Value [imperial] Value [SI]
Weight [lbs] 1 [kg]
Footprint [in] 30x5 [cm]
Battery Capacity 6800 [mAh] 6800 [mAh]
Operating time 3 [months](continual use) 3[months](continual use)
Approximate Max wireless communication [] 3 [km]
Communication (in this guide) Arduino IDE (windows, mac, GNU/linux)
Cost ~ $350

Features

This data logger is designed to function similarly to the Cave Pearl Proyect data logger designs:

  • Autonomous: this data logger has an autonomy of several months
  • Customisable: Allows to choose what sensor you want for your data logger
  • Wireless communication: Thanks to the LoRa connectivity this device can send a measurements to a server and get access to the information wherever you are. This feature is new to the Cave Pearl Proyect data logger.

We chose a Arduino pro-mini to be the "brain" of this data logger for its versatility, accessibility, simplicity, and ability to add and upgrade your own modifications. Any method with which you can communicate with a arduino pro-mini (bluetooth, WiFi, LoRa, etc) can be added to the data logger to get the information from its.

List of components

Do you want to contribute to the project?

This project need people interested in contribute in different tasks. In order to collaborate with this project, you will need to have some experience in the following:

  • Coding arduino microcontrollers: Although we are already working in the code for the full data logger, improvements of the code are always necessary the best code possible for the device.
  • Electronics: This project uses components like sensors, different modules, and batteries.
  • Community management: We need some expertise in the use of social networks and content production.

Most of the above are skills that you can learn and pick up fairly quickly from watching videos and doing research on the internet, and throughout the project we try to give supplemental information on some of these as well. See the build documents for more information.

If you want to contribute please send me an email to: alejobonifacio@gmail.com

Happy building!!

If you have any questions or run into problems during your build, please search for answers and/or reach out on the forum.

Model of README

This README document is based in the NASA Open Source Rover project