OpenMetBuoy-v2021a
OpenMetBuoy-v2021a copied to clipboard
An easy to build, affordable, customizable, open source instrument for oceanographic measurements - with global Iridium coverage
Should be usable out of the box.
An issue to keep track of what terminology would be in a better engineered future version :) @gauteh feel free to edit too, and if you think this should live...
It looks like the iridium provider bills 1 credit for every fraction of 50 bytes that has got started: so 49 bytes costs 1 credit, 51 bytes costs 2 credits...
https://github.com/jerabaul29/OpenMetBuoy-v2021a/blob/8a1256e43c19c2be496525f64c2e8e073344b8c8/legacy_firmware/firmware/standard_gps_waves_drifter/params.h#L80-L81 vs. https://github.com/jerabaul29/OpenMetBuoy-v2021a/blob/8a1256e43c19c2be496525f64c2e8e073344b8c8/legacy_firmware/firmware/standard_gps_waves_drifter/params.h#L88-L89 vs. https://github.com/jerabaul29/OpenMetBuoy-v2021a/blob/8a1256e43c19c2be496525f64c2e8e073344b8c8/legacy_firmware/firmware/standard_gps_waves_drifter/wave_analyzer.cpp#L181-L183 Note that this well corresponds to a 75% overlap as indicated in the comment of ```fft_overlap``` definition, but the ```fft_overlap``` name is poorly chosen; really...
Can the SMA cable cause loss of signal due to unmatched ampedance? The feelings from Tak seems to say that yes.
TODO; I will keep you in the loop @gauteh .
From user feedback: " AttributeError: module 'time' has no attribute 'tzset'. " This is a windows vs. linux compatibility issue: https://stackoverflow.com/questions/1988182/why-my-time-class-has-not-tzset-attribute ``` See [the docs](http://docs.python.org/library/time.html?highlight=tzset#time.tzset) for tzset: they clearly say...