Category | RTSSv0.7 | RTSS-MS (v1.0) | Commentary |
---|---|---|---|
Objective | Compute and compare speed of sound using sensors | Same core objective | Conceptually same - but implementation matured |
Theoretical Model | Used simplified empirical model: 331.3 + 0.606T + 0.0124H |
Uses Wong–Embleton (4th degree polynomial) | v1 adds scientific rigor and accuracy |
Timing | esp_timer_get_time() via IRAM_ATTR ISR |
Same, retained | No change - already well-implemented in v0.7 |
Vertical Correction | Used D_corrected = sqrt(D^2 + 1.3^2) |
Same | Consistent geometric correction in both |
Modularity | Monolithic code | Modularized into .h/.cpp structure |
Easier to extend, debug, document |
Validation Logic | Simple comparison | Uses alignmentCheck() with upload gating |
Adds logic layer before data goes out |
Data Handling | Serial only | Serial + ThingSpeak every 15s | MS adds live data publishing |
Upload Trigger | None - every cycle logs | Conditional on alignment check | Helps filter out misreads/noise |
Code Style | Working code with hardcoding & quick print | Cleaner names, portable | More reusable and readable |
-
Notifications
You must be signed in to change notification settings - Fork 0
A setup to measure the speed of sound in real time and reflect upon optimized empirical formulas to theoretically calculate the same - to check if they both complement each other.
License
kar-Madhu/RTSS-Monitoring-Setup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A setup to measure the speed of sound in real time and reflect upon optimized empirical formulas to theoretically calculate the same - to check if they both complement each other.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published