Difference between revisions of "Davac4"

From Tučňák Wiki
Jump to: navigation, search
(PCB www.hamshop.cz)
 
(72 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Davac 4.0=
+
=Davac 4.2 OK1ZIA=
  
Davac 4 was succesfully built by OK1USW, OK1UGE and OK2JTB.
+
Davac 4.2 is updated version of [[Davac4.1|Davac 4.1]]. It is opto-isolated interface between PC and radio. Supports CW and SSB CQ, band recording. Radio modulation comes from microphone or soundcard.
  
=Circuit diagram=
+
Please also look at [[Davac5]].
[[Image:Davac4s180.png|none|frame|Circuit diagram of Davac 4.0]]
 
  
=PCB=
+
[[Image:Davac4.2-3d.png|none|frame|Davac 4.2 PCB model]] [[Image:Davac4.2-box.png|none|frame|Davac 4.2 box model]]
<gallery mode="packed" heights="320px">
 
Image:Davac4b600.png|PCB bottom side (600 DPI)
 
Image:Davac4oa.png|Components placement top
 
Image:Davac4ob.png|Components placement bottom
 
</gallery>
 
Note: 600 DPI have images in Full resolution, MediaWiki uses thumbnails.
 
  
=PCB www.hamshop.cz=
+
==Features==
[[File:Davac4hamshop.jpg|320px|link=https://www.hamshop.cz/pcb-c7/pcb-davac4-ok1zia-i358/]]
+
* Simple assembly
 +
* Most possible parts are SMD, except too expensive or unobtainable ones
 +
* Designed for SMD reflow
 +
* 3.5 jacks
 +
* 3D printed box
 +
* SMD LEDs + light guides on front panel
 +
* power supply from USB
 +
* pin header for band switching
 +
* nice logo on PCB and box :-)
 +
* radio-specific cables for different radios
  
Ondra OK1CDJ has made PCBs and offers it at [https://www.hamshop.cz/pcb-c7/pcb-davac4-ok1zia-i358/ www.hamshop.cz]. Many TNX!
+
==Circuit diagram==
 +
[[Image:Davac4.2-schema.png|none|frame|Circuit diagram of Davac 4.2]]
  
=SMT variant by OK2JTB=
+
==PCB==
<gallery mode="packed" heights="320px">
+
{{Download|Davac42-jlcpcb.zip}} Gerber files to order PCB at [http://www.jlcpcb.com jlcpcb.com].
Image:davac4-ok2jtb-front.png|Top side
 
Image:davac4-ok2jtb-back.png|Bottom side
 
Image:davac4-ok2jtb-back-1.png|Photo 1
 
Image:davac4-ok2jtb-back-2.png|Photo 2
 
Image:davac4-ok2jtb-front-1.png|Photo 3
 
Image:davac4-ok2jtb-schema.png|Schematics
 
</gallery>
 
  
All data: [[File:Davac4-ok2jtb.zip]]
+
==Box==
 +
{{Download|davac42-box.zip}} STL files for 3D printer.
  
=Made by OK1UDC(SK) &amp; OK1UGE=
+
Recommendations:
<gallery mode="packed" heights="320px">
+
* Nozzle 0.4mm
Image:Davac4_UDC_UGE_1.JPG|Front panel
+
* No support, no brim
Image:Davac4_UDC_UGE_2.JPG|Back panel
+
* Layer height - first 0.3mm, others 0.2mm
Image:Davac4_UDC_UGE_3.JPG|Components side
+
* PETG
</gallery>
+
* Slow first layer for top side (8mm/s)
  
''Note OK1ZIA: better use USB-B type connector''
+
Print takes about 5-6 hours.
  
 +
Light guides are made from transparent PETG filament.
  
=Combined Davac4 and contest machine RPi=
+
==Parts==
Guys from OK1RPL made this amazing compact contest solution.
+
{{Download|Davac42-bom.csv}} Bill of material for [http://tme.eu tme.eu].
<gallery mode="packed" heights="320px">
+
 
Image:IMG_20190122_144139027.jpg
+
(not including cables)
Image:IMG_20190123_185415964.jpg
+
 
Image:IMG_20190123_185427268.jpg
+
==Cable to radio==
Image:IMG_20190123_191712849.jpg
+
 
Image:IMG_20190131_112445866.jpg
+
* [[Davac IC-7400 cable]]
Image:IMG_20190131_112456794.jpg
+
 
</gallery>
+
==Program the FT232R==
 +
As default, the FT232R acts as serial port. But Tucnak uses Libftdi to access it in bitbang mode. Default VID:PID must be changed to distinguish Davac from other USB serial ports.  
 +
 
 +
===Linux===
 +
Use [http://rtr.ca/ft232r/ original ft232r_prog] or [http://tucnak.nagano.cz/ft232r_prog-1.25.tar.gz modified ft_prog, contains statically linked x86_64 binary].
 +
 
 +
Usage:
 +
# ft232r_prog --new-vid 0xa600 --new-pid 0xe110 --manufacturer OK1ZIA --product 'Davac 4.2'
 +
...
 +
Rewriting eeprom with new contents.
 +
 
 +
Now replug the device
 +
 
 +
# lsusb
 +
...
 +
Bus 002 Device 007: ID a600:e110 Asix OK1ZIA Davac 4.x
 +
#
 +
 
 +
(texts are not same, they origins from lsusb database)
 +
 
 +
In the case of mistake, use --old-vid and --old-pid. AFAIK this can be used also to fix fake FT232 bricked by Windows FTDI drivers.
 +
 
 +
===Windows===
 +
[[Image:Davac4.png|thumb|none|666px|MProg with loaded Davac4.ept]]
 +
Under Windows, use [http://tucnak.nagano.cz/download.php#mprog MProg]. Download [[File:Davac4.ept]] and open it in MProg. Note on Windows XP you need [https://www.ftdichip.com/Drivers/D2XX.htm D2XX drivers]; on newer versions they are installed automatically.
 +
 +
'''Unplug all other FTDI devices''' and press the '''Program All Existing Devices''' button.
 +
 
 +
==Install USB drivers==
 +
===Linux===
 +
You have nothing to do, It will work automatically. Only on specific distributions you may have to set permissions to USB device, which is normally done by udev script.
 +
 
 +
===Windows===
 +
 
 +
[[Image:Zadig.png|thumb|none|589px|Zadig with Davac4]]
 +
Under Windows 7 or newer, use [http://tucnak.nagano.cz/download.php#zadig Zadig]. On XP use 2.2.
 +
 
 +
Click Options, List All Devices.
 +
 
 +
Choose '''WinUSB''' and press '''Install Driver'''.

Latest revision as of 12:38, 28 December 2023

Davac 4.2 OK1ZIA

Davac 4.2 is updated version of Davac 4.1. It is opto-isolated interface between PC and radio. Supports CW and SSB CQ, band recording. Radio modulation comes from microphone or soundcard.

Please also look at Davac5.

Davac 4.2 PCB model
Davac 4.2 box model

Features

  • Simple assembly
  • Most possible parts are SMD, except too expensive or unobtainable ones
  • Designed for SMD reflow
  • 3.5 jacks
  • 3D printed box
  • SMD LEDs + light guides on front panel
  • power supply from USB
  • pin header for band switching
  • nice logo on PCB and box :-)
  • radio-specific cables for different radios

Circuit diagram

Circuit diagram of Davac 4.2

PCB

Davac42-jlcpcb.zip Gerber files to order PCB at jlcpcb.com.

Box

davac42-box.zip STL files for 3D printer.

Recommendations:

  • Nozzle 0.4mm
  • No support, no brim
  • Layer height - first 0.3mm, others 0.2mm
  • PETG
  • Slow first layer for top side (8mm/s)

Print takes about 5-6 hours.

Light guides are made from transparent PETG filament.

Parts

Davac42-bom.csv Bill of material for tme.eu.

(not including cables)

Cable to radio

Program the FT232R

As default, the FT232R acts as serial port. But Tucnak uses Libftdi to access it in bitbang mode. Default VID:PID must be changed to distinguish Davac from other USB serial ports.

Linux

Use original ft232r_prog or modified ft_prog, contains statically linked x86_64 binary.

Usage:

# ft232r_prog --new-vid 0xa600 --new-pid 0xe110 --manufacturer OK1ZIA --product 'Davac 4.2'
...
Rewriting eeprom with new contents.

Now replug the device

# lsusb
...
Bus 002 Device 007: ID a600:e110 Asix OK1ZIA Davac 4.x
#

(texts are not same, they origins from lsusb database)

In the case of mistake, use --old-vid and --old-pid. AFAIK this can be used also to fix fake FT232 bricked by Windows FTDI drivers.

Windows

MProg with loaded Davac4.ept

Under Windows, use MProg. Download File:Davac4.ept and open it in MProg. Note on Windows XP you need D2XX drivers; on newer versions they are installed automatically.

Unplug all other FTDI devices and press the Program All Existing Devices button.

Install USB drivers

Linux

You have nothing to do, It will work automatically. Only on specific distributions you may have to set permissions to USB device, which is normally done by udev script.

Windows

Zadig with Davac4

Under Windows 7 or newer, use Zadig. On XP use 2.2.

Click Options, List All Devices.

Choose WinUSB and press Install Driver.