Skip to content

Commit 7628995

Browse files
committed
readme
1 parent dcb5292 commit 7628995

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

shields/README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
<p align="center"><img src ="https://github.com/pycom/pycom-libraries/blob/master/img/logo.png" width="300"></p>
22

3-
# Pybytes Examples
3+
# Pytrack, Pysense and Pyscan libraries
44

5-
Please note that these examples only work when using the `pybytes` firmware.
5+
## Introduction
6+
This directory contains libraries and out of the box examples for Pysense, Pytrack, and Pyscan, both versions 1 and 2.0x of these shields.
67

7-
# Pytrack, Pysense, Pyscan
8-
- To run pytrack on individuals module you will need to create one pybytes_config.json file on root which usually contains data related to device e.g Network preferance, device id, server, username, password etc.
9-
10-
- You will needs to upload all the files to module in order to get data on pybytes dashboard.
8+
1. Upload all the files to your module
9+
2. Open Pymakr
10+
3. Run an example that matches to your shield
1111

1212
Note: Note: For using Pyscan, you need to upload either MFRC630.mpy or MFRC630.py.
1313
It is always recommended to use MFRC630.mpy as it takes less space on your module.
14-
15-
- Pytrack:
16-
GPS coordinate and Acceleration would give result in tuples.
17-
18-
- Pysense:
19-
Humidity and temperature output would be in float32.
20-
Light sensor output would be in tuples.
21-
22-
- Pyscan:
23-
Light sensor and Acceleration would give output in tuples.

shields/shield_2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
# available at https://www.pycom.io/opensource/licensing
99
#
1010

11-
# This script demonstrates two examples:
11+
# This script support Pysense 2 and Pytrack 2
12+
# It demonstrates two examples:
1213
# * go to ultra low power mode (~10uA @3.75V) with all sensors, incl accelerometer and also pycom module (Fipy, Gpy, etc) off - tap the MCLR button for this
1314
# * go to low power mode (~165uA @3.75V) with accelerometer on, pycom module in deepsleep and wake from accelerometer interrupt - hold the MCLR button down for this
1415

0 commit comments

Comments
 (0)