mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 03:04:13 +01:00
Pynode datasheet (#451)
* new Pynode Air sensors * add pages on index * add datasheets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user