OSC in Arduino: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „Example for sending data from an Arduino ESP Dev Module to COMPUTER in the same network with OSC. ==1 DOWNLOAD OSCuino LIBRARY== Download OSCuino library from…“) |
|||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== | =Installing the OSCuino Library= | ||
==Download Library== | |||
Download OSCuino library from github: https://github.com/CNMAT/OSC | Download OSCuino library from github: https://github.com/CNMAT/OSC | ||
Code –> Download ZIP | Code –> Download ZIP | ||
== | ==Install Library== | ||
Arduino Menu: Sketch –> Include Library –> Add .ZIP Library | Arduino Menu: Sketch –> Include Library –> Add .ZIP Library | ||
select .ZIP file | select .ZIP file | ||
== | =Code Example= | ||
see: http://hyperdramatik.net/mediawiki/index.php?title=OSC_between_Arduino_and_Processing |
Aktuelle Version vom 5. Mai 2022, 10:55 Uhr
Installing the OSCuino Library
Download Library
Download OSCuino library from github: https://github.com/CNMAT/OSC Code –> Download ZIP
Install Library
Arduino Menu: Sketch –> Include Library –> Add .ZIP Library select .ZIP file
Code Example
see: http://hyperdramatik.net/mediawiki/index.php?title=OSC_between_Arduino_and_Processing