-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Enable communication with the microcontroller
The app will need to send signals to the microcontroller of when to send the electrode shocks. Some components of this process will include:
Timing Analysis: We will need to take user health and sensor information from the frontend and calculate the times that the electrodes will send out pulses. We will also need to implement safety thresholds to avoid shocks at incorrect times.
Microcontroller Communication: Implement the most effective method of app-to-microcontroller communication you found from your research. This data will be used to determine when to send the electrode pulses.
Microcontroller Programming: Program the microcontroller to receive the timing data and output that signal to the electrodes
REMEMBER SAFETY IS OUR HIGHEST PRIORITY