Skip to content

Commit

Permalink
Merge pull request #36 from OwlAIProject/ethan/minimal-boards-info
Browse files Browse the repository at this point in the history
A start at board information
  • Loading branch information
etown committed Feb 20, 2024
2 parents a2b40ba + 0547d7b commit cdcbabd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ What would you do with an AI that listens to and observes everything that happen

There are three major components to this project:

1. Wearable capture devices. These include semi-custom development boards (with some assembly required) as well as off-the-shelf products like Apple Watch. We would like to develop fully custom open source hardware.
1. Wearable capture devices. These include semi-custom development [boards](docs/development_boards.md) (with some assembly required) as well as off-the-shelf products like Apple Watch. We would like to develop fully custom open source hardware.
2. AI server.
3. Presentation clients. Applications that display information gathered by the system (e.g., transcripts, conversation summaries) and allow interaction with an online assistant. Currently, a mobile app and web app are included.

Expand Down
15 changes: 15 additions & 0 deletions docs/development_boards.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Getting started with development boards

Designing an AI wearable involves balancing compute power, sensor capabilities, and connectivity to achieve the desired battery life and form factor. Fortunately, there are many development boards available that make it easy to get started and begin field testing. Below are just a few boards we've experimented with for inspiration.


| Development Board | Microphone | Camera | Bluetooth | LTE | WiFi | Chip | Notes |
|-----------------------------------------------------------------------------------------------------------|:----------:|:------:|:---------:|:---:|:----:|----------|--------------------------------------------|
| [Seeeduino XIAO ESP32S3](https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/) |||| - || ESP32-S3 | Compact, easy to get started |
| [Sony Spresense](https://developer.sony.com/develop/spresense) |||||| CXD5602 | High-quality camera sensor, GPS. Connectivity requires extension boards, and microphone not included. |
| [LilyGo T-SIMCAM ESP32-S3](https://www.lilygo.cc/products/t-simcam) |||||| ESP32-S3 | Optional 4G LTE via mPCIe |
| [ESP32-S3-EYE](https://www.espressif.com/en/products/devkits/esp-eye/overview.) |||| - || ESP32-S3 | AI development board with LCD display |
| [ESP32-S3-Korvo](https://www.espressif.com/en/products/devkits/esp32-s3-korvo-1) || - || - | - | ESP32-S3 | Designed for voice processing; has microphone array |
| [Adafruit Feather Sense](https://www.adafruit.com/product/4516) || - || - | - | nRF52840 | Low power |
| [Arduino Nano 33 BLE Sense](https://store-usa.arduino.cc/products/arduino-nano-33-ble-sense) || - || - | - | nRF52840 | Low power |
| [Nordic Thingy:52](https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-52) || - || - | - | nRF52832 | All in one development kit including battery |

0 comments on commit cdcbabd

Please sign in to comment.