This code takes inspiration from here: https://chewett.co.uk/blog/1849/using-the-sw-420-motion-vibration-sensor-with-a-wemos-d1-mini-esp8266/
My goal with this project is to create a simulated environment for an 'engine running' using the following hardware:
- NodeMCU Esp8266 12e (wifi capable esp)
- SW-420 vibration sensor
The ESP will record and save the total time that it detects vibration from the sensor.
Next Steps:
- Web server integration!!!