C:\Users\David Tuvshin>BlueStampPrint
^c
Wifi Strength Tester
The WiFi strength tester is a device that is capable of tracking the last five seconds of your internet speeds and uploading them onto the cloud for storage. It is capable of sending SMS messages to your phone whenever a drastic change is detected.
Name
David T
Area of Interest
Electrical Engineering
Grade
Incoming Junior
School
Archbishop Riordan Highschool
C:\Users\David Tuvshin\Third-Milestone>
For my Third Milestone, I polished my project. I made a 3d model of my case an printed it out on my Ender 3 pro. I also hooked up an LCD 16×2 screen to my Particle Photon to display the data without having to view the console or Ubidots. Using I2C it was easy to integrate the LCD screen into my project. To learn more about this method of communication click here: https://www.circuitbasics.com/basics-of-the-i2c-communication-protocol/
C:\Users\David Tuvshin\Second-Milestone>
For my Second Milestone, I was able to send data to google sheets using google script. By taking advantage of WebHook’s PUSH API functionality it made communicating with Google Sheets easier than it could’ve been. To send the past 5 seconds I had to include a buffer that kept track of the most recent data and store it for later in case the button is pressed.