Herunterladen Diese Seite drucken

Arduino; High Level Overview; I 2 C Interface; Serial Interface - Blackmagic Design Design 3G-Sdi Arduino Shield Installations- Und Betriebs-Anleitung

При разработке собственного контроллера для управления камерами легко создать
дополнительный модуль любого типа и оснастить его кнопками, ручками и джойстиком.
Затем его можно подключить к Blackmagic 3G-SDI Arduino Shield через имеющиеся
разъемы, а также заменить прежнюю схему блока CCU на новое решение на
основе Arduino.
Разрабатывайте собственные микроконтроллеры и
подключайте их к Blackmagic 3G-SDI Arduino Shield для
повышения точности управления
You can communicate with your Arduino Shield via I
low pin count and it frees up the serial monitor. This also allows you to use more I
the shield.

High Level Overview

The library provides two core objects, BMD_SDITallyControl and BMD_SDICameraControl, which
can be used to interface with the shield's tally and camera control functionalities. Either or both of
these objects can be created in your sketch to issue camera control commands, or read and write tally
data respectively. These objects exist in several variants, one for each of the physical I
Serial communication busses the shield supports.
I
C Interface
2
To use the I
C interface to the shield:
2
// NOTE: Must match address set in the setup utility software
const int
BMD_SDICameraControl_I2C
BMD_SDITallyControl_I2C

Serial Interface

To use the Serial interface to the shield:
BMD_SDICameraControl_Serial
BMD_SDITallyControl_Serial
C or Serial. We recommend I
2
shieldAddress = 0x6E;
sdiCameraControl(shieldAddress);
sdiTallyControl(shieldAddress);
sdiCameraControl;
sdiTallyControl;

Arduino

C because of the
2
C devices with
2
C or
2
Arduino
208
loading