a tiny always on wearable for your conversations
Below you can find instructions on how to update your wearable. One caveat, it currently overrides the device name to Compass
.
- Clone the repository
git clone https://github.com/Krupskis/Hardware-Guide.git
-
Connect device to your Mac using a USB-C cable
-
Open terminal and get port of the connected device
ls /dev/tty.*
The device port will show up as /dev/tty.usbmodem...
- Install
pyserial
pip install pyserial
- Flash the device
Mac
cd mac_updates
python flash.py <port>
Windows
cd windows_updates
python flash.py <port>
Linux
We currently don't have an adafruit-nrfutil
binary for Linux.
You will have to manually install adafruit-nrfutil.
as per the above example:
python flash.py /dev/tty.usbmodem101
- double click reset pin
- the device should mount as a volume, i.e. you can access it as a directory under
/Volumes
on a mac. - drag and drop the
flash.uf2
file to the XIAO Volume.