Public Lab Wiki documentation



Autonomous Recording Unit

This is a revision from April 21, 2015 19:45. View all revisions
2 | 23 | | #11181

« Back to Data Logging

Current Project Phase: Design & Planning

Overview:

Final Goal: Create an autonomous recording unit for long term use outdoors

Approach: Use Arduino to record audio in 30-60 minute intervals relative to local time of sunrise and sunset. A low cost olympus audio recorder is preferred as the actual audio recording device to insure high quality audio recording.

Audio unit: I currently have access to several Olympus dm-620 units which can be controlled via an optional rs-30w remote module operated with an infrared remote.

Other components: * Real time clock w/ alarm * Battery-powered operation * Possible logging of temp\humidity * Ir module

Input and suggestions needed: As someone new to the Arduino community I’m looking for an approach that will allow me to complete this project in about 30-50 hours. I do have people who can offer general programming guidance. Would you recommend avoiding any custom digital recording options? Is it feasible to try to control the recorder with an IR module? Via the usb cable?

Suggestions for battery powered Arduino projects; can Arduino run in a low power mode? I would like the Arduino to run for 2 weeks; I only need it to be active to turn on/off the recorder and collect temp/humidity data.

Challenges

  1. Can IR signals being transmitted by a factory made remote be replicated? This would allow an Arduinio IR module to control the recorder? This is possible using AnalysIR.
  2. Can the recorder be controlled via USB? Powering on the unit is possible, but additional controls are not easily implemented.
  3. How much battery power will be required for 1-2 weeks of operation? How can power use be monitored? 9v batteries should be able to power the unit. Power monitoring is a more advanced operation that will require additional research.
  4. What are best practices to weatherproof components? __Continued use of a weatherproof electronic box with shielded microphone should be adequate
  5. Should I give up on the Olympus Audio Recorder interface and try to implement audio recording using Arudino? An external recorder still seems ideal for high quality audio

Version 1.0

Based on initial research and available components a basic version of this Recording Unit was implemented with: * Arduino Uno Rev3 * Basic IR module * DS3234, Real Time Clock with Alarm Function * Olympus dm-620 recorder * rs-30w remote receiver * Donated waterproof box

Links

Suggestions & Related Projects

My request for design input on Arduino Forums

example code & Instructables Wire a RTC

Clone a remote

IR Decoding AnalysIR Software

AnalysIT User & Wiring Guide