As part of my final year project in university, I've constructed Vibration Sensor Nodes using ESP32, MPU6050 and SX1278 LoRa for JSON transmission of RMS values in a time-series manner.
I have 3 sensor nodes (ESP32 + MPU6050 + SX1278) and 1 sink node (ESP32 + SX1278) that receives JSON strings from sensor nodes and sends them to a Docker container via MQTT (Mosquitto -> Node-RED -> InfluxDB -> Grafana). I am quite lost on how I should prove the validity of my results as I am not able to test the prototype on industrial machines and I am on a tight deadline as well.
Does anyone have any suggestions on the best way to perform data collection and comparison and also how I could improve upon this existing project? I'd really appreciate any sort of feedback. Thank you in advance.
I have 3 sensor nodes (ESP32 + MPU6050 + SX1278) and 1 sink node (ESP32 + SX1278) that receives JSON strings from sensor nodes and sends them to a Docker container via MQTT (Mosquitto -> Node-RED -> InfluxDB -> Grafana). I am quite lost on how I should prove the validity of my results as I am not able to test the prototype on industrial machines and I am on a tight deadline as well.
Does anyone have any suggestions on the best way to perform data collection and comparison and also how I could improve upon this existing project? I'd really appreciate any sort of feedback. Thank you in advance.



















