Version: 1.6.0
·
21 commits
to rasynboard_v2_tiny
since this release
Version: 1.6.0
Release type: Feature Release
Date: June 20, 2024
Note: The V1.6.0 release is compatible with Edge Impulse Models generated after June 10th 2024
New Features
- AAGBT-161: Update the OOB application to use the Syntiant SDK V110. This update was required to support running multiple ML models on the NDP120.
- AAGBT-161: Added new NDP120 configuration "Mode=8" that runs the circular motion model and the 5-keyword model at the same time
- AAGBT-161: Updated the AWS and IoTConnect AWS configurations to capture and send telemetry data for multiple models running on the NDP120 at the same time
- AAGBT-160: Updated IMU *.csv header labels/headers to match the strings used in Edge Impulse generated data captures
- AAGBT-162: Added the ability to convert IMU ADC values to accelerometer/gyro floating point data
- AAGBT-164: Added a configuration item to disable the "down" "down" sequence to enter low-power mode. The default behavior is unchanged
Bug Fixes
None
Known Issues
- AAGBT-165: When capturing IMU data converted from ADC values to accelerometer and gyro units to debug sometimes the application hangs. This appears to be a floating point printf() issue and is currently masked by reducing the floating point precision to 3 places. For full precision data, please capture converted IMU data to the microSD card file system.
- AAGBT-159: The EVK does not power up with powered by just a battery. See troubleshooting guide for a work around
- AAGBT-159: When powering EVK from a battery the RGB LEDs are not powered. See troubleshooting guide for a hardware work around
- AAGBT-105: When using a custom BLE name, the OOB application is not able to connect to the Python GUI demo application
- AAGBT-123: When capturing audio, or IMU data if there is an issue receiving data from the NDP120 the application hangs