OSC in Arduino: Unterschied zwischen den Versionen

Aus hyperdramatik
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:
Example for sending data from an Arduino ESP Dev Module to COMPUTER in the same network with OSC.


==1 DOWNLOAD OSCuino LIBRARY==
=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


==2 INSTALL OSCuino LIBRARY==
==Install Library==
Arduino Menu: Sketch –> Include Library –> Add .ZIP Library
Arduino Menu: Sketch –> Include Library –> Add .ZIP Library
select .ZIP file
select .ZIP file


==3 OPEN CODE EXAMPLE==
=Code Example=
Open code example: Spaghettimonster_OSC (https://github.com/clockdiv/Spaghettimonster/tree/main/Spaghettimonster_OSC)
//sends all 6 analog inputs as osc messages as well as over serial
 
==4 UPLOAD SKETCH==
 
Tip: sometimes you need to press and hold the BOOT button on the ESP for 2 seconds while Arduino IDE is trying to program.


“Hard resetting via RTS pin…” = upload was successful
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