My semester project, build a health monitor device with Arduino Nano 33 BLE sense
- To set up the environment, make sure to run these commands first
brew install arduino-cli- If you already have arduino-cli, remember to install the following libraries
arduino-cli core install arduino:mbed
arduino-cli lib install Arduino_LSM9DS1
arduino-cli lib install SD-
Remember to also go into the Arduino IDE to install the
PulseSensor PlaygroundandWire -
If you do not have cpplint installed still, run
pip3 install cpplint