Comments: Programming the SparkFun Edge with Arduino
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
On the board I just received the SVL fails to upload the program. It turn out that it still has the default Ambiq Micro bootloader. That bootloader has the issue to reset the board when i starts connecting. The only way to make the upload happening is to keep button 14 presed after reset until the image has been completely uploaded. See post on stackoverflow.
It didn't work for me. I get the following error when try to compile.
/Users/ethanfan/Library/Arduino15/packages/SparkFun/tools/arm-none-eabi-gcc/8-2018-q4-major/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld: /var/folders/d2/59xm_xks15s0p46s478bnmfc0000gn/T/arduino_build_655603/sketch/arduino_audio_provider.cpp.o: in function
pdm_start_dma(tflite::ErrorReporter*)': /var/folders/d2/59xm_xks15s0p46s478bnmfc0000gn/T/arduino_build_655603/sketch/arduino_audio_provider.cpp:182: undefined reference to
tflite::ErrorReporter::Report(char const*, ...)' /Users/ethanfan/Library/Arduino15/packages/SparkFun/tools/arm-none-eabi-gcc/8-2018-q4-major/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld: /var/folders/d2/59xm_xks15s0p46s478bnmfc0000gn/T/arduino_build_655603/sketch/arduino_audio_provider.cpp.o: in function `am_pdm_isr':It seems you are using the precompiled version of TensorFlow Library.
Select the non-precompiled version of the library.
Verify you are using Version 1.15.0-ALPHA as in the following picture:
TensoFlow Lite Install
I've adapted the micro-speech example to the SparkFun RedBoard Artemis ATP
Artemis Atp Tensorflow micro-speech example
Github repository
Cool. Hopefully, this will be helpful for other customers until we get a chance to port the examples over for all the Artemis boards.