Hi guys, this is my first post on this forum
I would like / am trying to send data from a wireless Arduino Nano 33 IoT to a computer. I will be using this data in another application TouchDesigner; which supports WebSockets, WebServers and WebClients similar to Processing Libraries.
I tried to send data from the 33 IoT to my computer following some example files from WifiNINA and ArduinoHttpCient (example. SimpleWebSocket ) Libraries. I also followed David Cuartielles video tutorial, who sends a message from an MKR1010 to Processing on the computer but still didn't manage.
Can you direct me to how is this achievable? Would it be easier to have another 33 IoT that receives 192.168.l.254 the data from the other board which is sending the wireless data, and then parse it with the serial? Or is there a better way?
Would love to hear your thoughts on this.