SymbolixAU / AudioMoth-Firmware-Basic

Basic firmware for AudioMoth devices, usable in conjunction with the AudioMoth-Project framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioMoth-Firmware-Basic

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.

Usage

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.

Documentation

See the Wiki for detailed description of the example code.

License

Copyright 2017 Open Acoustic Devices.

MIT license.

About

Basic firmware for AudioMoth devices, usable in conjunction with the AudioMoth-Project framework.

License:MIT License


Languages

Language:C 100.0%