CNMAT / OSC

OSC: Arduino and Teensy implementation of OSC encoding
cnmat.berkeley.edu/oscuino
Other
741 stars 137 forks source link

Bug on library? #110

Open jazzvivi2 opened 4 years ago

jazzvivi2 commented 4 years ago

Hi, I have a wemos D1 v1 board and I am trying to adapt a project to send and receive OSC commands over Wi-Fi Here is the original project:

https://community.etcconnect.com/etclab ... -lighthack

my console does not support usb osc but I can do it with wifi The system is working but I have a continuous reset when I receive a valueless osc command. A forum user is helping me and after several tests with different boards he thinks there is a bug with framework of ESP8266 and ESP32.

Here is the thread with the code, errors and tests.

https://community.etcconnect.com/etclab ... thack-wifi

could someone help?

Thank you!