AudioMoth-Project
AudioMoth-Project copied to clipboard
A minimal project on which all AudioMoth firmware can be built.
I recommend a output feature (USB Audio device or serial). This would allow integrating this into upstream (4g, wifi, ...) observation networks easily without the need of adding those features...
Hi, Would it be possible to add a new feature so that you can program the AudioMoth to record every other day or every third day etc.? We have used...
Hi, For Arduino development, I'm a big fan of platformio (the command line utility). It allows you to specify the board, "framework" (like zephyr) and the specific chip in a...
Hi, I am trying to port this code on EFM32GG11 Gaint Gecko(BRD2204A Rev B00) board. I know this code is written for EFM32WG but while porting this on giant gecko...
In src/main.c, audiomoth.h instead of audioMoth.h
Remove trailing `/` in Makefile `TOOLCHAIN_PATH` since `TOOLPATH` already includes `/`
- commit a46c21f6d989d077eab73789168d0d8a3c1f778c - toolchain GNU ARM v7.2.1 Hi, I just cloned the project and tried to compile it with simplicity studio v5. I don't know how to solve the...