Basic firmware for AudioMoth devices, usable in conjunction with the AudioMoth-Project framework.
Compatible with the AudioMoth Configuration App. For usage instructions, visit Open Acoustic Devices.
Clone the contents of AudioMoth-Project.
Replace src/main.c
with this main.c
from this repository. Put digitalFilters.c
in the /src/
folder and digitalFilters.h
in the /inc/
folder. Open the project 'Properties' under the 'File' menu, navigate to the 'Linker' and 'Ordering' and make sure that the standard library '-lm' is at the bottom of the list.
See the Wiki for detailed description of the example code.
Copyright 2017 Open Acoustic Devices.