ENGINEERING PERFORMANCE TECHNOLOGY IN LIVE ENTERTAINMENT RICH DIONNE

  • Slides: 18
Download presentation
ENGINEERING PERFORMANCE: TECHNOLOGY IN LIVE ENTERTAINMENT RICH DIONNE, ASSISTANT PROFESSOR OF THEATRE DEPARTMENT OF

ENGINEERING PERFORMANCE: TECHNOLOGY IN LIVE ENTERTAINMENT RICH DIONNE, ASSISTANT PROFESSOR OF THEATRE DEPARTMENT OF THEATRE PATTI AND RUSTY RUEFF SCHOOL OF VISUAL AND PERFORMING ARTS COLLEGE OF LIBERAL ARTS, PURDUE UNIVERSITY

FOLLOW ALONG You can download a copy of this presentation and follow along on

FOLLOW ALONG You can download a copy of this presentation and follow along on your own: http: //bit. ly/Engineering. Performance 2018

NUMBERS ARE NUMBERS…

NUMBERS ARE NUMBERS…

FLEX SENSOR

FLEX SENSOR

VOLTAGE DIVIDER

VOLTAGE DIVIDER

VOLTAGE DIVIDER

VOLTAGE DIVIDER

VOLTAGE DIVIDER

VOLTAGE DIVIDER

VOLTAGE DIVIDER

VOLTAGE DIVIDER

CONNECTING TO ARDUINO

CONNECTING TO ARDUINO

ARDUINO CODE

ARDUINO CODE

CODE TO READ AND DISPLAY SENSOR DATA Download a text file with the code

CODE TO READ AND DISPLAY SENSOR DATA Download a text file with the code so you can type it in yourself here: http: //bit. ly/Sensor. Test

SENSOR TEST SAMPLE OUTPUT

SENSOR TEST SAMPLE OUTPUT

CONTROLLING A THEATRICAL LIGHT

CONTROLLING A THEATRICAL LIGHT

ETHERNET? UDP? IP? OSC? • Ethernet: Rules for transmitting data between devices. • UDP

ETHERNET? UDP? IP? OSC? • Ethernet: Rules for transmitting data between devices. • UDP (User Datagram Protocol): Rules for packaging data as the sender and unpackaging it as the receiver. • IP (Internet Protocol): Provides a method of addressing devices for sending and receiving data. • OSC (Open Sound Control): Rules defining how data is organized as information; specifically, URL- and message-based communication of information.

PLACE WIFI SHIELD

PLACE WIFI SHIELD

ADD CODE TO SEND OSC MESSAGES Download a file with changes to the previous

ADD CODE TO SEND OSC MESSAGES Download a file with changes to the previous code you can type in yourself here: http: //bit. ly/Sensor 2 OSCWi. Fi Download the text of the “network_information” header file to type in yourself here: http: //bit. ly/network_information

CODE MODIFICATIONS • OSC URL • • • Each workstation has a label similar

CODE MODIFICATIONS • OSC URL • • • Each workstation has a label similar to this one: “/eos/chan/1” Find this line in the code: • OSCMessage msg(“/eos/chan/1”); Replace the text in quotation marks with the label at your workstation.

NETWORK SCHEMATIC

NETWORK SCHEMATIC