Siteplayer?

tmack

Member
Anyone here use a Siteplayer to access their picaxes. I forgot I had bought one a while back and wasn't able to get it going. So I dug it out and dusted it off. I have a simple lan on its way here. I am hopeing that between them I will get one to be able to turn some leds on and off over the internet.
 

marcos.placona

Senior Member
I just cant figure out how to get it to work.
Right, let's try to isolate things then.

Considering that you interface between the circuit and the picaxe are ok, can you post some code, so we can see what's going on? Have you tested if current is flowing in a propper way and everything is well connected?

Cheers
 

tmack

Member
Sorry it took me so long to post back. I got my siteplayer working thanks to some help from the people on the siteplayer forum. I have a question on some html code I was wondering if anyone here could lend a hand. This code turns pin3 on and off. I am looking to have it turn pin3 and 4 on and off at the same time when the word "next" is pressed.

<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000000" text="#ffffff">
<b><font color="#FFFFFF" size="6">test</font><br>

<br>
<br>

<br>
<br>




<hr>

<div align="center"><a href="factory.spi?io3=^io3~1"><font size="10"><b>NEXT</b></font></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;


</div><hr>

</body>
</html>


Thanks alot for any help.
 
Top