mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 06:06:03 +01:00
Pynode datasheet (#451)
* new Pynode Air sensors * add pages on index * add datasheets
This commit is contained in:
66
config.toml
66
config.toml
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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/)
|
||||
16
content/datasheets/accessories/pynodecase.md
Normal file
16
content/datasheets/accessories/pynodecase.md
Normal 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.
|
||||
|
||||

|
||||
|
||||
## Dimensions
|
||||
Measurements: 69mm x 50mm x 29mm
|
||||
|
||||
Weight: 21g
|
||||
|
||||
## Drawings
|
||||
|
||||
TBD
|
||||
8
content/datasheets/pynode/_index.md
Normal file
8
content/datasheets/pynode/_index.md
Normal 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/)
|
||||
31
content/datasheets/pynode/pynodeair.md
Normal file
31
content/datasheets/pynode/pynodeair.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "PyNode+ Air"
|
||||
---
|
||||
**Store**: [Buy Here](https://pycom.io/product/pynode-air/)
|
||||
|
||||
## 
|
||||
|
||||
## 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/)
|
||||
|
||||
27
content/datasheets/pynode/pynodeairq.md
Normal file
27
content/datasheets/pynode/pynodeairq.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: "PyNode+ Air Quality"
|
||||
---
|
||||
**Store**: [Buy Here](https://pycom.io/product/pynode-airq/)
|
||||
|
||||
## 
|
||||
|
||||
## 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/)
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
static/gitbook/assets/pynode/pynode-air.png
Normal file
BIN
static/gitbook/assets/pynode/pynode-air.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
BIN
static/gitbook/assets/pynode/pynode-airq.png
Normal file
BIN
static/gitbook/assets/pynode/pynode-airq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 131 KiB |
BIN
static/gitbook/assets/pynode/pynode-case.png
Normal file
BIN
static/gitbook/assets/pynode/pynode-case.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
static/gitbook/assets/specsheets/datasheet_pynode_air.pdf
Normal file
BIN
static/gitbook/assets/specsheets/datasheet_pynode_air.pdf
Normal file
Binary file not shown.
BIN
static/gitbook/assets/specsheets/datasheet_pynode_airQ.pdf
Normal file
BIN
static/gitbook/assets/specsheets/datasheet_pynode_airQ.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user