@karmand21 Yep. The serial goes down too. You will have to restart the desktop application. I am looking into connecting the Arduino direct to the ethernet network to make it run independent of a pc. New vid of that coming soon!
@mrsmith4mrsmith4 I purchased the 'kit' at a electronic store - had to put it together myself. The brand is "Anykit" which I think you can find at alot of places.
Can you share this code?
emameso 3 weeks ago
what Arduino board you using?
djlyngo 2 months ago
@karmand21 Yep. The serial goes down too. You will have to restart the desktop application. I am looking into connecting the Arduino direct to the ethernet network to make it run independent of a pc. New vid of that coming soon!
louwhopley 6 months ago
Hey Louwhopley, I beginner in HTML coding, i just wondering if you still have the html coding for this particular project.
UNIXSTARES 7 months ago
@UNIXSTARES I just checked and unfortunatly not. Will include all source code in future vids!
louwhopley 7 months ago
nice project men :)
i've tried to do the same thing but i've much problems with php code because arduino code it's correct. you can post the here? thanks ;)
lasssapo 9 months ago
@lasssapo I've lost the files for this project, I remember this piece of PHP though:
$t = 48; // This variable is the one that's sent and interpreted by the arduino.
$fp = fopen("COM5", "w") or die("Error1");
fwrite($fp, chr($t)) or die("Error2");
fclose($fp) or die("Error3");
I think you can use that as is.
Hope it helps!
louwhopley 9 months ago
@louwhopley ok thanks
lasssapo 9 months ago
nice demonstration. did you get that relay board somewhere or did you make it yourself?
mrsmith4mrsmith4 1 year ago
@mrsmith4mrsmith4 I purchased the 'kit' at a electronic store - had to put it together myself. The brand is "Anykit" which I think you can find at alot of places.
louwhopley 1 year ago
nice one,
my arduino webserver is on it's way
how did you parse the url to set the ports?
do you have a link to the the sketch?
auntyangela 1 year ago
@auntyangela Hi, I have no idea what that parse the url to the port means... but the PHP code looks like this:
$t = 48; // This variable is the one that's sent and interpreted by the arduino.
$fp = fopen("COM5", "w") or die("Error1");
fwrite($fp, chr($t)) or die("Error2");
fclose($fp) or die("Error3");
Sorry for the late reply!
louwhopley 1 year ago