Posts by aditya98
I have seen many engineers talk about ESD protection but I had never seen its effects myself. I made many small DIY projects and I have used bare hands to touch ICs and their pins,but nothing got d...
I just felt like what if we have a separate section for code reviews. This section is strictly meant for code reviews in domains like DSP, VLSI( for instance "Verilog" programming) ,Embedded system...
I don't know whether this question is on-topic or not but answering this helps a lot of future electronics entrepreneurs like me understand how the product design and development time estimation ta...
In theory (I mean in my engineering curriculum) I never found a diode in a mosfet symbol but in datasheets there is a diode called as body diode in both pmos and nmos.Please explain its significan...
I have been observing these little cases hanging to the wires from a long time. They are almost everywhere here in India, but I was unable to find out what they are. I am not sure whether they are...
When should I consider using RTOS in my application? Every microcontroller has a good number of interrupts then what is the need of it?
I am planning to buy an oscilloscope and my applications can be some smps projects, microcontroller based projects,hobbyist projects but not heavy industrial applications.Can I ask questions like w...
I always have a doubt that how do firmware engineers dump code into a quad flat microcontroller? For a starter kit there is already connection like USB or some SPI ,I2C headers to burn the code,als...
This is an energy meter reference design guide I found in microchip's website. In a microcontroller how come the registers are specific to the project?Please explain.
Recently I had opened an remote control (RC) toy to see its circuit and found that it operates on 27 Mhz. Not just that toy even many toys operate in that 27 and 49 Mhz band. These days we find eve...
I am learning IC design layouts using Cadence Virtuoso and now I got stuck with the concept of using vias. The question is when and where to use it? I am attaching the schematic of my inverter tuto...
Why do we use open collector / open drain configurations in circuits? From one source I learned that LED controls are of two types- (1) Push pull,(2) Open Drain.Why do we use and what is actually h...
There is always a mixed response when comparing power management ICs (PMIC) and microcontrollers in the application of power converters (I mean as pwm controllers). What are the advantages and dis...
Consider this statement "A voltage source is heavily loaded",what does this mean? I mean that whether the load resistance is high or there is huge drop in source voltage at load due to internal res...
I just want to know why the Linear time-invariant(LTI) systems are a rich class in Signal Processing. Ofcourse there are different systems but still LTI is stressed a lot in academia. Is there any ...
In circuit analysis why always the power has upper hand over energy? Even if we consider a simple battery circuit with a bunch of resisitors we always use the terms power delivered,absorbed,consump...
As a personal project, I have designed a synchronous FIFO in Verilog HDL. But while testing with a testbench, I observed that the FIFO values are flushed out after one clock cycle when read-enable ...
Currently, I enrolled myself in a master's course this fall in the field of Computer Engineering. I am excited to create my microcontroller projects. I want to understand how much complexity is exp...
I am currently learning amplifier design, after constructing the unity gain amplifier(which is a differential-input single-ended-output amplifier) in the unity-gain feedback configuration I have pe...