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

@@ -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