Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish current consumption figures #403

Draft
wants to merge 1 commit into
base: publish
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,12 @@ theme = "doc-theme"
identifier = "advance@frozen"
parent = "advance"
weight = 50

[[menu.main]]
name = "Current consumption"
url = "/advance/current/"
identifier = "advance@current"
parent = "advance"
weight = 60
[[menu.main]]
name="License"
url="/license/"
Expand Down
47 changes: 47 additions & 0 deletions content/advance/current.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: "Current Consumption"
---
On this page we cover the current consumption of several operation modes of the development modules in combination with several shields. All measurements were done with no hardware modifications or additions, and on the latest firmware at the time of writing. The values are indicative, but by no means a guarentee and your mileage may vary, depending on the operation settings like duty cycle and tx power settings. The examples used for various measurements are listed at the bottom.

> Firmware **Pybytes 1.20.2.r4**
```python
insert the 'on-boot' settings
```
## Measurement results

### Expansionboard 3.1
All tests were done using a Fipy v1.2 on an Expansionboard 3.1 with all jumpers removed

| Mode | Current consumption |
| ------ | ------------ |
| Idle | 32 mA |
| WiFi | |
| LoRa | |
| LTE | |
| Sleep | |
| Deepsleep | 22 uA |
| No module | |

### Pytrack 2.0 X

| Mode | Current consumption |
| ------ | ------------ |
| Idle | |
| disable sensor power | |
| pysleep accelerometer wake | |
| pysleep timer wake | |
| No module | |

### Pysense 2.0 X


| Mode | Current consumption |
| ------ | ------------ |
| Idle | |
| disable sensor power | |
| pysleep accelerometer wake | |
| pysleep timer wake | |
| No module | |

## Examples used for measurements:
* [WiFi](/link/to/example)