![]() |
|
Car Black Box/Fight Recorder - Printable Version +- phyphox Forums (https://phyphox.org/forums) +-- Forum: Discussion (https://phyphox.org/forums/forumdisplay.php?fid=1) +--- Forum: Experiments and Ideas (https://phyphox.org/forums/forumdisplay.php?fid=4) +--- Thread: Car Black Box/Fight Recorder (/showthread.php?tid=2117) |
Car Black Box/Fight Recorder - me87 - 03-30-2025 Here’s the idea: I want to make a phyphox experiment that tracks how a car moves, not too different from a plane’s black box or flight recorder. The data can then be exported as a .csv file, and then converted to a .gpx file to view the path the vehicle took. It won’t be too different from the Location experiment, but it will omit and format the data so it can be easily converted. I might also add a button so that a user can mark certain events and they will show up on the map. I want to collect: System time (hh:mm:ss) Location (°) Elevation (m or ft) Velocity (km/h or MPH) User input The file would look something like: time,latitude,longitude,elevation,speed,distance 19:02:34,29.85826475,-34.95838485,3,0.0001 … Questions for the forum: Would anyone find this experiment useful, or at least fun to use? How can I default the experiment to system time? What safety considerations should I include? At what rate should I collect data? Should/could I include a way to change the units within the app, or should I just have separate experiments? Is there any feedback you have? RE: Car Black Box/Fight Recorder - Jens Noriʇzsɔɥ - 03-30-2025 Some answers from “us” ![]()
What do you mean by “safety considerations”…? RE: Car Black Box/Fight Recorder - Jens Noriʇzsɔɥ - 03-30-2025 FWIW, I remembered https://www.leafwindow.com/en/get-gps-log-with-phyphox-and-plot-it-with-wp-gpx-maps-en/ RE: Car Black Box/Fight Recorder - me87 - 04-01-2025 (03-30-2025, 10:42 PM)Jens Noriʇzsɔɥ Wrote: Some answers from “us”
As for safety considerations, I was just thinking about ensuring a driver wouldn't be distracted (or I at least wouldn't be liable for it). RE: Car Black Box/Fight Recorder - Jens Noriʇzsɔɥ - 04-01-2025 Manually in the sense that you need to “add” the start time, stored in a separate file, to the time stamp. ![]() I have not yet thought about changing that rate: TIL, rates can only be set for audio, bluetooth, and “sensors”, so it is not possible for location (or camera or depth). No surprise here, that you see no way in the editor. You could add a warning with a confirmation button that needs to pressed otherwise the data is zeroed while processing – or not…
RE: Car Black Box/Fight Recorder - neoaliphant - 07-26-2026 (04-01-2025, 06:57 PM)Jens Noriʇzsɔɥ Wrote: Manually in the sense that you need to “add” the start time, stored in a separate file, to the time stamp. While its cool to have phphox doing all manor of strange things....a maps app like locus might be better, and use the track recording, it exports easily using the gpx format export, shows on its own native web view, has custom attributes you can add to teh recordings etc But what would be better is if phyphox could use the gpx format for data export... people could export a gpx showing experiment values over a geographoc location, pressures, temperatures etc, and then various map apps, google earth, locus etc could display the data |