What is the max sampling rate? #294
-
I don't yet have an emporia yet but am looking for an additional monitoring for my grid input to the house because my existing monitoring is now behind my solar/inverter/battery system so I don't have the direct grid visibility I used to. The inverters give 10 second interval data but I had an event this morning that I can't quite figure out so I'm looking to add dedicated, higher resolution monitoring of the grid inputs. I'm not looking for Fluke-level waveforms, but sub-second resolution at least on the voltage/frequency would be helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Currently the Atmel chip that does the sampling, gives 2 times per second an update to the ESP chip. However I've made the Atmel firmware open source: https://github.com/gekkehenkie11/emporia-SAMD09 So if you can program, you could update the code to increase that update frequency. |
Beta Was this translation helpful? Give feedback.
-
I would also be very interested in any sort of features, a mode, or separate firmware that could be used to detect anomalies/power quality issues. I'd like to be able to check:
|
Beta Was this translation helpful? Give feedback.
Currently the Atmel chip that does the sampling, gives 2 times per second an update to the ESP chip. However I've made the Atmel firmware open source: https://github.com/gekkehenkie11/emporia-SAMD09 So if you can program, you could update the code to increase that update frequency.