Loading...
  Show Posts
Pages: [1]
1  Development / Suggestions for the Arduino Project / X10 Tutorial on: January 27, 2011, 11:46:05 pm
The circuit diagram on the X10 tutorial is incorrect.  It does not work at all.

http://www.arduino.cc/en/Tutorial/X10

This has been discussed before:

http://arduino.cc/forum/index.php/topic,17333.0.html

The problems are as follows:

1) The Zero Crossing and Data lines are swapped.
2) The jack orientation is confusing and should be marked with pin numbers.

Here is a suggested replacement:
http://imagepaste.nullnetwork.net/viewimage.php?id=1689

Also, the only X10 command example shown in the tutorial is the "ALL_LIGHTS_ON" command, which not all modules respond to.  Addressing a single module is not particularly intuitive.  An example of this could be added as well:

// Turns on module A1
myHouse.write(A, UNIT_1, 1);
myHouse.write(A, ON, 1);
2  Forum 2005-2010 (read only) / Bugs & Suggestions / Re: X10 Tutorial on: January 20, 2011, 01:05:31 pm
The circuit diagram on the X10 tutorial is incorrect.  It does not work at all.

http://www.arduino.cc/en/Tutorial/X10

This has been discussed before:

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1261353753

The problems are as follows:

1) The Zero Crossing and Data lines are swapped.
2) The jack orientation is confusing and should be marked with pin numbers.

Here is a suggested replacement:
http://imagepaste.nullnetwork.net/viewimage.php?id=1689

Also, the only X10 command example shown in the tutorial is the "ALL_LIGHTS_ON" command, which not all modules respond to.  Addressing a single module is not particularly intuitive.  An example of this should be added as well:

// Turns on module A1
myHouse.write(A, UNIT_1, 1);
myHouse.write(A, ON, 1);
3  Forum 2005-2010 (read only) / Bugs & Suggestions / X10 Tutorial on: January 20, 2011, 01:05:00 pm
Error: Sorry, you are not allowed to post messages containing active links to websites or images before you have posted 1 normal messages.

^^ You have got to be kidding me.
Pages: [1]