Skip to content

Commit c53a7e6

Browse files
committed
Added note that only ffc-4p should be used
1 parent 7da506a commit c53a7e6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/source/samples/Script/script_uart.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This example uses :ref:`Script` node for `UART communication <https://en.wikiped
55
cameras don't have UART pins easily disposed, and we soldered wires on `OAK-FFC-4P <https://docs.luxonis.com/projects/hardware/en/latest/pages/DD2090.html>`__
66
to expose UART pins.
77

8+
.. note::
9+
10+
This should only be run on OAK-FFC-4P, as other OAK cameras might have different GPIO configuration.
11+
812
Demo
913
####
1014

examples/Script/script_uart.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#!/usr/bin/env python3
2+
'''
3+
NOTE: This should only be run on OAK-FFC-4P, as other OAK cameras might have different GPIO configuration!
4+
'''
15
import depthai as dai
26
import time
37

0 commit comments

Comments
 (0)