Skip to content

Commit

Permalink
first troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcohenhillel committed Feb 13, 2024
1 parent 63069a5 commit f0d92bf
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/archive/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ has_children: true
---

# Archive

<!-- {: .no_toc } -->
7 changes: 5 additions & 2 deletions docs/archive/launch_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ parent: _archive

{: .no_toc .text-delta }

{:toc}
1. TOC
{:toc}

---

In the upcoming world of AI devices like [Tab](https://mytab.ai/), [Pin](https://hu.ma.ne/aipin), [Rewind](https://www.rewind.ai/pendant), that are with us all the time, **literally** listening to everything we say, and know much about us as our closest friends - it is crucial to be able to own this setup, to own our data, to have this completely open source, managed by the user itself.

Expand Down Expand Up @@ -126,7 +129,7 @@ cmake -B out -S .
make -C out -j4
```

And then, flash it to your device with WIFI_NAME and WIFI_PASSWORD: (Bluetooth pairing is coming soon, see [ticket][https://github.com/adamcohenhillel/AdDeus/issues/8])
And then, flash it to your device with WIFI_NAME and WIFI_PASSWORD: (Bluetooth pairing is coming soon, see [ticket](https://github.com/adamcohenhillel/AdDeus/issues/8)

```bash
python3 coralmicro/scripts/flashtool.py --build_dir out --elf_path out/coralmicro-app --wifi_ssid "<WIFI_NAME>" --wifi_psk "<WIFI_PASSWORD>"
Expand Down
7 changes: 5 additions & 2 deletions docs/archive/setup_coralai.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ parent: _archive

{: .no_toc .text-delta }

{:toc}
1. TOC
{:toc}

---

Setting up hardware

Expand Down Expand Up @@ -74,7 +77,7 @@ cmake -B out -S .
make -C out -j4
```

And then, flash it to your device with WIFI_NAME and WIFI_PASSWORD: (Bluetooth pairing is coming soon, see [ticket][https://github.com/adamcohenhillel/AdDeus/issues/8])
And then, flash it to your device with WIFI_NAME and WIFI_PASSWORD: (Bluetooth pairing is coming soon, see [ticket](https://github.com/adamcohenhillel/AdDeus/issues/8)

```bash
python3 coralmicro/scripts/flashtool.py --build_dir out --elf_path out/coralmicro-app --wifi_ssid "<WIFI_NAME>" --wifi_psk "<WIFI_PASSWORD>"
Expand Down
9 changes: 9 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ nav_order: 2

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

1. TOC
{:toc}

---

A'ight, let's get this working for you!

1. Clone the repo:
Expand Down
2 changes: 0 additions & 2 deletions docs/guides/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ has_children: true
---

# How to Guides

{: .no_toc }
4 changes: 4 additions & 0 deletions docs/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ nav_order: 4
---

# Troubleshoot

### building 'hid' extension, error: unknown file type '.pxd' (from 'chid.pxd')

When setting up your computer for CoralAI development (installing `setup.sh` from the `coralmicro` repo ) you'd need to change the `coralmicro/scripts/requirements.txt` file, making the version of the package `hidapi==0.14.0` (see [issue](https://github.com/google-coral/coralmicro/pull/98))

0 comments on commit f0d92bf

Please sign in to comment.