Code Monkey home page Code Monkey logo

microsoundrecorder's Introduction

microSoundRecorder

Environmental Sound Recorder for Teensy 3.6. It builds on the BasicAudioLogger, but will be developed into a tool suited for environmental sound monitoring and bio-acoustic research.

More information can be found in the build-in Wiki

The microSoundRecorder_dev branch contains code the is work in progress (marked below with (dev))

supports

build-in Interfaces

  • ADC, ADC_Stereo
  • I2S, I2S_32, I2S_QUAD, I2S_32_MONO
  • I2S_TYMPAN (dev)
  • I2S_TDM (dev)

The I2S_32 mode allows acquisition of two 24 bit MEMS microphones

The I2S_32_MONO mode allows acquisition of one 24 bit MEMS microphone, reducing also used disk space

The I2S_TYMPAN mode allows the high quality TYMPAN audio board https://tympan.org/ to be used as audio recorder

The I2S_TDM mode allows multiple digital(e.g. ICS-52000 ) microphones be used in TDM mode

implements

  • variable sampling frequency
  • scheduled acquisition
  • audio-triggered archiving
  • single file / event archiving
  • variable pre-trigger
  • startup menu on demand
  • logging of environmental data (temperature, pressure, humidity, lux)

requires following non-standard library (in private Arduino/libraries folder)

  • SdFat-beta (Bill Greiman's uSD filing system: https://github.com/greiman/SdFat-beta)
  • The file SdFat.h in src directory must me renamed to SdFat_beta.h
  • The File SdFatConfig.h must be edited to reflect user needs

optional non-standard libraries(in private Arduino/libraries folder) for environmental logging

caveat

this code is assumed to be developed further, please check regularily applied changes

Examples

this directory contains examples recorded during testing and in the field

DataSheets

this directory contains useful data sheets

planned

  • data offload option

microsoundrecorder's People

Contributors

wmxz-eu avatar dd4wh avatar frankboesing avatar

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.