We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I'm a really terrible beginner to coding and processing and trying to convert force and angle measurements from Arduino to Processing. I know it's possible to save data from processing to a CSV file and text file but am confused how to do so...can someone help? Also is it possible to create a text field without importing a library? Thanks!
Answers
Can you get data from your arduino?
You can explore previous posts: https://forum.processing.org/two/search?Search=arduino
Please provide some code showing your attempt, what you can do so far.
Kf
Thank you so much. I should be able to. Here's my arduino and processing code: https://github.com/bwang94/senseability
I installed an arduino library and serial library for processing too