jvoermans / Vibration_Logger

Logger to measure sea ice vibrations
3 stars 1 forks source link

code from the initial geoduino project #5

Closed jerabaul29 closed 3 years ago

jerabaul29 commented 3 years ago

@jvoermans can you post the code from the initial geoduino project in a separate folder? I cannot find it online.

jvoermans commented 3 years ago

@jerabaul29 I put it in a new folder. You have to run a GUI to actually run the 'Geophonino'. While the intentions of the developers were great, I found it very frustrating to work with, had to install older versions etc... Maybe I'm just not experienced enough to adapt it, but for that reason I went to the LowLatencyLogger.

I'm surprised you find the SdFat stuff messy, I was kind off impressed with the performance of the LowLatencyLogger, as I can achieve even higher sampling rates than 1kHz. But maybe I'm easily impressed...

jerabaul29 commented 3 years ago

I see. Yes sometimes less is better, I agree I never liked this Processing interface stuff...

I just think that maybe performance is good, but the code is messy because it supports all boards so there are many macro commands, there are not well defined interfaces etc. Of course only my point of view. But is is what you see too in a sense: it was hard to add stuff.