OSC in Arduino

Aus hyperdramatik
Version vom 1. Mai 2022, 23:17 Uhr von HannahPernerWilson (Diskussion | Beiträge) (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…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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 github: https://github.com/CNMAT/OSC Code –> Download ZIP

2 INSTALL OSCuino LIBRARY

Arduino Menu: Sketch –> Include Library –> Add .ZIP Library select .ZIP file

3 OPEN 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