Track data usage

Hi, is it possible to track the data usage of an electron on the electron itself ?
I am at the point where I want to optimize its data usage and I also want to visualize its data usage.

The Cellular.getDataUsage() call can probably at least get you started. It’s possibly a little lower-level than what you are looking for, but at least it will get you the raw usage data immediately, on the electron itself.

https://docs.particle.io/reference/firmware/electron/#getdatausage-

1 Like