0

I have a project in Microsoft Visual Studio C# and I have to pass JSON data to my Arduino via Ehternet Shield.

This is how it works:
enter image description here

Is it possible? How to do it?

asked Sep 23, 2014 at 22:38

1 Answer 1

2

Yes.

If you're using an Ethernet Shield, you should be able to run a webserver on the Arduino and simple do an HTTP request from your C# webservice to the Arduino.

Check this tutorial on how to write a webserver for arduino using the ethernet shield: http://arduino.cc/en/Tutorial/WebServer

Doing an HTTP request of any kind from C# should be easy enough and is not in the scope of this site.

answered Sep 24, 2014 at 10:12

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.