The following objectives were satisfied using the STM32F303 Discovery Board.
- Counting the number of steps taken using an internally-connected ACCELEROMETER.
- Measuring the Heart-Rate using an externally-connected PULSE-SENSOR through analog pins.
- Transfering the values obtained from both the measurements serially (one byte(xx in hex) for heart and other for steps count) using an externally-connected SERIAL-BLUETOOTH-MODULE through UART protocol.
- Developed a GUI using MATLAB to display the results in real-time.