The problem is that the USB logger is limited to 516 bins, thus it can only hold 516-minutes of data (~8hours) which isn't near enough. I have a Raspberry Pi and I am hoping that in some way the Logger can dump the raw files on it while out in the field - then afterwards can "open" the files in Weatherlink or some software to get the 1-minute interval data for the whole period it was out in the field.
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/68d68114-6567-47f5-b3d9-654d69d7c318%40googlegroups.com.
The noise logger is powered by a solar panel and battery box - so the power supply isn't an issue.
I am a noob when it comes to python and any type of programming - so if there is a code I can incorporate in the configuration to supply the 1-minute data interval to a day summary text file it would be much appreciated.
Ideally, it would create a days text file (and create a new one for the following day) and populate each of the day's text file with data.
As mentioned i am new to this all - stupid qustion comming up...How do i access the weewx.sdb file - would i be able to open it in a text editor or something like that?
Also got the CSV extension on to generate a CSV file.