Skip to content
Merged
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
2,316 changes: 2,073 additions & 243 deletions docs/api-specification.md

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ Select your MetaSensor from the table below to continue:

| Name | Battery | Size | Memory | Acc | Gyro | Mag | Temp | Baro | Light |
| :-------------------------- | :------------------ | :---------------- | :------------------ | :-- | :--- | :-- | :------- | :--- | :---- |
| [MetaMotionRL](metamotion-rl.md) | 100mAh rechargeable | 17mm x 25mm x 5mm | 8MB (~0.5M entries) | X | X | X | on-board | | |
| [MetaMotionS](metamotion-s.md) | 100mAh rechargeable | 17mm x 25mm x 5mm | 512MB (30M entries) | X | X | X | X | X | X |
| [MetaMotionRL](metamotion-rl.md) | 100mAh rechargeable | 17mm x 25mm x 5mm | 8MB (~1M entries) | X | X | X | on-board | | |
| [MetaMotionS](metamotion-s.md) | 100mAh rechargeable | 17mm x 25mm x 5mm | 512MB (~67M entries) | X | X | X | X | X | X |

---

## Resources

- **[API Specification](api-specification.md)** — Complete BLE serial protocol, module registers, data processor filters, sensor fusion modes, and board model reference.
- **[Protocol Reference](protocol-reference.md)** — Byte-level protocol details for the MetaWear BLE serial protocol.
- **[API Specification](api-specification.md)** — The complete MetaWear BLE serial protocol: module registers, byte-level wire reference, data processor filters, sensor fusion modes, and board model reference.
- **[MbientLab Store](https://mbientlab.com)** — Purchase MetaSensors and accessories.
4 changes: 2 additions & 2 deletions docs/metamotion-rl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![MetaMotionRL](assets/MetaMotionR-t.png){ align=center }

MetaMotionRL is powered by a rechargeable lithium ion battery. It has a typical battery life of 1 to 14 days.
MetaMotionRL is powered by a rechargeable lithium-polymer (LiPo) battery. It has a typical battery life of 1 to 14 days.

Since it is USB powered, you can add a battery pack to get even more life out of your MetaMotionRL.

Expand All @@ -12,7 +12,7 @@ The MMRL optionally comes with a plastic case. Please note that the proximity of

| Name | Battery | Size | Memory |
| :--- | :------------------- | :---------------- | :------------------ |
| MMRL | 100mAh recharge lipo | 17mm x 25mm x 5mm | 8MB (~0.5M entries) |
| MMRL | 100mAh recharge lipo | 17mm x 25mm x 5mm | 8MB (~1M entries) |

## Downloads

Expand Down
4 changes: 2 additions & 2 deletions docs/metamotion-s.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![MetaMotionS](assets/MetaMotionR-t.png){ align=center }

MetaMotionS is powered by a rechargeable lithium ion battery. It has a typical battery life of 8 to 24 days. Please keep your MMS plugged-in and charged when not in use.
MetaMotionS is powered by a rechargeable lithium-polymer (LiPo) battery. It has a typical battery life of 8 to 24 days. Please keep your MMS plugged-in and charged when not in use.

Since it is USB powered, you can add a battery pack to get even more life out of your MetaMotionS.

Expand All @@ -12,7 +12,7 @@ The MMS optionally comes with a plastic case. Please note that the proximity of

| Name | Battery | Size | Memory |
| :--- | :------------------- | :---------------- | :------------------- |
| MMS | 100mAh recharge lipo | 17mm x 25mm x 5mm | 512MB (30M entries) |
| MMS | 100mAh recharge lipo | 17mm x 25mm x 5mm | 512MB (~67M entries) |

## Downloads

Expand Down
Loading
Loading