Pynode datasheet (#451)

* new Pynode Air sensors

* add pages on index

* add datasheets
This commit is contained in:
gijsio
2021-09-10 16:10:38 +02:00
committed by GitHub
parent c060fdd089
commit 2d680faa78
14 changed files with 140 additions and 26 deletions

View File

@@ -163,24 +163,6 @@ theme = "doc-theme"
identifier = "tutorials@basic@repl"
parent = "tutorials@basic"
weight = 10
[[menu.main]]
name = "PyNode+"
url = "/tutorials/pynode/"
identifier = "tutorials@pynode"
parent = "tutorials"
weight = 12
[[menu.main]]
name = "PyNode+ Air"
url = "/tutorials/pynode/pynodeair/"
identifier = "tutorials@pynode@pynodeair"
parent = "tutorials@pynode"
weight = 12
[[menu.main]]
name = "PyNode+ AirQ"
url = "/tutorials/pynode/pynodeairq/"
identifier = "tutorials@pynode@pynodeairq"
parent = "tutorials@pynode"
weight = 12
[[menu.main]]
name = "Sleep"
url = "/tutorials/basic/sleep/"
@@ -487,12 +469,32 @@ theme = "doc-theme"
identifier = "tutorials@expansionboards@vbat"
parent = "tutorials@expansionboards"
weight = 50
[[menu.main]]
name = "PyNode+"
url = "/tutorials/pynode/"
identifier = "tutorials@pynode"
parent = "tutorials"
weight = 60
[[menu.main]]
name = "PyNode+ Air"
url = "/tutorials/pynode/pynodeair/"
identifier = "tutorials@pynode@pynodeair"
parent = "tutorials@pynode"
weight = 10
[[menu.main]]
name = "PyNode+ AirQ"
url = "/tutorials/pynode/pynodeairq/"
identifier = "tutorials@pynode@pynodeairq"
parent = "tutorials@pynode"
weight = 20
[[menu.main]]
name = "Advanced"
url = "/tutorials/advanced/"
identifier = "tutorials@advanced"
parent = "tutorials"
weight = 60
weight = 70
[[menu.main]]
name= "File decompression"
url= "/tutorials/advanced/uzlib/"
@@ -1192,18 +1194,42 @@ theme = "doc-theme"
identifier = "datasheets@expansionboards@pyethernet"
parent = "datasheets@boards"
weight = 90
[[menu.main]]
name = "Pynode+"
url = "/datasheets/pynode/"
identifier = "datasheets@pynode"
parent = "datasheets"
weight = 40
[[menu.main]]
name = "Pynode+ Air"
url = "/datasheets/pynode/pynodeair/"
identifier = "datasheets@pynode@pynodeair"
parent = "datasheets@pynode"
weight = 10
[[menu.main]]
name = "Pynode+ Air Quality"
url = "/datasheets/pynode/pynodeairq/"
identifier = "datasheets@pynode@pynodeairq"
parent = "datasheets@pynode"
weight = 20
[[menu.main]]
name = "Accessories"
url = "/datasheets/accessories/"
identifier = "datasheets@accessories"
parent = "datasheets"
weight = 40
weight = 50
[[menu.main]]
name = "IP67 Case"
url = "/datasheets/accessories/ip67case/"
identifier = "datasheets@accessories@ip67case"
parent = "datasheets@accessories"
weight = 10
[[menu.main]]
name= "Pynode Case"
url = "/datasheets/accessories/pynodecase/"
identifier = "datasheets@accessories@pynodecase"
parent = "datasheets@accessories"
weight = 20
[[menu.main]]
name = "Notes"

View File

@@ -45,6 +45,11 @@ The follow pages contain all information relating to each product, for example:
- [Expansion 3](/datasheets/expansionboards/expansion3/)
- [Deepsleep](/datasheets/expansionboards/deepsleep/)
## Pynode+ Sensors
- **NEW** [Pynode+ Air](/datasheets/sensors/pynodeair/)
- **NEW** [Pynode+ Air Quality](/datasheets/sensors/pynodeairq)
## Footprints and 3D models
You can find the footprints of all relevant devices in this [GitHub](https://github.com/pycom/footprints) repository.

View File

@@ -6,4 +6,5 @@ aliases:
This section contains the datasheets for the Pycom Accessories.
## Accessories
- [IP67 Case](/datasheets/accessories/ip67case/)
- [IP67 Case](/datasheets/accessories/ip67case/)
- [Pynode Case](/datasheets/accessories/pynodecase/)

View File

@@ -0,0 +1,16 @@
---
title: "Pynode Case"
---
The Pynode case is designed to enclose your Pynode sensors and allows them to be attached on a wall, in a box or whatever indoor location you prefer. Not suitable for outdoor installations.
![](/gitbook/assets/pynode/pynode-case.png)
## Dimensions
Measurements: 69mm x 50mm x 29mm
Weight: 21g
## Drawings
TBD

View File

@@ -0,0 +1,8 @@
---
title: "Sensors"
---
This section contains all of the datasheets for the PyNode+ sensors
- [PyNode+ Air](pynodeair/)
- [PyNode+ Air Quality](pynodeairq/)

View File

@@ -0,0 +1,31 @@
---
title: "PyNode+ Air"
---
**Store**: [Buy Here](https://pycom.io/product/pynode-air/)
## ![](/gitbook/assets/pynode/pynode-air.png)
## Getting started
See the PyNode+ examples [here](/tutorials/pynode/)
## Datasheet
The datasheet of the PyNode+ Air is available as a [PDF File](/gitbook/assets/specsheets/datasheet_pynode_air.pdf)
### Mechanical dimensions
The device has a diameter of 30 mm, and a height of 7.62 mm
### Certifications
## Pinout
the sensor functionality is only accessible over Bluetooth.
## Accessories
The PyNode+ Air is compatible with the [Pynode case](../accessories/pynodecase/)

View File

@@ -0,0 +1,27 @@
---
title: "PyNode+ Air Quality"
---
**Store**: [Buy Here](https://pycom.io/product/pynode-airq/)
## ![](/gitbook/assets/pynode/pynode-airq.png)
## Getting started
See the PyNode+ examples [here](/tutorials/pynode/)
## Datasheet
The datasheet of the PyNode+ Air is available as a [PDF File](/gitbook/assets/specsheets/datasheet_pynode_airQ.pdf)
### Dimensions
The device has a diameter of 30 mm, and a height of 7.62 mm
## Pinout
The sensor functionality is only accessible over Bluetooth.
## Accessories
The PyNode+ Air is compatible with the [Pynode case](../accessories/pynodecase/)

View File

@@ -5,7 +5,7 @@ title: 'PyNode+'
The following PyNode+ BLE enabled sensors are now available:
* [PyNode Air](../pynode/pynodeair/)
* [PyNode AirQ](../pynode/pynodeairq/)
* [PyNode+ Air](pynodeair/)
* [PyNode+ AirQ](pynodeairq/)
> Please see the tutorials above to query the PuNode+ sensor from MicroPython or adjust the sleep time.
> Please see the tutorials above to query the PyNode+ sensor from MicroPython or adjust the sleep time.

View File

@@ -1,12 +1,12 @@
---
title: "PyNode+ AirQ Examples"
title: "PyNode+ Air Quality Examples"
aliases:
- tutorials/pynode/PyNodeAirQ.html
- tutorials/pynode/pynodeairq.md
- chapter/tutorials/pynode/PyNodeAirQ
---
You can use the following code to query the PyNode+ AirQ sensor from MicroPython
You can use the following code to query the PyNode+ Air Quality sensor from MicroPython
```python
from network import Bluetooth

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB