Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

recomendation for microcontroller programmed DC-DC suited for power amplifier sequencer

yefj

Advanced Member level 4
Joined
Sep 12, 2019
Messages
1,208
Helped
1
Reputation
2
Reaction score
3
Trophy points
38
Activity points
7,254
Hello, There is an amplifier I want to create a sequencer for shown in the link below.
The most problematic thing to do is the a proper delay line between the signals ,so i want to use a programmable microcontroller to turn on and off the DC-DC when needed.
Is there a programmable DC-DC converter you could recommend which could power my amplifier ?(preferably a device which works with SPI protocol)
Thanks.
1712738444754.png
 
Hi,

I´m not sure: when you say (for example) "set VG2 = +5V and turn ON"...
does this mean you want to ramp up the voltage from 0 to 5V, or do you want to switch it within no time from 0V to 5V?

If ramp: give some timing.

There are power supplies with "adjustable" outputs .. for ramp up/down
There are power supplies with "enable" .. to switch ON/OFF

Klaus
 
PSOC, this uses small amount of its resources, its single chip solution (except for external FETs
to switch the actual power) :

1712741409104.png


This uses a small amount of onchip resources, many more available for other tasks.

Whats onchip (multiple copies in almost all cases) :

1712741980050.png


Chip is SOC, so if all you want is just sequencer probably this is overkill.

Sequencer and monitor config wizards :

1712742589442.png


1712742758296.png

The resources on chip are called "components", and I attached the sequencer and monitor component
datasheet to look at. You drag and drop them onto canvas, config, and use their associated
api lib to code behaviour and timing.





Regards, Dana.
 
Last edited:
If we're still on the RF element controller subject then
I suspect that you do not want to be using a DC-DC
for electromagnetic filth reasons. All the active bias
versions I've been asked for only needed an op amp
(and not a very good one). However my requirements
did not require or envision messing with the RF power
supply - and anything pulsed or chirped mode probably
does not want to out-wait a power supply soggy
switching interval.

Drain switch and a wee bit of very good close-in C is
a much more normal thing.

Be sure you really need this elaborateness, I suspect
you do not.
 
Hello ,i need to build a sequencer for this amplifier.
I need to supply DC voltages at a certain time.One good option i thought is to use a micro controller.
What DC supplying device you reccomend which whould be suited for power amplifier and i could control it with a MCU.
I cannot use A/D because i need to deliver also DC current thre the drain of the power amplifier.
What device do you reccomend for the task?
Thanks.

--- Updated ---

UPDATE:
Maybe this device is good ?
 
Last edited:
What do you expect the effect of DC-DC chop on the RF
lineup will be? I expect "not good". You would at least want
all that in "some other can" and filtered to death before it
gets out of said can. Oh, and the input supply is going to
receive a bunch of conducted emissions too.

A simple active bias controller with drain switch and gate
feedback (to servo the average drain current, a common
goal) is what the application wants. Make somebody else
provide clean power and just switch the drain on, gate
ramps from pinched-off to setpoint, badda-bing.
 
Hello Barry,I got this good QORVO manual shown below it uses a combination of regulators and a comporator.
all the component there are analog
LT1716 -analog comparator
LTC1261LCS8-4 - negative generator
LT1761-BYP- analog regulator
Could you reccomend me similar components which could do the same method using a microcontroller?
Thanks.



1712935617461.png
 
Hello Dana, First I want to have a basic logical skeleton to understand how this thing will function.
Regarding the LTC1261LCS8 In order to stick with the QORVO manual can I Turn on and off the voltage regulator with a MCU using SHDN pin ?
The SHDN manual is shown below ,Is there MCU periphery trick in which i could turn ON and OFF this regulator?
What is the proper way to turn it on and off using MCU?
Thanks.


1712944857723.png


1712944503545.png
 
Last edited:
Yes per your post of :

1712946145799.png


Just have pin on micro set high, simple........is micro 3V or 5V ?

Regards, Dana.
 
Hello Dana,I want to use ESP8266 which is 3.3V GPIO.
Suppose i want to turn this device on so i send GPIO pin into logical 1 which is "3.3"
However the device working when the SHDN is floating.
How do i connect the GPIO pin to the LTC1261L so i could turn it ON and OFF with GPIO pin?
Could you make some visual schematics so i'll the method of doing that? (if its possible)
Thanks.
 
If you are supplied clean drain voltage and a gate bias rail (typ -5V-ish
to allow regulation to -3V typ pinchoff) then all this elaborateness is
not needed, you can do it much simpler. Some of the complexity you
keep trying to add is going to pollute your RF lineup, and for what?

I don't think you are giving enough thought to what resources you
will be provided, and the qualities that the so-managed RF chain
must deliver. These will inclulde time-to-settled turnon and
time-to-dead-flat turnoff (neither one a selling point of switchers
where you need big high quality C to get the ripple (your phase
noise EMI aggressor) down "into the noise" (yeah, right) thus
ensuring ms "blockout" intervals on any cycling. My space radar
customers wanted microseconds and not many, for TX <-> RX
flip (like a radar does). They sent clean stable voltage to the panel
and managed elements in subpanel quads (my chips were "quad
element controllers"). They would even stop the serial clock during
active RX or TX intervals, everything was about noise and quick
mode transitions.

A continuously-biased RF chain would need even less messing-with.
But obviously "continuous" is not the plan because here we are. So
I suggest you think a bit more about just how often and how fast and
how clean the power up and power down need to be, along with what
demands critera like phase noise and splatter impose on the supply
steady state and transitions. Then you can determine whether any of
these switcher-based approaches offer anything worth their downsides
(BOM complexity, conducted and radiated emissions / susceptibility,
time-to-complete, overshoots, faults, ...).
 
Hello Dana,I want to use ESP8266 which is 3.3V GPIO.
Suppose i want to turn this device on so i send GPIO pin into logical 1 which is "3.3"
However the device working when the SHDN is floating.
How do i connect the GPIO pin to the LTC1261L so i could turn it ON and OFF with GPIO pin?
Could you make some visual schematics so i'll the method of doing that? (if its possible)
Thanks.

The min "1" level of the SHDN is 2 V, so just directly connect ESP8266 GPIO pin
to it.

Regards, Dana.
 
Hello Dana,Shdn needs to be floating . How putting 3.3v will make Shdn to float ?
 
Hello Dana , Sorry for the missunderstanding.
The QORVO manual doesnt use a MCU, i want to implement this manual with an MCU.
So i asked regarding controlling LTC1261LCS8 SHDN as turn on and OFF.
If you say that I cannot control LTC1261LCS8 using SHDN, Is there are method you recommend to control this componnent?
Or you reccomend other more suitable components?


1712980363444.png

--- Updated ---

UPDATE:
Hello Dana,So if i put GPIO '0' to the SHDN which is 0 volts to the SHDN pin why does it means that the SHDN pin will be connected to GND?
COuld you please make some drawing so i'll understand the logic?
Thanks.
 
Last edited:

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top