As an intern at the 2022 Stanford Institutes of Medicine Summer Research Program, I coded electronic integration as part of our main medical device prototype, an epinephrine administrating phone case. These files include the code for the three automations I programmed using C++ on the Arduino IDE with the Adafruit Circuit Playground Classic microcontroller. Below are video demos of these automations in action. More information can be found on the "smartphone automation" section of our project website.
- Automatically texting your first emergency contact
- Automatically sensing the temperature and texting your emergency contact when temperature is > 77ºF.
- Automatically opening our companion mobile app
In this video, I demonstrate how the Adafruit Circuit Playground microcontoller unlocks your phone, messages the first contact in your emergency contact list with an emergency message, and sends your current location.
In this video, I demonstrate how the Adafruit Circuit Playground microcontoller using temperature sensing and sends a text to your emergency contact whenever the temperature is > 77ºF.
In this video, I demonstrate how the Adafruit Circuit Playground microcontoller unlocks your phone and opens our companion mobile app.