From bbc9591b91eebd35a742249229ca7237cad18bda Mon Sep 17 00:00:00 2001 From: Erol444 Date: Wed, 25 May 2022 23:54:53 +0200 Subject: [PATCH] Remove references to IOT/SPI folder --- docs/source/components/nodes/imu.rst | 2 -- docs/source/components/nodes/spi_in.rst | 7 +++---- docs/source/components/nodes/spi_out.rst | 7 +++---- docs/source/tutorials/standalone_mode.rst | 4 ++-- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/source/components/nodes/imu.rst b/docs/source/components/nodes/imu.rst index e0e6c35ea..bbf267fae 100644 --- a/docs/source/components/nodes/imu.rst +++ b/docs/source/components/nodes/imu.rst @@ -85,8 +85,6 @@ IMU devices List of devices that have an IMU sensor on-board: * `OAK-D `__ -* `OAK-D-IoT-40 `__ -* `OAK-D-IoT-75 `__ * `OAK-D-PoE `__ * `OAK-D CM4 PoE `__ * `OAK-FFC-3P `__ diff --git a/docs/source/components/nodes/spi_in.rst b/docs/source/components/nodes/spi_in.rst index 1b0ff048c..8af2f7f88 100644 --- a/docs/source/components/nodes/spi_in.rst +++ b/docs/source/components/nodes/spi_in.rst @@ -1,8 +1,8 @@ SPIIn ===== -SPIIn node is used for **receiving data** that was sent **from a MCU** (via SPI). `OAK-IOT `__ devices -have an on-board ESP32 that is connected to the VPU (MyriadX) via SPI. You can find demos `here `__. +SPIIn node is used for **receiving data** that was sent **from a MCU** (via SPI). +You can find demos `here `__. 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. @@ -65,8 +65,7 @@ Usage Examples of functionality ######################### -- `SPI demos (host side) `__ -- `ESP32 code demos `__ +- `SPI code demos with ESP32 `__ Reference ######### diff --git a/docs/source/components/nodes/spi_out.rst b/docs/source/components/nodes/spi_out.rst index d5f509a06..4861a6fdb 100644 --- a/docs/source/components/nodes/spi_out.rst +++ b/docs/source/components/nodes/spi_out.rst @@ -1,8 +1,8 @@ SPIOut ====== -SPIOut node is used for **sending data to a MCU** (via SPI). `OAK-IOT `__ devices -have an on-board ESP32 that is connected to the VPU (MyriadX) via SPI. You can find demos `here `__. +SPIOut node is used for **sending data to a MCU** (via SPI). +You can find demos `here `__. :ref:`SPIIn` is used for receiving data from the MCU (via SPI). @@ -63,8 +63,7 @@ Usage Examples of functionality ######################### -- `SPI demos (host side) `__ -- `ESP32 code demos `__ +- `SPI code demos with ESP32 `__ Reference ######### diff --git a/docs/source/tutorials/standalone_mode.rst b/docs/source/tutorials/standalone_mode.rst index 6244bc918..0ddddcef8 100644 --- a/docs/source/tutorials/standalone_mode.rst +++ b/docs/source/tutorials/standalone_mode.rst @@ -5,8 +5,8 @@ Standalone mode be achieved by first :ref:`flashing the bootloader ` and then :ref:`flashing the pipeline ` and assets (NN models) to the OAK's flash memory. -Standalone mode is **only possible on OAKs that have on-board flash** memory, which are currently `OAK IOT `__ -and `OAK POE `__ camera models. +Standalone mode is **only possible on OAKs that have on-board flash** memory, which are currently +`OAK POE `__ and OAK IOT camera models. Converting a demo to standalone mode ####################################