kuwatay / arduino_tinyosc

tinyosc arduino esp8266 / esp32 port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino TinyOSC

This is a quick port of tiny osc ( https://github.com/mhroth/tinyosc ) to Arduino ESP8266/ ESP32 environment.

Installation

  1. Download this repository and extract zip file.
  2. Move extracted folder to ~/Document/Arduino/Library folder. (or suitable places in your environmrnt)
  3. Restart Arduino IDE and you are ready.

Usage

Create a file named "wifi_config.h" which includes the following;

  1. const char ssid[] = "YOUR_SSID";
  2. const char pass[] = "YOUR_PASSWORD";

Look at examples folders in details.

Environment Tested

About

tinyosc arduino esp8266 / esp32 port


Languages

Language:C++ 100.0%