Assembled | Disassembled |
Friend is an AI wearable device that records everything you say, gives you proactive feedback and advice.
- Real-Time AI Audio Processing: Leverage powerful on-device AI capabilities for real-time audio analysis.
- Low-powered Bluetooth: Capture audio for 24h+ on a small button battery
- Open-Source Software: Access and contribute to the pin's software stack, designed with openness and community collaboration in mind.
- Wearable Design: Experience unparalleled convenience with ergonomic and lightweight design, perfect for everyday wear.
graph TD
A[Device] -- Streams Audio --> B[Phone App]
B -- Saves Audio --> C[Phone Storage]
C -- After X mins --> D[Send Audio to Whisper API]
D -- Returns Transcript --> B[Phone App]
B -- Saves Transcript --> F[Phone Storage]
classDef lightMode fill:#FFFFFF, stroke:#333333, color:#333333;
classDef darkMode fill:#333333, stroke:#FFFFFF, color:#FFFFFF;
classDef lightModeLinks stroke:#333333;
classDef darkModeLinks stroke:#FFFFFF;
class A,B,C,D,F lightMode
class A,B,C,D,F darkMode
linkStyle 0 stroke:#FF4136, stroke-width:2px
linkStyle 1 stroke:#1ABC9C, stroke-width:2px
linkStyle 2 stroke:#FFCC00, stroke-width:2px
linkStyle 3 stroke:#2ECC40, stroke-width:2px
linkStyle 4 stroke:#FF6B6B, stroke-width:2px
There are 2 different apps in these repositories located in different branches and folders. Our goal is to merge them into one big project.
-
Standalone Branch or Folder "AppStandalone": Standalone version of the app that doesn't require any hardware to use it.
-
AppWithWearable Branch or Folder "AppWithWearable": Wearable-connected version of the app that requires the "Friend necklace" to use it.
-
[Main Branch] Branch that contains firmware, hardware, designs and both apps
-
Board: Seeed Studio XIAO nRF52840 Sense | $15 on Seedstudio and $24 on Amazon and also link for europe and India | <$15/unit
-
Rechargeable Coin Battery| $13 for 5 units on Amazon and also link for europe but you only need one | $2.5/unit
-
Slider switch | $7 for 30+ units on Amazon and also link for europe but you only need one | <$1/unit
-
Wires. I didn't try these ones but they should work
-
3D-print design of the case is located here
Follow these steps to get started with your Friend.
-
Clone the repo
git clone https://github.com/BasedHardware/friend.git
-
Choose which version of the app you want to install (see Structure).
- Don't have the device? run
cd AppStandalone
in terminal - Have the device/NRF Board? run
cd AppWithWearable
in terminal
- Don't have the device? run
-
Install your environment variables
- For AppWithWearable, open file api_calls.dart located in
AppWithWearable/lib/backend/api_requests
Find "Whisper" and instead of "key", provide your own api-key for openai whisper for transcriptions to work
- For AppStandalone, update variables in in .env.template file
- For AppWithWearable, open file api_calls.dart located in
-
iOS: Install XCode then navigate to the iOS folder. You might need to launch Xcode to select a team and specify a bundle identifier. Android: Download/install android Studio then navigate to the Android folder Don't run in web/simulator: Bluetooth will not work
-
Run
flutter clean
thenflutter pub get
thenpod install
-
When everything is installed, run
flutter run
, this should run your app on a selected device
No-Code Alternative:
- Don't have the device? Clone this Flutterflow Project
- Have the wearable device? Copy this Flutterflow Project
Follow these steps to install the firmware:
-
Set up nRF Connect by following the tutorial in this video: https://youtu.be/EAJdOqsL9m8
-
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. -
In the application panel of the extension, click the "Add Build Configuration" icon.
-
Choose the board as "xiao_ble_sense" and select the configuration as "prj.conf". Then, click "Build Configuration".
-
Once the build succeeds, you will find the
zephyr.uf2
file in thefirmware/build/zephyr
directory. -
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.
That's it! You have successfully installed the firmware on your device.
Follow these steps to test audio recording on your computer using a Python script:
-
Open your terminal and navigate to the project's root directory.
-
Change to the "test" folder:
cd test
-
Install the required Python modules:
pip install -r requirements.txt
-
Run the Python script:
python local_laptop_client.py
The recorded audio files will be stored periodically in the test/recordings
directory.
That's it! You have now set up and tested audio recording on your computer.
Step 0: Make sure you have bought everything from the buying guide above
Step 1: You need to design the case using 3D printer. Find .stl file here. If you don't know how to do it, send this file to someone who has a 3d printer
Step 2: Solder everything together like on the picture below. using a soldering kit. Don't have it? buy this one for $9
Step 3: Fit everything in the case. Biggest hole is for the usb port. In my example, I put the battery first, then the board and then the switch, however it's not an ideal design. If you will figure out a better solution, please contribute!
Step 4: Use hot glue to attach the lid to the case. You can also use a scotch tape first for testing purposes. Last, on the USB-port side, you'll find 2 small round holes. This is where the thread should go through.
Congratulations! you now have a fully working and assembled device!
Join our Discord! We welcome contributions from the community! If you're interested in improving Friend, our current biggest goal is to combine both apps together (AppStandalone with AppWithWearable).
- Standalone App brings great prompts and rich structure
- AppWithWearable brings simple bluetooth connecting functionality
For open-source support, please open an issue on GitHub and/or ask in our Discord Community. For commercial support, license inquiries, or any other questions, please contact us directly at [email protected].
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.
Thank you for your interest in Friend, the open-source AI wearable. We're excited to see what you'll build with it!
Friend is available under dual licensing options:
-
GNU General Public License (GPL): For open-source projects and community development, Friend is available under the GPL. This strong copyleft license ensures that all modifications and derived works are also open-source, fostering a collaborative development environment.
-
Commercial License: For individuals or entities wishing to use Friend in closed-source projects or who require more flexible licensing terms than those offered by the GPL, a commercial license is available. The commercial license permits private modification, use, and distribution, as well as commercial support and warranty.
- If you wish to contribute to or use Friend in open-source projects, you are free to do so under the terms of the GPL, as detailed in the LICENSE file.
- If you require a commercial license for your project or enterprise, please contact us at [email protected] to discuss your needs and obtain licensing information.