Hello, I'm trying to send data from a sensor to a Linux PC wirelessly, with use of the Nano 33 IoT,
and I want to use that data immediately in a Processing program.
I could read it from a serial port in the Processing program, if I somehow sent it to one, either via Bluetooth or WiFi.
Is there a way to do this, or could there be another way?
I have a processing sketch here which I experimented with a while back where it acts as a web server which could be modified so your Arduino could send data to it via a http request?