When cloning the repository, you should use
git clone --recurse-submodules <REPOSITORY URL>
, so that the RIOT submodule is cloned as well. Alternatively, you can use git submodule init
and git submodule update
.
Prerequisite: Vagrant is installed.
-
vagrant up
-
vagrant ssh
- First time:
- Download JLink for Linux, DEB installer, Version >=6.80 at
J-Link Software and Documentation Pack
. Install usingsudo dpkg -i /path/to/jlink_xxx.deb
-
pip3 install pyserial
- Download JLink for Linux, DEB installer, Version >=6.80 at
-
cd SWP_IoT_Corona/ricorder
- Connect Nordic-Board via USB and turn it on.
-
make all
-
make flash BOARD=nrf52dk
docker-compose up
- Visit http://localhost:80 in your browser.
Prerequisite: Python and NPM/NodeJS are installed.
- First time:
- Install Angular CLI.
npm install -g @angular/cli npm install
- Install Python dependencies
pip3 install -r cwa-scanner-backend/dependencies
- Install Angular CLI.
-
cd cwa-scanner-backend
-
python3 main.py
- Open second terminal
-
cd cwa-scanner-webui
-
ng serve
- Visit http://localhost:4200 in your browser.