$$\rightleftharpoonup{xx}$$
$$\longleftharp{xx}$$,
$$\longrightharp{xx}$$,
Communities of nonvascular cryptogams are a ubiquitous and an often-neglected part of terrestrial ecosystems1. They are made up of an aggregate of very different small-sized organisms among which bryophytes and lichens are the outstanding primary producers. These two groups of organisms share a physiologic characteristic that makes them unique: poikilohydry, or the inability to actively control their internal water content. This has profound implications for their physiological processes since the metabolism ceases when the cells are dried out in response to low levels of humidity and resumes when the environment is humid again2. As a consequence, nonvascular cryptogams avoid drought instead of coping with it2, which allows these communities to survive in a wide range of environments from cold and hot deserts to the tropics3,4.
Besides, they also show relatively simple structures and have low nutrient requirements. These characteristics make them highly sensitive to microclimatic conditions. In fact, nonvascular cryptogams often occupy a niche space that is unavailable to vascular plants of a larger size, forming ecosystems in miniature that constitute an important part of the world's diversity. Bryophytes and lichens alone include almost 40,000 species (ca. 20,000 bryophytes sensu lato5,6 and ca. 20,000 lichens7). Furthermore, their contribution to the Earth's biodiversity is even larger since their communities offer shelter for a vast number of species of fungi, including a diverse flora of free-living and mycorrhizal fungi, N-fixating cyanobacteria growing as epiphytes, and a myriad of micro-invertebrates, such as tardigrades, collembola, myriapods, insects, and mites that take advantage of the water retention capacity and buffered conditions inside these miniature ecosystems.
Communities of non-vascular cryptogams also contribute to the regulation of biogeochemical carbon cycles. In dry ecosystems, the so-called biological soil crusts cover up to 40% of their surface8 and play a major role as carbon sinks. A recent review estimated that biological soil crusts of dry environments could be fixing 7% of all carbon fixed by terrestrial vegetation. Besides, in other ecosystems where either bryophytes or lichens or a combination of both are the primary producers - like some boreal forest systems or peat bogs - they produce between 30% and 100% of the total net primary productivity10,11. They are also important in ecosystems in which these organisms are not dominant, such as temperate forests. Indeed, forest floor bryophytes had an annual carbon uptake equivalent of about 10% forest floor respiration in a New Zealand temperate rainforest. Further, they are also important for nitrogen fixation, since the cyanobacteria living as epiphytes in these communities could be fixating almost 50% of the global amount of biological nitrogen4.
Due to the dependence of their physiologic activity on the availability of water in the surrounding environment, both the diversity of nonvascular cryptogam communities and their functions in the ecosystems are strongly dependent on water content2. Note that, since they cannot actively control the water content in their tissues, their roles in carbon balance and nitrogen fixation are coupled with the hydration and desiccation cycles and, therefore, depend on the interval and periodicity of the dry-wet cycles. Thus, knowing the water content status of these organisms in real-time is key to understand the functions performed by cryptogams in the ecosystems.
Despite its importance, the development of methods to measure the water content and physiological activity in poikilohydric organisms has been relatively slow. In 1991, Coxson12 made a first approach to directly measure the water content of lichens. After that, there was a gap in this kind of study until a recent development, when several works have provided methods to approximate measures of the physiologic status of nonvascular cryptogams13,14,15,16. Nevertheless, such knowledge is still scarce and scattered, and these works are mostly focused on soil crusts4,8. However, bryophytes and lichens also play a relevant role in many other ecosystems, particularly at temperate, boreal, and polar regions1, and their importance is significant not only in soil communities but also for epiphytic communities growing on trees and saxicolous communities on rocks. This lack of research is partially linked to the absence of commercially available measurement dataloggers, which forces research groups to build their own equipment. Developing a datalogger requires specific knowledge that most ecologists do not have, so it substantially increases the cost of implementing the relatively large measuring networks needed to gather representative data on the performance of nonvascular cryptogams along environmental and habitat gradients.
In this paper, we present a simple and cost-effective method to build a datalogger capable of measuring the conductance of nonvascular cryptogamic organisms simultaneously with the ambient temperature and humidity. It is programmed to record autonomously for relatively extended periods of time (up to two months) and is rugged enough to withstand harsh outdoor field conditions. Due to its simplicity, it will be a useful tool for ecologists and field biologists without specialized training in the development of dataloggers or those research groups that lack specialized staff. Therefore, this datalogger has the potential to help popularize the use of this type of device.
We developed a low-power and low-cost datalogger able to measure the conductance from up to eight different sources and record the environmental temperature and relative humidity simultaneously. The device is designed after Coxson's design12 and implemented on an open-source platform (Table of Materials). The aim was to prioritize the ease of assembly and power efficiency and to facilitate the maintenance of long-term installations. The design is derived from an article by Open Source Building Science Sensors (OSBSS)17. This design was modified by incorporating additional circuitry to read out the impedance of cryptogams and making it more compact and easier to manufacture.
The result is BtM board (Bryolichen Temperature Moisture board), an open-source printed circuit board18. Each board is controlled by a high energy-efficient microcontroller (Table of Materials). Environmental temperature and relative humidity data are gathered through a temperature and humidity sensor that comes precalibrated and, aside from its low power consumption, has an adequate price-performance ratio.
The board uses a digital communication protocol (standard SPI serial) to manage the measurement cycle. A real-time clock (DS3234) mounted on each board provides accurate timing. In order to reduce energy consumption, the processor remains in standby mode most of the time. Each time data needs to be collected, the real-time clock activates the processor and triggers the logging process. The real-time clock is also used to accurately record the date and time of each data case.
Up to eight moss and/or lichen samples can be logged in parallel using a single BtM board. When the experiment is set up, two crocodile-clip electrode probes are applied to each moss/lichen sample. Then, a voltage divider between each electrode and a resistor reference with a known value (330 KΩ in this case) are used. This resistor value was selected through calibration and based on previous measures of the cryptogams. It provides a resolution of one order of magnitude around the reference value (100 - 1,000 KΩ). The voltage drop is buffered and then read with the microcontroller using its analog ports (A0 - A7)18. The voltage is calculated by applying the following formula.
Vi = (ADCi x VCC) / 1023
Here, ADCi is the raw value from the ADC (Analog-to-Digital converter) of channel i, VCC is the power supply voltage (3.3 V in this case), and 1023 is the range of the ADC output. The resulting voltage Vi is then used in combination with Ohm's law to calculate the resistance (Ri, Ω) and conductance (G, S) of each moss sample.
Ri = (VCC x RL) / Vi - RL
G = 1 / Ri
Here, RL is the value of the resistor reference (330 KΩ in this case). The microcontroller's onboard software incorporates all these equations, so it can directly register the values of resistance and conductance.
The board also collects measurements of the ambient temperature and humidity using sensors. Then, each data point is written to a log file on a microSD card. A microSD TransFlash breakout board was mounted on each BtM board for this purpose. Finally, the microSD card can be manually collected after the experiment. All data points can be transferred to a computer for further analysis.