WJ8888

05-08-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Screenshot 1 : PC software interface
Klik op de afbeelding om de link te volgen Here you can see a screenshot of the PC software interface running under Windows XP. All important buttons and indications are grouped in one screen. Down at the screen you can find a LCD which displays all radio receiver settings in text format. Above the LCD you have the tuning resolution group. Please notice the additional resolutions 100kHz, 1MHz and 10MHz. At the right of the resolution group you find the selectors for IF bandwidth, gain mode and detection mode. There is also a keypad tuning feature for direct tuning. Settings for the RS232 protocol is also integrated into the main screen. At last there is a bit display which indicates binary patterns of the protocol data send to the receiver.

04-08-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Screenshot 2 : Start up screen
Klik op de afbeelding om de link te volgen Start up screen

03-08-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Screenshot 3 : LCD Mini Monitor Mode
Klik op de afbeelding om de link te volgen LCD Mini Monitor Mode pop up screen

02-08-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Screenshot 4 : Maxi Monitor Mode
Klik op de afbeelding om de link te volgen Maxi Monitor Mode

01-08-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Screenshot 5 : TTL square wave analyzer
Klik op de afbeelding om de link te volgen Here you can see a TTL square wave analyzer. This analyzer gives in realtime the status of the databits send to the receiver. The analyzer is included as a popup so you can call it as an overlay. Each databit in the protocol is graphical shown with low and high signals giving a 64 bit wide wave.

31-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.System overview
Klik op de afbeelding om de link te volgen This schematic gives an overview how the system works:

30-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Optocoupler interface
Klik op de afbeelding om de link te volgen The interface is designed with optocouplers for optimal electrical insulation between receiver and PC.

29-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Microcontroller
Klik op de afbeelding om de link te volgen We used an ABC mini board with 40 DIL package. The heart of this circuit is an Atmel AT90S8535. There are 32 user configurable I/O available giving us plenty of IO to do the job. Each I/O pin is software definable as input or output. On the board there is also a MAX232 IC
mounted so we can communicate with RS232 protocol. On the ABC mini board there is also an in circuit programming connector so we can program the microprocessor without disconnecting the board out of the circuit giving us more flexibility during debugging and maintenance.

28-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.LCD
Klik op de afbeelding om de link te volgen A 16x2 LCD screen is used for information about the internal signals of the microprocessor. You can follow in real time the information on the LCD. Also the LCD can dump additional information such as: radio settings, binary patterns, CRC checks, etc. In combination with the software TTL square wave analyzer this gives a lot of information about the actual status of the protocol. A special data led output is also available which gives the status of the databits send to the receiver.

27-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.MIL Connector
Klik op de afbeelding om de link te volgen The project was put down for a while because we searched hard to find the correct MIL connector. The part number of the MIL connector is JTG06RE12-22P(SR). Please notice that the photograph does not represent the correct connector, although it is used to give an idea of a MIL connector. The Amphenol company is one of the largest manufacturer of military connectors. A large amount of documentation you can find on the website at http://www.amphenol.co.uk/

25-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Testing
Klik op de afbeelding om de link te volgen Debugging and testing the software was done using a STK500 development board. For testing purpose we did use Atmega8535 and Atmega16 microprocessors running at 8Mhz. This means that the microprocessor executes 8.000.000 instructions per second. Prior of debugging the software was simulated using the BASCOM internal simulator.






Additional information you find at http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2735
Programming the STK500 was done by AVR Studio Software: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725

24-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Protocol
Klik op de afbeelding om de link te volgen The WJ8888 can be equipped with two different communication boards. One type is the asynchronous, while the other type is the synchronous board. Please notice that these boards were optionally installed, so it is not sure you have a board installed at all. The only way to know for sure is to open the WJ8888 and have a look at the internal slots.
The manufacturers part number is 791200-1 for synchronous IO, and 791201 for asynchronous IO.

Our software is designed for two platforms, so both asynchronously and synchronously protocols. Due to lack of an asynchronous board we could not test the asynchronously version fully, although we have tested it on two computers, one simulating being the WJ8888.

If you have installed an asynchronous board, you don't need the special interface and you can run directly the WJ8888 by RS232 protocol.

On the other hand, when installed a synchronous board, the interface is needed to have the system working. The PC software always converts the setting on the screen into a asynchronous datatable. Only when the synchronously mode is selected the software calls a special mathematical function to convert the asynchronous table into a synchronous table. This is done because place and amount of bits are different in both modes.
Once the synchronous table is converted, additional header, command and CRC checksum characters are added. This table is then send asynchronously, still including start, stop and parity bits, to the internal UART buffer of the microprocessor. The microprocessor scans on unique
header characters in the datastream, and once found them, the microprocessor accepts the datapackage as being valid data. When data is validated, the microprocessor starts stripping start, stop and parity bits from the received table. After stripping, the databits are stored into an array which can be addressed by x, y parameters, where x is a byte counter and y a bit counter. After filling the array, the microprocessor start a command call to the radio receiver. Once the receiver have received this command call, it switches into remote mode and starts giving back clock pulses to the microprocessor clock input. The microprocessor read this clock pin and once received a clock signal it sends out a databit selected from the array. After the databit is send on the dataline, the internal x and y counters are incremented and the microprocessor waits for the next clock pulse from the WJ8888. This is done for a total of 64 clock cycles for a full command call. After 64 clock cycles the microprocessor resets the command call giving the WJ8888 the command to shift the received data into the internal memory register, thus updating the segment display and the lamp indicators on the buttons. After one command call the receiver settings are the same to the settings of the PC. Each command call longs for about 2.56 milliseconds. After this the PC and receiver can handle a new command. A new command call is triggered by two different ways. One way is done using a keeping alive signal which triggers every 1350 milliseconds. Another way is to check the actual data settings with the data of the prior command cycle. If both datatables difference, a new command call is triggered. Combination of both trigger signals giving us a stable and fast refresh rate of the WJ8888.

Examples where synchronous datacommunication is used, includes keyboards, aviation black boxes, etc...

23-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Watkins Johnson History
Klik op de afbeelding om de link te volgen This site is not affiliated in any way with the Watkins Johnson company or DRS Technologies, the present owners of WJ Gaithersburg, this is just a hobby site!

Watkins-Johnson Company, founded in 1957, was a manufacturer of quality microwave components, subsystems, and systems for the defense marketplace. Then in the late 1960s Watkins Johnson (WJ) purchased Communications Electronics Inc. (CEI) of Gaithersburg, Maryland. This became then the Communication Electronics division. Before this purchase WJ did not manufacture radios for surveillance use.

The old Watkins Johnson Telecommunications Group is at present day owned by "DRS Technologies". The official company name of this division is "DRS Signal Solutions, Inc".

Different owners, since 1999, including Watkins Johnson, Marconi, BAE Systems and Signia - IDT.

22-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Lab
Klik op de afbeelding om de link te volgen

The following hardware, software & books were used during the project:








Hardware:
Dynatec Oscilloscope 8120 2x20Mhz
Oscilloscope APS230 2x30Mhz
Function Generator 1x2Mhz
Philips PM5132 Function Generator 0,1Hz-2MHz
Power supply 0-30V/3A-12V/1A-5V/1A
Logicport 34 channels 500MHz analyzer
Atmel STK500 development board
Laptop Promedion Intel(R) Pentium(R) 1.80GHz
Laptop Compaq Armada
Software:
Bascom AVR 1.11.7.7
Avr Studio 4.12
ABC Edit 1997-2000
Borland C++ Enterprise 6.0
Books:
AVR Microcontroller - Safinaz Volpe & Francesco P. Volpe / ISBN 90.5381.091.9
Elektuur Magazine June 2005 / NRĀ° 500
USB Complete Second Edition - Jan Axelson / ISBN 096508195.8
Datacommunication - J. Clayes / ISBN 90.6200.180.7
Digital Techniques 1A - Cuppens J. Sayes H. Vandenheede H. / ISBN 90.6200.070.3
Microprocessor Techniques and Interfacing - Beuckelaers A. Van den Wijngaert W. / ISBN 90.6200.438.5

                                                                    All used software is licensed.


21-07-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Links
Here you can find some of the websites where a link is active:

Many thanks to Mark Alberts of MSC Electronics for his support during the project. Please visit the website where a link is active among many other intresting links to sophisticated hobby projects: http://www.mcselec.com/index.php?option=com_weblinks&catid=70&Itemid=4

Another intresting site where you can find a link to our project is the website of Charlos Potma which is setup for HAM related projects. You find lots of information on how getting started writing your own applications for the AVR microcontroller series of Atmel. All the described applications are written in Bascom, the Basic editor, where WJ8888 was also developed with. You can find the home page of Charlos at http://www.qsl.net/pa3ckr/ while the active link is located at http://www.qsl.net/pa3ckr/bascom%20and%20avr/teletroncontrol/index.html at the bottom of the page. Thanks Charlos!

Do you also have a HAM related website, or if you are a Bascom or AVR microcontroller guru, or just have a tiny free spot at your website
and you like to include our project, we would appreciate it very much and include your site also on the WJ8888 project site. So please let us know!

24-05-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Components
Most important components:

7 Optocouplers 4N35, one for each data communication line between PC and receiver
1 Darlington Transistor Array ULN2803A, drives the communication leds and protect
   the microprocessor output ports
1 Hex Non Inverting Buffer Driver, CD4050, rectifies the communication signals after
   the optocouplers
7 NPN BC547 Transistors, drives the infrared leds of each optocoupler and protect the
   microprocessor and receiver current withdraw
1 Atmel AT90S8535 microprocessor, mounted on an ABC mini board, including a
   MAX232 driver
1 Hitachi HD4470 compatible 16x2 LCD

23-05-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Open source
Hereby we give the source codes of the project as open source.

The microcontroller source code you can find here http://www.uploadarchief.net/files/download/quad.bas  while the C++ main program is here http://www.uploadarchief.net/files/download/unit2.txt. When you feel the need you can search to some mathematical formulas in the C++ source which were extracted from the WJ8888 manual and descriptions.
If you look at the formulas you get some idea of the awesome magical design using only plain TTL logic without any microcontroller aboard! Great job WJ.

Because of the complexity to compile and build the project we can only provide the executable alpha version to have a look.
Microcontroller source is available in both bas (Bascom) and hex (Machinecode) format.

In no event shall we accept liability in any way when using this software. Please notice that this software is just a part of the project and that a high skill in electronics and software is needed to make the project succesfull.

22-05-2006
Klik hier om een link te hebben waarmee u dit artikel later terug kunt lezen.Schematics
You can find a PDF Multipage schematic of the WJ8888 interface at http://www.uploadarchief.net/files/download/wj8888.pdf

In no event shall we accept liability in any way when using this schematics. Please notice that this schematic is just a part of the project and that a high skill in electronics and software is needed to make the project succesfull.



Watkins Johnson WJ8888/B2 25kHz Optocoupler Interface
This site is not affiliated in any way with the Watkins Johnson company or DRS Technologies, the present owners of WJ Ga

Foto

Version 1.1 Alpha now fully operational!
Inhoud blog
  • Welcome
  • About us
  • Software
  • Hardware
  • Radio Receiver
  • Receiver interface
  • Making of : preparing the 40 DIL on the ABC miniboard
  • Making of 2 : preparing the photo-sensitive epoxy PCB
  • Making of 3 : Peter etching the PCB
  • Making of 4 : placing the components
  • Making of 5 : finally done
  • You Tube 1 : 25kHz signals
  • Screenshot 1 : PC software interface
  • Screenshot 2 : Start up screen
  • Screenshot 3 : LCD Mini Monitor Mode
  • Screenshot 4 : Maxi Monitor Mode
  • Screenshot 5 : TTL square wave analyzer
  • System overview
  • Optocoupler interface
  • Microcontroller
  • LCD
  • MIL Connector
  • Testing
  • Protocol
  • Watkins Johnson History
  • Lab
  • Links
  • Components
  • Open source
  • Schematics

    '73



    Blog tegen de wet? Klik hier.
    Gratis blog op https://www.bloggen.be - Meer blogs