Skip to content

Latest commit

 

History

History

logger_standalone_sodaq

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Stand-alone Logger (SODAQ Mbili)

This page describes the set-up of an automatic stand-alone datalogger to record and save data locally on an SD card using the SODAQ Mbili board. This page is similar to the Seeeduino tutorial, but using a different board.

For this example, we will connect both a water pressure sensor and an air temperature/humidity/pressure sensor.

Hardware required

Links below are examples of hardware providers for Switzerland in 2022.


The first version of the datalogger equipped with the Mbili board enclosed in a simple watertight lunch box for testing. It is connected to a water pressure sensor inserted in a screened piezometer and an air temperature/humidity/pressure protected by a simple radiation shield. The solar pannel can be left inside the box if the plastic is transparent. The station was installed in the glacier forefield of the Otemma catchment

Configuration

Firstly you will need to install the arduino IDE and configure it to work with SODAQ Mbili. The Mbili tutorial is found here, but to get started follow the actual configuration page. The main steps are :

  • Open your Arudino IDE, click on File -> Preferences, and copy below url to Additional Boards Manager URLs : http://downloads.sodaq.net/package_sodaq_avr_index.json
  • Then in 'Tools -> Board -> Board Manager', look for 'SODAQ' and install SODAQ AVR Boards
  • Go back in 'Tools -> Board' make sure to select 'SODAQ Mbili'
  • Finally, plug the USB adapter to the Mbili board and in 'Tools -> Port' check that you are using the right COM port.
  • One last note : to use external RTC interrupt (to wake up from deep sleep) jumper SJ8 should be soldered !
Once everything is set-up, try to run the blink example to make sure everything works !

Then download the arduino code. You may need to download a few arduino libraries in the library manager (in Arduino IDE : Sketch -> Include Library -> Manage Library or Add .ZIP library), depending on the sensors you are connecting.