Call-ometor

C
PHP
Arduino
Accelerometer
Problem Solving

Watch here: https://www.youtube.com/watch?v=g0MhJ_DX2IM&ab_channel=DillonJaspers This is a project using ESP32s and the ENGR web servers. This project has one esp32 use an accelerometer to measure it's position, to determine if it matches a phone call. After this it sends a signal to an OSU webspace. Then another esp32 receives this and displays the number of calls done by blinking an LED that many times

2 Lifts 

Artifacts

Name Description
Reciever Code This is the code that allows the esp32 to output blinking lights.   Download
PHP for phone this is the reference site for the phone-esp32, it will output a string to here, which will then be processed and uploaded to a csv file   Download
PHP for Receiver this is the reference site for the receiver-esp32, it will output a number for the receiver to use, this number is called from the csv file   Download
Phone Input This is what collects the data of whether you are on a call or not and sends that information to the PHP web space.   Download