Could someone please point me in the right direction for sending Arduino data (such as analog inputs A0, A1 etc from a Mega) via OSC using the ESP8266 for WiFi? A guide or tutorial or something would be great, I've tried researching and everything I get is using either the analog input from the ESP or else using the nodeMCU (I'm new to this so think it might just come down to not being able to search with the proper terms due to my own lack of knowledge). Thanks
Send the data either as 16 bit words or convert to ASCII and send them.