Release type: Feature Release
Date: November 22, 2024
Note: The V1.7.0 release is compatible with Edge Impulse Models generated after June 10th 2024
New Features
- AAGBT-170: Added logic to pass AWS IoTCore test suite
- AAGBT-174: Changed default IMU data capture to ADC Raw values to match the NDP120 IMU ingestion values
- AAGBT-None: Added updated RASynPuck model V3
Bug Fixes
- AGBT-175: Corrected an issue where IoTConnect logic would reconnect before sending telemetry even if it was already connected
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