An arduino sketch that sends OSC messages when a piezo sensor is hit.
- Set the
ssid
andpass
variables in thepiezo_detect_osc.ino
file to your wifi network's ssid and password. - Install
OSC
library by Adrian Freed. It's available in the Arduino Library Manager or Github
- Why is connection slow?
- UDP Creation on ESP8266 is very slow. Sorry.