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