Skip to content

Commit 022ac0f

Browse files
authored
Merge pull request #587 from luxonis/remove_iot
Remove references to IOT/SPI folder
2 parents d766005 + bbc9591 commit 022ac0f

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

docs/source/components/nodes/imu.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ IMU devices
8585
List of devices that have an IMU sensor on-board:
8686

8787
* `OAK-D <https://docs.luxonis.com/projects/hardware/en/latest/pages/BW1098OAK.html>`__
88-
* `OAK-D-IoT-40 <https://docs.luxonis.com/projects/hardware/en/latest/pages/DM1092.html>`__
89-
* `OAK-D-IoT-75 <https://docs.luxonis.com/projects/hardware/en/latest/pages/DM1098OBC.html>`__
9088
* `OAK-D-PoE <https://docs.luxonis.com/projects/hardware/en/latest/pages/SJ2088POE.html>`__
9189
* `OAK-D CM4 PoE <https://docs.luxonis.com/projects/hardware/en/latest/pages/SJ2088POE.html>`__
9290
* `OAK-FFC-3P <https://docs.luxonis.com/projects/hardware/en/latest/pages/DM1090.html>`__

docs/source/components/nodes/spi_in.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SPIIn
22
=====
33

4-
SPIIn node is used for **receiving data** that was sent **from a MCU** (via SPI). `OAK-IOT <https://docs.luxonis.com/projects/hardware/en/latest/#iot-designs>`__ devices
5-
have an on-board ESP32 that is connected to the VPU (MyriadX) via SPI. You can find demos `here <https://github.com/luxonis/depthai-experiments/tree/master/gen2-spi>`__.
4+
SPIIn node is used for **receiving data** that was sent **from a MCU** (via SPI).
5+
You can find demos `here <https://github.com/luxonis/esp32-spi-message-demo>`__.
66

77
This allows you for example to control eg. :ref:`ColorCamera` or :ref:`ImageManip` from the MCU or send a :ref:`Buffer` of data from the MCU to a :ref:`Script` node.
88

@@ -65,8 +65,7 @@ Usage
6565
Examples of functionality
6666
#########################
6767

68-
- `SPI demos (host side) <https://github.com/luxonis/depthai-experiments/tree/master/gen2-spi>`__
69-
- `ESP32 code demos <https://github.com/luxonis/esp32-spi-message-demo>`__
68+
- `SPI code demos with ESP32 <https://github.com/luxonis/esp32-spi-message-demo>`__
7069

7170
Reference
7271
#########

docs/source/components/nodes/spi_out.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SPIOut
22
======
33

4-
SPIOut node is used for **sending data to a MCU** (via SPI). `OAK-IOT <https://docs.luxonis.com/projects/hardware/en/latest/#iot-designs>`__ devices
5-
have an on-board ESP32 that is connected to the VPU (MyriadX) via SPI. You can find demos `here <https://github.com/luxonis/depthai-experiments/tree/master/gen2-spi>`__.
4+
SPIOut node is used for **sending data to a MCU** (via SPI).
5+
You can find demos `here <https://github.com/luxonis/esp32-spi-message-demo>`__.
66

77
:ref:`SPIIn` is used for receiving data from the MCU (via SPI).
88

@@ -63,8 +63,7 @@ Usage
6363
Examples of functionality
6464
#########################
6565

66-
- `SPI demos (host side) <https://github.com/luxonis/depthai-experiments/tree/master/gen2-spi>`__
67-
- `ESP32 code demos <https://github.com/luxonis/esp32-spi-message-demo>`__
66+
- `SPI code demos with ESP32 <https://github.com/luxonis/esp32-spi-message-demo>`__
6867

6968
Reference
7069
#########

docs/source/tutorials/standalone_mode.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Standalone mode
55
be achieved by first :ref:`flashing the bootloader <Flash bootloader>` and then :ref:`flashing the pipeline <Flash the pipeline>`
66
and assets (NN models) to the OAK's flash memory.
77

8-
Standalone mode is **only possible on OAKs that have on-board flash** memory, which are currently `OAK IOT <https://docs.luxonis.com/projects/hardware/en/latest/#iot-designs>`__
9-
and `OAK POE <https://docs.luxonis.com/projects/hardware/en/latest/#poe-designs>`__ camera models.
8+
Standalone mode is **only possible on OAKs that have on-board flash** memory, which are currently
9+
`OAK POE <https://docs.luxonis.com/projects/hardware/en/latest/#poe-designs>`__ and OAK IOT camera models.
1010

1111
Converting a demo to standalone mode
1212
####################################

0 commit comments

Comments
 (0)