You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/PythonWrapper/examples/kws_example/kws
Christophe Favergeon f74b040be0 CMSIS-DSP: New PythonWrapper example
Jupyter notebook showing how to implement a simple kws
and then convert it into an Arduino implementation.
4 years ago
..
AppNodes.h CMSIS-DSP: New PythonWrapper example 4 years ago
GenericNodes.h CMSIS-DSP: New PythonWrapper example 4 years ago
README.md CMSIS-DSP: New PythonWrapper example 4 years ago
coef.cpp CMSIS-DSP: New PythonWrapper example 4 years ago
coef.h CMSIS-DSP: New PythonWrapper example 4 years ago
custom.h CMSIS-DSP: New PythonWrapper example 4 years ago
kws.ino CMSIS-DSP: New PythonWrapper example 4 years ago
scheduler.cpp CMSIS-DSP: New PythonWrapper example 4 years ago
scheduler.h CMSIS-DSP: New PythonWrapper example 4 years ago
sketch.json CMSIS-DSP: New PythonWrapper example 4 years ago
test.dot CMSIS-DSP: New PythonWrapper example 4 years ago

README.md

arduino-cli board list

arduino-cli config init

arduino-cli lib install Arduino_CMSIS-DSP

arduino-cli compile -b arduino:mbed_nano:nano33ble -v

Bootloader COM port

arduino-cli upload -b arduino:mbed_nano:nano33ble -p COM5

pip install pyserial

python getData.py