Live data stream from arduino to webpage?
in
Integration and Hardware
•
2 years ago
Hi,
I have been working on a sketch that creates a visual representation of my ADXL335 accelerometer using data that the arduino sends to my local computer over ethernet using oscP5. My ultimate goal is to have this same visual displayed on a webpage that anyone can view.
My questions are:
1) Has anyone already done something similar to this?
2) After searching this fourm I found some posts talking about posting images to a website. Would this be the best solution, or would it be easier to just send the data to the web server and have my processing applet use those values to create the visual?
3) Any other ideas?
Thanks for any help/info
1