最近的问题-电气工程堆栈交换 最近30次,来自www.art-n-clay.com 2021-09-19T02:10:43Z //www.art-n-clay.com/feeds https://creativecommons.org/licenses/by-sa/4.0/rdf //www.art-n-clay.com/q/587339 0 为什么发射极跟随器会被直流耦合到输入端? user200783 //www.art-n-clay.com/users/296133 2021 - 09 - 19 - t02:05:37z 2021 - 09 - 19 - t02:05:37z

根据我的经验,发射极-输出放大器通常是交流耦合的输入和输出:

schematic

然而,最近我遇到这样一个放大器DC-coupled——取而代之的是电阻电容C1和C2: < / p > < p > < img src = " https://i.stack.imgur.com/f6IQkm.png " alt = "原理" / > < / p > < p >这个电路是用于视频信号,Vin 1.5 vp-p信号来自DAC,和输出电压应该是0.7 vp-p 75欧姆的信号。

这个放大器的行为与交流耦合版本有什么不同?

直流耦合比交流耦合鲁棒性差吗?例如,放大器是否只有在输入信号有一定的直流偏置时才能工作?它是否需要DAC有一个特定的输出阻抗?< / p >

Why might the designer have chosen to DC-couple this amplifier rather than use the more robust AC-coupling?

//www.art-n-clay.com/q/587338 0 电位差与两线电容有关的公式的推导是什么? 雄激素V11 //www.art-n-clay.com/users/258459 2021 - 09 - 19 - t02:03:39z 2021 - 09 - 19 - t02:03:39z < p > < a href = " https://i.stack.imgur.com/THFJk.png " rel =“nofollow”noreferrer > < img src = " https://i.stack.imgur.com/THFJk.png " alt = "在这里输入图像描述" / > < / > < / p > < p > < a href = " https://i.stack.imgur.com/UcPx9.png " rel =“nofollow”noreferrer > < img src = " https://i.stack.imgur.com/UcPx9.png " alt = "在这里输入图像描述" / > < / > < / p > < p >https://circuitglobe.com/capacitance-of-transmission-line.html

我知道V = Q / C,但我不是很熟悉电容,特别是有这么多的变化,它的公式,而不是一个通用的。有一个通用的公式吗?电容真的取决于配置吗?< / p >

When it comes to the formula here used for potential difference, I would really like to know. Why is the formula constructed in such a way? Why is the coefficient at the bottom 2? I see different formulas that have 4 as the coefficient. How do I not get confused on what is the correct coefficient to use, or configuration I should refer to in capacitance. I want to be able to study this in a way that I would depend on what the general concepts are and not just memorize the formula. Thank you.

//www.art-n-clay.com/q/587337 0 硬件描述语言(VHDL)意外的文件尾 dman //www.art-n-clay.com/users/296151 2021 - 09 - 19 - t01:44:14z 2021 - 09 - 19 - t01:44:14z

我正在尝试学习VHDL,并试图做一个简单的4到1 MUX。下面是我的代码:

LIBRARY ieee;使用ieee.std_logic_1164.all;PORT(i0, i1, i2, i3, s0, s1: IN STD_LOGIC;输出:OUT STD_LOGIC);mux_4to1结束;= (i0 AND NOT s1 AND NOT s0) OR (i1 AND NOT s1 AND s0) OR (i2 AND s1 AND NOT s0) OR (i3 AND s1 AND s0) OR (i2 AND s1 AND NOT s0) ORlogicfunc结束;

当我尝试使用Quartus Prime 20.1 Lite编译代码时,我得到以下错误:

我尝试删除分号,添加"begin" before declaring the ports, and many other things. What fixed the error was typing "IN" in front of i0 and "OUT" in front of output, looking at the error produced then, and then deleting the added "IN" and "OUT".

Does anyone have any idea what was causing the error?

//www.art-n-clay.com/q/587334 0 如果输入错误,交流电的哪些方面会损坏器具? 杰森-汤普森 //www.art-n-clay.com/users/296150 2021 - 09 - 19 - t01:16:24z 2021-09-19T01:34:06Z

我在住宅建设中做了一些基本的电气工作,但我正在尝试将50安培的插座改装成20安培的插座,以便为一台非常昂贵的机器供电。我注意到50安培的插座有三根引线和一个接地。一些初步的谷歌搜索表明它们是不同的115v导线。这让我犹豫了一下,是否只信任Amazon上的适配器,并将我昂贵的机器插入适配器。所以我打算买一个万用表,检查一下情况,确保它不会造成任何损坏。我模模糊糊地意识到,错误的电压会损坏部件,过大的电流是可以的,电阻是由负载决定的,交流电源比这更重要。

如果您愿意的话;如果交流电源不正确,会损坏设备的各个方面,我可以得到一份清单吗?例如,我怀疑;阶段“;或;极性;它们可能很重要。然而,我不知道这些东西是什么,因为电子不是我的专业或职业。多谢各位

//www.art-n-clay.com/q/587332 1. Altium,混合信号板,向PCB设计者传达网络是否必须停留在返回平面的模拟区域或返回平面的数字区域 黑洞 //www.art-n-clay.com/users/214676 2021 - 09 - 19 - t00:59:37z 2021 - 09 - 19 - t00:59:37z 为了解释我的问题,有必要进行一些过度简化——请不要讨论PCB布局技术——我只是需要一个简单的Altium问题的帮助。< / p >

Preface:

One solution to making a good mixed signal pcb design (without high currents that can create a voltage drop across a plane) is -to make a single ground plane -to place the digital parts together -to place the analog parts together, separated from the digital parts. -to connect the returns of the analog and digital parts to the single ground plane -to ensure that currents flowing to/from analog parts do not cross the paths of current flowing to/from digital parts until as close as possible to the power supplies. (No digital power plane over an analog power plane)

Things get messy when you have and ADC and DAC in the board. The ADC and DAC have separate analog and digital return pins. However, to get specified performance these pins must be joined to the single plane very close together at the "border" of the analog region and digital region of the plane.

There are 40-50 signals going to the 60 MHZ 14 bit ADC and DAC including LVDS, differential clocks, SPI's, and differential analog inputs and outputs.

To the PCB designer, it is not clear whether these signals must be classified as analog or digital so he can locate the traces appropriately.

Using Altium, what is the best way to add the "keep over analog region" or "keep over digital region" meta-data to each net so that the PCB designer can use rules?

//www.art-n-clay.com/q/587325 0 Vdd和Vref的区别? 凯文 //www.art-n-clay.com/users/288768 2021 - 09 - 18 - t23:23:29z 2021-09-19T01:16:57Z

在adc环境下VDD和VRef有什么区别?< / p >

enter image description here

//www.art-n-clay.com/q/587323 0 AC/DC变换器输入电阻的用途? 埃米特帕莱马 //www.art-n-clay.com/users/250341 2021 - 09 - 18 - t23:01:43z 2021-09-18T23:24:12Z 我目前正在为我正在进行的一个项目采购一个AC/DC转换器模块。我在考虑使用PSK-3D-5 120VAC到5VDC转换器,给下面的示例数据表示意图:< / p > < p > < a href = " https://i.stack.imgur.com/j0OpS.png " rel =“nofollow”noreferrer > < img src = " https://i.stack.imgur.com/j0OpS.png " alt = "在这里输入图像描述" / > < / > < / p > < p >我想知道12欧姆输入电阻的目的是在这个电路?

该设备是一个相当大的单片单元,那么为什么不内置电阻器?< / p >

//www.art-n-clay.com/q/587321 1. 电容延时电路不工作 新用户 //www.art-n-clay.com/users/296147 2021 - 09 - 18 - t22:06:40z 2021 - 09 - 18 - t22:46:53z

模拟使用CircuitLab

我制作了一个简单的离散电容器+电阻延时电路的电路原理图,使用1500uf电容器和100kOhm电阻作为计时机制。激活瞬时按钮开关时,电容器应充满,然后通过100kOhm电阻器缓慢放电到两个晶体管的基极,打开流入另一个电容器(连接到晶体管2)的电流然后,当第二个电容器最终通过唯一的开路路径(通过10欧姆电阻器进入负载)放电时,它会持续放电并重新填充,直到第一个电容器耗尽电荷,晶体管闭合。当另一个晶体管打开时,它应该充当NOT开关,从第二个电容充电并将其发送到中性点,而不是通过10欧姆电阻器,但是当我在带有3V币形电池单元作为电源的perf板上测试电路时,无论是否按下按钮,它都不提供输出。LED也不亮。我在下面附上了示意图,如果您能帮我找到解决方案,我将非常感激,因为我的第一个真实电路

//www.art-n-clay.com/q/587318 0 有没有一种方法来“隔离”电压降? Papouc //www.art-n-clay.com/users/290679 2021-09-18T21:24:16Z 2021 - 09 - 18 - t22:01:11z 我有一个电压降的小问题。我正在做一个项目,我有五根电阻导线(大约。8欧姆)并联到锂离子电池组。电池组充满电时输出16.8V (4S电池组,最大输出电流7.65A)。它同时为5根电阻导线,一个arduino和直流电机供电。< / p >

My problem is caused by the voltage drop produced by those resistive wires. It is so significant that the battery pack can't power the motor any more (requires 12V). Is there some way to eliminate this, without adding one more battery pack or any other power source?

My cells: https://eu.nkon.nl/eve-inr18650-26v-2550mah-7-65a.html

//www.art-n-clay.com/q/587311 0 计算电流——戴维南? 丹·桑德伯格 //www.art-n-clay.com/users/253322 2021-09-18T20:53:59Z 2021 - 09 - 18 - t21:03:01z 有人能提醒我怎么解这个非常基本的计算吗?< / p >

I've got a Wye configuration of resistors and am giving DC values 1V, 2V, and 4V to points A, B, and C respectively. I want to calculate the current seen in each resistor.

Wye configuration

Is this solved with Thevenin equivalents? College physics was 20+ years ago and I'm quite rusty -- thank you :)

//www.art-n-clay.com/q/587310 0 电源供电项目的安全外壳 埃米特帕莱马 //www.art-n-clay.com/users/250341 2021 - 09 - 18 - t20:40:35z 2021 - 09 - 18 - t21:48:53z 我正在做一个使用120VAC电源的项目。在过去,我为低电压项目制作了很多外壳,但这是我第一个需要外壳的高电压项目。

我想知道我的选择是什么,我需要采取什么预防措施来确保我的项目是安全的。< / p >

Ideally I would like to use a powder coated aluminum enclosure, as it matches the aesthetics of my past projects and also because I have a supplier that can do machining / uv printing at an affordable rate (enclosure prices elsewhere have generally been exorbitant, or require that I do all the machining / graphical work by hand). I want to check that this is safe and ask what precautions I should take before designing my project around this process.

Is aluminum safe? If so, should I ground the chassis? Are there other precautions that I need to be aware of?

The power input of my project is a 10A rated IEC socket, but I will likely fuse the project at 5A, in case that information is relevant.

Thanks!

//www.art-n-clay.com/q/587309 0 将MCP3302 ADC与Arduino Micro SPI接口帮助 凯文 //www.art-n-clay.com/users/288768 2021-09-18T20:34:08Z 2021-09-18T23:21:28Z 我对硬件设计很陌生,正在使用光电二极管制作光学检测电路。我只需要界面与光电二极管和保存输出电压值Arduino IDE < / p > < p >硬件设置:< / p > < ul > <李>光电二极管(BPW21R)连接在互阻抗与100 k反馈电阻和OPA350运算放大器李< / > < >李互阻抗放大器的输出信号连接到CH0的ADC (MCP3302) < /李> <李> op微电源引脚

ADC <->Arduino微连接:

  • VDD and VRef <+5V Power Pin
  • CS/SHDN <RX_LED / SS
  • DIN <->李莫西人李< / > < > DOUT & lt;→李李味噌< / > < > CLK & lt;→李SCK < / > < / ul > < p > < a href = " https://i.stack.imgur.com/0ojrQ.png " rel =“nofollow”noreferrer > < img src = " https://i.stack.imgur.com/0ojrQ.png " alt = " MCP3302 ADC " / > < / > < a href = " https://i.stack.imgur.com/Dx0WE.png " rel =“nofollow”noreferrer > < img src = " https://i.stack.imgur.com/Dx0WE.png " alt = " Arduino微单片机" / > < / > < / p > < p >我的两个问题是:< / p > < ul >
  • 我的ADC和Arduino微之间的连接是否正确,以SPI协议通信?< / p >

  • In Arduino IDE, how can I edit the code so that the Arduino Micro receives data from the ADC by SPI protocol and displays it in the serial monitor?

    #include <SPI.h>

    void setup() {

    pinMode(SS, OUTPUT); pinMode(MISO, OUTPUT); digitalWrite(SS,HIGH); Serial.begin(115200); 

    }

    void loop() { byte c;
    digitalWrite(SS,LOW);

    Serial.println(analogRead(MISO)); digitalWrite(SS, HIGH); delay(100); 

    }

//www.art-n-clay.com/q/587307 0 中心分接电流互感器的awg线段 Gabriel L S Saraiva //www.art-n-clay.com/users/148710 2021 - 09 - 18 - t20:28:46z 2021 - 09 - 18 - t21:07:12z

我正在设计一个带有一些叶片的变压器,我有EI,我对二级电流有疑问。程序中我用,他为每个线圈canculated AWG 15支持4线,和我要如何从一个线圈连接到其他中心抽头,有必要使用AWG例如12或者代替AWG 15呢?< / p >

Print from the program I'm using:

enter image description here

Sorry for the ignorance, I've searched a lot about it, it seems silly to ask but I really wanted to know more about it.

//www.art-n-clay.com/q/587306 1. PWM信号是如何工作的? 巴哈德·古文 //www.art-n-clay.com/users/267481 2021-09-18T20:22:12Z 2021 - 09 - 18 - t20:55:09z

我很困惑PWM信号在直流电机、LED和电阻器中究竟是如何工作的。

  • 我们的眼睛是如何将LED的亮度感知为平均电压的?
  • 直流电机作为低通滤波器工作的吗?
  • 眼睛的感知和直流电机的电压是否会产生相同的图形?
  • 电阻器的工作原理是什么低通滤波器还是其他什么?
//www.art-n-clay.com/q/587299 0 如何读取“反向”uart信号 制动辅助系统 //www.art-n-clay.com/users/123279 2021 - 09 - 18 - t19:33:25z 2021 - 09 - 18 - t21:20:44z

我正在试验一个MDB设备。我有一个简单的设置,有一个MDB主机和我自己的NXP EVK板作为从机。

我从一个逻辑分析仪开始,以验证我看到了总线上的通信。在下图中,我可以看到主机正在轮询。

我必须更改通道分析器中的某些设置才能读取此内容。

0 正边缘触发JK触发器电路 埃克。尼克 //www.art-n-clay.com/users/176648 2021-09-18T18:21:51Z 2021-09-18T21:18:03Z < pre > <代码>下情况Qc QB QA | Qc QB QA | Jc Kc | JB Kb | JA Ka 0 0 0 | 0 0 1 0 0 x 1 0 0 1 | 0 1 0 0 x 1 x 1 0 1 0 | 0 1 1 0 x x 0 1 0 1 1 | 1 0 0 1 x 1 x 1 1 0 0 | 1 0 1 0 0 x 1 x 1 0 1 | 1 1 0 0 1 x 1 1 1 0 | 1 1 1 0 x 0 1 1 1 1 | 0 0 0 x 1 x 1 x 1 < /代码> < / pre > < p >我已经填上使用这个表和表我做的Jc Kc, JB KB,JA KA

Transition J K 0 0 |0 x 0 1 |1 x 1 0 |x 1 1 |x 0 

是对的吗?它是数字0,1,2,3,4,5,6,0..

//www.art-n-clay.com/q/587288 0 双向电机驱动放大器 Pepam //www.art-n-clay.com/users/253629 2021 - 09 - 18 - t18:12:29z 2021 - 09 - 19 - t01:06:45z
我正在使用电路方案来控制执行器的方向。当control1 == 0;control == 1 or control == 1 &Control2 == 0它不工作。< / p >

I have measured voltage on NPN amplifiers which emitters are connected to driving transistors bases and it is high on both control lines in both cases (control1 == 0 && control2 == 1 or control1 == 1 && control2 == 0). This behaviour blocks circuit function as when both control lines are high it will not work.

Please any ideas what is wrong with that?

enter image description here

//www.art-n-clay.com/q/587283 0 对2个交流信号求和有什么简单的解决办法吗? NaturalDemon //www.art-n-clay.com/users/43699 2021-09-18T17:04:48Z 2021 - 09 - 19 - t01:27:46z 我看过许多混合器的原理图。它们几乎总是一样的——一堆电阻。< / p >

Even some DJ mixers using the SSM2164 simply joined outputs followed by an opamp. The same thing always happens - the amplitude gets bigger after combining 2 or more signals.

Then I found this question.

I have read a little on the LM3900 and the application note, page 41, not sure about that one.

The guy mentioned something about using current instead of voltage, so I figured, let's try with an LM13700, since they output current.

The same thing still happens: remove one of the 1 ohm resistors in the summing bus and the amplitude drops to to 50%.

enter image description here
Link to simulated circuit @ falstad

Does a (simple) fix exist for this, while keeping the LM3700, not using microcontrollers?

The inputs are 5 V.p.p., directly followed by a 100K pot, before the 100K resistors.

(I didn't do the AC coupling so far.)

//www.art-n-clay.com/q/587023 7. 你必须使用仪表放大器来测量0.01欧姆分路的电压吗? A.H.Z //www.art-n-clay.com/users/285494 2021 - 09 - 16 - t19:13:49z 2021-09-19T01:03:30Z

我计划在STM32 Bluepill上实现电流检测功能,使用LM358单电源运放和0.01欧姆分流来测量太阳能电池板的电流输出(150 mA短路电流,14 V开路电压)。然而,无论我如何尝试,我总是得到一个不准确的输出值(远远大于预期,0.7 V低于正轨)。< / p >

That led me to the conclusion that the issue might be caused by the difference between the ground voltage of the op-amp and the measuring loop (schematic below). This made me question whether it was even possible to measure current across such a low resistance shunt using a differential amplifier, or if something else is causing my circuit to act unpredictably.

It is important to note that the resistance between the breadboard pins I am using is 0.07 ohms which is probably the culprit here; in addition, when measuring the voltage on the input pins of the op amp with respect to op-amp ground (the pin itself) I noticed that their values are different from the ones with respect to the ground of my power-supply, and the output seems to correspond to their values and not the ones I intend to amplify. In other words, there doesn't seem to be a problem with the gain of the amplifier, or at least as far as I know.

I would love to get some clarification on this, in order to decide whether to buy instrumentation amplifiers or not.

Note: I also saw people placing ceramic capacitors between the positive input and ground and between the output and ground in this configuration. I thought since the problem might be noise-related then it would probably fix this issue, but it didn't.

schematic

simulate this circuit – Schematic created using CircuitLab

//www.art-n-clay.com/q/586980 -2 为什么在“浮动”噪声下拉电阻路径的阻力最小? LearningBasicComputerScience //www.art-n-clay.com/users/295860 2021 - 09 - 16 - t14:41:23z 2021 - 09 - 18 - t21:58:06z

在学习上拉/下拉电阻器时,经常会出现这个问题。人们为什么要问这个问题,很容易理解,这是一个合乎逻辑的问题。

如果下拉电阻器在逻辑高电压下被旁路,因为它不是电阻最小的路径,为什么它是电磁噪声的首选路径,导致;浮动;逻辑问题?

由于这是许多人都有过的问题,我将稍微澄清一下。对于我和那些提出问题的人来说,下面的两张图片,可以预测它们的行为是一样的。但是,很明显,他们没有。在断路开关电路中,电压逐渐消失,不会触发逻辑高电压。但在封闭的一个,它并没有流失,读作;“1”

添加一些上下文。一个有意义的解释是,输入阻止电流的趋势取决于电流是来自所提供的电压,还是来自噪声。非常浅薄的一眼;阻抗;概念,说它确实因不同的因素而不同,而阻力则不一样,https://electronicsclub.info/impedance.htm。这是有道理的。如果这就是解释,那么很容易指出这一点。显然,这与电子只有在来自噪声时才更喜欢R1而不是其他路径有关。

这个问题问的是同样的问题,下拉电阻器在此电路中如何工作?,而这一个,了解下拉电阻器电流,这一个,下拉式菜单如何防止出现”;假1“;在pin?中,所有都在电气工程stackexchange上。我还看到很多人在YouTube上的下拉电阻器视频上问同样的问题,这里有一些来自同一视频的例子:

https://www.youtube.com/watch?v=BxA7qwmY9mg&lc=UgyDSh1Jjg88vbeXN6J4AaABAg

https://www.youtube.com/watch?v=BxA7qwmY9mg&lc=UghzIZuwKlrsQ3gCoAEC.7-H0Z7-PTqA76U2loJphfMhttps://www.youtube.com/watch?v=BxA7qwmY9mg&;lc=Ugg2hGNS-12vzngCoAEC“rel=”nofollow noreferrer“>https://www.youtube.com/watch?v=BxA7qwmY9mg&lc=Ugg2hGNS-12vzngCoAEC

https://www.youtube.com/watch?v=BxA7qwmY9mg&lc=Ugg2hGNS-12vzngCoAEC.8IQNJpqg4aP9IHHH85GnU1https://www.youtube.com/watch?v=BxA7qwmY9mg&;lc=Ughz07hgvJY4nngCoAEC“rel=”nofollow noreferrer“>https://www.youtube.com/watch?v=BxA7qwmY9mg&lc=Ughz07hgvJY4nngCoAEChttps://www.youtube.com/watch?v=BxA7qwmY9mg&;lc=ugjge6xzzpmohgcoaec“rel=”nofollow noreferrer“>https://www.youtube.com/watch?v=BxA7qwmY9mg&lc=ugjge6xzzpmohgcoaec

https://www.youtube.com/watch?v=BxA7qwmY9mg&lc=UghF0bf2xVUdpngCoAEC

https://www.youtube.com/watch?v=BxA7qwmY9mg&lc=ugwbubinkzgkqzusrfb4aaabag

所以这是人们常问的问题,很容易理解他们为什么问这个问题以及他们问什么问题。

我之所以问这个问题,是因为我不明白为什么当开关闭合时首选路径会改变方向

//www.art-n-clay.com/q/586879 0 在Vivado STARTUPE2吗? 8月 //www.art-n-clay.com/users/28144 2021 - 09 - 15 - t23:09:18z 2021 - 09 - 19 - t00:18:42z

我对FPGA有点新,我试图设置SPI连接到我的Artyx- 7板(Basy-3)的闪存。问题是引脚C11是一个配置专用引脚,它提供时钟SPI以及。板文档说我需要在配置时钟结束后使用STARTUPE2实例化对该引脚的访问。不幸的是,我不知道从哪里找到并实例化那个STARTUPE2。

.

.

.

.

.

.

.

//www.art-n-clay.com/q/586686 0 水停止后,水流传感器仍然有效 Erik Andershed //www.art-n-clay.com/users/243195 2021 - 09 - 14 - t15:34:12z 2021 - 09 - 19 - t00:52:56z

我有一个水流量传感器,它使用一个带有霍尔传感器的转子(ATS177 SIP-3霍尔效应传感器闩锁)。问题是,在水流停止后,转子还会继续旋转一段时间。

问题视频: 1. 将一个检波器连接到Arduino Uno板 Pumudu费尔南多 //www.art-n-clay.com/users/251920 2020-05-09T04:11:45Z 2021 - 09 - 18 - t23:04:55z

我是一个使用Arduino Uno的学生。我在电子方面没有多少经验。我需要一个帮助转换模拟数据,来自地震检波器的输出,并将其保存为。wav格式。< / p > //www.art-n-clay.com/q/495748 0 确定最大电压,可以适用于齐纳,MOSFET和晶体管 新手 //www.art-n-clay.com/users/220456 2020 - 04 - 26 - t06:33:06z 2021 - 09 - 19 - t02:02:35z

在许多齐纳二极管数据表中,我看到在绝对最大额定值部分,它们不包括可应用于齐纳二极管的“最大电压”。如果施加的电压超过齐纳击穿电压,则电压将开始传导,并进入反向击穿区域。

数据表仅包括最大功耗、热损耗、,温度和最大正向电压信息。

我想了解齐纳二极管数据表中没有提供最大额定电压的原因。

我的问题:

  1. 如何找到齐纳二极管上可以施加的最大电压?我是否应该根据数据表中提供的最大功耗额定值反向计算最大齐纳电压?如果是这样,你能举个例子。

  2. 如果是晶体管/MOSFET,可以施加在其上的最大电压就是最大集电极-发射极/漏极-源极电压,对吗?

    1. 请帮助提供清晰性。

      编辑:

      齐纳数据表= 0 试着找出电压表V1/V2的比率 Melz //www.art-n-clay.com/users/204733 2018 - 11 - 18 - t09:12:55z 2021 - 09 - 18 - t21:04:15z

      enter image description here

      I'm trying to find the ratio of伏特表V1/V2。我的尝试如下所示:

      让我们回忆一下每个电阻R,然后我们将有V1 = (2R)(I)(因为两个电阻是并联的)。V2 = (3R/2)I(两个电阻并联或与其余电阻串联)

      因此,我们得到了3/4的比率。然而,我相信我在某些地方做错了。你能帮我一下吗?< / p > < / p > < p >的问候

      //www.art-n-clay.com/q/390943 3. 用于双重充电的并联电池之间的MOSFET开关 冷吉 //www.art-n-clay.com/users/125325 2018 - 08 - 14 - t08:31:47z 2021-09-19T00:05:30Z

      更新:

      我正在开发一款无线设备,它由两个Varta CP 1654 A3锂离子3.7V 120mAh(支持2C充电)和保护电路模块组成,两个MCU可以处理锂离子CC/CV充电

        我的无线设备由两个用电缆连接的耳塞组成,我不能用其他类型的电池。电路板上有一个保护电路模块(PCM),每个单元安装在每个耳塞(Varta推荐的PCM)中。

        如果我错了,请纠正我,但在2*2C并联单元的快速充电似乎有问题,原因如下:

        如果在充电过程中,单元a在单元B之前达到4.2V,电池B可能接收到危险电流>;2C如果PCM_A触发过充电,或者最终PCM_A和PCM_B都会阻止充电。

        我的目标是在安全的情况下拥有尽可能快的充电设备,并且我有两个IC能够管理CC/CV充电,这一事实让我怀疑在连接设备时是否可以触发电池之间的开关(Vcharge可用)这样我就可以为每个电池单独管理2C快速充电:

        我试图找到一个可以在两个电池之间充当开关的电路。起初我认为两个MOSFET并联,但体二极管会阻止我想要的使用。

        • 逻辑表示设备是否有Vcharge可用

        • 当没有电荷时,开关应该关闭,并且充电时使用笔。

        我知道这是不寻常的,大多数设计使用单芯电池,而其他一些设计使用并联电池,但充电电流低于2*2C。请注意,我的问题不是修改我产品的设计,我只想知道是否有可能使用这种“开关”电路可以让我在快速充电时使用两个充电器,而不是在慢速充电时仅使用一个

      //www.art-n-clay.com/q/346599 7. 全双工和双单工的区别是什么? MysteryGuy //www.art-n-clay.com/users/172785 2017 - 12 - 24 - t19:13:43z 2021-09-19T00:57:15Z

      全双工和双单工的区别是什么?我真的分不清两者的区别。在全双工中,数据可以在两个通道中同时交换,而在双单工中,一次只能交换一个吗?

      PCI Express在其3.0规范中描述为;双单纯形

      //www.art-n-clay.com/q/317540 2. 利用BJT设计甚高频Colpitts振荡器 普拉格 //www.art-n-clay.com/users/152782 2017-07-15T10:16:28Z 2021-09-18T22:06:55Z

      我正试图设计一个振荡器电路,它能产生一个频率至少为500兆赫、振荡电压约为10-15伏的良好正弦波。这个振荡器的输出将连接到两个1平方英寸的导电板上(一个对集电极输出,另一个对地,两个极板之间有1英寸的间隙)。因此,电阻负载只是调谐电路的损耗。

      我试图学习设计自己的振荡器,但在阅读数据表参数时,结果弄糊涂了,尤其是hfe(电流增益)各种BJT。

      我被告知,为了获得500MHz,我需要一个过渡频率为5GHz的晶体管。我认为高于电路损耗的单位增益足以维持振荡。

      我不明白的事情如下:

      1. 如何设置放大器的工作点colpitts振荡器要获得所需的振荡电压,放大器的电压增益是多少(用于晶体管偏置的分压器偏置),因此,我在计算放大器的反馈分数以维持振荡时遇到了麻烦。我知道槽电路的电容比率是反馈百分比,但由于不知道如何计算放大器的电压增益,我无法进一步进行。
      //www.art-n-clay.com/q/290002 -1 CMOS比较器的设计 桢桢勋 //www.art-n-clay.com/users/140815 2017-03-03T03:27:57Z 2021-09-19T01:07:20Z

      我绕了一圈。就像这张纸,

      但它不起作用。插入交流输入时,应显示方形波形。我不能很好地解释电路。

      如果你知道什么,请回答我。谢谢你的阅读

      //www.art-n-clay.com/q/60342 20 微控制器EEPROM上的磨损均衡 吉皮 //www.art-n-clay.com/users/8627 2013 - 03 - 09 - t11:02:29z 2021 - 09 - 18 - t22:16:11z

      例如:ATtiny2313的数据表(和大多数Atmel AVR数据表一样)声明:

      128 Bytes In-System Programmable EEPROM Endurance: 100,000 Write/Erase Cycles

      想象一个程序只需要两个字节来存储一些配置,其他的126字节实际上被浪费了。我担心的是,定期更新这两个配置字节可能会磨损设备的EEPROM并使其无用。整个设备将变得不可靠,因为在某个特定时刻,您无法跟踪EEPROM中哪些字节是不可靠的。< / p >

      Is there a smart way to do wear leveling on a microcontroller's EEPROM when you effectively use only one or two bytes out of available 128?