Project for all the sensors that can be instantiated, from "file" sensors to cameras and wearables.
The shimmer devices need bluetooth to communicate with the board.
You need to:
- install
hciconfig
hciconfig hci0 up
to activate bluetoothhcitool scan
will give you the MAC addressrfcomm bind 0 MAC-ADDRESS
- Now you should be able to see the device in
/dev
. This is the device that you need to add in the yaml config of your application.