diff --git a/prod/doc/Makefile b/prod/doc/Makefile index 0fd2f33..3937429 100644 --- a/prod/doc/Makefile +++ b/prod/doc/Makefile @@ -5,6 +5,7 @@ GENERATED=index.html setup.html flash.html test.html analysis.html \ atben-A-small.png atusb-A-small.png \ atben-B-small.png atusb-B-small.png \ atrf-path-small.png +ORIGINAL=atben-clkm.png atusb-clkm.png atusb-clk.png DL=http://downloads.qi-hardware.com/people/werner/wpan/tmp @@ -61,7 +62,7 @@ atrf-path-small.png: \ atrf-path.png convert -scale 50% $< $@ -upload: $(GENERATED) $(DOWNLOADS) +upload: $(GENERATED) $(DOWNLOADED) $(ORIGINAL) rsync -e ssh $^ \ www-data@downloads.qi-hardware.com:werner/wpan/prod/ diff --git a/prod/doc/analysis.hmac b/prod/doc/analysis.hmac index 3bdd23b..9234572 100644 --- a/prod/doc/analysis.hmac +++ b/prod/doc/analysis.hmac @@ -24,6 +24,8 @@
+@@@ + @@ -42,7 +44,7 @@ On atusb, there is also the USB voltage domain at nominally 5.0 V.

Voltages should be tested in the following order: USB, then I/O, then digital, and finally analog. The table below gives the permissible -ranges. Any voltages outside of these ranges indicate a problem. +ranges. Any voltages outside these ranges indicate a problem.

DomainNominalMinimumMaximum @@ -51,7 +53,6 @@ ranges. Any voltages outside of these ranges indicate a problem.
Digital1.8 V1.7 V1.9 V
Analog1.8 V1.7 V1.9 V
-

@@ -170,9 +171,13 @@ atrf-txrx -d net:ben -C 1 This configures atben as a promiscuous receiver. The reception of any IEEE 802.15.4 frame or pressing Ctrl-C will terminate the command.

-The clock signal (CLKM) is available on the test pad shown here: +The clock signal (CLKM) is available on the test pad shown on the image +on the left, and it should look roughly as shown in the screen shot on +the right:

- + +  +

ClockAction @@ -201,6 +206,14 @@ either as the direct output from the transceiver (CLKM) or after passing a low-pass filter (CLK):

+  + +  + +

+The left screen shot shows the clock (CLKM) before the low-pass filter +while the right screen shows the clock (CLK) after the the low-pass +filter.

ClockAction diff --git a/prod/doc/atben-clkm.png b/prod/doc/atben-clkm.png new file mode 100644 index 0000000..90b9b49 Binary files /dev/null and b/prod/doc/atben-clkm.png differ diff --git a/prod/doc/atben.fig b/prod/doc/atben.fig index e8efe7e..297bff9 100644 --- a/prod/doc/atben.fig +++ b/prod/doc/atben.fig @@ -30,7 +30,7 @@ Single 2 1 0 3 4 7 55 -1 -1 0.000 0 0 -1 1 0 2 5 1 3.00 60.00 120.00 1800 3735 2835 3735 -# B +# AB 2 1 0 3 0 7 55 -1 -1 0.000 0 0 -1 1 0 2 5 1 3.00 60.00 120.00 9225 3825 4725 3825 @@ -38,7 +38,7 @@ Single 2 1 0 3 4 7 55 -1 -1 0.000 0 0 -1 1 0 2 5 1 3.00 60.00 120.00 1800 4005 2835 4005 -# B +# AB 2 4 0 2 0 7 56 -1 15 0.000 0 0 7 0 0 5 5040 4095 4590 4095 4590 3555 5040 3555 5040 4095 2 2 0 0 0 7 99 -1 20 0.000 0 0 -1 0 0 5 @@ -49,7 +49,7 @@ Single 4 2 4 50 -1 18 24 0.0000 4 300 1200 1890 4725 CLKM\001 # B 4 1 0 55 -1 18 24 0.0000 4 300 555 5625 1935 I/O\001 -# B +# AB 4 0 0 55 -1 18 24 0.0000 4 300 915 9315 3960 GND\001 # B 4 1 0 55 -1 18 24 0.0000 4 390 1410 2880 1935 Analog\001 diff --git a/prod/doc/atusb-clk.png b/prod/doc/atusb-clk.png new file mode 100644 index 0000000..52e708b Binary files /dev/null and b/prod/doc/atusb-clk.png differ diff --git a/prod/doc/atusb-clkm.png b/prod/doc/atusb-clkm.png new file mode 100644 index 0000000..111af65 Binary files /dev/null and b/prod/doc/atusb-clkm.png differ