Git Product home page Git Product logo

riffle_328's Introduction

#Welcome!

This is a set of code and instructions for getting started with the Riffle_328 water monitor, version 0.1.8.

  • QUICK START. If you already have experience using Arduino-compatible boards, you should probably just jump to the Quick Start section below to get up and running quickly. In general, the Riffle behaves like an Arduino UNO in the Arduino IDE (you should select "Arduino UNO" as the "Board" in the IDE), but you'll need to install a special driver (see Software prep, below) in order to program the device over USB if you're using Mac or Windows.

  • STEP-BY-STEP. If you would prefer more detailed instructions for setting up your Riffle, please check out the Step-by-Step Instructions.

  • EXAMPLES. If you'd like to try out some example Riffle sensor applications (temperature, pressure, etc) in the wiki of this repository (add your own!).

  • DESIGN PHILOSOPHY. A brief description of the motivation behind the design of the Riffle can be found here.

How you can contribute

Some useful guidelines about the best way to contribute to the project (or to fork it) can be found here.

Support and Licensing

The Riffle_328 project has been supported through Public Lab's Open Water Initiative, and is licensed under CERN OHL 1.2.

Quick Overview

Hardware notes. This repository contains the design files and Bill of Materials for the Riffle water monitor. The Riffle_328 is directly compatible with the Arduino IDE (it can be programmed as an "Arduino UNO" board). The Riffle_328 ver 0.1.8 has the following features:

  • Programmed as an "UNO" in the Arduino IDE
  • Uses an Atmel 328p chip, running at 16 MHz and 3.3V.
  • On-board microSD card
  • On-board Serial-USB conversion using the CH340 chip.
  • Battery measurement circuit
  • High-precision, temperature-compensated RTC, the DS3221, with a CR1220 backup battery to maintain the time.
  • Two power inputs, 3.5 - 6V. -- one allows for Lithium-Ion charging when the Riffle is plugged into USB, the other is for extended, low-power operation.
  • It has additional on-board EEPROM memory, accessible via the I2C bus.
  • It has MOSFET switches that can power down the microSD card, the external sensor power, and the battery measurement circuitry.
  • Analog pins, Digital pins, Power, Ground, Battery voltage, and I2C and SPI buses are broken out on a 2x7 header at the end of the board, as follows:

Versions of the Riffle. Ben Gamari's original Riffle design is based on an ARM Cortex-M4 chip, the Kinetis K20. The K20 is a more powerful chip than the Atmel 328, but the K20 version of the Riffle doesn't currently have firmware compatible with the Arduino IDE. The Riffle_328 design covered in this repository is intended to be as directly compatible with the Arduino IDE as possible.

Finding more resources. The Riffle has been developed through many contributions by members of the Public Lab community. For more information, see:

Quick Start

Hardware prep

  • For basic datalogging, ou'll need a Riffle board, a 3-6 volt battery (3.7 V Lithium Ion battery shown), and CR1220 coin cell battery. Protoboards (shown) are optional.

  • Insert a microSD card and a CR1220 coin cell into the appropriate slots on the Riffle.

  • The Riffle 328 ver 0.1.8 has two JST connectors for power inputs, a switch to choose between the two power inputs, and an indicator LED in the middle of the board (connected to pin 9):

  • Insert a lithium ion battery into the 'Lith/USB' JST connector (JST connector labels are on the back side of the board).

  • Make sure that the switch on the Riffle is switched to the side labeled 'Lith/USB' (label is next to switch).

  • When you're done, your setup should look like this:

Software prep

  • Make sure that the Arduino IDE (version 1.6.10 or higher) is installed. If it isn't, get it here.

  • Installing the USB-Serial Driver. On Mac or Windows, the Riffle requires a special driver in order to be programmed via the Arduino IDE, due to the onbaord CH340 USB-Serial chip. For Windows, you can use the driver here. For Mac, follow instructions here. Linux systems should generally not require additional drivers.

  • Copy all of the folders in 'arduino_libraries' into the 'libraries' folder inside the 'sketchbook' folder associated with the Arduino IDE install. These libraries are necessary for running the 'temp_logger.ino' and 'set_rtc.ino' sketches in this repo.

Logging values to the microSD card

  • Using the Arduino IDE, compile the 'temp_logger.ino' code from the "example_sketches" folder in this repo, and load it onto the Riffle board, using 'Arduino UNO' as the 'Board' version in the Arduino IDE.

  • The Riffle should start logging temperature values to the microSD card. These temperature values come from the on-board RTC, and so may be affected by the temeprature of the board (which might slightly higher than ambient temperature, due to the operation of its circuitry).

  • Note: the RTC will have its time set automatically to the system clock when it is programmed via the Arduino IDE.

Extending the battery lifetime

  • Set DEBUG = 0 in temp_logger.ino. This will reduce power by turning off the Serial interface. It will also mean that the RTC is not set by the System clock.

  • Use the 'GEN' JST connector on the Riffle board. This power input doesn't have a protective diode, thus avoiding a diode-associated voltage drop, and can power the Riffle down to lower battery voltages.

  • Test out different microSD cards; some of them 'sleep' at lower power settings than others.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.