Arduino Sonar and JSON

edited February 2017 in Arduino

Hello to all guys. I have seen many videos of Sonar made with processing and arduino. I found the github of the man who carried it out.

http://howtomechatronics.com/projects/arduino-radar-project/

My dream is to be able to view the Arduino sonar without connecting directly to the computer, but making sure that the distance is derived from an Arduino Server that receives data in JSON format. (So it should connect to the address "192.168.0.100" where constantly comes the perceived distance from the sensor).

What I would ask is how can I do to change processing code of this wonderful project to get the measures through JSON and not from serial. Thank you all in advance.

Tagged:
Sign In or Register to comment.