Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am sending a string from an asp.net website to arduino, the website has a database. my question is how do i send updates to the arduino if i am on internet on a computer which is not connected to the arduino.
Posted
Comments
[no name] 8-Apr-15 6:09am    
There is no way of sending data to a device that is not connected. It may help if you explain a bit more.
Dzamdara 8-Apr-15 6:22am    
ok. I have connected my arduino to my PC and I am sending data from PC to arduino serially using local host successfully. my problem now is when I deploy the website the arduino is not getting updates if I am not on the host PC.
barneyman 8-Apr-15 18:21pm    
have a look at the ESP8266 - you can give your arduino wifi for $5
Dzamdara 9-Apr-15 4:18am    
ok. isn't there another way of doing it besides wifi on arduino, maybe something like a separate offline application where the database downloads updates on the host computer where the arduino can access.

1 solution

This article should give you some hints to solve your problems.
 
Share this answer
 

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