Keyboard Shortcuts
Likes
Search
ATU-1000 SWR Bridge Diodes
Hello everyone, |
||||||||
What are the existing diodes? On Fri, Feb 9, 2024 at 07:22 Elijah <Dorminye@...> wrote:
|
||||||||
Thank you, I will keep looking in the group. I’m tempted to remove the chip and start all over from the ground up…but that is probably overkill. I bought the kit off of eBay from china and suspect that the chip is read protected. ? Mike, the existing diodes are 1N5711. I purchased new diodes yesterday from Mouser and they should be here today. I’m suspect of the quality of the ones provided in the kit.? |
||||||||
Hi? Please let us know how you get on with this tuner, Thanks Dave 2E0DMB On Sat, 10 Feb 2024, 13:41 Elijah, <Dorminye@...> wrote:
|
||||||||
开云体育I've just done this. David helped with me understanding which cells to change. I got the 1000w atu from Aliexpress. They soldered in the chip, and blew the read fuse. I would suggest you cut the pins, and remove one pin at a time. Then install a socket, and a new chip. That cost me less than ?4. Thr programming was daunting for me, but got a pickit3, and watched a few YouTube videos.? It wasn't that hard, but just make sure you correctly connect the cable to the pickit pins and the pcb. CHECK the pin designations to make sure you got that bit right. I must have reprogrammed my new chip 6 or 7 times before I was happy.? Download and read the atu documentation, especially the bit at the end of the doc. It might appear daunting, but it's not that bad. I also don't understand why they blow the read fuse on publicly available software. Take care, and have fun. Geoff G0DDX? -------- Original message -------- From: David Fainitski <rolin791@...> Date: 10/02/2024 16:04 (GMT+00:00) Subject: Re: [ATU100] ATU-1000 SWR Bridge Diodes Many people did this before, nothing special. I don't know why Chinese s manufacturer closes PIC, that is stupid. |
||||||||
I did some more reading and ordered a PICKit 3 this morning. I’m going to try and utilize the chip in the board but already have the chip and socket in my cart. I also found a document that describes what values are and what to change in the hex code for different settings. Can someone share the link of the proper code to download though? Here are some more photos of my build. The display I ordered from Etsy with the cover for a cleaner look.? |
||||||||
开云体育Hi, Its all on the Github page. Download the user manual, and look at the last few pages, where it tells you what cells do what functions. I changed the display settings, and the turns ration for the SWR bridge as mine has 20 turns. Also the minimum power to tune on, and the max power reading. The user manual is on the same page as the firmware. https://github.com/Dfinitski/N7DDC-ATU-100-mini-and-extended-boards ? Its reasonably self explanatory. ? Geoff G0DDX ? ? ? ? ? From: [email protected] <[email protected]> On Behalf Of Elijah
Sent: 10 February 2024 17:38 To: [email protected] Subject: Re: [ATU100] ATU-1000 SWR Bridge Diodes ? I did some more reading and ordered a PICKit 3 this morning. I’m going to try and utilize the chip in the board but already have the chip and socket in my cart. I also found a document that describes what values are and what to change in the hex code for different settings. Can someone share the link of the proper code to download though? Here are some more photos of my build. The display I ordered from Etsy with the cover for a cleaner look.? |
||||||||
Hello Geoff and others. I successfully erased the protected chip and uploaded the new firmware with some corrections. It took me a while and numerous times of trial and error…but it at least turns on. I’m still experiencing an issue with the SWR/power meter being way off even though I updated the hex code EPROM with the turns (20 in my case) for the bridge. On top of that, my display is depicting numbers to the left and items on the bottom that we’re not there before. (See attached photos) How should I remedy both the bridge indication and the display? I’m not frustrated yet, but this is challenging ?.?
? |
||||||||
Hi.
In a separate topic, I raised the issue of the correct adjustment of RV1 and RV2 on the PCB, but no one has answered yet, and I don't expect anyone to answer either... anyway, I was just asking out of curiosity. In the original project (ATU100), the author used a fixed divider of 1/3, and the only adjustment element is (depending on the desired maximum power) set by the tandem ratio, a value that is also declared in the corresponding eeprom cell. In my tuner I used a fixed divider (68K/34K), tandem with a ratio of 1:32. I configured the EEPROM cells according to the manual on github... and that was it! Success! |
||||||||
开云体育Yes Elijah, it is correct, as described in the manual. --- Cu ganduri bune, Marius – YO6RK senty.ro 73! -------- Original Message --------
Thanks for the input Markus. I’m confused with the input into EPPROM. If I’m at 1:20, the input should be 20 correct in cell 31?
|
||||||||
Ok I had to do some adjustment and I now have the power reading spot on…but the SWR value is off. I’m going to go ahead and replace the diodes since I have them and keep tinkering for a bit and check back in a few days.?
|
||||||||
Hi Elijah,
I assume you have adjusted the potentiometer to get the correct FWD power reading.
Ideally you need to make sure that the pots for FWD and RVS are set correctly (same values) for the SWR calculation to be valid.
I am not sure what the firmware assumes for the resistor division ratio, on the ATU-100 it is 1:3. The thread from Marius implied that this is the value for the ATU-1000 as well.
One point to note is that the maximum ADC input voltage to the PIC should not exceed 4.096V.
If the resistor division ratio is 1:3, then the maximum power is set by the bridge ratio. Estimated maximum power for different bridge ratios are as follows.
1:5? ?Power (RMS) for 4.096V at PIC? ? 38W? ? ? ?<< QRP 1:10?Power (RMS) for 4.096V at PIC? ? 150W? ? ?<< ATU-100
1:20?Power (RMS) for 4.096V at PIC? ? 600W
1:32?Power (RMS) for 4.096V at PIC? ? 1600W? ?<< Marius ATU-1000
This is covered in the ATU-100 manual (see attached) If the resistor divider ratio is changed from 1:3, the maximum power can be changed, but as such there is no EEPROM variable for this.
I think the bridge ratio could be used to take account of this, but it can only be set to integer resolution.
Example: Bridge ratio = 1:20, Potential divider ratio = 1:4.5, Maximum power = 1400W
EEPROM ratio setting = 20 x 4.5/3 = 30
73, Dave |