Recent Posts

Pages: [1] 2 3 4 5 6 ... 10 Next
1
PCB/EDA/CAD / Re: High current traces meeting small component legs
« Last post by T3sl4co1l on Today at 08:27:37 am »
Nope!  Get out the thermal simulator, or the IRL equivalent (build and test it).

On the upside, the lateral heat spreading ability of, say, 2oz x 2 layer FR-4 is about an inch or two, so, anything within that area (if it's not stupendously intense) will tend to spread heat out into that area (i.e. a circle a couple inches across), and the power dissipated in those local areas merely contributes to overall temp rise, with a modest local rise depending on how well heat is sunk away from the heat-generating area in the first place.

You can do basic approximations of, what if we have this much current in this rectangular segment of copper, which makes this power, which flows through that segment, and etc. etc.  Neither heat nor current flow in uniform directions, so the value of such approximations is quite limited, but you can still hand-wave a basic guess like to say the local area isn't going to be more than x°C above the nearby area, and that the nearby area is ballpark y°C higher due to that current flow, etc..

Tim
2
Thank you @moffy. I'm just a random person that has many science related hobbies. Sometimes I earn my money from performing electronic repairs, but I've still got no oscilloscope, func. gen., or LCR meter. Not because I don't want them, but because I wouldn't really use them for now.
Maybe it's time to get that dang LCR meter. Whenever I get it, I will absolutely remember to make a follow up.

For now I think the point is clear:
transformers are difficult to dissasemble

Also, I assume the cores lost permeability, because I test them with an SMPS that uses some tipycal IC: if I short ANY winding of a good transformer (considering that the primary on all of these tested transformers had an unused center tap, and the secondary was in between these primary halves; considering each primary half as a unique winding), I could at least measure some voltage pulses from other windings, from the IC's attempts to start. But with the after-heated cores, it's like the core isn't even there.  :scared:

Sorry for my rudimentary methods.  :blah:
3
I wonder when we might see these in the west.....in 12bit too ?

4
Microcontrollers / Re: How to create custom bootloader in esp8266
« Last post by digitalectron on Today at 08:22:53 am »
Thank you for taking the time to answer my question. I was wondering if there would be any problems booting the program if the power goes out while updating the ESP8266 firmware?
5
In the application note: https://www.analog.com/media/en/technical-documentation/application-notes/an43f.pdf
from page 30 onwards a number of precision Wein Bridge cicuits are suggested with temperature compensated amplitude, they use a pair of matched diodes or two diodes in close contact.
6
FPGA / Re: Analog video output with FPGA ?
« Last post by Jaunedeau on Today at 08:16:00 am »
Well, are you sure you need 24-bit RGB to drive an old CRT TV anyway? I am not.

This is a good question. My idea was to start with 24bits on the prototype, then lower the bit-depth via software to see if I can reduce the cost and size (and soldering time/difficulty since the project might be open sourced if it works, and should be hobbyist friendly)

16bits RGB might be good enough, but at my current stage (just learning) prototyping with 24 bits won't cost more than prototyping with 16. Unless I go for and exernal DAC and can find a fast enough 6 bit one for cheaper (and with longer expected availability) than the dedicated 24bit video DACs.
8
I am iterating options to generate accurate sine wave in terms of amplitude. Absolute frequency is not critical in this application.
There are few options and the first in my mind was AGC controlled wien oscillator. The main factor is temperature. Since the AGC is based on diodes, the "accuracy" of the circuit below is not even on the right map.
2148634-0

Another option is to use AD9833 (or equivalent) waveform generator chip. There might be better options in terms of amplitude accuracy, but the chip in question looks like be able to keep amplitude within 0.3% between 25 and 50C.

In practice, generating square wave accurately (still talking about amplitude) might be the easiest. Then it is matter of filtering to get sine wave. (and this time taken into consideration temperature impact to resistors and capacitors).

The target is to have 0.1% accuracy. To get there I am expecting to have stable enough generator + calibration.

sw guy
9
FPGA / Re: Analog video output with FPGA ?
« Last post by Jaunedeau on Today at 08:03:36 am »
Delta-sigma modulation does not need such a high oversampling ratio. A 2nd order modulator with 2-level (binary) output has a theoretical SQNR of ~65dB with 32x oversampling, or ~80dB with 64x oversampling. For 5 MHz bandwidth, this would be 320 MSa/s (32x) or 640 MSa/s (64x). Maybe a little more if you want some headroom, but not 6GSa/s.

See also https://classes.engr.oregonstate.edu/eecs/spring2021/ece627/Lecture%20Notes/2nd%20&%20Higher-Order2.pdf
Thank you. My calculation was for PWM, I'm just trying to learn about PDM for my application and can't do the math yet. If 32MHz is enough, that might be done with SPI on a cheap STM32 or the PIO or an RP2040 and that would greatly reduce cost. But my understanding of PDM (and that would almost be the same problem with PWM) is that if I want to display a full 1/256 brightness line with a 16 oversampling, I would display first pixel as 1 followed by 15 zero, followed by 15 pixels all black (full zeros), making an average of 1/256, but meaning I would need a filter that averages the value over 16 pixel. I'd still get good micro adjustements if I output analog source or video from a camera (hence I don't need 256 oversampling for them), but in my case (pure digital source whed having a 1 pixel wide white ball on a black background is not uncommon) PDM won't be really better than PWM ? (and PWM would still need at least 2x oversampling, or alternance and black and white pixels would be hard to distinguish from continues line of mid-gray pixels) ?

Quote
Edit: How much SNR do you need for analog video? I guess hardly more than 50dB. So even 16x oversampling may suffice, but that's already borderline.
I don't now how to answer that question. I want a "clean" rgb video output for a very arbitrary definition of clean ^^

Quote
Btw, does the TV have RGB inputs, or do you need a composite video signal?
I an targetting TVs (and maybe later computer CRT monitors) that have RGB input only
10
FPGA / Re: Analog video output with FPGA ?
« Last post by SiliconWizard on Today at 07:59:25 am »
Well, are you sure you need 24-bit RGB to drive an old CRT TV anyway? I am not.
Pages: [1] 2 3 4 5 6 ... 10 Next