Skip to content

Commit

Permalink
Updates for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwilless committed Jul 18, 2023
1 parent 508354b commit 664301c
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docs/EdgeImpulseDataForwarder.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ Power on the RASynBoard.
Create a free account with Edge Impulse and create a new project if one isn't already created: https://studio.edgeimpulse.com/studio/profile/projects

Press the user button to start printing IMU data to the serial port:
[Insert picture of user button]

![](../images/UserButton.jpg "")

From a terminal window, run the following command:

Expand Down
4 changes: 3 additions & 1 deletion docs/EdgeImpulseUploader.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ Power on the RASynBoard.

Create a free account with Edge Impulse and create a new project if one isn't already created: https://studio.edgeimpulse.com/studio/profile/projects

Press the user button to start recording IMU data.
Press the user button to start printing IMU data to the serial port:

![](../images/UserButton.jpg "")

Navigate back to the projects page and select your project. In the project, select the `Data Acqusition page. Startup the CSV Wizard by clicking CSV Wizard:
![Edge Impulse Acquisition Screen](assets/acq_upload_button.png "Edge Impulse Acquisition Screen")
Expand Down
21 changes: 15 additions & 6 deletions testPlan.md → docs/testPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This document captures the minimal test plan to complete before releasing new co
4. Move the microSD card to the RASynBoard
1. Debug the project in e2 studio, or load the *.srec file to the RASynBoard
1. Run the default configuration
1. Verify the build data and version are correct
1. Test the 5-keywords
1. up
1. down
Expand All @@ -20,7 +21,9 @@ This document captures the minimal test plan to complete before releasing new co
1. Pull *.wav file from microSD card
1. Verify the audio recording
1. Press the user button > 3 seconds
1. Verify the red LED turns on
1. Verify NDP120 images are written to flash
1. Verify the red LED turns off
1. Remove the microSD card and test the 5-keywords again
1. Change config.ini: [Low Power Mode] -> Power_Mode=1
1. Power up the board with the microSD card inserted
Expand All @@ -40,10 +43,16 @@ This document captures the minimal test plan to complete before releasing new co
1. Green LED turns off after recording stops
1. Pull *.wav file from microSD card
1. Verify the audio recording
1. Change the mode to [NDP Firmware] --> Mode=3
1. Test the circular motion model
1. Verify circular motion is detected (CW and CCW)
1. Press the user button
1. Veiify a *.csv file is written to the microSD card
2. Verify that IMU date is output to the terminal
1. Test the circular motion model
1. Change the mode to [NDP Firmware] --> Mode=3
1. Verify circular motion is detected (CW and CCW)
1. Test streaming IMU data to debug uart
1. Change the mode to [NDP Firmware] --> Mode=1
1. Add Button_shift=imu to the the [Function_1] block
1. set [IMU data stream]--> Print_to_terminal=1
1. set [IMU data stream]--> Write_to_file=1
1. Run the application with the new configuration
1. Press the user button
1. Verify that sensor data is output to the debug uart for 30 seconds
1. Remove the microSD card verify that a csv file was created and contains sensor data

Binary file added images/UserButton.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions releaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes for the Avnet Out-of-Box Application

## Version: 1.1.0
Release type: Feature Release

### New Features
- Supports capturing 6-axis IMU data to the debug uart or to a file
- IMU data capture follows ```Recording_Period=xx``` configuration item
- Added Edge Impulse [Data Uploader instructions](./docs/EdgeImpulseUploader.md)
- Added Edge Impulse [Data Forwarder instructions](./docs/EdgeImpulseDataForwarder.md)
- When the core board boots without a core board, send uart debug to USB-C on core board

### Known Issues
- When running the circular motion model ```mode=3``` the application hangs when the user presses the user button to record imu data.
- To capture IMU data, select ```mode=1``` and add a new line ```Button_shift=imu``` at the end of the ```[Function_1]``` block
- When in low-power mode ```Power_Mode=1``` the application does not start-up in low-power mode
- The application will enter low-power mode after the first inference result is detected

## Version: 1.0.0
Release type: Feature Release

Expand Down

0 comments on commit 664301c

Please sign in to comment.