Browse Source

Minor update after further testing.

extract-visca-communication-to-class
Ed Walker 5 years ago
parent
commit
848fe0b98a
2 changed files with 2 additions and 3 deletions
  1. +2
    -2
      README.md
  2. +0
    -1
      visca-controller/visca-controller.ino

+ 2
- 2
README.md View File

@ -10,5 +10,5 @@ were controlling it with an IR remote.
The Arduino Shield board present in the EAGLE directory is intended to make connecting to a TelePresence camera and
wiring I/O easier. The shield has headers to allow for powering the Arduino off its internal voltage regulator or via
VIN (includes header points to make swapping easy). There is also a header to provide 12v power over the RJ45
connection to remotely power the camera (untested). The shield incudes an RS232 transciever so it is ready to plug into
the camera's control port with a standard ethernet cable.
connection to remotely power the camera. The shield incudes an RS232 transciever so it is ready to plug into the
camera's control port with a standard ethernet cable.

+ 0
- 1
visca-controller/visca-controller.ino View File

@ -31,7 +31,6 @@ bool tiltIdle = true;
int ptLow = 441;
int ptHight = 581;
int ptMaxSpeed = 5;
void handleHardwareControl() {
processPan(analogRead(PAN));


Loading…
Cancel
Save