Skip to content

Commit

Permalink
try somthng else
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcohenhillel committed May 1, 2024
1 parent 96ea2c9 commit 261320c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/_get_started/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 1

Friend is an AI wearable device that records everything you say, giving you proactive feedback and advice. Use these docs to unlock the full potential of Friend and build using the power of recall.

<img src="./images/mainbanner.jpeg" alt="Friend Banner" width="500">
<img src="Friend/images/mainbanner.jpeg" alt="Friend Banner" width="500">

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/_get_started/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nav_order: 2

Follow these steps to get started with your Friend in under 5 minutes.

<img src="./images/mainbanner.jpeg" alt="Friend Banner" width="100%">
<img src="./Friend/images/mainbanner.jpeg" alt="Friend Banner" width="100%">
2 changes: 1 addition & 1 deletion docs/_info/Contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We welcome contributions from the community! If you are interested in improving

- AppWithWearable brings simple bluetooth connecting functionality

<img src="./images/discord_community_banner.png" alt="discord_community_banner" width="100%">
<img src="./Friend/images/discord_community_banner.png" alt="discord_community_banner" width="100%">

### Join a community of builders

Expand Down
2 changes: 1 addition & 1 deletion docs/_info/Disclaimer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ nav_order: 4

Please note that the Friend is a prototype project and is provided “as is”, without warranty of any kind. Use of the device should comply with all local laws and regulations concerning privacy and data protection.

<img src="./images/disclaimer.png" alt="disclaimer" width="100%">
<img src="./Friend/images/disclaimer.png" alt="disclaimer" width="100%">

Thank you for your interest in Friend, the open-source AI wearable. We’re excited to see what you’ll build with it!
10 changes: 5 additions & 5 deletions docs/_info/archive/launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Friend is an AI wearable device that records everything you say, gives you proac

## How it works

<img src="./images/how_it_works.png" alt="how_it_works " width="300">
<img src="./Friend/images/how_it_works.png" alt="how_it_works " width="300">

## Structure

Expand Down Expand Up @@ -96,23 +96,23 @@ Follow these steps to install the firmware:

2. In the nRF Connect Extension inside your VS Code, click "Open an existing application" and open the `firmware` folder from the root of this repo.

<img src="./images/vscode_extension.png" alt="VS Code Extension" width="200">
<img src="./Friend/images/vscode_extension.png" alt="VS Code Extension" width="200">

3. In the application panel of the extension, click the "Add Build Configuration" icon.

<img src="./images/addbuild.png" alt="Add Build Configuration" width="200">
<img src="./Friend/images/addbuild.png" alt="Add Build Configuration" width="200">

4. Choose the board as "xiao_ble_sense" and select the configuration as "prj.conf". Then, click "Build Configuration".

<img src="./images/build_settings.png" alt="Build Settings" width="400">
<img src="./Friend/images/build_settings.png" alt="Build Settings" width="400">

5. Once the build succeeds, you will find the `zephyr.uf2` file in the `firmware/build/zephyr` directory.

6. Double-click on the reset button of the device. The device will appear on your computer as a disk. Drag and drop the `zephyr.uf2` file into it.

> **Note:** On a Mac, you might see an error message after dropping the file, indicating that the process did not complete. This is just a Mac-specific error; the firmware is successfully uploaded.
<img src="./images/pinout.jpg" alt="Pinout" width="300">
<img src="./Friend/images/pinout.jpg" alt="Pinout" width="300">

That's it! You have successfully installed the firmware on your device.

Expand Down

0 comments on commit 261320c

Please sign in to comment.