Skip to content

Latest commit

 

History

History
 
 

xiao

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Seeed XIAO BLE Sense

pi@raspberrypy:~ $ pip3 install --user adafruit-nrfutil
pi@raspberrypy:~ $ adafruit-nrfutil version
adafruit-nrfutil version 0.5.3.post17
  • Seeed XIAO BLE Sense with Arduino IDE on macOS > /Users/.../Library/Arduino15/packages/Seeeduino/hardware/nrf52/2.6.1/tools/adafruit-nrfutil/macos/adafruit-nrfutil: permission denied > Error compiling for board Seeed XIAO BLE Sense - nRF52840
    • The subfolder name nrf52 for versions 2.6.1 and 1.0.0 becomes mbed for version 2.7.2 with executable adafruit-nrfutil
$ cd Library/Arduino15/packages/Seeeduino/hardware/nrf52/2.6.1/tools/adafruit-nrfutil/macos/
$ chmod +x adafruit-nrfutil
$ ./adafruit-nrfutil version
adafruit-nrfutil version 0.5.3.post12

blink.gif battery.gif

On Windows

npm install -g edge-impulse-cli --force
edge-impulse-data-forwarder

If "edge-impulse-data-forwarder.ps1 cannot be loaded because running scripts is disabled on this system," update Windows PowerShell execution policy with the following command to allow running scripts

Set-ExecutionPolicy unrestricted

On macOS

sudo npm install -g edge-impulse-cli --force
edge-impulse-data-forwarder

If edge-impulse-data-forwarder command not found

sudo chown -R $USER /usr/local/lib/node_modules

On both Windows and macOS

Sensor reading shall be all numbers

What is your user name or e-mail address(edgeimpulse.com)?
What is your password?
To which project do you want to connect this device? Motion Recognition with XIAO BLE SENSE
3 sensor axes detected (example values: [9.6105,-15.7887,-2.7459]). What do you want to call them? Separate the names 
with ',': Ax,Ay,Az
What name do you want to give this device? XIAO BLE SENSE

To clean the configuration

edge-impulse-data-forwarder --clean

To override the frequency

edge-impulse-data-forwarder --frequency 100

To set a different baud rate

edge-impulse-data-forwarder --baud-rate 460800