The Texas Buck driver series, Q8 / Skyray King 2S/4S buck driver RELEASED!

Yeah, I totally understand and no pressure. I was simply saying to let me know when you get it all figured out so I could get it all put together into a nice easy-as-possible to understand post for people to try out.

You are doing good work, keep it up. :+1:

This is the reflow station I have: YIHUA 852D 2in1 Latest Soldering Rework Station for sale online | eBay

Well one like it, the first one that came up in ebay anyways.

It has served me very well. Not an issue with it to date. It works good, is stable and temperature control is good.

Only real complaints are it is not very high wattage so it takes a minute for it to heat up the iron and the iron is a normal china knock off without the best tips to heater fit (so it temp sags more on big things).

For the price though I am fully satisfied. A hakko is great but not 4x+ greater.

I find that the soulder you use makes a far larger differnce then the station. I recently got some new solder, after a buttload of research I settled on kester 63/37 #66/245 Flux in .6mm. It was hard to find but it was worth it. Flows super good, the iron stays clean and makes a great joint.

When I first learned that I could actually solder it was because of the right solder and the Hakko 888 station. After that, I bought the big roll of Kester and now I stick with it, wont’ buy anything else. Kester solder paste too, have tried others and the dynamics of the Kester just hold it head and shoulders above everything else I’ve used.

Kester is good indeed, just got to make sure you get the right stuff. Kester sells many many (way more then I first thought) types of solder and they all work differently.

The stuff I listed above is a no-clean solder with high flux content to allow easy hand soldering and good wetting.

The classic 44 kester works fine but you have to clean up the residue or it can screw up the parts over time.

…and I too.

I will tell of my own stupidity in the hopes that someone may learn something I obviously did not.

My cheap Yihua reflow/solder station has an on/off switch to power up the transformer in the rear of the unit. Individual on/off switches and temperature settings with digital readouts for each station on the front. I found that when I went to use the soldering iron Sunday the unit was in standby mode with - - showing on the screen. I fired it up anyway, and it overheated and smoked and died. Opening it up, the transformer overheated and melted down. This was obviously a result of my leaving it powered up overnight and then using it without a cool down. Now, I will say that there are 2 wires within the soldering handle that have all the insulation burned away, so something shorted in the handle and this may be the real reason it died. The handle of the iron was very cheaply made, with a plastic male/female thread connection that wouldn’t stay together.

I’m leary of purchasing another el-cheapo unit, but how do I know that a more expensive unit won’t still have these issues?

For the record, I didn’t buy this reflow station. It was in the modding kit I bought from Old-Lumens when he sold out.

Interesting, I am always careful to turn mine off after I am done with it, I will continue to do that.

I don’t think I would get a more expensive knock off unit, from my research none of them seemed to really stand out as being better then the others. Go for a brand name or cheap IMHO.

I think I found my hot air replacement, a XYtronic from the States (LF852D). Dedicated hot air, I already have the Hakko 888 so between the two I’ll be in good shape. Once you use the hot air station, there’s no going back! lol

I just got a clone of a clone off aliexpress. I'm going to go check my fire extinguisher now, lol. I'll check for shorts from case to hot at least. I've been zapped by cloned chinese stuff before.

A little progress on caps, or at least on what doesn't exist.

Until that's more ready. I did have a thought. It looks like there are still quite a few spare pins on that MCU.

It is actually possible to program frequency in the same way we program iadj. It would require a second buffer cap that Cf2 charges from. The buffer cap gets charged through a resistor (or possibly divider) from the mcu. I say possibly divider because Roff is always taking current from the buffer cap anyway serving as the second half of the divider, pulled to ground during on time (by the IC, to reset Coff) , and never above 1.24 V during off time. The fet duty cycle is very fast and coff discharge cycles won't impact the buffer cap. Coff just sees a constant voltage source with an Roff impedance (exactly as it should), and the buffer cap just sees an average resistive connection to ground as if the second half of its voltage divider, as it needs to fix its voltage. That average does depend on fet duty cycle, and so working out exactly what voltage and off time a given pwm makes has to be calculated still, but this doesn't need high precision either.

This probably isn't necessary for normal uses, but it could

a) offer some frequency vs power correction if it ends up useful (not clear)

b) simply allow frequency to be optimized without resoldering which if nothing else is useful while first figuring things out.

c) allow software reconfiguration if re-purposing the driver for a different voltage output.

Anyway, I'm still working on a shopping list for how things are now. Programmable frequency could be a nice touch though.

Some of offtime RC values are wrong in the second and third tables. It's a beta feature. I'll fix it when I do the final component summary.

Details on current adjustment here:

I'm going to need to know where we will set the LDO voltage in order to pick iadj components. Am I supposed to decide this? Are there any mcu issues to consider in this? Parasitic drain etc?

Things I can see (neither very relevant probably) are:

1) If we ever want to consider adding software frequency control or possibly other things, more is better.

2) However, there is an issue with 1S battery setups. Normally you wouldn't use the LDO at all in those, but we are driving iadj off the LDO. If you drive it off the battery you get voltage sag right from the start on a current controlled buck, which is just silly unfortunate. One possible fix would be to still include an LDO and set it to about 2.8V (or use a tinny85V and go lower yet, like 2.3V). I don't actually see that this effects decisions now though since 1S battery will need a different voltage divider anyway. Also using a buck from 1S battery seems not so useful to me anyway.

1S battery not something to worry about, I do not see this being a good option over an FET or normal TA driver. So lets not worry about it for now.

The min voltage for the MCU is 2.7V officially IIRC, so anything over that up to 6V should do fine (I think the max they offer is 5v). Whatever works best for the buck would be ideal IMO.

I suppose lower gives a little better control ripple. So maybe 3V is good. I see the LDO uses the same 1.24V reference as the IC so we can use the same resistor values for LDO and IADJ. I see.. now, you're using the fixed output versions.

I guess I also need to know the iadj PWM frequency. I think 19 is typical. Is there a typical exact number for that? We do want it high of course.

LDO resistor? I was not aware that the LDO needed or even could use a resistor unless you used the adjustable voltage version?

The PWM feqency changes some between outputs from what TK said. IIRC it was something like 31khz on 2 of the tripledown firmware outputs and the normal ~19ish on the other.

No clue as to how or why that is the case.

Yes, I was confused, edited above. I guess I don't need exact PWM values. So long as it's upward of 19 it should be fine.

No plan on using attiny45 is there?:

From the manual's errata.

8.2.4 Rev A

• Too high power down power consumption

• DebugWIRE looses communication when single stepping into interrupts

• PLL not locking

• EEPROM read from application code does not work in Lock Bit Mode 3

• EEPROM read may fail at low supply voltage / low clock frequency

Too high power down power consumption Three situations will lead to a too high power down power consumption. These are:

-An external clock is selected by fuses, but the I/O PORT is still enabled as an output.

– The EEPROM is read before entering power down.

– VCC is 4.5 volts or higher.

Problem fix / Workaround ATtiny25/45/85 [DATASHEET] 21 2586QS–AVR–08/201

-- When using external clock, avoid setting the clock pin as Output.

– Do not read the EEPROM if power down power consumption is important.

– Use VCC lower than 4.5 Volts.

I'm not sure what "too high" exactly means or what "power down power consumption" exactly means (I guess power use when off), or if this is a general trend that just happens to be a bit worse in the 45, or maybe only got documented in the 45, or is just a bug in the 45 that doesn't apply at all to others. The warning is removed from errata for later revisions so I guess it was improved or fixed.

I'm leaning toward 3V anyway. It gives a little better control ripple, slightly worse for potential design upgrades but can worry about that if and when. And now there's this warning that makes me a little nervous.

That may actually explain why the tiny85’s had issues with the voltage spikes before the latest DEL component changes but the 25’s didn’t.

In this case there is no need for high voltage to drive an FET so I think 3V would be fine.

Well, there are plots for off current vs vcc. Attiny might drain the battery some in 100 years.