Click here to Skip to main content
15,885,655 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
Hi, i want to interface arduino component's status i.e temperature sensor value , light sensor value when ever they read different value.

so how asp.net gets feeds from arduino whenever they come , how does arduino sends feeds or posts to that local server (web application)

thanks.

Hardware : Arduino uno R3 + ENC28j60 (ethernet module)
Software : Asp.net , Arduino 1.0.5 only
I built independent Web Site using asp.net ,and I want to update sub component in the page (i.e listbox) with data which are sent by arduino

what i need is what code in asp to receive data sent by arduino and what arduino code and libraries to send data to asp.net web site
Posted
Updated 23-Nov-13 23:36pm
v2
Comments
Sergey Alexandrovich Kryukov 22-Nov-13 17:10pm    
Did you even try to find something?
—SA

Depends on what Arduino you have, there are many, many different versions.

If you have an Arduino with a WiFi or Ethernet shield, then the Arduino can be coded to send an update directly to your server. If you are using just the Arduino with its built-in serial port or USB port (if it has one), then getting it to your server will require more work.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Nov-13 17:11pm    
Agree, a 5. I added some information, too, please see...
—SA
You can always find some codes interfacing with Arduino. A serial (COM) port use is very usual:
http://playground.arduino.cc/Interfacing/Csharp[^],
http://www.technicana.com/physical-computing/73-connect-to-the-arduino-with-c-.html[^].

This CodeProject article tells about USB connectivity: Arduino, C#, and serial interface[^].

Depending on what model you have,… you can try to find some more: http://bit.ly/18e6eUt[^].

—SA
 
Share this answer
 
Comments
Ron Beyer 22-Nov-13 17:15pm    
5'd too.
Sergey Alexandrovich Kryukov 22-Nov-13 17:21pm    
Thank you, Ron.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900